diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile new file mode 100644 index 00000000000..c3dc10c17e3 --- /dev/null +++ b/security/p5-Digest-SHA/Makefile @@ -0,0 +1,22 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/12/14 22:14:39 steven Exp $ + +SHARED_ONLY= Yes + +COMMENT= "perl extension for SHA-1/224/256/384/512" +DISTNAME= Digest-SHA-5.32 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 + +MAINTAINER= Jasper Lievisse Adriaanse + +# Artistic/GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} + +CONFIGURE_STYLE= perl + +.include diff --git a/security/p5-Digest-SHA/distinfo b/security/p5-Digest-SHA/distinfo new file mode 100644 index 00000000000..8b5c2a3368a --- /dev/null +++ b/security/p5-Digest-SHA/distinfo @@ -0,0 +1,4 @@ +MD5 (Digest-SHA-5.32.tar.gz) = 4cf333e87dc1e8cc19eb40dacb008a82 +RMD160 (Digest-SHA-5.32.tar.gz) = ba16c158d6b5b84f0d2d3594595a7a2867bcafdc +SHA1 (Digest-SHA-5.32.tar.gz) = 3f8b064b5e3ec748dc45a6e0d630d7cd477d6c5b +SIZE (Digest-SHA-5.32.tar.gz) = 45466 diff --git a/security/p5-Digest-SHA/pkg/DESCR b/security/p5-Digest-SHA/pkg/DESCR new file mode 100644 index 00000000000..23c28c2e81b --- /dev/null +++ b/security/p5-Digest-SHA/pkg/DESCR @@ -0,0 +1,4 @@ +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/pkg/PLIST b/security/p5-Digest-SHA/pkg/PLIST new file mode 100644 index 00000000000..de513ebc7e1 --- /dev/null +++ b/security/p5-Digest-SHA/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/14 22:14:39 steven Exp $ +bin/shasum +${P5ARCH}/ +${P5ARCH}/Digest/ +${P5ARCH}/Digest/SHA.pm +${P5ARCH}/auto/ +${P5ARCH}/auto/Digest/ +${P5ARCH}/auto/Digest/SHA/ +${P5ARCH}/auto/Digest/SHA/SHA.bs +${P5ARCH}/auto/Digest/SHA/SHA.so +@man man/man1/shasum.1 +@man man/man3p/Digest::SHA.3p