diff options
author | mjl <mjl> | 2001-09-19 03:11:02 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-09-19 03:11:02 +0000 |
commit | 62ef6ccef2e1099005474af4f1955fdc82dbaca9 (patch) | |
tree | 6eb15c9fb88551a04c8b7460a534a656b4a0eb37 /security | |
parent | 499e925f41bebddde914eab2683848abb0d1d093 (diff) | |
download | pkgsrc-62ef6ccef2e1099005474af4f1955fdc82dbaca9.tar.gz |
Initial import of p5-Digest-SHA1, as provided by Sen Nagata in PR/13986.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA1/Makefile | 20 | ||||
-rw-r--r-- | security/p5-Digest-SHA1/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Digest-SHA1/pkg/DESCR | 4 | ||||
-rw-r--r-- | security/p5-Digest-SHA1/pkg/PLIST | 1 |
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 $ |