diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-06 13:59:09 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-06 13:59:09 +0000 |
commit | cbee44fbafe714d8457fc12940e57288068d1762 (patch) | |
tree | 509082cd2ef13303d3408e727039cdfa080fc632 /math/p5-Math-NumberCruncher | |
parent | - Use utf-8 as default charset again. (diff) |
Add p5-Math-NumberCruncher 5.00, collection of useful math-related
functions.
PR: ports/109964
Submitted by: chinsan
Notes
Notes:
svn path=/head/; revision=186674
Diffstat (limited to 'math/p5-Math-NumberCruncher')
-rw-r--r-- | math/p5-Math-NumberCruncher/Makefile | 25 | ||||
-rw-r--r-- | math/p5-Math-NumberCruncher/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-NumberCruncher/pkg-descr | 6 | ||||
-rw-r--r-- | math/p5-Math-NumberCruncher/pkg-plist | 6 |
4 files changed, 40 insertions, 0 deletions
diff --git a/math/p5-Math-NumberCruncher/Makefile b/math/p5-Math-NumberCruncher/Makefile new file mode 100644 index 000000000000..aa90d1ce09cf --- /dev/null +++ b/math/p5-Math-NumberCruncher/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: math/p5-Math-NumberCruncher +# Date created: 2007/03/06 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Math-NumberCruncher +PORTVERSION= 5.00 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Collection of useful math-related functions + +BUILD_DEPENDS= p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Math::NumberCruncher.3 + +.include <bsd.port.mk> diff --git a/math/p5-Math-NumberCruncher/distinfo b/math/p5-Math-NumberCruncher/distinfo new file mode 100644 index 000000000000..121d715dd2ff --- /dev/null +++ b/math/p5-Math-NumberCruncher/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-NumberCruncher-5.00.tar.gz) = 42a86b1ea9d47b2413300af28ce5df9f +SHA256 (Math-NumberCruncher-5.00.tar.gz) = 481ee17c60939060509c431d1cc701a4cfae485d68de2e7d4f70d1eae1e8df0d +SIZE (Math-NumberCruncher-5.00.tar.gz) = 82311 diff --git a/math/p5-Math-NumberCruncher/pkg-descr b/math/p5-Math-NumberCruncher/pkg-descr new file mode 100644 index 000000000000..8a7d7b7f0406 --- /dev/null +++ b/math/p5-Math-NumberCruncher/pkg-descr @@ -0,0 +1,6 @@ +Math::NumberCruncher - Collection of useful math-related functions. +This module is a collection of commonly needed number-related functions, +including numerous standard statistical, geometric, and probability +functions. + +WWW: http://search.cpan.org/dist/Math-NumberCruncher/ diff --git a/math/p5-Math-NumberCruncher/pkg-plist b/math/p5-Math-NumberCruncher/pkg-plist new file mode 100644 index 000000000000..1e5140b25071 --- /dev/null +++ b/math/p5-Math-NumberCruncher/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/NumberCruncher/.packlist +%%SITE_PERL%%/Math/NumberCruncher.pod +%%SITE_PERL%%/Math/NumberCruncher.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/NumberCruncher +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math |