diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 14:33:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 14:33:01 +0800 |
commit | f5004174bd51c8b5c86971e1935ab893db18c480 (patch) | |
tree | f15b5873df241f8ca95cc6c6db7472cd7b4e41b6 /math | |
parent | 89346f97372e66a1365bebb5b2acf3df000ee6de (diff) | |
download | freebsd-ports-gnome-f5004174bd51c8b5c86971e1935ab893db18c480.tar.gz freebsd-ports-gnome-f5004174bd51c8b5c86971e1935ab893db18c480.tar.zst freebsd-ports-gnome-f5004174bd51c8b5c86971e1935ab893db18c480.zip |
- Add p5-Number-Uncertainty 0.1
Number::Uncertainty provides an object-orientated uncertainty object. It stores
information about a value and its error bounds.
WWW: http://search.cpan.org/dist/Number-Uncertainty/
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Number-Uncertainty/Makefile | 24 | ||||
-rw-r--r-- | math/p5-Number-Uncertainty/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Number-Uncertainty/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Number-Uncertainty/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 51ed4206ee19..7d5d9fd1491b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -460,6 +460,7 @@ SUBDIR += p5-NetCDF SUBDIR += p5-Number-Compare SUBDIR += p5-Number-Fraction + SUBDIR += p5-Number-Uncertainty SUBDIR += p5-Number-WithError SUBDIR += p5-Number-WithError-LaTeX SUBDIR += p5-Roman diff --git a/math/p5-Number-Uncertainty/Makefile b/math/p5-Number-Uncertainty/Makefile new file mode 100644 index 000000000000..fc56a9009121 --- /dev/null +++ b/math/p5-Number-Uncertainty/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Number-Uncertainty +# Date created: 2012-07-01 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Number-Uncertainty +PORTVERSION= 0.1 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= An object-orientated uncertainty object + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +PERL_CONFIGURE= yes + +MAN3= Number::Uncertainty.3 + +.include <bsd.port.mk> diff --git a/math/p5-Number-Uncertainty/distinfo b/math/p5-Number-Uncertainty/distinfo new file mode 100644 index 000000000000..a7b299be3bca --- /dev/null +++ b/math/p5-Number-Uncertainty/distinfo @@ -0,0 +1,2 @@ +SHA256 (Number-Uncertainty-0.1.tar.gz) = 56f8284504264f13476f58abc54ae952d426b21fb8eb59584df23f15a9140164 +SIZE (Number-Uncertainty-0.1.tar.gz) = 6940 diff --git a/math/p5-Number-Uncertainty/pkg-descr b/math/p5-Number-Uncertainty/pkg-descr new file mode 100644 index 000000000000..8feba708dadb --- /dev/null +++ b/math/p5-Number-Uncertainty/pkg-descr @@ -0,0 +1,4 @@ +Number::Uncertainty provides an object-orientated uncertainty object. It stores +information about a value and its error bounds. + +WWW: http://search.cpan.org/dist/Number-Uncertainty/ diff --git a/math/p5-Number-Uncertainty/pkg-plist b/math/p5-Number-Uncertainty/pkg-plist new file mode 100644 index 000000000000..92f749a1054b --- /dev/null +++ b/math/p5-Number-Uncertainty/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Number/Uncertainty.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Uncertainty/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Uncertainty +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number +@dirrmtry %%SITE_PERL%%/Number |