From owner-cvs-all@FreeBSD.ORG Thu Dec 22 09:25:40 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 6C48616A420; Thu, 22 Dec 2005 09:25:40 +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 2DD3F43D6A; Thu, 22 Dec 2005 09:25:35 +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 jBM9PZL3095045; Thu, 22 Dec 2005 09:25:35 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBM9PZ0Y095044; Thu, 22 Dec 2005 09:25:35 GMT (envelope-from erwin) Message-Id: <200512220925.jBM9PZ0Y095044@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 22 Dec 2005 09:25:35 +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-SHA-PurePerl 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: Thu, 22 Dec 2005 09:25:40 -0000 erwin 2005-12-22 09:25:35 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Digest-SHA-PurePerl Makefile distinfo pkg-descr pkg-plist Log: Digest::SHA::PurePerl is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data. Digest::SHA::PurePerl is written entirely in Perl. If your platform has a C compiler, you should install the functionally-equivalent (but much faster) Digest::SHA module. WWW: http://search.cpan.org/dist/Digest-SHA-PurePerl PR: ports/90773 Submitted by: Gabor Kovesdan Revision Changes Path 1.715 +1 -0 ports/security/Makefile 1.1 +25 -0 ports/security/p5-Digest-SHA-PurePerl/Makefile (new) 1.1 +3 -0 ports/security/p5-Digest-SHA-PurePerl/distinfo (new) 1.1 +10 -0 ports/security/p5-Digest-SHA-PurePerl/pkg-descr (new) 1.1 +8 -0 ports/security/p5-Digest-SHA-PurePerl/pkg-plist (new)