Date: Mon, 4 Feb 2013 22:59:01 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> 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 Message-ID: <201302042259.r14Mx1Cn022552@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302042259.r14Mx1Cn022552>