From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 18:20:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A40216A4DB for ; Mon, 29 Nov 2004 18:20:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D7043D2F for ; Mon, 29 Nov 2004 18:20:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATIKZVA081829 for ; Mon, 29 Nov 2004 18:20:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATIKZj5081828; Mon, 29 Nov 2004 18:20:35 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 18:20:35 GMT Resent-Message-Id: <200411291820.iATIKZj5081828@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE1416A4CE for ; Mon, 29 Nov 2004 18:14:21 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF8043D5C for ; Mon, 29 Nov 2004 18:14:19 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iATIEDI5086992 for ; Mon, 29 Nov 2004 16:14:13 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iATIEDsS086991; Mon, 29 Nov 2004 16:14:13 -0200 (BRST) Message-Id: <200411291814.iATIEDsS086991@digitalsign.com> Date: Mon, 29 Nov 2004 16:14:13 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74528: New port: security/pear-LiveUser PEAR user authentication and permission management framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:20:36 -0000 >Number: 74528 >Category: ports >Synopsis: New port: security/pear-LiveUser 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: Mon Nov 29 18:20:35 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: 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. >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 # pear-LiveUser/Makefile # pear-LiveUser/distinfo # pear-LiveUser/pkg-descr # echo c - pear-LiveUser mkdir -p pear-LiveUser > /dev/null 2>&1 echo x - pear-LiveUser/Makefile sed 's/^X//' >pear-LiveUser/Makefile << 'END-of-pear-LiveUser/Makefile' X# Ports collection makefile for: pear-LiveUser X# Date created: 29 November 2004 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= LiveUser XPORTVERSION= 0.13.3 XCATEGORIES= security www pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR user authentication and permission management framework X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \ X ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log XRUN_DEPENDS= ${BUILD_DEPENDS} X XLATEST_LINK= pear-LiveUser XOPTIONS= PEAR_DB "PEAR::DB support" on \ X PEAR_MDB "PEAR::MDB support" off \ X PEAR_MDB2 "PEAR::MDB2 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.php Admin/Auth/Common.php Admin/Auth/Container/DB.php \ X Admin/Auth/Container/MDB.php Admin/Auth/Container/MDB2.php \ X Admin/Perm/Common.php Admin/Perm/Container/DB_Complex.php \ X Admin/Perm/Container/DB_Medium.php Admin/Perm/Container/DB_Simple.php \ X Admin/Perm/Container/MDB2_Complex.php Admin/Perm/Container/MDB2_Medium.php \ X Admin/Perm/Container/MDB2_Simple.php Admin/Perm/Container/MDB_Complex.php \ X Admin/Perm/Container/MDB_Medium.php Admin/Perm/Container/MDB_Simple.php \ X Auth/Common.php Auth/Container/DB.php Auth/Container/MDB.php \ X Auth/Container/MDB2.php Auth/Container/PEAR_Auth.php Auth/Container/XML.php \ X Perm/Common.php Perm/Container/DB/Complex.php Perm/Container/DB/Medium.php \ X Perm/Container/DB/Simple.php Perm/Container/MDB/Complex.php \ X Perm/Container/MDB/Medium.php Perm/Container/MDB/Simple.php \ X Perm/Container/MDB2/Complex.php Perm/Container/MDB2/Medium.php \ X Perm/Container/MDB2/Simple.php Perm/Container/XML/Simple.php \ X LiveUser.php XSQLS= perm_db_complex.sql perm_db_medium.sql perm_db_simple.sql README XDOCS= docs/dia_admin_diagram.xml docs/dia_diagram.xml docs/Perm_DB_Complex.png \ X docs/Perm_DB_Simple.png lgpl.txt XEXAMPLES= README admin_example/create_db.sql admin_example/README \ X admin_example/DB/admin_example.php admin_example/DB/config.inc.php \ X admin_example/MDB/admin_example_mdb.php admin_example/MDB/config_mdb.inc.php \ X admin_example/MDB2/admin_example_mdb2.php admin_example/MDB2/config_mdb2.inc.php \ X example1/Auth_XML.xml example1/conf.php example1/example.php example1/index.html \ X example1/README example2/Auth_XML.xml example2/conf.php example2/example.php \ X example2/index.html example2/Perm_XML.xml example2/README example3/area51.php \ X example3/coffeemaker.php example3/conf.php example3/demodata.sql \ X example3/example.php example3/index.html example3/loginscreen.php \ X example3/main.php example3/nav.php example3/testarea.php example4/conf.php \ X example4/demodata.sql example4/error-page.tpl.php example4/finish.inc.php \ X example4/functions.js example4/index.html example4/loginform.tpl.php \ X example4/news_change.php example4/news_change.tpl.php example4/news_new.php \ X example4/news_new.tpl.php example4/news_notallowed.tpl.php example4/news_view.php \ X example4/news_view.tpl.php example4/style.css example5/admin.php example5/admin.tpl \ X example5/admin_example.php example5/conf.php example5/create_db.sql \ X example5/home.php example5/home.tpl example5/index.php example5/layout_frontend.css \ X example5/liveuser_rights.php example5/login_form.tpl example5/news.tpl \ X example5/news_edit.tpl example5/news_list.tpl example5/README X_EXAMPLESDIR= docs/examples X_DOCSDIR= . X Xpost-extract: X @${MV} ${WRKSRC}/Admin/Admin.php ${WRKSRC} X X @${MKDIR} ${WRKSRC}/misc/schema X @${MV} ${WRKSRC}/sql/Auth_DB.sql ${WRKSRC}/misc/schema/Auth_DB.sql X @${MV} ${WRKSRC}/sql/auth_mdb_schema.xml ${WRKSRC}/misc/schema/auth_mdb_schema.xml X @${MV} ${WRKSRC}/sql/Auth_XML.xml ${WRKSRC}/misc/schema/Auth_XML.xml X @${MV} ${WRKSRC}/sql/perm_db.sql ${WRKSRC}/misc/schema/perm_db.sql X @${MV} ${WRKSRC}/sql/perm_mdb_schema.xml ${WRKSRC}/misc/schema/perm_mdb_schema.xml X @${MV} ${WRKSRC}/sql/Perm_XML.xml ${WRKSRC}/misc/schema/Perm_XML.xml X X.include 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_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 END-of-pear-LiveUser/Makefile echo x - pear-LiveUser/distinfo sed 's/^X//' >pear-LiveUser/distinfo << 'END-of-pear-LiveUser/distinfo' XMD5 (PEAR/LiveUser-0.13.3.tgz) = 5cabec8138e19636e95eb7f559f661be XSIZE (PEAR/LiveUser-0.13.3.tgz) = 177049 END-of-pear-LiveUser/distinfo echo x - pear-LiveUser/pkg-descr sed 's/^X//' >pear-LiveUser/pkg-descr << 'END-of-pear-LiveUser/pkg-descr' XLiveUser is a set of classes for dealing with user authentication Xand permission management. Basically, there are three main elements that Xmake up this package: X* The LiveUser class X* The Auth containers X* The Perm containers X XCurrently available are containers using: XPEAR::DB, PEAR::MDB, PEAR::MDB2, PEAR::XML_Tree and PEAR::Auth. X XWWW: http://pear.php.net/package/LiveUser/ END-of-pear-LiveUser/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: