Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2016 15:13:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407001 - in head/security: . p5-Crypt-Random-Seed
Message-ID:  <201601231513.u0NFDu7h049428@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/Makefile	Sat Jan 23 15:13:36 2016	(r407000)
+++ head/security/Makefile	Sat 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/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-Random-Seed/Makefile	Sat Jan 23 15:13:55 2016	(r407001)
@@ -0,0 +1,24 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

Added: head/security/p5-Crypt-Random-Seed/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-Random-Seed/distinfo	Sat 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/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-Random-Seed/pkg-descr	Sat 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/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-Random-Seed/pkg-plist	Sat Jan 23 15:13:55 2016	(r407001)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Crypt/Random/Seed.pm
+%%PERL5_MAN3%%/Crypt::Random::Seed.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601231513.u0NFDu7h049428>