pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-URandom Adding package for CPAN dist...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/133207b04477
branches:  trunk
changeset: 620986:133207b04477
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 03 15:58:21 2013 +0000

description:
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.

diffstat:

 security/p5-Crypt-URandom/DESCR    |   4 ++++
 security/p5-Crypt-URandom/Makefile |  18 ++++++++++++++++++
 security/p5-Crypt-URandom/distinfo |   5 +++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 2f83c6721d80 -r 133207b04477 security/p5-Crypt-URandom/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-URandom/DESCR   Wed Jul 03 15:58:21 2013 +0000
@@ -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 -r 2f83c6721d80 -r 133207b04477 security/p5-Crypt-URandom/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-URandom/Makefile        Wed Jul 03 15:58:21 2013 +0000
@@ -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@localhost
+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 -r 2f83c6721d80 -r 133207b04477 security/p5-Crypt-URandom/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-URandom/distinfo        Wed Jul 03 15:58:21 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index