pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Authen-Htpasswd Importing security/p5-Auth...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e1cc03041f54
branches: trunk
changeset: 570233:e1cc03041f54
user: sno <sno%pkgsrc.org@localhost>
date: Wed Jan 27 10:31:17 2010 +0000
description:
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.
diffstat:
security/p5-Authen-Htpasswd/DESCR | 4 ++++
security/p5-Authen-Htpasswd/Makefile | 25 +++++++++++++++++++++++++
security/p5-Authen-Htpasswd/distinfo | 5 +++++
3 files changed, 34 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 233a794872a3 -r e1cc03041f54 security/p5-Authen-Htpasswd/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-Htpasswd/DESCR Wed Jan 27 10:31:17 2010 +0000
@@ -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 -r 233a794872a3 -r e1cc03041f54 security/p5-Authen-Htpasswd/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-Htpasswd/Makefile Wed Jan 27 10:31:17 2010 +0000
@@ -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@localhost
+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 -r 233a794872a3 -r e1cc03041f54 security/p5-Authen-Htpasswd/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-Htpasswd/distinfo Wed Jan 27 10:31:17 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index