From owner-svn-ports-all@freebsd.org Fri May 11 10:57:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA410FCDA24; Fri, 11 May 2018 10:57:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D41D81F69; Fri, 11 May 2018 10:57:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37B1D692F; Fri, 11 May 2018 10:57:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4BAvdf5053558; Fri, 11 May 2018 10:57:39 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4BAvcvi053553; Fri, 11 May 2018 10:57:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805111057.w4BAvcvi053553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 11 May 2018 10:57:38 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/security: . p5-Bytes-Random-Secure-Tiny X-SVN-Commit-Revision: 469625 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 10:57:40 -0000 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 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/