diff --git a/security/Makefile b/security/Makefile index 09a3c4e79950..872dc5e7d1a8 100644 --- a/security/Makefile +++ b/security/Makefile @@ -311,6 +311,7 @@ SUBDIR += p5-Digest-Nilsimsa SUBDIR += p5-Digest-SHA1 SUBDIR += p5-Digest-SHA2 + SUBDIR += p5-Digest-SHA256 SUBDIR += p5-Email-Obfuscate SUBDIR += p5-File-Scan SUBDIR += p5-Filter-CBC diff --git a/security/p5-Digest-SHA256/Makefile b/security/p5-Digest-SHA256/Makefile new file mode 100644 index 000000000000..01f2b0e7e51c --- /dev/null +++ b/security/p5-Digest-SHA256/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Digest-SHA256 +# Date created: 2005/03/24 +# Whom: Christopher Nehren +# +# $FreeBSD$ +# +# The author of this port needs a good talking-to concerning naming +# consistencies. The definitions of DISTNAME *and* WRKSRC are unfortunately +# necessary at the current time. + +PORTNAME= Digest-SHA256 +PORTVERSION= 0.01b +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Digest +PKGNAMEPREFIX= p5- +DISTNAME= SHA256-${PORTVERSION} + +MAINTAINER= apeiron+ports@coitusmentis.info +COMMENT= Perl5 interface to the SHA256 algorithm + +WRKSRC= ${WRKDIR}/SHA256-0.01 +PERL_CONFIGURE= yes + +MAN3= Digest::SHA256.3 Digest::sha256.3 + +.include diff --git a/security/p5-Digest-SHA256/distinfo b/security/p5-Digest-SHA256/distinfo new file mode 100644 index 000000000000..86e226a31b92 --- /dev/null +++ b/security/p5-Digest-SHA256/distinfo @@ -0,0 +1,2 @@ +MD5 (SHA256-0.01b.tar.gz) = 08f2b87bad328275bdebf64c18bfcb31 +SIZE (SHA256-0.01b.tar.gz) = 9326 diff --git a/security/p5-Digest-SHA256/pkg-descr b/security/p5-Digest-SHA256/pkg-descr new file mode 100644 index 000000000000..6c2c1af99a3e --- /dev/null +++ b/security/p5-Digest-SHA256/pkg-descr @@ -0,0 +1,5 @@ +The Digest::SHA256 module allows you to use the NIST SHA 256/384/512 hash +algorithms in your Perl code. Performance is optimized via the usage of XS +code. + +WWW: http://search.cpan.org/search?dist=SHA256 diff --git a/security/p5-Digest-SHA256/pkg-plist b/security/p5-Digest-SHA256/pkg-plist new file mode 100644 index 000000000000..6ad961e1cbc7 --- /dev/null +++ b/security/p5-Digest-SHA256/pkg-plist @@ -0,0 +1,10 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Digest/SHA256.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Digest/SHA256.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Digest/sha256.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/SHA256.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/SHA256.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256 +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest 2>/dev/null || true