diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-17 19:21:52 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-17 19:21:52 +0800 |
commit | bf5342d0cba88a2e4087afa4017102b20b2e2826 (patch) | |
tree | ea4d63c71b694117c0589f168cd245359435128f /security | |
parent | 532ec61cb25c3966f95c65470541661e10aaef2c (diff) | |
download | freebsd-ports-gnome-bf5342d0cba88a2e4087afa4017102b20b2e2826.tar.gz freebsd-ports-gnome-bf5342d0cba88a2e4087afa4017102b20b2e2826.tar.zst freebsd-ports-gnome-bf5342d0cba88a2e4087afa4017102b20b2e2826.zip |
Digest::Whirlpool - A 512-bit, collision-resistant, one-way hash function
developed by Paulo S. L. M. Barreto and Vincent Rijmen.
WWW: http://search.cpan.org/dist/Digest-Whirlpool
PR: ports/90536
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Digest-Whirlpool/Makefile | 24 | ||||
-rw-r--r-- | security/p5-Digest-Whirlpool/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Digest-Whirlpool/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-Digest-Whirlpool/pkg-plist | 7 |
5 files changed, 39 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 69f918cf3458..6fbb608cfdb6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -341,6 +341,7 @@ SUBDIR += p5-Digest-SHA1 SUBDIR += p5-Digest-SHA2 SUBDIR += p5-Digest-SHA256 + SUBDIR += p5-Digest-Whirlpool SUBDIR += p5-Email-Obfuscate SUBDIR += p5-File-Scan SUBDIR += p5-Filter-CBC diff --git a/security/p5-Digest-Whirlpool/Makefile b/security/p5-Digest-Whirlpool/Makefile new file mode 100644 index 000000000000..91bd99e637f2 --- /dev/null +++ b/security/p5-Digest-Whirlpool/Makefile @@ -0,0 +1,24 @@ +# Ports collection Makefile for: p5-Digest-Whirlpool +# Date created: 17 Dec 2005 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= Digest-Whirlpool +PORTVERSION= 1.0.3 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Digest +PKGNAMEPREFIX= p5- + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= Perl extension for Whirlpool hash algorithm + +PERL_CONFIGURE= yes + +MAN3= Digest::Whirlpool.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} <= 500503 +IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again +.endif +.include <bsd.port.post.mk> diff --git a/security/p5-Digest-Whirlpool/distinfo b/security/p5-Digest-Whirlpool/distinfo new file mode 100644 index 000000000000..a9001f56adce --- /dev/null +++ b/security/p5-Digest-Whirlpool/distinfo @@ -0,0 +1,3 @@ +MD5 (Digest-Whirlpool-1.0.3.tar.gz) = b6459d32fb5252e1d515afe98fd26808 +SHA256 (Digest-Whirlpool-1.0.3.tar.gz) = 76c6bacf7e96d2bc82c7e1f2e907584d620729295503f452d2d0e29093fe43cc +SIZE (Digest-Whirlpool-1.0.3.tar.gz) = 47789 diff --git a/security/p5-Digest-Whirlpool/pkg-descr b/security/p5-Digest-Whirlpool/pkg-descr new file mode 100644 index 000000000000..633e6e1ba8f8 --- /dev/null +++ b/security/p5-Digest-Whirlpool/pkg-descr @@ -0,0 +1,4 @@ +Digest::Whirlpool - A 512-bit, collision-resistant, one-way hash function +developed by Paulo S. L. M. Barreto and Vincent Rijmen. + +WWW: http://search.cpan.org/dist/Digest-Whirlpool diff --git a/security/p5-Digest-Whirlpool/pkg-plist b/security/p5-Digest-Whirlpool/pkg-plist new file mode 100644 index 000000000000..3a0f7715e4d8 --- /dev/null +++ b/security/p5-Digest-Whirlpool/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Digest/Whirlpool.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Whirlpool/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Whirlpool/Whirlpool.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Whirlpool/Whirlpool.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Whirlpool +@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 |