1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

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
This commit is contained in:
Erwin Lansing 2005-12-17 14:44:25 +00:00
parent 6900e1d6f7
commit 949a62cf04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151389
5 changed files with 42 additions and 0 deletions

View File

@ -334,6 +334,7 @@
SUBDIR += p5-Digest-CRC
SUBDIR += p5-Digest-Crc32
SUBDIR += p5-Digest-HMAC
SUBDIR += p5-Digest-Hashcash
SUBDIR += p5-Digest-Haval256
SUBDIR += p5-Digest-MD2
SUBDIR += p5-Digest-MD4

View File

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

View File

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

View File

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

View File

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