diff options
author | seb <seb@pkgsrc.org> | 2004-11-11 16:17:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-11-11 16:17:08 +0000 |
commit | 6a045aa42a20ff41ef2ece098519c7559eecaef1 (patch) | |
tree | 15a51dc1655f80fa7fb903e6740023ae6aaf98ad /security | |
parent | 96580e486bfe77a669889929749aef035d2140ee (diff) | |
download | pkgsrc-6a045aa42a20ff41ef2ece098519c7559eecaef1.tar.gz |
Initial addition of p5-Digest-SHA version 5.27 in the NetBSD Packages
Collection.
The Perl 5 module Digest::SHA is a complete implementation of the
NIST Secure Hash Standard. It gives Perl programmers a convenient
way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512
message digests. The module can handle all types of input, including
partial-byte data.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA/DESCR | 5 | ||||
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 18 | ||||
-rw-r--r-- | security/p5-Digest-SHA/PLIST | 1 | ||||
-rw-r--r-- | security/p5-Digest-SHA/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/security/p5-Digest-SHA/DESCR b/security/p5-Digest-SHA/DESCR new file mode 100644 index 00000000000..8fbb72ecba6 --- /dev/null +++ b/security/p5-Digest-SHA/DESCR @@ -0,0 +1,5 @@ +The Perl 5 module Digest::SHA is a complete implementation of the +NIST Secure Hash Standard. It gives Perl programmers a convenient +way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 +message digests. The module can handle all types of input, including +partial-byte data. diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile new file mode 100644 index 00000000000..3e1183b1d21 --- /dev/null +++ b/security/p5-Digest-SHA/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/11 16:17:08 seb Exp $ +# + +DISTNAME= Digest-SHA-5.27 +PKGNAME= p5-${DISTNAME} +#SVR4_PKGNAME= +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} + +MAINTAINER= seb@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/ +COMMENT= Perl module for SHA-1/224/256/384/512 algorithms + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/SHA/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Digest-SHA/PLIST b/security/p5-Digest-SHA/PLIST new file mode 100644 index 00000000000..7f79badae32 --- /dev/null +++ b/security/p5-Digest-SHA/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/11 16:17:08 seb Exp $ diff --git a/security/p5-Digest-SHA/distinfo b/security/p5-Digest-SHA/distinfo new file mode 100644 index 00000000000..908832062cb --- /dev/null +++ b/security/p5-Digest-SHA/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/11 16:17:08 seb Exp $ + +SHA1 (Digest-SHA-5.27.tar.gz) = de471c88e8ed80f109ff8b6fe73e09aa4536e1c3 +Size (Digest-SHA-5.27.tar.gz) = 43980 bytes |