Bug 90578 - [new port] security/p5-Digest-Pearson
Summary: [new port] security/p5-Digest-Pearson
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-17 21:20 UTC by Gabor Kovesdan
Modified: 2005-12-17 21:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-Digest-Pearson.tar.gz (1.62 KB, text/plain)
2005-12-17 21:20 UTC, Gabor Kovesdan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kovesdan 2005-12-17 21:20:05 UTC
Digest::Pearson 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.
The implementation is in C, so it is fast. If you prefer a pure Perl version
and can tolerate slower speed, you might want to consider
Digest::Pearson::PurePerl instead.

WWW: http://search.cpan.org/dist/Digest-MD5-Pearson
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2005-12-17 21:50:40 UTC
State Changed
From-To: open->closed

Port added, thanks!