Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 20:15:50 +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: r399363 - in head/math: . p5-Math-Utils
Message-ID:  <201510152015.t9FKFol8023268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 15 20:15:50 2015
New Revision: 399363
URL: https://svnweb.freebsd.org/changeset/ports/399363

Log:
  - Add p5-Math-Utils 1.06
  
  Math::Utils provides ueful mathematical functions not in Perl.
  
  WWW: http://search.cpan.org/dist/Math-Utils/

Added:
  head/math/p5-Math-Utils/
  head/math/p5-Math-Utils/Makefile   (contents, props changed)
  head/math/p5-Math-Utils/distinfo   (contents, props changed)
  head/math/p5-Math-Utils/pkg-descr   (contents, props changed)
  head/math/p5-Math-Utils/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Thu Oct 15 19:47:08 2015	(r399362)
+++ head/math/Makefile	Thu Oct 15 20:15:50 2015	(r399363)
@@ -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

Added: head/math/p5-Math-Utils/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/p5-Math-Utils/Makefile	Thu Oct 15 20:15:50 2015	(r399363)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

Added: head/math/p5-Math-Utils/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/p5-Math-Utils/distinfo	Thu Oct 15 20:15:50 2015	(r399363)
@@ -0,0 +1,2 @@
+SHA256 (Math-Utils-1.06.tar.gz) = 19ab46fd0f552775e1e946cbbe88fe9cafdd804d63eaa4d5870251f195d8955b
+SIZE (Math-Utils-1.06.tar.gz) = 21836

Added: head/math/p5-Math-Utils/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/p5-Math-Utils/pkg-descr	Thu Oct 15 20:15:50 2015	(r399363)
@@ -0,0 +1,3 @@
+Math::Utils provides ueful mathematical functions not in Perl.
+
+WWW: http://search.cpan.org/dist/Math-Utils/

Added: head/math/p5-Math-Utils/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/p5-Math-Utils/pkg-plist	Thu Oct 15 20:15:50 2015	(r399363)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Math/Utils.pm
+%%PERL5_MAN3%%/Math::Utils.3.gz



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