From owner-cvs-ports@FreeBSD.ORG Sat Dec 17 16:16:25 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 EA7CB16A420; Sat, 17 Dec 2005 16:16:24 +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 6222C43D5E; Sat, 17 Dec 2005 16:16:24 +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 jBHGGO9X081580; Sat, 17 Dec 2005 16:16:24 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBHGGOIE081579; Sat, 17 Dec 2005 16:16:24 GMT (envelope-from erwin) Message-Id: <200512171616.jBHGGOIE081579@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 17 Dec 2005 16:16:24 +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-JHash 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: Sat, 17 Dec 2005 16:16:25 -0000 erwin 2005-12-17 16:16:24 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Digest-JHash Makefile distinfo pkg-descr pkg-plist Log: The Digest::JHash module allows you to use the fast JHash hashing algorithm developed by Bob Jenkins from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 32-bit "message digest" of the input in the form of an unsigned long integer. See http://burtleburtle.net/bob/hash/doobs.html for more information. WWW: http://search.cpan.org/dist/Digest-JHash PR: ports/90564 Submitted by: Gabor Kovesdan Revision Changes Path 1.682 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/p5-Digest-JHash/Makefile (new) 1.1 +3 -0 ports/security/p5-Digest-JHash/distinfo (new) 1.1 +7 -0 ports/security/p5-Digest-JHash/pkg-descr (new) 1.1 +7 -0 ports/security/p5-Digest-JHash/pkg-plist (new)