aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-Pearson/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Digest::Pearson is an implementation of Peter K. Pearson's hash algorithmErwin Lansing2005-12-171-0/+7
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 PR: ports/90578 Submitted by: Gabor Kovesdan Notes: svn path=/head/; revision=151450