diff options
author | sno <sno@pkgsrc.org> | 2010-01-27 10:31:17 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-27 10:31:17 +0000 |
commit | 480d935255ab58333c12b2f67b2c537590b1237b (patch) | |
tree | 187dca5317d44d5f4e02c3f5d5f306db9ffd0d33 | |
parent | d26147e74e7dcd152ec00d9a86bf0e76a50a0060 (diff) | |
download | pkgsrc-480d935255ab58333c12b2f67b2c537590b1237b.tar.gz |
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.
-rw-r--r-- | security/p5-Authen-Htpasswd/DESCR | 4 | ||||
-rw-r--r-- | security/p5-Authen-Htpasswd/Makefile | 25 | ||||
-rw-r--r-- | security/p5-Authen-Htpasswd/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
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 |