From owner-svn-ports-all@freebsd.org Fri May 11 11:05:12 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 298FFFCDCBC; Fri, 11 May 2018 11:05:12 +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 C217483BB1; Fri, 11 May 2018 11:05:11 +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 8633C6ADA; Fri, 11 May 2018 11:05:11 +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 w4BB5BQK058624; Fri, 11 May 2018 11:05:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4BB5AD1058619; Fri, 11 May 2018 11:05:10 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805111105.w4BB5AD1058619@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 11:05:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469626 - in head/math: . p5-Math-ProvablePrime X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/math: . p5-Math-ProvablePrime X-SVN-Commit-Revision: 469626 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 11:05:12 -0000 Author: pi Date: Fri May 11 11:05:10 2018 New Revision: 469626 URL: https://svnweb.freebsd.org/changeset/ports/469626 Log: New port: math/p5-Math-ProvablePrime This module returns a prime number of a specified bit length, using Maurers algorithm. WWW: http://search.cpan.org/dist/Math-ProvablePrime/ Added: head/math/p5-Math-ProvablePrime/ head/math/p5-Math-ProvablePrime/Makefile (contents, props changed) head/math/p5-Math-ProvablePrime/distinfo (contents, props changed) head/math/p5-Math-ProvablePrime/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri May 11 10:57:38 2018 (r469625) +++ head/math/Makefile Fri May 11 11:05:10 2018 (r469626) @@ -535,6 +535,7 @@ SUBDIR += p5-Math-Polygon-Tree SUBDIR += p5-Math-Polynomial-Solve SUBDIR += p5-Math-Prime-XS + SUBDIR += p5-Math-ProvablePrime SUBDIR += p5-Math-RPN SUBDIR += p5-Math-Random SUBDIR += p5-Math-Random-ISAAC Added: head/math/p5-Math-ProvablePrime/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Math-ProvablePrime/Makefile Fri May 11 11:05:10 2018 (r469626) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Math-ProvablePrime +PORTVERSION= 0.043 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= pi@FreeBSD.org +COMMENT= Generate a provable prime number, in pure Perl + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= ${SITE_PERL_REL}/Math/ProvablePrime.pm \ + ${SITE_PERL_REL}/Math/ProvablePrime/Rand.pm \ + ${SITE_MAN3_REL}/Math::ProvablePrime.3.gz + +pre-install: + ${RM} ${WRKSRC}/blib/lib/Math/README.pod + +.include Added: head/math/p5-Math-ProvablePrime/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Math-ProvablePrime/distinfo Fri May 11 11:05:10 2018 (r469626) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526036417 +SHA256 (Math-ProvablePrime-0.043.tar.gz) = 7c170e0278b3ed08846e37ac34d6d560c41f8eaa0e10865e630322e25cb91884 +SIZE (Math-ProvablePrime-0.043.tar.gz) = 25121 Added: head/math/p5-Math-ProvablePrime/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Math-ProvablePrime/pkg-descr Fri May 11 11:05:10 2018 (r469626) @@ -0,0 +1,4 @@ +This module returns a prime number of a specified bit length, using +Maurers algorithm. + +WWW: http://search.cpan.org/dist/Math-ProvablePrime/