aboutsummaryrefslogtreecommitdiffstats
path: root/security/Makefile
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2005-12-22 17:19:54 +0800
committererwin <erwin@FreeBSD.org>2005-12-22 17:19:54 +0800
commitc4c6853bad11995bcfc4144be639e7903d80c414 (patch)
tree0d2fa9840aca086092e0f3af87e0600851bb88db /security/Makefile
parent4801d30a3b9640ce5027bfdd93c83e32e56e7ea1 (diff)
downloadfreebsd-ports-gnome-c4c6853bad11995bcfc4144be639e7903d80c414.tar.gz
freebsd-ports-gnome-c4c6853bad11995bcfc4144be639e7903d80c414.tar.zst
freebsd-ports-gnome-c4c6853bad11995bcfc4144be639e7903d80c414.zip
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
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 8807e7f287c5..84650ed502ea 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -376,6 +376,7 @@
SUBDIR += p5-Digest-ManberHash
SUBDIR += p5-Digest-Nilsimsa
SUBDIR += p5-Digest-Pearson
+ SUBDIR += p5-Digest-Pearson-PurePerl
SUBDIR += p5-Digest-SHA
SUBDIR += p5-Digest-SHA1
SUBDIR += p5-Digest-SHA2