diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-17 14:50:31 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-17 14:50:31 +0000 |
commit | 8f158d4ab38af90177da415accc45ec130e9320c (patch) | |
tree | 5d2e6765a81a04585f257ed8d0d44d932a23f83f /security/p5-Digest-DJB/pkg-plist | |
parent | 949a62cf0449b603a1273c2f3b985858bcda33c1 (diff) | |
download | ports-8f158d4ab38af90177da415accc45ec130e9320c.tar.gz ports-8f158d4ab38af90177da415accc45ec130e9320c.zip |
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
Notes
Notes:
svn path=/head/; revision=151391
Diffstat (limited to 'security/p5-Digest-DJB/pkg-plist')
-rw-r--r-- | security/p5-Digest-DJB/pkg-plist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/p5-Digest-DJB/pkg-plist b/security/p5-Digest-DJB/pkg-plist new file mode 100644 index 000000000000..e68f5dba2b09 --- /dev/null +++ b/security/p5-Digest-DJB/pkg-plist @@ -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 |