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.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


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

1.11
date	2012.10.04.10.48.50;	author bapt;	state Exp;
branches;
next	1.10;

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

1.9
date	2009.01.07.22.21.59;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.23.00.23.33;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2006.01.11.18.56.14;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2005.12.09.19.24.46;	author ale;	state Exp;
branches;
next	1.5;

1.5
date	2005.05.23.16.27.09;	author novel;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.26.05.25.26;	author novel;	state Exp;
branches;
next	1.3;

1.3
date	2005.03.15.22.28.00;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.02.12.37.34;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2004.11.10.00.20.14;	author pav;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# Created by: Antonio Carlos Venancio Junior <antonio@@inf.ufsc.br>
# $FreeBSD: head/security/pear-File_Passwd/Makefile 305249 2012-10-04 10:48:50Z bapt $

PORTNAME=	File_Passwd
PORTVERSION=	1.1.7
CATEGORIES=	security pear

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	PEAR class to manipulate many kinds of password files

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

LATEST_LINK=	pear-File_Passwd
OPTIONS_DEFINE=	PEAR_CRYPT_CHAP
PEAR_CRYPT_CHAP_DESC=	PEAR::Crypt_CHAP support

CATEGORY=	File
FILES=		Passwd.php Passwd/Common.php Passwd/Unix.php Passwd/Cvs.php \
		Passwd/Smb.php Passwd/Authbasic.php Passwd/Authdigest.php \
		Passwd/Custom.php
TESTS=		testsuite.php test_file_passwd.php test_common.php test_unix.php \
		test_smb.php test_cvs.php test_authbasic.php test_authdigest.php \
		test_custom.php README.txt common.txt passwd.unix.txt \
		passwd.cvs.txt passwd.smb.txt passwd.authbasic.txt \
		passwd.authdigest.txt passwd.custom.txt

.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MPEAR_CRYPT_CHAP}
RUN_DEPENDS+=	${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP
.endif

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


1.11
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.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
@d1 1
a1 4
# Ports collection makefile for:  pear-File_Passwd
# Date created:			  09 November 2004
# Whom:				  Antonio Carlos Venancio Junior (<antonio@@inf.ufsc.br>)
#
a2 1
#
d15 2
a16 1
OPTIONS=	PEAR_CRYPT_CHAP "PEAR::Crypt_CHAP support" off
d30 1
a30 1
.if defined(WITH_PEAR_CRYPT_CHAP)
@


1.9
log
@- Update to 1.1.7

PR:		130176
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.8
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
@d9 1
a9 1
PORTVERSION=	1.1.6
@


1.7
log
@- Update to 1.1.6

PR:		ports/91652
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net> (maintainer)
@
text
@d12 1
a12 1
MAINTAINER=	antonio@@php.net
@


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

Discussed with:	thierry, antonio@@php.net
@
text
@d9 1
a9 1
PORTVERSION=	1.1.5
d27 3
a29 3
		test_custom.php README.txt common.txt passwd.unix.txt passwd.cvs.txt \
		passwd.smb.txt passwd.authbasic.txt passwd.authdigest.txt \
		passwd.custom.txt
@


1.5
log
@Update to 1.1.5.

PR:		81395
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
@
text
@d15 1
a15 1
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
d37 1
a37 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.4
log
@+ update port: security/pear-File_Passwd to 1.1.4
  + changelog: http://pear.php.net/package/File_Passwd/download/1.1.4/

PR:		80333
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.1.4
@


1.3
log
@- Update to 1.1.3
- Fix dependency on pear
- Fix OPTIONS

PR:		ports/78858
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.1.3
@


1.2
log
@Update port: security/pear-File_Passwd to 1.1.2

	+ update port: security/pear-File_Passwd to 1.1.2
	  + changelog: http://pear.php.net/package/File_Passwd/download/1.1.2/
	+ add PEAR::Crypt_CHAP dependency (optional)
	+ add PHP version dependency

PR:		ports/76976
Submitted by:	Antnio Carlos Venncio Jnior <antonio@@php.net>
@
text
@d9 2
a10 2
PORTVERSION=	1.1.2
CATEGORIES=	security www pear
a17 2
USE_PHP=	yes

d19 1
a19 1
OPTIONS=	PEAR_CRYPT_RC4 "PEAR::Crypt_RC4 support" off
d27 3
a29 7
		test_custom.php README.txt common.txt passwd.unix.txt \
		passwd.cvs.txt passwd.smb.txt passwd.authbasic.txt \
		passwd.authdigest.txt passwd.custom.txt

.if defined(WITH_PEAR_CRYPT_RC4)
RUN_DEPENDS+=	${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4
.endif
d33 2
a34 4
PHP_VERS=	${PHP_VERSION:S/.//g}

.if defined(PHP_VERS) && ${PHP_VERS} < 406
IGNORE=		"You need PHP 4.0.6 or later to install PEAR::File_Passwd"
a36 3
do-build:
	${DO_NADA}

@


1.1
log
@Add pear-File_Passwd, class to manipulate and authenticate against standard Unix,
SMB server, AuthUser (.htpasswd), AuthDigest (.htdigest), CVS pserver
and custom formatted password files.

PR:		ports/73716
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.1.1
d18 5
d33 4
d38 10
@

