pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-Random-Seed Import Crypt::Random::Se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9052e0c92f6b
branches:  trunk
changeset: 621648:9052e0c92f6b
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jul 14 04:41:51 2013 +0000

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

diffstat:

 security/p5-Crypt-Random-Seed/DESCR    |   6 ++++++
 security/p5-Crypt-Random-Seed/Makefile |  21 +++++++++++++++++++++
 security/p5-Crypt-Random-Seed/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r d6dedc00f90f -r 9052e0c92f6b security/p5-Crypt-Random-Seed/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-Random-Seed/DESCR       Sun Jul 14 04:41:51 2013 +0000
@@ -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 -r d6dedc00f90f -r 9052e0c92f6b security/p5-Crypt-Random-Seed/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-Random-Seed/Makefile    Sun Jul 14 04:41:51 2013 +0000
@@ -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@localhost
+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 -r d6dedc00f90f -r 9052e0c92f6b security/p5-Crypt-Random-Seed/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-Random-Seed/distinfo    Sun Jul 14 04:41:51 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index