From 5d32a24056e05afc878d9e757a97913d361d1ea1 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Mon, 4 Feb 2013 22:59:01 +0000 Subject: [PATCH] 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/ --- security/Makefile | 1 + security/p5-Crypt-URandom/Makefile | 16 ++++++++++++++++ security/p5-Crypt-URandom/distinfo | 2 ++ security/p5-Crypt-URandom/pkg-descr | 5 +++++ security/p5-Crypt-URandom/pkg-plist | 5 +++++ 5 files changed, 29 insertions(+) create mode 100644 security/p5-Crypt-URandom/Makefile create mode 100644 security/p5-Crypt-URandom/distinfo create mode 100644 security/p5-Crypt-URandom/pkg-descr create mode 100644 security/p5-Crypt-URandom/pkg-plist diff --git a/security/Makefile b/security/Makefile index 21d11f4af749..cfa7bc399c57 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/p5-Crypt-URandom/Makefile b/security/p5-Crypt-URandom/Makefile new file mode 100644 index 000000000000..0158bb98f518 --- /dev/null +++ b/security/p5-Crypt-URandom/Makefile @@ -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 diff --git a/security/p5-Crypt-URandom/distinfo b/security/p5-Crypt-URandom/distinfo new file mode 100644 index 000000000000..4ec73687d59b --- /dev/null +++ b/security/p5-Crypt-URandom/distinfo @@ -0,0 +1,2 @@ +SHA256 (Crypt-URandom-0.28.tar.gz) = f55fc734aed5446dd304f2523e94a34b13fd044d7645b4967d3319b964ce4db4 +SIZE (Crypt-URandom-0.28.tar.gz) = 5448 diff --git a/security/p5-Crypt-URandom/pkg-descr b/security/p5-Crypt-URandom/pkg-descr new file mode 100644 index 000000000000..5509c049aa42 --- /dev/null +++ b/security/p5-Crypt-URandom/pkg-descr @@ -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/ diff --git a/security/p5-Crypt-URandom/pkg-plist b/security/p5-Crypt-URandom/pkg-plist new file mode 100644 index 000000000000..bc618852e842 --- /dev/null +++ b/security/p5-Crypt-URandom/pkg-plist @@ -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