svn commit: r407001 - in head/security: . p5-Crypt-Random-Seed
Carlos J. Puga Medina
cpm at fbsd.es
Sat Jan 23 18:08:23 UTC 2016
Carlos J. Puga Medina liked your message with Boxer for Android.
El 23/1/2016 16:14, Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org> escribió:
Author: sunpoet
Date: Sat Jan 23 15:13:55 2016
New Revision: 407001
URL: https://svnweb.freebsd.org/changeset/ports/407001
Log:
- 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/
Added:
head/security/p5-Crypt-Random-Seed/
head/security/p5-Crypt-Random-Seed/Makefile (contents, props changed)
head/security/p5-Crypt-Random-Seed/distinfo (contents, props changed)
head/security/p5-Crypt-Random-Seed/pkg-descr (contents, props changed)
head/security/p5-Crypt-Random-Seed/pkg-plist (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/MakefileSat Jan 23 15:13:36 2016(r407000)
+++ head/security/MakefileSat Jan 23 15:13:55 2016(r407001)
@@ -542,6 +542,7 @@
SUBDIR += p5-Crypt-Rabbit
SUBDIR += p5-Crypt-RandPasswd
SUBDIR += p5-Crypt-Random
+ SUBDIR += p5-Crypt-Random-Seed
SUBDIR += p5-Crypt-Random-Source
SUBDIR += p5-Crypt-Random-TESHA2
SUBDIR += p5-Crypt-Rijndael
Added: head/security/p5-Crypt-Random-Seed/Makefile
==============================================================================
--- /dev/null00:00:00 1970(empty, because file is newly added)
+++ head/security/p5-Crypt-Random-Seed/MakefileSat Jan 23 15:13:55 2016(r407001)
@@ -0,0 +1,24 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=Crypt-Random-Seed
+PORTVERSION=0.03
+CATEGORIES=security perl5
+MASTER_SITES=CPAN
+PKGNAMEPREFIX=p5-
+
+MAINTAINER=sunpoet at 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 <bsd.port.mk>
Added: head/security/p5-Crypt-Random-Seed/distinfo
==============================================================================
--- /dev/null00:00:00 1970(empty, because file is newly added)
+++ head/security/p5-Crypt-Random-Seed/distinfoSat Jan 23 15:13:55 2016(r407001)
@@ -0,0 +1,2 @@
+SHA256 (Crypt-Random-Seed-0.03.tar.gz) = 593da54b522c09cc26bbcc0e4e49c1c8e688a6fd33b0726af801d722a5c8d0f1
+SIZE (Crypt-Random-Seed-0.03.tar.gz) = 22175
Added: head/security/p5-Crypt-Random-Seed/pkg-descr
==============================================================================
--- /dev/null00:00:00 1970(empty, because file is newly added)
+++ head/security/p5-Crypt-Random-Seed/pkg-descrSat Jan 23 15:13:55 2016(r407001)
@@ -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/
Added: head/security/p5-Crypt-Random-Seed/pkg-plist
==============================================================================
--- /dev/null00:00:00 1970(empty, because file is newly added)
+++ head/security/p5-Crypt-Random-Seed/pkg-plistSat Jan 23 15:13:55 2016(r407001)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Crypt/Random/Seed.pm
+%%PERL5_MAN3%%/Crypt::Random::Seed.3.gz
More information about the svn-ports-all
mailing list