head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2013.01.15.13.46.58;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2011.12.27.15.14.20;	author ehaupt;	state Exp;
branches;
next	1.6;

1.6
date	2011.01.25.19.59.38;	author ehaupt;	state Exp;
branches;
next	1.5;

1.5
date	2009.09.02.15.01.50;	author amdmi3;	state Exp;
branches;
next	1.4;

1.4
date	2009.03.27.09.53.31;	author ehaupt;	state Exp;
branches;
next	1.3;

1.3
date	2006.02.19.11.39.11;	author ehaupt;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.06.11.57.07;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2005.07.26.17.08.48;	author garga;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310443
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Emanuel Haupt <ehaupt@@critical.ch>
# $FreeBSD: head/security/pure-sfv/Makefile 310443 2013-01-15 13:40:28Z ehaupt $

PORTNAME=	pure-sfv
PORTVERSION=	0.3
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
DISTNAME=	${PORTNAME}_${PORTVERSION}_src

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Utility to test and create .sfv files

LICENSE=	GPLv2

USE_GMAKE=	yes
MAKE_JOBS_SAFE=	yes

WRKSRC=		${WRKDIR}

PLIST_FILES=	bin/pure-sfv
PORTDOCS=	ReadMe.txt

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

post-patch:
	@@${REINPLACE_CMD} -E 's/^(CFLAGS|CC)[ +=]*/\1?=/' \
		${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.8
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	pure-sfv
# Date created:				26 Jul 2005
# Whom:					Emanuel Haupt <ehaupt@@critical.ch>
#
# $FreeBSD: head/security/pure-sfv/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d23 4
d34 1
a34 1
.if !defined(NOPORTDOCS)
@


1.7
log
@Pacify portlint

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Add LICENSE and remove MD5 sums.

Feature safe:	yes
@
text
@d17 2
a23 2
LICENSE=	GPLv2

@


1.5
log
@- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
@
text
@d21 3
@


1.4
log
@Mark MAKE_JOBS_SAFE
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.3
log
@Remove deprecated USE_REINPLACE
@
text
@d19 1
@


1.2
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@a18 1
USE_REINPLACE=	yes
@


1.1
log
@This utility creates .SFV (Simple File Verify) and .PAR (Parity Archive) data
files.

Features:

  * Recursive directories handling
  * Automatic checksum file naming ability in create mode
  * Meaningful and documented exit values for easy scripting
  * Wildcards for file names
  * Creation of PAR (Parity Archive) files
  * Create Multiple recovery sets if number of files in SFV greater than 255

WWW: http://pure-sfv.sourceforge.net/

PR:		ports/84127
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
Approved by:	flz (mentor)
@
text
@d15 1
a15 1
MAINTAINER=	ehaupt@@critical.ch
@

