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/
This commit is contained in:
parent
a35d705ffd
commit
b346c7cd28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392616
5 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
|
|
19
math/p5-Number-Misc/Makefile
Normal file
19
math/p5-Number-Misc/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Number-Misc
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@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>
|
2
math/p5-Number-Misc/distinfo
Normal file
2
math/p5-Number-Misc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Number-Misc-1.2.tar.gz) = 77b9b68c600a069cf16f4d8126ecb32151e6bcd34b0edb17b78adee689dc91d8
|
||||
SIZE (Number-Misc-1.2.tar.gz) = 12322
|
6
math/p5-Number-Misc/pkg-descr
Normal file
6
math/p5-Number-Misc/pkg-descr
Normal file
|
@ -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/
|
3
math/p5-Number-Misc/pkg-plist
Normal file
3
math/p5-Number-Misc/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%PERL5_MAN3%%/Number::Misc.3.gz
|
||||
%%SITE_PERL%%/Number/Misc.pm
|
||||
%%SITE_PERL%%/Number/Misc.pod
|
Loading…
Reference in a new issue