svn commit: r392616 - in head/math: . p5-Number-Misc
Jun Kuriyama
kuriyama at FreeBSD.org
Tue Jul 21 09:57:13 UTC 2015
Author: kuriyama
Date: Tue Jul 21 09:57:10 2015
New Revision: 392616
URL: https://svnweb.freebsd.org/changeset/ports/392616
Log:
Number::Misc provides some miscellaneous handy utilities for handling
numbers. These utilities handle processing numbers as strings,
determining basic properties of numbers, or selecting a random number
from a range.
WWW: http://search.cpan.org/dist/Number-Misc/
Added:
head/math/p5-Number-Misc/
head/math/p5-Number-Misc/Makefile (contents, props changed)
head/math/p5-Number-Misc/distinfo (contents, props changed)
head/math/p5-Number-Misc/pkg-descr (contents, props changed)
head/math/p5-Number-Misc/pkg-plist (contents, props changed)
Modified:
head/math/Makefile
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Tue Jul 21 09:51:03 2015 (r392615)
+++ head/math/Makefile Tue Jul 21 09:57:10 2015 (r392616)
@@ -489,6 +489,7 @@
SUBDIR += p5-NetCDF
SUBDIR += p5-Number-Compare
SUBDIR += p5-Number-Fraction
+ SUBDIR += p5-Number-Misc
SUBDIR += p5-Number-Uncertainty
SUBDIR += p5-Number-WithError
SUBDIR += p5-Number-WithError-LaTeX
Added: head/math/p5-Number-Misc/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/p5-Number-Misc/Makefile Tue Jul 21 09:57:10 2015 (r392616)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= Number-Misc
+PORTVERSION= 1.2
+CATEGORIES= math perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama at FreeBSD.org
+COMMENT= Perl extension of handy utilities for numbers
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+NO_ARCH= YES
+
+.include <bsd.port.mk>
Added: head/math/p5-Number-Misc/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/p5-Number-Misc/distinfo Tue Jul 21 09:57:10 2015 (r392616)
@@ -0,0 +1,2 @@
+SHA256 (Number-Misc-1.2.tar.gz) = 77b9b68c600a069cf16f4d8126ecb32151e6bcd34b0edb17b78adee689dc91d8
+SIZE (Number-Misc-1.2.tar.gz) = 12322
Added: head/math/p5-Number-Misc/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/p5-Number-Misc/pkg-descr Tue Jul 21 09:57:10 2015 (r392616)
@@ -0,0 +1,6 @@
+Number::Misc provides some miscellaneous handy utilities for handling
+numbers. These utilities handle processing numbers as strings,
+determining basic properties of numbers, or selecting a random number
+from a range.
+
+WWW: http://search.cpan.org/dist/Number-Misc/
Added: head/math/p5-Number-Misc/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/p5-Number-Misc/pkg-plist Tue Jul 21 09:57:10 2015 (r392616)
@@ -0,0 +1,3 @@
+%%PERL5_MAN3%%/Number::Misc.3.gz
+%%SITE_PERL%%/Number/Misc.pm
+%%SITE_PERL%%/Number/Misc.pod
More information about the svn-ports-all
mailing list