head	1.17;
access;
symbols
	RELEASE_8_3_0:1.16
	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.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.4;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.01.28.10.23.40;	author miwi;	state Exp;
branches;
next	1.15;

1.15
date	2012.01.21.17.39.37;	author eadler;	state Exp;
branches;
next	1.14;

1.14
date	2009.12.01.21.46.49;	author tabthorpe;	state Exp;
branches;
next	1.13;

1.13
date	2008.10.02.11.34.12;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2007.08.23.04.00.02;	author tabthorpe;	state Exp;
branches;
next	1.11;

1.11
date	2006.11.09.05.28.29;	author clsung;	state Exp;
branches;
next	1.10;

1.10
date	2005.12.09.19.24.45;	author ale;	state Exp;
branches;
next	1.9;

1.9
date	2003.12.28.07.55.46;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2003.11.12.23.46.18;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2003.06.08.16.04.58;	author nork;	state Exp;
branches;
next	1.6;

1.6
date	2003.06.07.23.00.42;	author nork;	state Exp;
branches;
next	1.5;

1.5
date	2003.05.11.15.36.38;	author petef;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.24.21.40.36;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.24.05.27.41;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.20.18.59.10;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.30.09.50.18;	author dirk;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# Ports collection makefile for:  pear-Crypt_CBC
# Date created:			  28 November 2002
# Whom:				  Thierry Thomas (<thierry@@pompo.net>)
#
# $FreeBSD: head/security/pear-Crypt_CBC/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt_CBC
PORTVERSION=	1.0.1
CATEGORIES=	security www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PEAR class to emulate Perl's Crypt::CBC module

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

PEAR_AUTOINSTALL=	yes

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


1.16
log
@- Update to 1.0.1
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
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
@d9 1
a9 1
PORTVERSION=	1.0.0
d16 1
a16 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
d18 1
a18 2
CATEGORY=	Crypt
FILES=		CBC.php
@


1.14
log
@- Pass maintainership to miwi
@
text
@d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.13
log
@- Update to 1.0.0

Approved by:	maintainer
@
text
@d12 1
a12 1
MAINTAINER=	tabthorpe@@FreeBSD.org
@


1.12
log
@- change maintainer address on ports I maintain

Approved by:	clsung (mentor)
@
text
@d9 1
a9 2
PORTVERSION=	0.4
PORTREVISION=	3
@


1.11
log
@- Take maintainership

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


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

Discussed with:	thierry, antonio@@php.net
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.9
log
@[PATCH] simplify pear-* ports

	These patches do the following things for PEAR ports:

	* devel-pear-PEAR-Makefile.common.patch
	    - provides a do-install target and all that jazz in
	      devel/pear-PEAR/Makefile.common
	    - individual PEAR ports now just set a few variables:
	* pear-ports-Makefile.common-ng.patch
	    contains changes for all pear-* ports including devel/pear-PEAR

	See http://smradoch.innuendo.cz/FreeBSD/ for complete description.

Note: still missing are:
	devel/pear-HTML_Common
	devel/pear-I18N
	net/pear-Net_NNTP
	security/pear-Auth

PR:		ports/59213
Submitted by:	Roman Neuhauser <neuhauser@@bellavista.cz>
@
text
@d16 1
a16 1
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
d23 1
a23 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.8
log
@Add the virtual category "pear" to the Makefiles of these ports.

PR:		ports/56582
Submitted by:	edwin@@mavetju.org
Approved by:	portmgr@@freebsd.org
@
text
@d10 1
a10 1
PORTREVISION=	2
d19 3
d23 1
a23 7
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"

do-install:
	@@${MKDIR} ${PEARDIR}/Crypt
	@@${CP} -Rp ${WRKSRC}/CBC.php ${PEARDIR}/Crypt
	@@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Crypt

@


1.7
log
@Remove pkg-deinstall.
Bump PORTREVISION accordingly.

Submitted by:	Thierry Thomas <thierry@@pompo.net>
Pointy hat to:	myself
@
text
@d11 1
a11 1
CATEGORIES=	security www
@


1.6
log
@Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.

Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve

PR:		ports/52596, ports/52641, ports/52655, ports/52656,
		ports/52671, ports/52678, ports/52845
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.5
log
@- update to 0.4
- remove Crypt_HCEMD5.php

PR:		50168
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d10 1
a11 4
MASTER_SITES=	http://pear.php.net/get/
PKGNAMEPREFIX=	pear-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PEAR
d16 1
a16 1
BUILD_DEPENDS=	${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR
a18 2
NO_BUILD=	yes

d20 1
a20 10

.if exists(${LOCALBASE}/bin/php-config)
PHP_BASE!=	${LOCALBASE}/bin/php-config --prefix
.else
PHP_BASE=	${LOCALBASE}
.endif
PEAR=		${LOCALBASE}/bin/pear
LPHP_LIB=	lib/php
PEARDIR=	${PHP_BASE}/${LPHP_LIB}
PLIST_SUB=	PEARDIR=${LPHP_LIB}
a25 4

post-install:
# Register a new package
	@@${PEAR} install -r -f ${WRKDIR}/package.xml
@


1.4
log
@Make kris@@ happy
@
text
@d9 1
a9 2
PORTVERSION=	0.3
PORTREVISION=	1
a38 3
#Note: HCEMD5.php is still needed for IMP 3.1,
#	but should be removed with the next releases.
	@@${CP} -p ${FILESDIR}/Crypt_HCEMD5.php ${PEARDIR}/Crypt/HCEMD5.php
@


1.3
log
@PEAR ports: handling PEAR's registry.

	PEAR uses a "registry" to register installed modules, and
	this registry is initialized during the installation of
	mod_php4 (since 4.3.0).

	Unfortunately, installing PEAR modules through the ports
	does not maintain this registry.

	This PR fix this problem for the following ports:
	- sysutils/pear-Log
	- devel/pear-PEAR
	- devel/pear-Date
	- devel/pear-I18N
	- devel/pear-HTML_Common
	- devel/pear-HTML_Select_Common
	- security/pear-Crypt_CBC
	- mail/pear-Mail_Mime
	- net/pear-Net_Sieve
	- sysutils/pear-File
	- archivers/pear-Archive_Tar

PR:		ports/47921
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d30 1
a30 1
PHP_BASE!=	${LOCALBASE}
@


1.2
log
@De-pkg-comment.
@
text
@d10 1
d20 1
a20 1
BUILD_DEPENDS=	${PEARDIR}.DIST_PHP:${PORTSDIR}/devel/pear-install
d25 8
d34 1
a34 1
PEARDIR=	${LOCALBASE}/${LPHP_LIB}
d45 5
a49 1
.include <bsd.port.mk>
@


1.1
log
@Add security/pear-Crypt_CBC:

PEAR class to emulate Perl's Crypt::CBC module

PR:		ports/47418
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d17 1
@

