From 73f03e189b50fba81062c97a216dc1e19cb2f15a Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Tue, 30 Mar 2010 03:15:40 +0000 Subject: [PATCH] Do math with correct handling of significant figures WWW: http://search.cpan.org/dist/Math-SigFigs/ PR: ports/145138 Submitted by: Steve Wills --- math/Makefile | 1 + math/p5-Math-SigFigs/Makefile | 26 ++++++++++++++++++++++++++ math/p5-Math-SigFigs/distinfo | 3 +++ math/p5-Math-SigFigs/pkg-descr | 3 +++ math/p5-Math-SigFigs/pkg-plist | 6 ++++++ 5 files changed, 39 insertions(+) create mode 100644 math/p5-Math-SigFigs/Makefile create mode 100644 math/p5-Math-SigFigs/distinfo create mode 100644 math/p5-Math-SigFigs/pkg-descr create mode 100644 math/p5-Math-SigFigs/pkg-plist 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 +# +# $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 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