head	1.19;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.11.02.13.23.08;	author crees;	state Exp;
branches;
next	1.17;

1.17
date	2012.11.02.13.11.56;	author ak;	state dead;
branches;
next	1.16;

1.16
date	2012.10.04.10.48.50;	author bapt;	state Exp;
branches;
next	1.15;

1.15
date	2012.08.03.15.54.35;	author cs;	state Exp;
branches;
next	1.14;

1.14
date	2009.07.21.00.52.28;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2009.03.06.02.14.30;	author lioux;	state Exp;
branches;
next	1.12;

1.12
date	2009.03.06.00.55.58;	author lioux;	state Exp;
branches;
next	1.11;

1.11
date	2008.06.26.09.45.29;	author jadawin;	state Exp;
branches;
next	1.10;

1.10
date	2006.05.13.04.15.00;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2005.04.14.11.11.17;	author flz;	state Exp;
branches;
next	1.8;

1.8
date	2004.01.02.12.44.19;	author krion;	state Exp;
branches;
next	1.7;

1.7
date	2003.04.29.01.46.05;	author foxfair;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.20.18.59.03;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.10.16.47.48;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.06.22.46.46;	author adamw;	state Exp;
branches;
next	1.3;

1.3
date	2002.06.23.20.39.08;	author pat;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.07.09.03.26;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.20.09.07.35;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# Created by: Ying-Chieh Liao <ijliao@@FreeBSD.org>
# $FreeBSD: head/security/cfv/Makefile 306850 2012-11-02 13:23:08Z crees $

PORTNAME=	cfv
PORTVERSION=	1.18.3
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files

USE_PYTHON=	yes
ALL_TARGET=	cfv.wrapper
INSTALL_TARGET=	install-wrapper

MAN1=	cfv.1

OPTIONS_DEFINE_i386=	PSYCO
PSYCO_DESC=	Enable devel/py-psyco optimization support

post-patch:
	@@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MPSYCO}
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco

EXTRA_PATCHES+=	${FILESDIR}/extra-psyco-patch-Makefile
.endif

.include <bsd.port.mk>
@


1.18
log
@SVN rev 306850 on 2012-11-02 13:23:08Z by crees

Resurrect security/cfv and remove optional dependency on
security/py-fchksum; the port works just fine without it.
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.17
log
@SVN rev 306848 on 2012-11-02 13:11:56Z by ak

Remove because it depends on security/py-fchksum which is not in the ports tree anymore.

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD: ports/security/cfv/Makefile,v 1.16 2012/10/04 10:48:50 bapt Exp $
a11 2
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/fchksum.so:${PORTSDIR}/security/py-fchksum

@


1.16
log
@SVN rev 305249 on 2012-10-04 10:48:50Z by bapt

Convert to new options framework
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.15
log
@SVN rev 301960 on 2012-08-03 15:54:35Z by cs

Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@@ (implicit)
@
text
@d1 1
a1 5
# ex:ts=8
# New ports collection makefile for:	cfv
# Date created:			Jul 20, 2001
# Whom:				ijliao
#
a2 1
#
d20 2
a21 1
OPTIONS=	# start blank to enable it through the pre.mk fence
d26 1
a26 1
.include <bsd.port.pre.mk>
d28 1
a28 9
.if ${ARCH} == "i386"
OPTIONS+=	PSYCO "Enable devel/py-psyco optimization support" off
.else
.undef WITH_PSYCO

WITHOUT_PSYCO=	yes
.endif

.if defined(WITH_PSYCO)
d34 1
a34 1
.include <bsd.port.post.mk>
@


1.14
log
@- Update to 1.18.3
@
text
@d15 1
a15 1
COMMENT=	Utility to both test and create .sfv, .csv and md5sum files
@


1.13
log
@- psyco only works on i386: make support conditional on that.
- Actually RUN_DEPENDS on devel/py-psyco if we are on the proper
  ARCH.
@
text
@d10 1
a10 1
PORTVERSION=	1.18.2
@


1.12
log
@- Add PSYCO option to enable devel/py-psyco optimization support
- Be conservative and use psyco.profile() instead of psyco.full()
@
text
@d25 1
a25 1
OPTIONS=	PSYCO "Enable devel/py-psyco optimization support" off
d32 8
d41 2
@


1.11
log
@- Update to 1.18.2
- While I'm here use SF macro

Approved by:	mentor (implicit)
@
text
@d25 2
d30 7
a36 1
.include <bsd.port.mk>
@


1.10
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d10 1
a10 1
PORTVERSION=	1.18.1
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.9
log
@- Update to 1.18.1.

PR:		ports/79902
Submitted by:	Johan van Selst <johans@@stack.nl>
@
text
@a19 1
USE_REINPLACE=	yes
@


1.8
log
@- Update to version 1.16

PR:		60804
Submitted by:	Vincent Tantardini <vinc@@FreeBSD-fr.org>
@
text
@d10 1
a10 1
PORTVERSION=	1.16
@


1.7
log
@PR:		48718
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
Update cfv to 1.13
@
text
@d10 1
a10 1
PORTVERSION=	1.13
@


1.6
log
@De-pkg-comment.
@
text
@d10 1
a10 1
PORTVERSION=	1.10
@


1.5
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d16 1
@


1.4
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	Utility to both test and create .sfv, .csv and md5sum files

@


1.3
log
@PERL -> REINPLACE_CMD

PR:		ports/39729, ports/39727, ports/39726, ports/39724
PR:		ports/39722, ports/39721, ports/39720, ports/39719, ports/39718
Submitted by:	Scott Flatman <sf@@dsinw.com>
@
text
@d17 2
@


1.2
log
@upgrade to 1.10
@
text
@d19 1
d27 1
a27 1
	@@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
@


1.1
log
@add cfv
cfv is a utility to both test and create .sfv, .csv and md5sum files
@
text
@d10 1
a10 1
PORTVERSION=	1.8
@

