Date: Fri, 11 May 2018 10:57:38 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469625 - in head/security: . p5-Bytes-Random-Secure-Tiny Message-ID: <201805111057.w4BAvcvi053553@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri May 11 10:57:38 2018 New Revision: 469625 URL: https://svnweb.freebsd.org/changeset/ports/469625 Log: New port: security/p5-Bytes-Random-Secure-Tiny A tiny Perl extension to generate cryptographically-secure random bytes. It provides random bytes from a cryptographically secure random number generator (ISAAC), seeded from strong entropy sources on a wide variety of platforms. It does so without external dependencies (except on Windows), and has a minimal but useful user interface patterned after the module Bytes::Random::Secure. WWW: http://search.cpan.org/dist/Bytes-Random-Secure-Tiny/ Added: head/security/p5-Bytes-Random-Secure-Tiny/ head/security/p5-Bytes-Random-Secure-Tiny/Makefile (contents, props changed) head/security/p5-Bytes-Random-Secure-Tiny/distinfo (contents, props changed) head/security/p5-Bytes-Random-Secure-Tiny/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri May 11 10:51:36 2018 (r469624) +++ head/security/Makefile Fri May 11 10:57:38 2018 (r469625) @@ -531,6 +531,7 @@ SUBDIR += p5-Authen-TypeKey SUBDIR += p5-Business-PayPal-EWP SUBDIR += p5-Bytes-Random-Secure + SUBDIR += p5-Bytes-Random-Secure-Tiny SUBDIR += p5-CACertOrg-CA SUBDIR += p5-CSP SUBDIR += p5-Cisco-Hash Added: head/security/p5-Bytes-Random-Secure-Tiny/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Bytes-Random-Secure-Tiny/Makefile Fri May 11 10:57:38 2018 (r469625) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= Bytes-Random-Secure-Tiny +PORTVERSION= 1.008 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= pi@FreeBSD.org +COMMENT= Generate cryptographically-secure random bytes + +LICENSE= ART20 + +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= ${SITE_PERL_REL}/Bytes/Random/Secure/Tiny.pm \ + ${SITE_PERL_REL}/Bytes/Random/Secure/Tiny.pod \ + ${SITE_MAN3_REL}/Bytes::Random::Secure::Tiny.3.gz + +pre-install: + ${RM} ${WRKSRC}/blib/lib/Bytes/Random/Secure/README.pod + +.include <bsd.port.mk> Added: head/security/p5-Bytes-Random-Secure-Tiny/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Bytes-Random-Secure-Tiny/distinfo Fri May 11 10:57:38 2018 (r469625) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526035786 +SHA256 (Bytes-Random-Secure-Tiny-1.008.tar.gz) = 26ad5e38b5e05c44aa3427d4b3f8d7af697364551b3e2562c883d65d663b394a +SIZE (Bytes-Random-Secure-Tiny-1.008.tar.gz) = 28312 Added: head/security/p5-Bytes-Random-Secure-Tiny/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Bytes-Random-Secure-Tiny/pkg-descr Fri May 11 10:57:38 2018 (r469625) @@ -0,0 +1,9 @@ +A tiny Perl extension to generate cryptographically-secure random bytes. + +It provides random bytes from a cryptographically secure random +number generator (ISAAC), seeded from strong entropy sources on a +wide variety of platforms. It does so without external dependencies +(except on Windows), and has a minimal but useful user interface +patterned after the module Bytes::Random::Secure. + +WWW: http://search.cpan.org/dist/Bytes-Random-Secure-Tiny/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805111057.w4BAvcvi053553>