Deadlock is an open source user authentication/password protection system written in PHP/MySQL and licensed under the GNU GPL. It uses .htpasswd and .htaccess files to protect any web directory. WWW: http://www.phpdeadlock.org/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->tabthorpe I'll take it.
Responsible Changed From-To: tabthorpe->freebsd-ports-bugs@FreeBSD.org Back to the pool
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it.
beech 2007-12-25 11:15:45 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/phpdeadlock Makefile distinfo pkg-descr pkg-plist security/phpdeadlock/files patch-deadlock_admin_bulkemail.php patch-deadlock_admin_editconfig.php patch-deadlock_admin_edituser.php patch-deadlock_admin_inactiveusers.php patch-deadlock_admin_index.php patch-deadlock_admin_login.php patch-deadlock_admin_newuser.php patch-deadlock_admin_useraccept.php patch-deadlock_admin_userinfo.php patch-deadlock_admin_userlist.php patch-deadlock_admin_userrequests.php patch-deadlock_install_install.php pkg-message.in Log: - New port phpdeadlock-1.0.1 - Web-based user authentication/password protection system PR: ports/117122 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer) Approved by: linimon (mentor) Revision Changes Path 1.930 +1 -0 ports/security/Makefile 1.1 +52 -0 ports/security/phpdeadlock/Makefile (new) 1.1 +3 -0 ports/security/phpdeadlock/distinfo (new) 1.1 +167 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_bulkemail.php (new) 1.1 +223 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_editconfig.php (new) 1.1 +87 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_edituser.php (new) 1.1 +33 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_inactiveusers.php (new) 1.1 +65 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_index.php (new) 1.1 +25 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_login.php (new) 1.1 +105 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_newuser.php (new) 1.1 +50 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_useraccept.php (new) 1.1 +86 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_userinfo.php (new) 1.1 +33 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_userlist.php (new) 1.1 +33 -0 ports/security/phpdeadlock/files/patch-deadlock_admin_userrequests.php (new) 1.1 +129 -0 ports/security/phpdeadlock/files/patch-deadlock_install_install.php (new) 1.1 +31 -0 ports/security/phpdeadlock/files/pkg-message.in (new) 1.1 +5 -0 ports/security/phpdeadlock/pkg-descr (new) 1.1 +246 -0 ports/security/phpdeadlock/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!