aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Digest-ManberHash
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2005-12-18 05:46:44 +0800
committererwin <erwin@FreeBSD.org>2005-12-18 05:46:44 +0800
commitc6bd9f4caec5522fdaf916f75ab1f8aefb9944ab (patch)
tree41cbf05e4b7f00fad30e5023092531903edd2e4e /security/p5-Digest-ManberHash
parent08c8d00dfe77290a63ba280f4fcf9ee16d18537b (diff)
downloadfreebsd-ports-graphics-c6bd9f4caec5522fdaf916f75ab1f8aefb9944ab.tar.gz
freebsd-ports-graphics-c6bd9f4caec5522fdaf916f75ab1f8aefb9944ab.tar.zst
freebsd-ports-graphics-c6bd9f4caec5522fdaf916f75ab1f8aefb9944ab.zip
Digest::ManberHash - a Perl package to calculate Manber Hashes
WWW: http://search.cpan.org/dist/Digest-ManberHash PR: ports/90577 Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/p5-Digest-ManberHash')
-rw-r--r--security/p5-Digest-ManberHash/Makefile24
-rw-r--r--security/p5-Digest-ManberHash/distinfo3
-rw-r--r--security/p5-Digest-ManberHash/pkg-descr3
-rw-r--r--security/p5-Digest-ManberHash/pkg-plist7
4 files changed, 37 insertions, 0 deletions
diff --git a/security/p5-Digest-ManberHash/Makefile b/security/p5-Digest-ManberHash/Makefile
new file mode 100644
index 00000000000..80438a5c276
--- /dev/null
+++ b/security/p5-Digest-ManberHash/Makefile
@@ -0,0 +1,24 @@
+# Ports collection Makefile for: p5-Digest-ManberHash
+# Date created: 17 Dec 2005
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= Digest-ManberHash
+PORTVERSION= 0.7
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Digest
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gkovesdan@t-hosting.hu
+COMMENT= Perl extension for ManberHash hash algorithm
+
+PERL_CONFIGURE= yes
+
+MAN3= Digest::ManberHash.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-ManberHash/distinfo b/security/p5-Digest-ManberHash/distinfo
new file mode 100644
index 00000000000..186a983c220
--- /dev/null
+++ b/security/p5-Digest-ManberHash/distinfo
@@ -0,0 +1,3 @@
+MD5 (Digest-ManberHash-0.7.tar.gz) = 38bfb1d9648752d5fa571e5ac61595cd
+SHA256 (Digest-ManberHash-0.7.tar.gz) = 3f2b22c281b2b42646c301ec54140fe45d9913597e1a34cb46855735c29f411c
+SIZE (Digest-ManberHash-0.7.tar.gz) = 3534
diff --git a/security/p5-Digest-ManberHash/pkg-descr b/security/p5-Digest-ManberHash/pkg-descr
new file mode 100644
index 00000000000..2e45622bc8d
--- /dev/null
+++ b/security/p5-Digest-ManberHash/pkg-descr
@@ -0,0 +1,3 @@
+Digest::ManberHash - a Perl package to calculate Manber Hashes
+
+WWW: http://search.cpan.org/dist/Digest-ManberHash
diff --git a/security/p5-Digest-ManberHash/pkg-plist b/security/p5-Digest-ManberHash/pkg-plist
new file mode 100644
index 00000000000..e85f4b56da8
--- /dev/null
+++ b/security/p5-Digest-ManberHash/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Digest/ManberHash.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash/ManberHash.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash/ManberHash.so
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash
+@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