Date: Sat, 17 Dec 2005 21:50:56 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Digest-Pearson Makefile distinfo pkg-descr pkg-plist Message-ID: <200512172150.jBHLou1F015739@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
erwin 2005-12-17 21:50:56 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/p5-Digest-Pearson Makefile distinfo pkg-descr
pkg-plist
Log:
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
PR: ports/90578
Submitted by: Gabor Kovesdan
Revision Changes Path
1.686 +1 -0 ports/security/Makefile
1.1 +24 -0 ports/security/p5-Digest-Pearson/Makefile (new)
1.1 +3 -0 ports/security/p5-Digest-Pearson/distinfo (new)
1.1 +10 -0 ports/security/p5-Digest-Pearson/pkg-descr (new)
1.1 +7 -0 ports/security/p5-Digest-Pearson/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512172150.jBHLou1F015739>
