1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

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
This commit is contained in:
Erwin Lansing 2005-12-17 11:21:52 +00:00
parent 532ec61cb2
commit bf5342d0cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151371
5 changed files with 39 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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