aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-Pearson-PurePerl
Commit message (Collapse)AuthorAgeFilesLines
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in. Notes: svn path=/head/; revision=156536
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - unbreak on old perlYen-Ming Lee2005-12-231-5/+1
| | | | | | | | Submitted by: leeym Approved by: maintainer via email Notes: svn path=/head/; revision=151931
* Digest::Pearson::PurePerl is an implementation of Peter K. Pearson's hashErwin Lansing2005-12-224-0/+43
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: svn path=/head/; revision=151813