From 480d935255ab58333c12b2f67b2c537590b1237b Mon Sep 17 00:00:00 2001 From: sno Date: Wed, 27 Jan 2010 10:31:17 +0000 Subject: Importing security/p5-Authen-Htpasswd version 0.16.1 as dependency of scheduled import of www/p5-Catalyst-Authentication-Store-Htpasswd, which is recommended by the update of editors/p5-Padre-Plugin-Catalyst. This module provides a convenient, object-oriented interface to Apache-style .htpasswd files. It supports passwords encrypted via MD5, SHA1, and crypt, as well as plain (cleartext) passwords. Additional fields after username and password, if present, are accessible via the extra_info array. --- security/p5-Authen-Htpasswd/DESCR | 4 ++++ security/p5-Authen-Htpasswd/Makefile | 25 +++++++++++++++++++++++++ security/p5-Authen-Htpasswd/distinfo | 5 +++++ 3 files changed, 34 insertions(+) create mode 100644 security/p5-Authen-Htpasswd/DESCR create mode 100644 security/p5-Authen-Htpasswd/Makefile create mode 100644 security/p5-Authen-Htpasswd/distinfo (limited to 'security/p5-Authen-Htpasswd') diff --git a/security/p5-Authen-Htpasswd/DESCR b/security/p5-Authen-Htpasswd/DESCR new file mode 100644 index 00000000000..04a92f97558 --- /dev/null +++ b/security/p5-Authen-Htpasswd/DESCR @@ -0,0 +1,4 @@ +This module provides a convenient, object-oriented interface to Apache-style +.htpasswd files. It supports passwords encrypted via MD5, SHA1, and crypt, +as well as plain (cleartext) passwords. Additional fields after username +and password, if present, are accessible via the extra_info array. diff --git a/security/p5-Authen-Htpasswd/Makefile b/security/p5-Authen-Htpasswd/Makefile new file mode 100644 index 00000000000..60023259600 --- /dev/null +++ b/security/p5-Authen-Htpasswd/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/27 10:31:17 sno Exp $ +# + +DISTNAME= Authen-Htpasswd-0.161 +PKGNAME= p5-${DISTNAME:S/161/16.1/} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Authen-Htpasswd/ +COMMENT= Interface to read and modify Apache .htpasswd files +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Authen/Htpasswd/.packlist + +DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor +DEPENDS+= p5-Crypt-PasswdMD5-[0-9]*:../../security/p5-Crypt-PasswdMD5 +DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 +DEPENDS+= p5-IO-LockedFile-[0-9]*:../../devel/p5-IO-LockedFile + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Authen-Htpasswd/distinfo b/security/p5-Authen-Htpasswd/distinfo new file mode 100644 index 00000000000..c9341a767e2 --- /dev/null +++ b/security/p5-Authen-Htpasswd/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/27 10:31:17 sno Exp $ + +SHA1 (Authen-Htpasswd-0.161.tar.gz) = 455353b2b3c40173b008bc8cdae39bef8980c003 +RMD160 (Authen-Htpasswd-0.161.tar.gz) = 3b8725ba7450ca56fd42e7f88012715ab8a67a25 +Size (Authen-Htpasswd-0.161.tar.gz) = 7864 bytes -- cgit v1.2.3