From owner-cvs-ports@FreeBSD.ORG Thu Dec 22 09:20:01 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0404316A41F; Thu, 22 Dec 2005 09:20:01 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A8D543D64; Thu, 22 Dec 2005 09:19:57 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBM9JtUA094468; Thu, 22 Dec 2005 09:19:56 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBM9JtgD094467; Thu, 22 Dec 2005 09:19:55 GMT (envelope-from erwin) Message-Id: <200512220919.jBM9JtgD094467@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 22 Dec 2005 09:19:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/p5-Digest-Pearson-PurePerl Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 09:20:01 -0000 erwin 2005-12-22 09:19:54 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Digest-Pearson-PurePerl Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.713 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/p5-Digest-Pearson-PurePerl/Makefile (new) 1.1 +3 -0 ports/security/p5-Digest-Pearson-PurePerl/distinfo (new) 1.1 +9 -0 ports/security/p5-Digest-Pearson-PurePerl/pkg-descr (new) 1.1 +7 -0 ports/security/p5-Digest-Pearson-PurePerl/pkg-plist (new)