From owner-cvs-all@FreeBSD.ORG Thu Apr 30 17:51:57 2009 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 9356E1065674; Thu, 30 Apr 2009 17:51:57 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 823A98FC0C; Thu, 30 Apr 2009 17:51:57 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3UHpvui044254; Thu, 30 Apr 2009 17:51:57 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3UHpv8s044252; Thu, 30 Apr 2009 17:51:57 GMT (envelope-from glarkin) Message-Id: <200904301751.n3UHpv8s044252@repoman.freebsd.org> From: Greg Larkin Date: Thu, 30 Apr 2009 17:51:57 +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/security Makefile ports/security/p5-Apache-Htpasswd Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2009 17:51:58 -0000 glarkin 2009-04-30 17:51:57 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Apache-Htpasswd Makefile distinfo pkg-descr pkg-plist Log: This module comes with a set of methods to use with htaccess password files. These files (and htaccess) are used to do Basic Authentication on a web server. The password file is a flat-file with login names and their associated crypted password. You can use this for non-Apache files if you wish, but it was written specifically for .htaccess style files. WWW: http://search.cpan.org/dist/Apache-Htpasswd/ Revision Changes Path 1.1035 +1 -0 ports/security/Makefile 1.1 +26 -0 ports/security/p5-Apache-Htpasswd/Makefile (new) 1.1 +3 -0 ports/security/p5-Apache-Htpasswd/distinfo (new) 1.1 +9 -0 ports/security/p5-Apache-Htpasswd/pkg-descr (new) 1.1 +5 -0 ports/security/p5-Apache-Htpasswd/pkg-plist (new)