From owner-cvs-ports@FreeBSD.ORG Tue Jul 14 22:26:04 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BCF91065695; Tue, 14 Jul 2009 22:26:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 49D058FC16; Tue, 14 Jul 2009 22:26:04 +0000 (UTC) (envelope-from miwi@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 n6EMQ4ed060194; Tue, 14 Jul 2009 22:26:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6EMQ43H060193; Tue, 14 Jul 2009 22:26:04 GMT (envelope-from miwi) Message-Id: <200907142226.n6EMQ43H060193@repoman.freebsd.org> From: Martin Wilke Date: Tue, 14 Jul 2009 22:26:04 +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/p5-Apache-Htpasswd Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2009 22:26:04 -0000 miwi 2009-07-14 22:26:04 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/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 passwords file is a flat-file with login name 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/ PR: ports/136767 Submitted by: Masafumi NAKANE Revision Changes Path 1.2403 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/p5-Apache-Htpasswd/Makefile (new) 1.1 +3 -0 ports/www/p5-Apache-Htpasswd/distinfo (new) 1.1 +9 -0 ports/www/p5-Apache-Htpasswd/pkg-descr (new) 1.1 +5 -0 ports/www/p5-Apache-Htpasswd/pkg-plist (new)