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


1.14
date	2012.12.17.02.18.03;	author svnexp;	state Exp;
branches;
next	1.13;

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

1.12
date	2011.11.09.04.41.17;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2011.07.02.11.55.54;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2007.08.05.21.27.21;	author miwi;	state Exp;
branches;
next	1.9;

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

1.8
date	2007.06.22.13.58.51;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2007.06.20.13.45.08;	author miwi;	state Exp;
branches;
next	1.6;

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

1.5
date	2006.09.23.00.23.33;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.09.19.24.47;	author ale;	state Exp;
branches;
next	1.3;

1.3
date	2005.04.10.20.13.02;	author flz;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309053
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309053 | bapt | 2012-12-17 02:15:13 +0000 (Mon, 17 Dec 2012) | 6 lines
## SVN ##
## SVN ## Convert miwi's ports to new Options framework
## SVN ## While here fix some consistency in PEAR options name
## SVN ## bumped revision of net/icpld and net/ipsumdump because IPV6 is now on
## SVN ##
## SVN ## Approved by:	miwi (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Antonio Carlos Venancio Junior (<antonio@@inf.ufsc.br>)
# $FreeBSD: head/security/pear-LiveUser_Admin/Makefile 309053 2012-12-17 02:15:13Z bapt $

PORTNAME=	LiveUser_Admin
PORTVERSION=	0.4.0
PORTREVISION=	1
CATEGORIES=	security www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PEAR user authentication and permission management framework

BUILD_DEPENDS=	${PEARDIR}/LiveUser.php:${PORTSDIR}/security/pear-LiveUser
RUN_DEPENDS=	${PEARDIR}/LiveUser.php:${PORTSDIR}/security/pear-LiveUser

LATEST_LINK=	pear-LiveUser_Admin
OPTIONS_DEFINE=	PEAR_DB PEAR_MDB PEAR_MDB2 PEAR_LOG PEAR_XML_TREE PEAR_CRYPT_RC4

PEAR_DB_DESC=	PEAR::DB support
PEAR_MDB_DESC=	PEAR::MDB support
PEAR_MDB2_DESC=	PEAR::MDB2 support
PEAR_LOG_DESC=	PEAR::Log support
PEAR_XML_TREE_DESC=	PEAR::XML_Tree support
PEAR_CRYPT_RC4_DESC=	PEAR::Crypt_RC4 support

PEAR_AUTOINSTALL=	yes

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MPEAR_DB}
RUN_DEPENDS+=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
.endif

.if ${PORT_OPTIONS:MPEAR_MDB}
RUN_DEPENDS+=	${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB
.endif

.if ${PORT_OPTIONS:MPEAR_MDB2}
RUN_DEPENDS+=	${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
.endif

.if ${PORT_OPTIONS:MPEAR_LOG}
RUN_DEPENDS+=	${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
.endif

.if ${PORT_OPTIONS:MPEAR_XML_TREE}
RUN_DEPENDS+=	${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree
.endif

.if ${PORT_OPTIONS:MPEAR_CRYPT_RC4}
RUN_DEPENDS+=	${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4
.endif

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


1.13
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-LiveUser_Admin
# Date created:			  25 January 2005
# Whom:				  Antonio Carlos Venancio Junior (<antonio@@inf.ufsc.br>)
#
# $FreeBSD: head/security/pear-LiveUser_Admin/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d16 8
a23 6
OPTIONS=	PEAR_DB "PEAR::DB support" off \
		PEAR_MDB "PEAR::MDB support" off \
		PEAR_MDB2 "PEAR::MDB2 support" off \
		PEAR_LOG "PEAR::Log support" off \
		PEAR_XML_TREE "PEAR::XML_Tree support" off \
		PEAR_CRYPT_RC4 "PEAR::Crypt_RC4 support" off
d27 1
a27 1
.include <bsd.port.pre.mk>
d29 1
a29 1
.if defined(WITH_PEAR_DB)
d33 1
a33 1
.if defined(WITH_PEAR_MDB)
d37 1
a37 1
.if defined(WITH_PEAR_MDB2)
d41 1
a41 1
.if defined(WITH_PEAR_LOG)
d45 1
a45 1
.if defined(WITH_PEAR_XML_TREE)
d49 1
a49 1
.if defined(WITH_PEAR_CRYPT_RC4)
d54 1
a54 1
.include <bsd.port.post.mk>
@


1.12
log
@- Fix build
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Update to 0.4.0
@
text
@d10 1
d16 2
a17 2
BUILD_DEPENDS=	${PEARDIR}/LiveUser/LiveUser.php:${PORTSDIR}/security/pear-LiveUser
RUN_DEPENDS=	${PEARDIR}/LiveUser/LiveUser.php:${PORTSDIR}/security/pear-LiveUser
@


1.10
log
@- Update to 0.3.9
@
text
@d9 1
a9 1
PORTVERSION=	0.3.9
d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d26 1
a26 20
CATEGORY=	LiveUser/Admin
FILES=		Auth/Common.php Auth/DB.php Auth/MDB.php Auth/MDB2.php \
		Auth/PDO.php Auth/Storage/DB.php Auth/Storage/MDB.php \
		Auth/Storage/MDB2.php Auth/Storage/PDO.php \
		Perm/Storage/DB.php Perm/Storage/MDB.php Perm/Storage/MDB2.php \
		Perm/Storage/PDO.php Perm/Complex.php Perm/Medium.php Perm/Simple.php \
		Storage/DB.php Storage/MDB.php Storage/MDB2.php Storage/SQL.php \
		Storage/PDO.php Admin.php Storage.php
EXAMPLES=	example1/Application.php example1/Area.php \
		example1/Area_Admin_Areas.php example1/config.inc.php \
		example1/Group.php example1/GroupRights.php \
		example1/ImplyRights.php example1/index.php \
		example1/OutputRightsConstants.php example1/Rights.php \
		example1/Subgroups.php example1/Translation.php example1/User.php \
		example1/UserGroup.php example1/UserRights.php example3/area51.php \
		example3/coffeemaker.php example3/conf.php example3/demodata.xml \
		example3/example.php example3/index.html example3/loginscreen.php \
		example3/main.php example3/nav.php example3/testarea.php README \

_EXAMPLESDIR=	docs/examples
@


1.9
log
@- Update to 0.3.2
@
text
@d9 1
a9 1
PORTVERSION=	0.3.2
d28 2
d31 3
a33 2
		Perm/Complex.php Perm/Medium.php Perm/Simple.php Storage/DB.php \
		Storage/MDB.php Storage/MDB2.php Storage/SQL.php Admin.php Storage.php
a46 3
post-extract:
	@@${MV} ${WRKSRC}/docs/examples/example\ 1 ${WRKSRC}/docs/examples/example1

@


1.8
log
@- Update to 0.3.1
@
text
@d9 1
a9 1
PORTVERSION=	0.3.1
@


1.7
log
@- Update to 0.3.0
- Take maintainership
@
text
@d9 1
a9 1
PORTVERSION=	0.3.0
@


1.6
log
@- Fix depends after pear-log update
- Bump PORTREVISION
@
text
@d9 1
a9 2
PORTVERSION=	0.2.1
PORTREVISION=	1
d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
d33 1
a33 1
		example1/extra_sql.sql example1/Group.php example1/GroupRights.php \
d38 1
a38 1
		example3/coffeemaker.php example3/conf.php example3/demodata.sql \
d40 2
a41 2
		example3/main.php example3/nav.php example3/testarea.php Auth_XML.xml \
		test.php
d62 1
a62 1
RUN_DEPENDS+=	${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
@


1.5
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
@d10 1
d63 1
a63 1
RUN_DEPENDS+=	${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
@


1.4
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.3
log
@- Update to 0.2.1.

PR:		ports/79380
Submitted by:	maintainer
@
text
@d73 1
a73 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.2
log
@- Update to 0.2.0
- Fix dependencies, ..

PR:		ports/78891
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net> (maintainer)
@
text
@d9 2
a10 2
PORTVERSION=	0.2.0
CATEGORIES=	security pear
d27 5
a31 5
FILES=		Auth/Common.php Auth/DB.php Auth/MDB.php Auth/MDB2.php Perm/Complex.php \
		Perm/Medium.php Perm/Simple.php Perm/Storage/DB.php Perm/Storage/MDB.php \
		Perm/Storage/MDB2.php Storage/DB.php Storage/MDB.php Storage/MDB2.php \
		Storage/SQL.php Admin.php Storage.php
EXAMPLES=	Auth_XML.xml test.php example1/Application.php example1/Area.php \
d40 2
a41 1
		example3/main.php example3/nav.php example3/testarea.php
@


1.1
log
@PEAR user authentication and permission management framework

LiveUser_Admin is meant to be used with the LiveUser package.
It is composed of all the classes necessary to administrate
data used by LiveUser.

PR:		ports/76677
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net>
@
text
@d9 2
a10 2
PORTVERSION=	0.1.0
CATEGORIES=	security www pear
a17 2
USE_PHP=	yes

d19 1
a19 1
OPTIONS=	PEAR_DB "PEAR::DB support" on \
d26 8
a33 10
CATEGORY=	LiveUser
FILES=		Admin/Auth/Common.php Admin/Auth/DB.php Admin/Auth/MDB.php \
		Admin/Auth/MDB2.php Admin/Perm/Complex.php Admin/Perm/Medium.php \
		Admin/Perm/Simple.php Admin/Perm/Storage/MDB2.php \
		Admin/Storage/MDB2.php Admin/Storage/SQL.php \
		Admin.php Admin/Storage.php
EXAMPLES=	Auth_XML.xml test.php example1/Application.php \
		example1/Area.php example1/config.inc.php \
		example1/create_db.sql example1/extra_sql.sql \
		example1/Group.php example1/GroupRights.php \
d36 5
a40 6
		example1/Subgroups.php example1/User.php \
		example1/UserGroup.php example1/UserRights.php \
		example3/area51.php example3/coffeemaker.php example3/conf.php \
		example3/demodata.sql example3/example.php example3/index.html \
		example3/loginscreen.php example3/main.php example3/nav.php \
		example3/testarea.php
a43 3
	@@${MKDIR} ${WRKSRC}/Admin
	@@${MV} ${WRKSRC}/Auth ${WRKSRC}/Admin/
	@@${MV} ${WRKSRC}/[P-S]* ${WRKSRC}/Admin/
d48 2
a49 2
.if !defined(WITHOUT_PEAR_DB)
BUILD_DEPENDS+=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
d53 1
a53 1
BUILD_DEPENDS+=	${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB
d57 1
a57 1
BUILD_DEPENDS+=	${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
d61 1
a61 1
BUILD_DEPENDS+=	${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
d65 1
a65 1
BUILD_DEPENDS+=	${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree
d69 1
a69 1
BUILD_DEPENDS+=	${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4
@

