FreeBSD Bugzilla – Attachment 48720 Details for
Bug 74528
New port: security/pear-LiveUser PEAR user authentication and permission management framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 5.99 KB, created by
Antonio Carlos Venancio Junior
on 2004-11-29 18:20:35 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Antonio Carlos Venancio Junior
Created:
2004-11-29 18:20:35 UTC
Size:
5.99 KB
patch
obsolete
># 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 (<antonio@inf.ufsc.br>) >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 <bsd.port.pre.mk> >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 <bsd.port.post.mk> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 74528
: 48720