summaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA1
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2001-09-19 03:11:02 +0000
committermjl <mjl@pkgsrc.org>2001-09-19 03:11:02 +0000
commit1a4086876fdd64e4d3068bd8c22d5b9d96aeca9e (patch)
tree6eb15c9fb88551a04c8b7460a534a656b4a0eb37 /security/p5-Digest-SHA1
parentda466d4b31cbbb2236ea6e2af6fd8d6521d44518 (diff)
downloadpkgsrc-1a4086876fdd64e4d3068bd8c22d5b9d96aeca9e.tar.gz
Initial import of p5-Digest-SHA1, as provided by Sen Nagata in PR/13986.
Diffstat (limited to 'security/p5-Digest-SHA1')
-rw-r--r--security/p5-Digest-SHA1/Makefile20
-rw-r--r--security/p5-Digest-SHA1/distinfo4
-rw-r--r--security/p5-Digest-SHA1/pkg/DESCR4
-rw-r--r--security/p5-Digest-SHA1/pkg/PLIST1
4 files changed, 29 insertions, 0 deletions
diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile
new file mode 100644
index 00000000000..6f5da3bb807
--- /dev/null
+++ b/security/p5-Digest-SHA1/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/19 03:11:02 mjl Exp $
+#
+
+DISTNAME= Digest-SHA1-2.00
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module for SHA1
+
+CONFLICTS+= p5-Digest-MD5<=2.12
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/SHA1/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Digest-SHA1/distinfo b/security/p5-Digest-SHA1/distinfo
new file mode 100644
index 00000000000..4c23e465fff
--- /dev/null
+++ b/security/p5-Digest-SHA1/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/09/19 03:11:02 mjl Exp $
+
+SHA1 (Digest-SHA1-2.00.tar.gz) = eb8a0de27d989974b90ef55f7c86736cd46ab63b
+Size (Digest-SHA1-2.00.tar.gz) = 33945 bytes
diff --git a/security/p5-Digest-SHA1/pkg/DESCR b/security/p5-Digest-SHA1/pkg/DESCR
new file mode 100644
index 00000000000..1c4ae99bca1
--- /dev/null
+++ b/security/p5-Digest-SHA1/pkg/DESCR
@@ -0,0 +1,4 @@
+The Digest::SHA1 module allows you to use the NIST SHA-1 message
+digest algorithm from within Perl programs. The algorithm takes as
+input a message of arbitrary length and produces as output a 160-bit
+"fingerprint" or "message digest" of the input.
diff --git a/security/p5-Digest-SHA1/pkg/PLIST b/security/p5-Digest-SHA1/pkg/PLIST
new file mode 100644
index 00000000000..b44e43cba24
--- /dev/null
+++ b/security/p5-Digest-SHA1/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/19 03:11:02 mjl Exp $