head	1.16;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	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.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.2;
locks; strict;
comment	@# @;


1.16
date	2012.12.17.02.18.03;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.06.01.15;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2011.11.06.14.50.41;	author miwi;	state Exp;
branches;
next	1.13;

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

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

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

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

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

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

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

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

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

1.4
date	2005.04.10.20.12.02;	author flz;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2004.12.01.11.21.58;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.16
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/Makefile 309053 2012-12-17 02:15:13Z bapt $

PORTNAME=	LiveUser
PORTVERSION=	0.16.14
CATEGORIES=	security www pear

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

BUILD_DEPENDS=	${PEARDIR}/Event/Dispatcher.php:${PORTSDIR}/devel/pear-Event_Dispatcher
RUN_DEPENDS=	${PEARDIR}/Event/Dispatcher.php:${PORTSDIR}/devel/pear-Event_Dispatcher

PORTSCOUT=	skipv:0.61

LATEST_LINK=	pear-LiveUser
OPTIONS_DEFINE=	PEAD_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/null.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.15
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-LiveUser
# Date created:			  29 November 2004
# Whom:				  Antonio Carlos Venancio Junior (<antonio@@inf.ufsc.br>)
#
# $FreeBSD: head/security/pear-LiveUser/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d17 8
a24 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
d28 1
a28 1
.include <bsd.port.pre.mk>
d30 1
a30 1
.if defined(WITH_PEAR_DB)
d34 1
a34 1
.if defined(WITH_PEAR_MDB)
d38 1
a38 1
.if defined(WITH_PEAR_MDB2)
d42 1
a42 1
.if defined(WITH_PEAR_LOG)
d46 1
a46 1
.if defined(WITH_PEAR_XML_TREE)
d50 1
a50 1
.if defined(WITH_PEAR_CRYPT_RC4)
d55 1
a55 1
.include <bsd.port.post.mk>
@


1.14
log
@- Update to 0.16.14
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Add PORTSCOUT variable.
@
text
@d9 1
a9 1
PORTVERSION=	0.16.13
d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d28 1
a28 28
CATEGORY=	LiveUser
FILES=		Auth/Common.php Auth/DB.php Auth/MDB.php Auth/MDB2.php \
		Auth/PEARAuth.php Auth/PDO.php Auth/Session.php Auth/XML.php \
		Perm/Storage/DB.php Auth/Storage/Globals.php Perm/Storage/MDB.php \
		Perm/Storage/MDB2.php Perm/Storage/PDO.php Perm/Storage/SQL.php \
		Perm/Storage/XML.php Perm/Complex.php Perm/Medium.php Perm/Simple.php \
		Perm/Storage.php LiveUser.php
SQLS=		Auth_XML.xml install.php Perm_XML.xml README
DOCS=		lgpl.txt
EXAMPLES=	example1/Auth_XML.xml example1/conf.php example1/example.php \
		example1/index.html example1/README example2/Auth_XML.xml \
		example2/conf.php example2/example.php example2/index.html \
		example2/Perm_XML.xml example2/README example4/Auth_XML.xml \
		example4/conf.php example4/demodata.xml example4/error-page.tpl.php \
		example4/finish.inc.php example4/functions.js example4/index.html \
		example4/loginform.tpl.php example4/news_change.php \
		example4/news_change.tpl.php example4/news_new.php \
		example4/news_new.tpl.php example4/news_notallowed.tpl.php \
		example4/news_view.php example4/news_view.tpl.php \
		example4/style.css  example5/admin.php example5/admin.tpl \
		example5/conf.php example5/conf_pdo.php example5/createlu.php \
		example5/demodata.xml example5/home.php example5/home.tpl \
		example5/index.php example5/layout_frontend.css \
		example5/liveuser_rights.php example5/login_form.tpl \
		example5/news.tpl example5/news_edit.tpl \
		example5/news_list.tpl  demodata.php
_EXAMPLESDIR=	docs/examples
_DOCSDIR=	.
@


1.12
log
@- Update to 0.16.13
@
text
@d18 2
@


1.11
log
@- Update to 0.16.12
@
text
@d9 1
a9 1
PORTVERSION=	0.16.12
@


1.10
log
@- Update to 0.16.2
@
text
@d9 1
a9 1
PORTVERSION=	0.16.2
d28 5
a32 6
		Auth/PEARAuth.php Auth/Session.php Auth/XML.php \
		Auth/Storage/Globals.php Perm/Storage/Cache.php \
		Perm/Storage/DB.php Perm/Storage/Globals.php Perm/Storage/MDB.php \
		Perm/Storage/MDB2.php Perm/Storage/SQL.php Perm/Storage/XML.php \
		Perm/Complex.php Perm/Medium.php Perm/Simple.php Perm/Storage.php \
		LiveUser.php
d45 7
a51 1
		example4/style.css
@


1.9
log
@- Update to 0.16.1
@
text
@d9 1
a9 1
PORTVERSION=	0.16.1
@


1.8
log
@- Update to 0.16.0
- Take maintainership
@
text
@d9 1
a9 1
PORTVERSION=	0.16.0
@


1.7
log
@- Fix depends after pear-log update
- Bump PORTREVISION
@
text
@d9 1
a9 2
PORTVERSION=	0.15.1
PORTREVISION=	1
d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
d28 2
a29 1
		Auth/PEARAuth.php Auth/Session.php Auth/XML.php Perm/Storage/Cache.php \
d34 1
a34 2
SQLS=		auth_mdb_schema.xml Auth_XML.xml install.php perm_mdb_schema.xml \
		Perm_XML.xml README
d40 1
a40 1
		example4/conf.php example4/demodata.sql example4/error-page.tpl.php \
d45 1
a45 1
		example4/news_view.php example4/news_view.tpl.php example4/README \
@


1.6
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
d66 1
a66 1
RUN_DEPENDS+=	 ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
@


1.5
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.4
log
@- Update to to 0.15.1.

PR:		ports/79379
Submitted by:	maintainer
@
text
@d76 1
a76 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.3
log
@- Update to 0.15.0
- Fix dependencies
- Remove PHP dependency check

PR:		ports/78890
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.15.0
d28 5
a32 5
		Auth/PEARAuth.php Auth/Session.php Auth/XML.php Perm/Complex.php \
		Perm/Medium.php Perm/Simple.php Perm/Storage.php \
		Perm/Storage/Cache.php Perm/Storage/DB.php Perm/Storage/Globals.php \
		Perm/Storage/MDB.php Perm/Storage/MDB2.php Perm/Storage/SQL.php \
		Perm/Storage/XML.php LiveUser.php
@


1.2
log
@Update port: security/pear-LiveUser to 0.14.0

    + update port: security/pear-LiveUser to 0.14.0
      + changelog: http://pear.php.net/package/LiveUser/download/0.14.0/

PR:		ports/75333
Submitted by:	Antnio Carlos Venncio Jnior <antonio@@php.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.14.0
d15 1
a15 1
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
a17 2
USE_PHP=	yes

d19 1
a19 1
OPTIONS=	PEAR_DB "PEAR::DB support" on \
d28 7
a34 7
		Auth/PEARAuth.php Auth/XML.php Perm/Complex.php Perm/Medium.php \
		Perm/Simple.php Perm/Storage.php Perm/Storage/Cache.php \
		Perm/Storage/DB.php Perm/Storage/MDB.php Perm/Storage/MDB2.php \
		Perm/Storage/SQL.php Perm/Storage/XML.php LiveUser.php
SQLS=		Auth_DB.sql auth_mdb_schema.xml Auth_XML.xml perm_db.sql \
		perm_db_complex.sql perm_db_medium.sql perm_db_simple.sql \
		perm_mdb_schema.xml Perm_XML.xml README
d36 1
a36 1
EXAMPLES=	README example1/Auth_XML.xml example1/conf.php example1/example.php \
d45 2
a46 1
		example4/news_view.php example4/news_view.tpl.php example4/style.css
d52 2
a53 8
PHP_VERS=       ${PHP_VERSION:S/.//g}

.if defined(PHP_VERS) && ${PHP_VERS} < 420
IGNORE=         "You need PHP 4.2.0 or later to install PEAR::LiveUser"
.endif

.if !defined(WITHOUT_PEAR_DB)
BUILD_DEPENDS+=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
d57 1
a57 1
BUILD_DEPENDS+=	${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB
d61 1
a61 1
BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
d65 1
a65 1
BUILD_DEPENDS+=	 ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
d69 1
a69 1
BUILD_DEPENDS+=	${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree
d73 1
a73 1
BUILD_DEPENDS+=	${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4
@


1.1
log
@New port: security/pear-LiveUser PEAR user authentication and
permission management framework

	LiveUser is a set of classes for dealing with user
	authentication and permission management. Basically, there
	are three main elements that make up this package:

	* The LiveUser class
	* The Auth containers
	* The Perm containers

	Currently available are containers using:
	PEAR::DB, PEAR::MDB, PEAR::MDB2, PEAR::XML_Tree and PEAR::Auth.

PR:		ports/74528
Submitted by:	Ant?nio Carlos Ven?ncio J?nior <antonio@@php.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.13.3
d15 1
a15 2
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \
		${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
d18 2
d24 1
d29 19
a47 37
FILES=		Admin.php Admin/Admin.php Admin/Auth/Common.php Admin/Auth/Container/DB.php \
		Admin/Auth/Container/MDB.php Admin/Auth/Container/MDB2.php \
		Admin/Perm/Common.php Admin/Perm/Container/DB_Complex.php \
		Admin/Perm/Container/DB_Medium.php Admin/Perm/Container/DB_Simple.php \
		Admin/Perm/Container/MDB2_Complex.php Admin/Perm/Container/MDB2_Medium.php \
		Admin/Perm/Container/MDB2_Simple.php Admin/Perm/Container/MDB_Complex.php \
		Admin/Perm/Container/MDB_Medium.php Admin/Perm/Container/MDB_Simple.php \
		Auth/Common.php Auth/Container/DB.php Auth/Container/MDB.php \
		Auth/Container/MDB2.php Auth/Container/PEAR_Auth.php Auth/Container/XML.php \
		Perm/Common.php Perm/Container/DB/Complex.php Perm/Container/DB/Medium.php \
		Perm/Container/Admin.php Perm/Container/DB/Simple.php \
		Perm/Container/MDB/Complex.php 	Perm/Container/MDB/Medium.php \
		Perm/Container/MDB/Simple.php Perm/Container/MDB2/Complex.php \
		Perm/Container/MDB2/Medium.php Perm/Container/MDB2/Simple.php \
		Perm/Container/XML/Simple.php LiveUser.php
SQLS=		perm_db_complex.sql perm_db_medium.sql perm_db_simple.sql README
DOCS=		docs/dia_admin_diagram.xml docs/dia_diagram.xml docs/Perm_DB_Complex.png \
		docs/Perm_DB_Simple.png lgpl.txt
EXAMPLES=	README admin_example/create_db.sql admin_example/README \
		admin_example/DB/admin_example.php admin_example/DB/config.inc.php \
		admin_example/MDB/admin_example_mdb.php admin_example/MDB/config_mdb.inc.php \
		admin_example/MDB2/admin_example_mdb2.php admin_example/MDB2/config_mdb2.inc.php \
		example1/Auth_XML.xml example1/conf.php example1/example.php example1/index.html \
		example1/README example2/Auth_XML.xml example2/conf.php example2/example.php \
		example2/index.html example2/Perm_XML.xml example2/README 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 example4/conf.php \
		example4/demodata.sql example4/error-page.tpl.php example4/finish.inc.php \
		example4/functions.js example4/index.html example4/loginform.tpl.php \
		example4/news_change.php example4/news_change.tpl.php example4/news_new.php \
		example4/news_new.tpl.php example4/news_notallowed.tpl.php example4/news_view.php \
		example4/news_view.tpl.php example4/style.css example5/admin.php example5/admin.tpl \
		example5/admin_example.php example5/conf.php example5/create_db.sql \
		example5/home.php example5/home.tpl example5/index.php example5/layout_frontend.css \
		example5/liveuser_rights.php example5/login_form.tpl example5/news.tpl \
		example5/news_edit.tpl example5/news_list.tpl example5/README
d51 3
a53 11
post-extract:
	@@${CP} ${WRKSRC}/Admin/Admin.php ${WRKSRC}
	@@${CP} ${WRKSRC}/Admin.php ${WRKSRC}/Perm/Container

	@@${MKDIR} ${WRKSRC}/misc/schema
	@@${MV} ${WRKSRC}/sql/Auth_DB.sql ${WRKSRC}/misc/schema/Auth_DB.sql
	@@${MV} ${WRKSRC}/sql/auth_mdb_schema.xml ${WRKSRC}/misc/schema/auth_mdb_schema.xml
	@@${MV} ${WRKSRC}/sql/Auth_XML.xml ${WRKSRC}/misc/schema/Auth_XML.xml
	@@${MV} ${WRKSRC}/sql/perm_db.sql ${WRKSRC}/misc/schema/perm_db.sql
	@@${MV} ${WRKSRC}/sql/perm_mdb_schema.xml ${WRKSRC}/misc/schema/perm_mdb_schema.xml
	@@${MV} ${WRKSRC}/sql/Perm_XML.xml ${WRKSRC}/misc/schema/Perm_XML.xml
d55 3
a57 1
.include <bsd.port.pre.mk>
d71 4
@

