From owner-cvs-all@FreeBSD.ORG Sat Dec 17 16:15:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB80116A41F; Sat, 17 Dec 2005 16:15:29 +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 7543743D45; Sat, 17 Dec 2005 16:15:29 +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 jBHGFT0n081408; Sat, 17 Dec 2005 16:15:29 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBHGFTIg081407; Sat, 17 Dec 2005 16:15:29 GMT (envelope-from erwin) Message-Id: <200512171615.jBHGFTIg081407@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 17 Dec 2005 16:15:29 +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-FNV Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2005 16:15:29 -0000 erwin 2005-12-17 16:15:29 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Digest-FNV Makefile distinfo pkg-descr pkg-plist Log: Digest::FNV is an implementation for the 32-bit version of Fowler/Noll/Vo hashing algorithm which allows variable length input strings to be quickly hashed into unsigned integer values. For more information about this hash, please visit http://www.isthe.com/chongo/tech/comp/fnv/. WWW: http://search.cpan.org/dist/Digest-FNV PR: ports/90563 Submitted by: Gabor Kovesdan Revision Changes Path 1.681 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/p5-Digest-FNV/Makefile (new) 1.1 +3 -0 ports/security/p5-Digest-FNV/distinfo (new) 1.1 +6 -0 ports/security/p5-Digest-FNV/pkg-descr (new) 1.1 +8 -0 ports/security/p5-Digest-FNV/pkg-plist (new)