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


1.12
date	2013.03.16.07.15.23;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.01.21.17.39.37;	author eadler;	state Exp;
branches;
next	1.9;

1.9
date	2009.12.01.21.46.49;	author tabthorpe;	state Exp;
branches;
next	1.8;

1.8
date	2008.09.30.16.35.17;	author tabthorpe;	state Exp;
branches;
next	1.7;

1.7
date	2007.08.23.04.00.02;	author tabthorpe;	state Exp;
branches;
next	1.6;

1.6
date	2006.11.14.07.52.02;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2006.11.09.05.27.59;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2006.09.23.00.23.32;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2005.12.09.19.24.45;	author ale;	state Exp;
branches;
next	1.2;

1.2
date	2005.05.30.22.12.17;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2005.05.05.19.51.19;	author thierry;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314254
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Antonio Carlos Venancio Junior (<antonio@@inf.ufsc.br>)
# $FreeBSD: head/security/pear-Crypt_Blowfish/Makefile 314254 2013-03-15 06:27:06Z miwi $

PORTNAME=	Crypt_Blowfish
PORTVERSION=	1.1.0.r2
CATEGORIES=	security www pear
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r/RC/}

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PEAR class for blowfish encryption

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

PEAR_AUTOINSTALL=	yes

.if defined(WITH_PHP_MCRYPT)
USE_PHP=mcrypt
.endif

pre-fetch:
	@@${ECHO_CMD} ""
	@@${ECHO_CMD} "You may set envirtonment variable WITH_PHP_MCRYPT to include"
	@@${ECHO_CMD} "additional MCrypt PHP support"
	@@${ECHO_CMD} ""

post-patch:
.for file in ${FILES}
	@@${REINPLACE_CMD} -e "s|@@package_version@@|${PORTVERSION}|" ${WRKSRC}/${file}
.endfor

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.11
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-Crypt_Blowfish
# Date created:			  27 April 2005
# Whom:				  Antonio Carlos Venancio Junior (<antonio@@inf.ufsc.br>)
#
# $FreeBSD: head/security/pear-Crypt_Blowfish/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d13 1
a13 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
d15 1
a15 11
CATEGORY=	Crypt
FILES=		Blowfish.php \
		Blowfish/CBC.php \
		Blowfish/DefaultKey.php \
		Blowfish/ECB.php \
		Blowfish/MCrypt.php \
		Blowfish/PHP.php
TESTS=		blowfish.phpt \
		blowfish_cbc.phpt \
		vectors.txt \
		vectors_cbc.txt
@


1.10
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Pass maintainership to miwi
@
text
@d17 1
a17 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.8
log
@- Update to 1.1.0.r2
@
text
@d13 1
a13 1
MAINTAINER=	tabthorpe@@FreeBSD.org
@


1.7
log
@- change maintainer address on ports I maintain

Approved by:	clsung (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.1.0.r1
@


1.6
log
@- Update to 1.1.0.r1

PR:		ports/105486
Submitted by:	Thomas Abthorpe <thomas@@goodking.ca> (maintainer)
@
text
@d13 1
a13 1
MAINTAINER=	thomas@@goodking.ca
@


1.5
log
@- Take maintainership

PR:		ports/105317
Submitted by:	maintainer (Thomas Abthorpe)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.1
d11 1
d20 20
a39 2
FILES=		Blowfish.php Blowfish/DefaultKey.php
TESTS=		blowfish.phpt vectors.txt
@


1.4
log
@Reset maintainership of ports assigned to antonio@@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
@
text
@d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
log
@Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@@php.net
@
text
@d12 1
a12 1
MAINTAINER=	antonio@@php.net
@


1.2
log
@- Update to 1.0.1

PR:		ports/81686
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net> (maintainer)
@
text
@d15 1
a15 1
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
d28 1
a28 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.1
log
@Add pear-Crypt_Blowfish 1.0.0, PEAR class for blowfish encryption.

PR:		80404
Submitted by:	Antonio Carlos Venancio Junior (<antonio (at) php.net>)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.0
d20 6
@

