aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-Hashcash
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-17 14:44:25 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-17 14:44:25 +0000
commit949a62cf0449b603a1273c2f3b985858bcda33c1 (patch)
tree91fcc709cb2cc3c7b072352eb0d906147207a769 /security/p5-Digest-Hashcash
parent6900e1d6f735c90fc082a09b7a62586b4f280cff (diff)
downloadports-949a62cf0449b603a1273c2f3b985858bcda33c1.tar.gz
ports-949a62cf0449b603a1273c2f3b985858bcda33c1.zip
This module implements the hashcash hash (or digest, although it's not
clearly a digest). For all your information needs please visit http://www.hashcash.org. WWW: http://search.cpan.org/dist/Digest-Hashcash PR: ports/90548 Submitted by: Gabor Kovesdan
Notes
Notes: svn path=/head/; revision=151389
Diffstat (limited to 'security/p5-Digest-Hashcash')
-rw-r--r--security/p5-Digest-Hashcash/Makefile25
-rw-r--r--security/p5-Digest-Hashcash/distinfo3
-rw-r--r--security/p5-Digest-Hashcash/pkg-descr5
-rw-r--r--security/p5-Digest-Hashcash/pkg-plist8
4 files changed, 41 insertions, 0 deletions
diff --git a/security/p5-Digest-Hashcash/Makefile b/security/p5-Digest-Hashcash/Makefile
new file mode 100644
index 000000000000..16f081bfab17
--- /dev/null
+++ b/security/p5-Digest-Hashcash/Makefile
@@ -0,0 +1,25 @@
+# Ports collection Makefile for: p5-Digest-Hashcash
+# Date created: 17 Dec 2005
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= Digest-Hashcash
+PORTVERSION= 0.04
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMBACK
+PKGNAMEPREFIX= p5-
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= gkovesdan@t-hosting.hu
+COMMENT= Perl extension for Hashcash hash algorithm
+
+PERL_CONFIGURE= yes
+
+MAN3= Digest::Hashcash.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-Hashcash/distinfo b/security/p5-Digest-Hashcash/distinfo
new file mode 100644
index 000000000000..bbf357013919
--- /dev/null
+++ b/security/p5-Digest-Hashcash/distinfo
@@ -0,0 +1,3 @@
+MD5 (Digest-Hashcash-0.04.tgz) = 5394408aa473b852f830b96cf653d4e2
+SHA256 (Digest-Hashcash-0.04.tgz) = bbd116831133052c54c28be9a817a75b6f04811383c674dc509b35ff18eb7449
+SIZE (Digest-Hashcash-0.04.tgz) = 21131
diff --git a/security/p5-Digest-Hashcash/pkg-descr b/security/p5-Digest-Hashcash/pkg-descr
new file mode 100644
index 000000000000..a9f618de7eb0
--- /dev/null
+++ b/security/p5-Digest-Hashcash/pkg-descr
@@ -0,0 +1,5 @@
+This module implements the hashcash hash (or digest, although it's not
+clearly a digest). For all your information needs please
+visit http://www.hashcash.org.
+
+WWW: http://search.cpan.org/dist/Digest-Hashcash
diff --git a/security/p5-Digest-Hashcash/pkg-plist b/security/p5-Digest-Hashcash/pkg-plist
new file mode 100644
index 000000000000..1e3d1e97a3ec
--- /dev/null
+++ b/security/p5-Digest-Hashcash/pkg-plist
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Digest/Hashcash.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Hashcash/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Hashcash/Hashcash.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Hashcash/Hashcash.so
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Hashcash/
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest/ 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Hashcash/ 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ 2>/dev/null || true