From 9e25f09caa74e29f3526ed656b43073d47e2faff Mon Sep 17 00:00:00 2001 From: sunpoet Date: Thu, 15 Oct 2015 20:15:50 +0000 Subject: [PATCH] - Add p5-Math-Utils 1.06 Math::Utils provides ueful mathematical functions not in Perl. WWW: http://search.cpan.org/dist/Math-Utils/ --- math/Makefile | 1 + math/p5-Math-Utils/Makefile | 20 ++++++++++++++++++++ math/p5-Math-Utils/distinfo | 2 ++ math/p5-Math-Utils/pkg-descr | 3 +++ math/p5-Math-Utils/pkg-plist | 2 ++ 5 files changed, 28 insertions(+) create mode 100644 math/p5-Math-Utils/Makefile create mode 100644 math/p5-Math-Utils/distinfo create mode 100644 math/p5-Math-Utils/pkg-descr create mode 100644 math/p5-Math-Utils/pkg-plist diff --git a/math/Makefile b/math/Makefile index ddadfaeb98c2..b9ad37ccad03 100644 --- a/math/Makefile +++ b/math/Makefile @@ -490,6 +490,7 @@ SUBDIR += p5-Math-SymbolicX-Statistics-Distributions SUBDIR += p5-Math-TrulyRandom SUBDIR += p5-Math-Units + SUBDIR += p5-Math-Utils SUBDIR += p5-Math-Vec SUBDIR += p5-Math-VecStat SUBDIR += p5-Math-VectorReal diff --git a/math/p5-Math-Utils/Makefile b/math/p5-Math-Utils/Makefile new file mode 100644 index 000000000000..44db4b4487cc --- /dev/null +++ b/math/p5-Math-Utils/Makefile @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Math-Utils +PORTVERSION= 1.06 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Useful mathematical functions not in Perl + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes +USE_PERL5= modbuild +USES= perl5 + +.include diff --git a/math/p5-Math-Utils/distinfo b/math/p5-Math-Utils/distinfo new file mode 100644 index 000000000000..44f95c9e939e --- /dev/null +++ b/math/p5-Math-Utils/distinfo @@ -0,0 +1,2 @@ +SHA256 (Math-Utils-1.06.tar.gz) = 19ab46fd0f552775e1e946cbbe88fe9cafdd804d63eaa4d5870251f195d8955b +SIZE (Math-Utils-1.06.tar.gz) = 21836 diff --git a/math/p5-Math-Utils/pkg-descr b/math/p5-Math-Utils/pkg-descr new file mode 100644 index 000000000000..d2bd80e56430 --- /dev/null +++ b/math/p5-Math-Utils/pkg-descr @@ -0,0 +1,3 @@ +Math::Utils provides ueful mathematical functions not in Perl. + +WWW: http://search.cpan.org/dist/Math-Utils/ diff --git a/math/p5-Math-Utils/pkg-plist b/math/p5-Math-Utils/pkg-plist new file mode 100644 index 000000000000..b255b2413070 --- /dev/null +++ b/math/p5-Math-Utils/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Math/Utils.pm +%%PERL5_MAN3%%/Math::Utils.3.gz