From f21e754d23ba4b776878c6748b51dd69d19fab6c Mon Sep 17 00:00:00 2001 From: sno Date: Wed, 3 Jul 2013 15:58:21 +0000 Subject: Adding package for CPAN distribution Crypt-URandom version 0.34 into security/p5-Crypt-URandom. This Module is intended to provide an interface to the strongest available source of non-blocking randomness on the current platform. Platforms currently supported are anything supporting /dev/urandom and versions of Windows greater than or equal to Windows 2000. --- security/p5-Crypt-URandom/DESCR | 4 ++++ security/p5-Crypt-URandom/Makefile | 18 ++++++++++++++++++ security/p5-Crypt-URandom/distinfo | 5 +++++ 3 files changed, 27 insertions(+) create mode 100644 security/p5-Crypt-URandom/DESCR create mode 100644 security/p5-Crypt-URandom/Makefile create mode 100644 security/p5-Crypt-URandom/distinfo (limited to 'security') diff --git a/security/p5-Crypt-URandom/DESCR b/security/p5-Crypt-URandom/DESCR new file mode 100644 index 00000000000..fa8e5586dc1 --- /dev/null +++ b/security/p5-Crypt-URandom/DESCR @@ -0,0 +1,4 @@ +This Module is intended to provide an interface to the strongest available +source of non-blocking randomness on the current platform. Platforms +currently supported are anything supporting /dev/urandom and versions of +Windows greater than or equal to Windows 2000. diff --git a/security/p5-Crypt-URandom/Makefile b/security/p5-Crypt-URandom/Makefile new file mode 100644 index 00000000000..5978803a32c --- /dev/null +++ b/security/p5-Crypt-URandom/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2013/07/03 15:58:21 sno Exp $ +# + +DISTNAME= Crypt-URandom-0.34 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-URandom/ +COMMENT= Perl5 module to provide non blocking randomness +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Crypt/URandom/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-URandom/distinfo b/security/p5-Crypt-URandom/distinfo new file mode 100644 index 00000000000..ed372c41de7 --- /dev/null +++ b/security/p5-Crypt-URandom/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/03 15:58:21 sno Exp $ + +SHA1 (Crypt-URandom-0.34.tar.gz) = e594043fcf2619f83414e24c1ecdd05ac863ddd4 +RMD160 (Crypt-URandom-0.34.tar.gz) = 66768670e48503a70808e5d2e1e6f57ddb7e1ac3 +Size (Crypt-URandom-0.34.tar.gz) = 5912 bytes -- cgit v1.2.3