head	1.8;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	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.8
date	2013.03.09.01.57.58;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2013.01.15.13.46.57;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.5;

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

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

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

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

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


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313649
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Emanuel Haupt <ehaupt@@critical.ch>
# $FreeBSD: head/security/bsdsfv/Makefile 313649 2013-03-08 14:00:30Z ehaupt $

PORTNAME=	bsdsfv
PORTVERSION=	1.18
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Flexible SFV checksum utility

MAKE_JOBS_SAFE=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}
PLIST_FILES=	bin/bsdsfv
PORTDOCS=	MANUAL

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

post-patch:
	@@${REINPLACE_CMD} -e 's|^\(INSTALL_PREFIX =\).*$$|\1 ${PREFIX}|g' \
		${WRKSRC}/Makefile

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

.include <bsd.port.mk>
@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310443
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/bsdsfv/Makefile 310443 2013-01-15 13:40:28Z ehaupt $
d10 1
a10 1
COMMENT=	A flexible SFV checksum utility
@


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


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
@d5 1
a5 1
# $FreeBSD$
@


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
@d17 2
@


1.2
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@a20 2
USE_REINPLACE=	yes

@


1.1
log
@BSDsfv is a flexible and highly compatible SFV checksum utility.

Features:

  - create SFV files, verify downloaded single files or whole releases
  - add banners to your SFV files
  - very flexible and compatible with all other SFV tools currently known,
    including SFVNIX compatibility mode concerning SFV files created
  - easy to console application
  - plug & play support for glFTPd and other demons including
    count-missing-files feature for race scripts

WWW: http://bsdsfv.sourceforge.net/

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

