aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Digest-SV1
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2005-12-17 20:09:13 +0800
committererwin <erwin@FreeBSD.org>2005-12-17 20:09:13 +0800
commit28acd2a343d7e8ed8a25fc963bf0436e837f2aa0 (patch)
treee587ebcbe31934d0ac61fe7eb2d7096776be6e46 /security/p5-Digest-SV1
parent1d355b4d2f7a0293aafb027d81faa61831ab8aad (diff)
downloadfreebsd-ports-gnome-28acd2a343d7e8ed8a25fc963bf0436e837f2aa0.tar.gz
freebsd-ports-gnome-28acd2a343d7e8ed8a25fc963bf0436e837f2aa0.tar.zst
freebsd-ports-gnome-28acd2a343d7e8ed8a25fc963bf0436e837f2aa0.zip
Digest::SV1 - Cryptosleazically strong message digest format
WWW: http://search.cpan.org/dist/Digest-SV1 PR: ports/90539 Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/p5-Digest-SV1')
-rw-r--r--security/p5-Digest-SV1/Makefile30
-rw-r--r--security/p5-Digest-SV1/distinfo3
-rw-r--r--security/p5-Digest-SV1/pkg-descr3
-rw-r--r--security/p5-Digest-SV1/pkg-plist2
4 files changed, 38 insertions, 0 deletions
diff --git a/security/p5-Digest-SV1/Makefile b/security/p5-Digest-SV1/Makefile
new file mode 100644
index 000000000000..a9c110df626e
--- /dev/null
+++ b/security/p5-Digest-SV1/Makefile
@@ -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>
diff --git a/security/p5-Digest-SV1/distinfo b/security/p5-Digest-SV1/distinfo
new file mode 100644
index 000000000000..b889ef123684
--- /dev/null
+++ b/security/p5-Digest-SV1/distinfo
@@ -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
diff --git a/security/p5-Digest-SV1/pkg-descr b/security/p5-Digest-SV1/pkg-descr
new file mode 100644
index 000000000000..bf9e19955aa2
--- /dev/null
+++ b/security/p5-Digest-SV1/pkg-descr
@@ -0,0 +1,3 @@
+Digest::SV1 - Cryptosleazically strong message digest format
+
+WWW: http://search.cpan.org/dist/Digest-SV1
diff --git a/security/p5-Digest-SV1/pkg-plist b/security/p5-Digest-SV1/pkg-plist
new file mode 100644
index 000000000000..5028d857d9bc
--- /dev/null
+++ b/security/p5-Digest-SV1/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Digest/SV1.pm
+@unexec rmdir %D/%%SITE_PERL%%/Digest/ 2>/dev/null || true