From 1a4086876fdd64e4d3068bd8c22d5b9d96aeca9e Mon Sep 17 00:00:00 2001 From: mjl Date: Wed, 19 Sep 2001 03:11:02 +0000 Subject: Initial import of p5-Digest-SHA1, as provided by Sen Nagata in PR/13986. --- security/p5-Digest-SHA1/Makefile | 20 ++++++++++++++++++++ security/p5-Digest-SHA1/distinfo | 4 ++++ security/p5-Digest-SHA1/pkg/DESCR | 4 ++++ security/p5-Digest-SHA1/pkg/PLIST | 1 + 4 files changed, 29 insertions(+) create mode 100644 security/p5-Digest-SHA1/Makefile create mode 100644 security/p5-Digest-SHA1/distinfo create mode 100644 security/p5-Digest-SHA1/pkg/DESCR create mode 100644 security/p5-Digest-SHA1/pkg/PLIST (limited to 'security/p5-Digest-SHA1') 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 $ -- cgit v1.2.3