pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Digest Initial import of Digest-1.05
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e8fe4f5e154
branches: trunk
changeset: 464479:5e8fe4f5e154
user: heinz <heinz%pkgsrc.org@localhost>
date: Wed Dec 10 21:38:05 2003 +0000
description:
Initial import of Digest-1.05
A simple frontend module for autoloading of various Digest:: modules.
It also provide documentation of the interface that all Digest:: modules
should provide.
diffstat:
security/p5-Digest/DESCR | 3 +++
security/p5-Digest/Makefile | 18 ++++++++++++++++++
security/p5-Digest/PLIST | 1 +
security/p5-Digest/distinfo | 4 ++++
4 files changed, 26 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r b8554fa3eacb -r 5e8fe4f5e154 security/p5-Digest/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest/DESCR Wed Dec 10 21:38:05 2003 +0000
@@ -0,0 +1,3 @@
+A simple frontend module for autoloading of various Digest:: modules.
+It also provide documentation of the interface that all Digest:: modules
+should provide.
diff -r b8554fa3eacb -r 5e8fe4f5e154 security/p5-Digest/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest/Makefile Wed Dec 10 21:38:05 2003 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/10 21:38:05 heinz Exp $
+#
+
+DISTNAME= Digest-1.05
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5dig
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
+
+MAINTAINER= heinz%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Digest/
+COMMENT= Perl5 base class for Digest:: modules
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b8554fa3eacb -r 5e8fe4f5e154 security/p5-Digest/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest/PLIST Wed Dec 10 21:38:05 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/10 21:38:05 heinz Exp $
diff -r b8554fa3eacb -r 5e8fe4f5e154 security/p5-Digest/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest/distinfo Wed Dec 10 21:38:05 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/10 21:38:05 heinz Exp $
+
+SHA1 (Digest-1.05.tar.gz) = cac99f3e9ca6d97dc5eac1013544f9366f713a12
+Size (Digest-1.05.tar.gz) = 5815 bytes
Home |
Main Index |
Thread Index |
Old Index