diff options
author | wen <wen@FreeBSD.org> | 2010-03-30 11:15:40 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-30 11:15:40 +0800 |
commit | 5e9db108b2bf1da109b453cbf8c7330884419a77 (patch) | |
tree | fbd9208800dfd269a8d37de3190bfaeb393825ad | |
parent | 77cb06aba137f2d7c26e1b7b1fbd89b98f16c3da (diff) | |
download | freebsd-ports-gnome-5e9db108b2bf1da109b453cbf8c7330884419a77.tar.gz freebsd-ports-gnome-5e9db108b2bf1da109b453cbf8c7330884419a77.tar.zst freebsd-ports-gnome-5e9db108b2bf1da109b453cbf8c7330884419a77.zip |
Do math with correct handling of significant figures
WWW: http://search.cpan.org/dist/Math-SigFigs/
PR: ports/145138
Submitted by: Steve Wills <steve@mouf.net>
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-SigFigs/Makefile | 26 | ||||
-rw-r--r-- | math/p5-Math-SigFigs/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-SigFigs/pkg-descr | 3 | ||||
-rw-r--r-- | math/p5-Math-SigFigs/pkg-plist | 6 |
5 files changed, 39 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 6f2dd5c07284..7bf9b7091d6f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -350,6 +350,7 @@ SUBDIR += p5-Math-Round-Var SUBDIR += p5-Math-Sequence SUBDIR += p5-Math-Series + SUBDIR += p5-Math-SigFigs SUBDIR += p5-Math-SimpleVariable SUBDIR += p5-Math-Spline SUBDIR += p5-Math-Symbolic diff --git a/math/p5-Math-SigFigs/Makefile b/math/p5-Math-SigFigs/Makefile new file mode 100644 index 000000000000..7c16e284c8e0 --- /dev/null +++ b/math/p5-Math-SigFigs/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Math-SigFigs +# Date created: 2010-03-04 +# Whom: Steve Wills <steve@mouf.net> +# +# $FreeBSD$ +# + +PORTNAME= Math-SigFigs +PORTVERSION= 1.09 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= steve@mouf.net +COMMENT= Do math with correct handling of significant figures + +BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ + ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage +RUN_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ + ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage + +PERL_CONFIGURE= yes + +MAN3= Math::SigFigs.3 + +.include <bsd.port.mk> diff --git a/math/p5-Math-SigFigs/distinfo b/math/p5-Math-SigFigs/distinfo new file mode 100644 index 000000000000..8a6e6c690d7d --- /dev/null +++ b/math/p5-Math-SigFigs/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-SigFigs-1.09.tar.gz) = 0ec16f707c54a37b2417d29a858382ae +SHA256 (Math-SigFigs-1.09.tar.gz) = 54a01e671286db0bc7ee9bae836ddd8f2ae089565a9607a06da7af3f29c78bbe +SIZE (Math-SigFigs-1.09.tar.gz) = 11426 diff --git a/math/p5-Math-SigFigs/pkg-descr b/math/p5-Math-SigFigs/pkg-descr new file mode 100644 index 000000000000..582267fcd3a6 --- /dev/null +++ b/math/p5-Math-SigFigs/pkg-descr @@ -0,0 +1,3 @@ +Do math with correct handling of significant figures + +WWW: http://search.cpan.org/dist/Math-SigFigs/ diff --git a/math/p5-Math-SigFigs/pkg-plist b/math/p5-Math-SigFigs/pkg-plist new file mode 100644 index 000000000000..dee90efa0f1d --- /dev/null +++ b/math/p5-Math-SigFigs/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Math/SigFigs.pm +%%SITE_PERL%%/Math/SigFigs.pod +%%SITE_PERL%%/mach/auto/Math/SigFigs/.packlist +@dirrmtry %%SITE_PERL%%/mach/auto/Math/SigFigs +@dirrmtry %%SITE_PERL%%/mach/auto/Math +@dirrmtry %%SITE_PERL%%/Math |