ports/76677: New port: security/pear-LiveUser_Admin PEAR user authentication and permission management framework

Antonio Carlos Venancio Junior antonio at php.net
Tue Jan 25 19:50:01 UTC 2005


>Number:         76677
>Category:       ports
>Synopsis:       New port: security/pear-LiveUser_Admin PEAR user authentication and permission management framework
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 25 19:50:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Antônio Carlos Venâncio Júnior
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005     root at antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO  i386
>Description:
New port: security/pear-LiveUser_Admin 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.
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pear-LiveUser_Admin
#	pear-LiveUser_Admin/Makefile
#	pear-LiveUser_Admin/distinfo
#	pear-LiveUser_Admin/pkg-descr
#
echo c - pear-LiveUser_Admin
mkdir -p pear-LiveUser_Admin > /dev/null 2>&1
echo x - pear-LiveUser_Admin/Makefile
sed 's/^X//' >pear-LiveUser_Admin/Makefile << 'END-of-pear-LiveUser_Admin/Makefile'
X# Ports collection makefile for:  pear-LiveUser_Admin
X# Date created:			  25 January 2005
X# Whom:				  Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	LiveUser_Admin
XPORTVERSION=	0.1.0
XCATEGORIES=	security www pear
X
XMAINTAINER=	antonio at php.net
XCOMMENT=	PEAR user authentication and permission management framework
X
XBUILD_DEPENDS=	${PEARDIR}/LiveUser/LiveUser.php:${PORTSDIR}/security/pear-LiveUser
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_PHP=	yes
X
XLATEST_LINK=	pear-LiveUser_Admin
XOPTIONS=	PEAR_DB "PEAR::DB support" on \
X		PEAR_MDB "PEAR::MDB support" off \
X		PEAR_MDB2 "PEAR::MDB2 support" off \
X		PEAR_LOG "PEAR::Log support" off \
X		PEAR_XML_TREE "PEAR::XML_Tree support" off \
X		PEAR_CRYPT_RC4 "PEAR::Crypt_RC4 support" off
X
XCATEGORY=	LiveUser
XFILES=		Admin/Auth/Common.php Admin/Auth/DB.php Admin/Auth/MDB.php \
X		Admin/Auth/MDB2.php Admin/Perm/Complex.php Admin/Perm/Medium.php \
X		Admin/Perm/Simple.php Admin/Perm/Storage/MDB2.php \
X		Admin/Storage/MDB2.php Admin/Storage/SQL.php \
X		Admin.php Admin/Storage.php
XEXAMPLES=	Auth_XML.xml test.php example1/Application.php \
X		example1/Area.php example1/config.inc.php \
X		example1/create_db.sql example1/extra_sql.sql \
X		example1/Group.php example1/GroupRights.php \
X		example1/ImplyRights.php example1/index.php \
X		example1/OutputRightsConstants.php example1/Rights.php \
X		example1/Subgroups.php example1/User.php \
X		example1/UserGroup.php example1/UserRights.php \
X		example3/area51.php example3/coffeemaker.php example3/conf.php \
X		example3/demodata.sql example3/example.php example3/index.html \
X		example3/loginscreen.php example3/main.php example3/nav.php \
X		example3/testarea.php
X_EXAMPLESDIR=	docs/examples
X
Xpost-extract:
X	@${MKDIR} ${WRKSRC}/Admin
X	@${MV} ${WRKSRC}/Auth ${WRKSRC}/Admin/
X	@${MV} ${WRKSRC}/[B-S]* ${WRKSRC}/Admin/
X	@${MV} ${WRKSRC}/docs/examples/example\ 1 ${WRKSRC}/docs/examples/example1
X
X.include <bsd.port.pre.mk>
X
XPHP_VERS=	${PHP_VERSION:S/.//g}
X
X.if defined(PHP_VERS) && ${PHP_VERS} < 420
XIGNORE=		"You need PHP 4.2.0 or later to install PEAR::LiveUser"
X.endif
X
X.if !defined(WITHOUT_PEAR_DB)
XBUILD_DEPENDS+=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
X.endif
X
X.if defined(WITH_PEAR_MDB)
XBUILD_DEPENDS+=	${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB
X.endif
X
X.if defined(WITH_PEAR_MDB2)
XBUILD_DEPENDS+=	${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
X.endif
X
X.if defined(WITH_PEAR_LOG)
XBUILD_DEPENDS+=	${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
X.endif
X
X.if defined(WITH_PEAR_XML_TREE)
XBUILD_DEPENDS+=	${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree
X.endif
X
X.if defined(WITH_PEAR_CRYPT_RC4)
XBUILD_DEPENDS+=	${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4
X.endif
X
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-LiveUser_Admin/Makefile
echo x - pear-LiveUser_Admin/distinfo
sed 's/^X//' >pear-LiveUser_Admin/distinfo << 'END-of-pear-LiveUser_Admin/distinfo'
XMD5 (PEAR/LiveUser_Admin-0.1.0.tgz) = 918cea831fe15027e4fa8ce368e6950b
XSIZE (PEAR/LiveUser_Admin-0.1.0.tgz) = 35391
END-of-pear-LiveUser_Admin/distinfo
echo x - pear-LiveUser_Admin/pkg-descr
sed 's/^X//' >pear-LiveUser_Admin/pkg-descr << 'END-of-pear-LiveUser_Admin/pkg-descr'
XLiveUser_Admin is meant to be used with the LiveUser package.
XIt is composed of all the classes necessary to administrate
Xdata used by LiveUser.
X
XWWW: http://pear.php.net/package/LiveUser_Admin/
END-of-pear-LiveUser_Admin/pkg-descr
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list