mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Digest::DJB is an implementation of D. J. Bernstein's hash which returns a
32-bit unsigned value for any variable-length input string. An equivalent pure Perl version is also available: Digest::DJB::PurePerl. WWW: http://search.cpan.org/dist/Digest-DJB PR: ports/90549 Submitted by: Gabor Kovesdan
This commit is contained in:
parent
949a62cf04
commit
8f158d4ab3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151391
@ -333,6 +333,7 @@
|
||||
SUBDIR += p5-Digest-BubbleBabble
|
||||
SUBDIR += p5-Digest-CRC
|
||||
SUBDIR += p5-Digest-Crc32
|
||||
SUBDIR += p5-Digest-DJB
|
||||
SUBDIR += p5-Digest-HMAC
|
||||
SUBDIR += p5-Digest-Hashcash
|
||||
SUBDIR += p5-Digest-Haval256
|
||||
|
24
security/p5-Digest-DJB/Makefile
Normal file
24
security/p5-Digest-DJB/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Ports collection Makefile for: p5-Digest-DJB
|
||||
# Date created: 17 Dec 2005
|
||||
# Whom: Gabor Kovesdan
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Digest-DJB
|
||||
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 D.J Bernstein's hash algorithm
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Digest::DJB.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>
|
3
security/p5-Digest-DJB/distinfo
Normal file
3
security/p5-Digest-DJB/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Digest-DJB-1.00.tar.gz) = 255bb5f41ddfdd4b7e4174ebd32a5efd
|
||||
SHA256 (Digest-DJB-1.00.tar.gz) = 81649065fa6d183999d28c6d05382ee3c5086fe8e6f43e1943271a5c2e9e813e
|
||||
SIZE (Digest-DJB-1.00.tar.gz) = 1926
|
5
security/p5-Digest-DJB/pkg-descr
Normal file
5
security/p5-Digest-DJB/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Digest::DJB is an implementation of D. J. Bernstein's hash which returns a
|
||||
32-bit unsigned value for any variable-length input string. An equivalent pure
|
||||
Perl version is also available: Digest::DJB::PurePerl.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Digest-DJB
|
7
security/p5-Digest-DJB/pkg-plist
Normal file
7
security/p5-Digest-DJB/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Digest/DJB.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/DJB/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/DJB/DJB.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/DJB/DJB.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/DJB/
|
||||
@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
|
Loading…
Reference in New Issue
Block a user