diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-18 00:02:09 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-18 00:02:09 +0800 |
commit | 5fcb00db237d8a49a060e7da0917ce0bc145e0a8 (patch) | |
tree | 0a450c6ec9cf87247a2f3eeee3ea670691dcd464 /security/p5-Digest-Elf | |
parent | c720b002906a6eec20c0efc97b407219d9b80392 (diff) | |
download | freebsd-ports-gnome-5fcb00db237d8a49a060e7da0917ce0bc145e0a8.tar.gz freebsd-ports-gnome-5fcb00db237d8a49a060e7da0917ce0bc145e0a8.tar.zst freebsd-ports-gnome-5fcb00db237d8a49a060e7da0917ce0bc145e0a8.zip |
Digest::Elf provides an XS based implementation of the ElfHash algorithm.
ElfHash generates resonably 32 bit integer value from a string in a
reasonably short period of time.
WWW: http://search.cpan.org/dist/Digest-Elf
PR: ports/90561
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/p5-Digest-Elf')
-rw-r--r-- | security/p5-Digest-Elf/Makefile | 24 | ||||
-rw-r--r-- | security/p5-Digest-Elf/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Digest-Elf/pkg-descr | 5 | ||||
-rw-r--r-- | security/p5-Digest-Elf/pkg-plist | 7 |
4 files changed, 39 insertions, 0 deletions
diff --git a/security/p5-Digest-Elf/Makefile b/security/p5-Digest-Elf/Makefile new file mode 100644 index 000000000000..fcfb2cc1240e --- /dev/null +++ b/security/p5-Digest-Elf/Makefile @@ -0,0 +1,24 @@ +# Ports collection Makefile for: p5-Digest-Elf +# Date created: 17 Dec 2005 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= Digest-Elf +PORTVERSION= 1.4 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Digest +PKGNAMEPREFIX= p5- + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= Perl extension for ElfHash hash algorithm + +PERL_CONFIGURE= yes + +MAN3= Digest::Elf.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-Elf/distinfo b/security/p5-Digest-Elf/distinfo new file mode 100644 index 000000000000..910b7523711f --- /dev/null +++ b/security/p5-Digest-Elf/distinfo @@ -0,0 +1,3 @@ +MD5 (Digest-Elf-1.4.tar.gz) = 59e6737aae2f9efd1a8af8bc8655f575 +SHA256 (Digest-Elf-1.4.tar.gz) = 8a17e49814cc596d9884194ae119a19ee37810c10912136f1136d0af74429aa7 +SIZE (Digest-Elf-1.4.tar.gz) = 2678 diff --git a/security/p5-Digest-Elf/pkg-descr b/security/p5-Digest-Elf/pkg-descr new file mode 100644 index 000000000000..7f403897cae2 --- /dev/null +++ b/security/p5-Digest-Elf/pkg-descr @@ -0,0 +1,5 @@ +Digest::Elf provides an XS based implementation of the ElfHash algorithm. +ElfHash generates resonably 32 bit integer value from a string in a +reasonably short period of time. + +WWW: http://search.cpan.org/dist/Digest-Elf diff --git a/security/p5-Digest-Elf/pkg-plist b/security/p5-Digest-Elf/pkg-plist new file mode 100644 index 000000000000..ffc327260dba --- /dev/null +++ b/security/p5-Digest-Elf/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Digest/Elf.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Elf/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Elf/Elf.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Elf/Elf.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Elf/ +@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 |