1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Digest::SV1 - Cryptosleazically strong message digest format

WWW: http://search.cpan.org/dist/Digest-SV1

PR:		ports/90539
Submitted by:	Gabor Kovesdan
This commit is contained in:
Erwin Lansing 2005-12-17 12:09:13 +00:00
parent af63cbd414
commit 918a2b3ca2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151378
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-SV1
SUBDIR += p5-Digest-Tiger
SUBDIR += p5-Digest-Whirlpool
SUBDIR += p5-Email-Obfuscate

View File

@ -0,0 +1,30 @@
# Ports collection Makefile for: p5-Digest-SV1
# Date created: 17 Dec 2005
# Whom: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-SV1
PORTVERSION= 0.01
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Perl extension for SV1 hash algorithm
BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest \
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/${PERL_ARCH}/Digest/Haval256.pm:${PORTSDIR}/security/p5-Digest-Haval256
PERL_CONFIGURE= yes
PERL_MODBUILD= yes
MAN3= Digest::SV1.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-SV1-0.01.tar.gz) = c90f7697b7fa7bb156d6c93564500c65
SHA256 (Digest-SV1-0.01.tar.gz) = 98b110e312ebc56ec86ef769bb1154c43ec012b2fb7ea294bfda80f86b6a7d54
SIZE (Digest-SV1-0.01.tar.gz) = 3976

View File

@ -0,0 +1,3 @@
Digest::SV1 - Cryptosleazically strong message digest format
WWW: http://search.cpan.org/dist/Digest-SV1

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Digest/SV1.pm
@unexec rmdir %D/%%SITE_PERL%%/Digest/ 2>/dev/null || true