Bug 120514 - New port - mod_auth_form
Summary: New port - mod_auth_form
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: 2008-02-11 00:00 UTC by T. S.
Modified: 2008-02-16 09:00 UTC (History)
0 users

See Also:


Attachments
log (4.19 KB, text/plain)
2008-02-11 00:00 UTC, T. S.
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description T. S. 2008-02-11 00:00:06 UTC
	New port for mod_auth_form - MySQL based Form authentication module for Apache 2.x
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-11 00:00:14 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2008-02-16 02:29:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-16 08:54:11 UTC
beech       2008-02-16 08:54:06 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/mod_auth_form    Makefile distinfo pkg-descr pkg-plist 
    www/mod_auth_form/files patch-configure 
  Log:
  mod_auth_form is a form based authentication module for apache2. It is
  used to place access restrictions on a per-directory, per-user-request basis
  using session management. The module uses a MySQL database to retrieve users'
  group membership, maintain and validate users' sessions and optionally track
  user activity.
  
  PR:             ports/120514
  Submitted by:   Tommy Scheunemann <net at arrishq.net>
  
  Revision  Changes    Path
  1.1972    +1 -0      ports/www/Makefile
  1.1       +37 -0     ports/www/mod_auth_form/Makefile (new)
  1.1       +3 -0      ports/www/mod_auth_form/distinfo (new)
  1.1       +33 -0     ports/www/mod_auth_form/files/patch-configure (new)
  1.1       +7 -0      ports/www/mod_auth_form/pkg-descr (new)
  1.1       +7 -0      ports/www/mod_auth_form/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 4 Beech Rintoul freebsd_committer freebsd_triage 2008-02-16 08:56:09 UTC
State Changed
From-To: open->closed

Committed, Thanks!