diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-18 00:15:29 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-18 00:15:29 +0800 |
commit | c5c6d8d19f09fd70c9acebde7b3fa7089389f0b6 (patch) | |
tree | 472e4c4418ed80e3e9958d5aff83697692de448c /security/p5-Digest-FNV | |
parent | 9b4785dbc39c3e4af4361017adc23bc21baef43f (diff) | |
download | freebsd-ports-gnome-c5c6d8d19f09fd70c9acebde7b3fa7089389f0b6.tar.gz freebsd-ports-gnome-c5c6d8d19f09fd70c9acebde7b3fa7089389f0b6.tar.zst freebsd-ports-gnome-c5c6d8d19f09fd70c9acebde7b3fa7089389f0b6.zip |
Digest::FNV is an implementation for the 32-bit version of Fowler/Noll/Vo
hashing algorithm which allows variable length input strings to be quickly
hashed into unsigned integer values. For more information about this hash,
please visit http://www.isthe.com/chongo/tech/comp/fnv/.
WWW: http://search.cpan.org/dist/Digest-FNV
PR: ports/90563
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/p5-Digest-FNV')
-rw-r--r-- | security/p5-Digest-FNV/Makefile | 24 | ||||
-rw-r--r-- | security/p5-Digest-FNV/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Digest-FNV/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Digest-FNV/pkg-plist | 8 |
4 files changed, 41 insertions, 0 deletions
diff --git a/security/p5-Digest-FNV/Makefile b/security/p5-Digest-FNV/Makefile new file mode 100644 index 000000000000..db7b6b32e2e4 --- /dev/null +++ b/security/p5-Digest-FNV/Makefile @@ -0,0 +1,24 @@ +# Ports collection Makefile for: p5-Digest-FNV +# Date created: 17 Dec 2005 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= Digest-FNV +PORTVERSION= 1.00 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Digest +PKGNAMEPREFIX= p5- + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= Perl extension for Fowler/Noll/Vo hash algorithm + +PERL_CONFIGURE= yes + +MAN3= Digest::FNV.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-FNV/distinfo b/security/p5-Digest-FNV/distinfo new file mode 100644 index 000000000000..c1f97b7b07aa --- /dev/null +++ b/security/p5-Digest-FNV/distinfo @@ -0,0 +1,3 @@ +MD5 (Digest-FNV-1.00.tar.gz) = aef83b146e7e04401d42544cd2999126 +SHA256 (Digest-FNV-1.00.tar.gz) = 57701677c73b4e586e871618285a6d432027ffb441525ad92e0eb6c76736dcc0 +SIZE (Digest-FNV-1.00.tar.gz) = 5245 diff --git a/security/p5-Digest-FNV/pkg-descr b/security/p5-Digest-FNV/pkg-descr new file mode 100644 index 000000000000..f1132dbd146e --- /dev/null +++ b/security/p5-Digest-FNV/pkg-descr @@ -0,0 +1,6 @@ +Digest::FNV is an implementation for the 32-bit version of Fowler/Noll/Vo +hashing algorithm which allows variable length input strings to be quickly +hashed into unsigned integer values. For more information about this hash, +please visit http://www.isthe.com/chongo/tech/comp/fnv/. + +WWW: http://search.cpan.org/dist/Digest-FNV diff --git a/security/p5-Digest-FNV/pkg-plist b/security/p5-Digest-FNV/pkg-plist new file mode 100644 index 000000000000..0baab84c4da6 --- /dev/null +++ b/security/p5-Digest-FNV/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Digest/FNV.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/FNV/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/FNV/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/FNV/FNV.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/FNV/FNV.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/FNV/ +@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 |