From owner-svn-ports-all@FreeBSD.ORG Mon Feb 4 22:59:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C6FCB8AA; Mon, 4 Feb 2013 22:59:02 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A90707BC; Mon, 4 Feb 2013 22:59:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r14Mx2p2022557; Mon, 4 Feb 2013 22:59:02 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r14Mx1Cn022552; Mon, 4 Feb 2013 22:59:01 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201302042259.r14Mx1Cn022552@svn.freebsd.org> From: Jun Kuriyama Date: Mon, 4 Feb 2013 22:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311653 - in head/security: . p5-Crypt-URandom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 22:59:02 -0000 Author: kuriyama Date: Mon Feb 4 22:59:01 2013 New Revision: 311653 URL: http://svnweb.freebsd.org/changeset/ports/311653 Log: This Module is intended to provide an interface to the strongest available source of non-blocking randomness on the current platform. WWW: http://search.cpan.org/dist/Crypt-URandom/ Added: head/security/p5-Crypt-URandom/ head/security/p5-Crypt-URandom/Makefile (contents, props changed) head/security/p5-Crypt-URandom/distinfo (contents, props changed) head/security/p5-Crypt-URandom/pkg-descr (contents, props changed) head/security/p5-Crypt-URandom/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Feb 4 22:15:50 2013 (r311652) +++ head/security/Makefile Mon Feb 4 22:59:01 2013 (r311653) @@ -497,6 +497,7 @@ SUBDIR += p5-Crypt-Twofish SUBDIR += p5-Crypt-Twofish2 SUBDIR += p5-Crypt-Twofish_PP + SUBDIR += p5-Crypt-URandom SUBDIR += p5-Crypt-UnixCrypt SUBDIR += p5-Crypt-UnixCrypt_XS SUBDIR += p5-Crypt-X509 Added: head/security/p5-Crypt-URandom/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-URandom/Makefile Mon Feb 4 22:59:01 2013 (r311653) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= Crypt-URandom +PORTVERSION= 0.28 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to provide non blocking randomness + +PERL_CONFIGURE= yes + +MAN3= Crypt::URandom.3 + +.include Added: head/security/p5-Crypt-URandom/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-URandom/distinfo Mon Feb 4 22:59:01 2013 (r311653) @@ -0,0 +1,2 @@ +SHA256 (Crypt-URandom-0.28.tar.gz) = f55fc734aed5446dd304f2523e94a34b13fd044d7645b4967d3319b964ce4db4 +SIZE (Crypt-URandom-0.28.tar.gz) = 5448 Added: head/security/p5-Crypt-URandom/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-URandom/pkg-descr Mon Feb 4 22:59:01 2013 (r311653) @@ -0,0 +1,5 @@ +This Module is intended to provide an interface to the strongest +available source of non-blocking randomness on the current +platform. + +WWW: http://search.cpan.org/dist/Crypt-URandom/ Added: head/security/p5-Crypt-URandom/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-URandom/pkg-plist Mon Feb 4 22:59:01 2013 (r311653) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/URandom/.packlist +%%SITE_PERL%%/Crypt/URandom.pm +@dirrmtry %%SITE_PERL%%/Crypt +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/URandom +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt