diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-22 09:19:54 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-22 09:19:54 +0000 |
commit | 9d15acf68c0bd223119125338ba84412aec1a2fe (patch) | |
tree | 10b4dde08bcf3878ff009028135fb3ec2f809f0a /security/p5-Digest-Pearson-PurePerl/pkg-plist | |
parent | b869248d6f535d28bcd89c9461439d3a2ae36093 (diff) |
Digest::Pearson::PurePerl is an implementation of Peter K. Pearson's hash
algorithm presented in "Fast Hashing of Variable Length Text Strings"
- ACM 1990. This hashing technique yields good distribution of hashed results
for variable length input strings on the range 0-255, and thus, it is well
suited for data load balancing.
If you prefer a fast implementation, you might want to
consider Digest::Pearson instead.
WWW: http://search.cpan.org/dist/Digest-Pearson-PurePerl
PR: ports/90770
Submitted by: Gabor Kovesdan
Notes
Notes:
svn path=/head/; revision=151813
Diffstat (limited to 'security/p5-Digest-Pearson-PurePerl/pkg-plist')
-rw-r--r-- | security/p5-Digest-Pearson-PurePerl/pkg-plist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/p5-Digest-Pearson-PurePerl/pkg-plist b/security/p5-Digest-Pearson-PurePerl/pkg-plist new file mode 100644 index 000000000000..9e482faf0dcb --- /dev/null +++ b/security/p5-Digest-Pearson-PurePerl/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Digest/Pearson/PurePerl.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Pearson/PurePerl/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Pearson/PurePerl/ +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Pearson/ 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ 2>/dev/null || true +@dirrm %%SITE_PERL%%/Digest/Pearson/ +@unexec rmdir %D/%%SITE_PERL%%/Digest/ 2>/dev/null || true |