Bug 117122 - [NEW PORT] security/phpdeadlock: Web-based user authentication/password protection system
Summary: [NEW PORT] security/phpdeadlock: Web-based user authentication/password prote...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-11 22:00 UTC by Greg Larkin
Modified: 2007-12-25 11:20 UTC (History)
1 user (show)

See Also:


Attachments
phpdeadlock-1.01.shar (92.15 KB, text/plain)
2007-10-11 22:00 UTC, Greg Larkin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin 2007-10-11 22:00:00 UTC
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
Comment 1 Thomas Abthorpe freebsd_committer freebsd_triage 2007-11-27 17:37:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

I'll take it.
Comment 2 Thomas Abthorpe freebsd_committer freebsd_triage 2007-12-05 06:23:36 UTC
Responsible Changed
From-To: tabthorpe->freebsd-ports-bugs@FreeBSD.org

Back to the pool
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2007-12-05 09:09:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-12-25 11:15:49 UTC
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"
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2007-12-25 11:17:04 UTC
State Changed
From-To: open->closed

Committed, Thanks!