summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen>2013-07-14 04:41:51 +0000
committerwen <wen>2013-07-14 04:41:51 +0000
commitaa17cb5deb9f9f347ce6be9a32cad8bb90bae6df (patch)
treeae366ee65239c55813b2f41359cb180a781407ff
parent3418ec0f579042b023279c02cf12e84e09c9bd9e (diff)
downloadpkgsrc-aa17cb5deb9f9f347ce6be9a32cad8bb90bae6df.tar.gz
Import Crypt::Random::Seed-0.03 as security/p5-Crypt-Random-Seed.
Crypt::Random::Seed is a simple mechanism to get strong randomness. The main purpose of this module is to provide a simple way to generate a seed for a PRNG such as Math::Random::ISAAC, for use in cryptographic key generation, or as the seed for an upstream module such as Bytes::Random::Secure. Flags for requiring non-blocking sources are allowed, as well as a very simple method for plugging in a source.
-rw-r--r--security/p5-Crypt-Random-Seed/DESCR6
-rw-r--r--security/p5-Crypt-Random-Seed/Makefile21
-rw-r--r--security/p5-Crypt-Random-Seed/distinfo5
3 files changed, 32 insertions, 0 deletions
diff --git a/security/p5-Crypt-Random-Seed/DESCR b/security/p5-Crypt-Random-Seed/DESCR
new file mode 100644
index 00000000000..d4a46c5d7f5
--- /dev/null
+++ b/security/p5-Crypt-Random-Seed/DESCR
@@ -0,0 +1,6 @@
+Crypt::Random::Seed is a simple mechanism to get strong randomness. The main
+purpose of this module is to provide a simple way to generate a seed for a
+PRNG such as Math::Random::ISAAC, for use in cryptographic key generation,
+or as the seed for an upstream module such as Bytes::Random::Secure. Flags
+for requiring non-blocking sources are allowed, as well as a very simple method
+for plugging in a source.
diff --git a/security/p5-Crypt-Random-Seed/Makefile b/security/p5-Crypt-Random-Seed/Makefile
new file mode 100644
index 00000000000..463f1c55928
--- /dev/null
+++ b/security/p5-Crypt-Random-Seed/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2013/07/14 04:41:51 wen Exp $
+
+DISTNAME= Crypt-Random-Seed-0.03
+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-Random-Seed/
+COMMENT= Simple method to get strong randomness
+LICENSE= ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+DEPENDS+= p5-Crypt-Random-TESHA2>=0:../../security/p5-Crypt-Random-TESHA2
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Crypt/Random/Seed/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Crypt-Random-Seed/distinfo b/security/p5-Crypt-Random-Seed/distinfo
new file mode 100644
index 00000000000..30cfbbd9ddc
--- /dev/null
+++ b/security/p5-Crypt-Random-Seed/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/14 04:41:51 wen Exp $
+
+SHA1 (Crypt-Random-Seed-0.03.tar.gz) = 032c7c7c1ddae3c80bb90d0514b412f33dca9cfa
+RMD160 (Crypt-Random-Seed-0.03.tar.gz) = e459454717f7446d04de2292957daba972e7c8a4
+Size (Crypt-Random-Seed-0.03.tar.gz) = 22175 bytes