From owner-cvs-all@FreeBSD.ORG Sat Feb 16 08:54:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E421216A474; Sat, 16 Feb 2008 08:54:06 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E9BED13C458; Sat, 16 Feb 2008 08:54:06 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1G8s6gr012702; Sat, 16 Feb 2008 08:54:06 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1G8s628012701; Sat, 16 Feb 2008 08:54:06 GMT (envelope-from beech) Message-Id: <200802160854.m1G8s628012701@repoman.freebsd.org> From: Beech Rintoul Date: Sat, 16 Feb 2008 08:54:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/mod_auth_form Makefile distinfo pkg-descr pkg-plist ports/www/mod_auth_form/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2008 08:54:07 -0000 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 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)