From 0ed26136c11ab4525c2df59ae629042cf814a7ea Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 23 Jan 2016 15:13:55 +0000 Subject: - Add p5-Crypt-Random-Seed 0.03 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. WWW: http://search.cpan.org/dist/Crypt-Random-Seed/ --- security/p5-Crypt-Random-Seed/Makefile | 24 ++++++++++++++++++++++++ security/p5-Crypt-Random-Seed/distinfo | 2 ++ security/p5-Crypt-Random-Seed/pkg-descr | 8 ++++++++ security/p5-Crypt-Random-Seed/pkg-plist | 2 ++ 4 files changed, 36 insertions(+) create mode 100644 security/p5-Crypt-Random-Seed/Makefile create mode 100644 security/p5-Crypt-Random-Seed/distinfo create mode 100644 security/p5-Crypt-Random-Seed/pkg-descr create mode 100644 security/p5-Crypt-Random-Seed/pkg-plist (limited to 'security/p5-Crypt-Random-Seed') diff --git a/security/p5-Crypt-Random-Seed/Makefile b/security/p5-Crypt-Random-Seed/Makefile new file mode 100644 index 000000000000..ca50d524f32d --- /dev/null +++ b/security/p5-Crypt-Random-Seed/Makefile @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Crypt-Random-Seed +PORTVERSION= 0.03 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple method to get strong randomness + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Crypt-Random-TESHA2>=0:${PORTSDIR}/security/p5-Crypt-Random-TESHA2 +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include diff --git a/security/p5-Crypt-Random-Seed/distinfo b/security/p5-Crypt-Random-Seed/distinfo new file mode 100644 index 000000000000..44e4fec22a68 --- /dev/null +++ b/security/p5-Crypt-Random-Seed/distinfo @@ -0,0 +1,2 @@ +SHA256 (Crypt-Random-Seed-0.03.tar.gz) = 593da54b522c09cc26bbcc0e4e49c1c8e688a6fd33b0726af801d722a5c8d0f1 +SIZE (Crypt-Random-Seed-0.03.tar.gz) = 22175 diff --git a/security/p5-Crypt-Random-Seed/pkg-descr b/security/p5-Crypt-Random-Seed/pkg-descr new file mode 100644 index 000000000000..6880f790db8c --- /dev/null +++ b/security/p5-Crypt-Random-Seed/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://search.cpan.org/dist/Crypt-Random-Seed/ diff --git a/security/p5-Crypt-Random-Seed/pkg-plist b/security/p5-Crypt-Random-Seed/pkg-plist new file mode 100644 index 000000000000..1d30b342956c --- /dev/null +++ b/security/p5-Crypt-Random-Seed/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Crypt/Random/Seed.pm +%%PERL5_MAN3%%/Crypt::Random::Seed.3.gz -- cgit