diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-15 22:54:28 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-15 22:54:28 +0800 |
commit | a34a70a308d392c3dbf93ee7ccd4ad27e9ba0ae6 (patch) | |
tree | cd5b015861186eb2e43f0214cc329e703786364f /math/p5-Math-SymbolicX-BigNum | |
parent | 444ebc9ba2c000e28d62f02e11e6ccc892c3899f (diff) | |
download | freebsd-ports-gnome-a34a70a308d392c3dbf93ee7ccd4ad27e9ba0ae6.tar.gz freebsd-ports-gnome-a34a70a308d392c3dbf93ee7ccd4ad27e9ba0ae6.tar.zst freebsd-ports-gnome-a34a70a308d392c3dbf93ee7ccd4ad27e9ba0ae6.zip |
Adding port math/p5-Math-SymbolicX-BigNum, Big number support for the Math::Symbolic parser
Approved by: tobez (implicit)
Diffstat (limited to 'math/p5-Math-SymbolicX-BigNum')
-rw-r--r-- | math/p5-Math-SymbolicX-BigNum/Makefile | 32 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-BigNum/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-BigNum/pkg-descr | 8 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-BigNum/pkg-plist | 7 |
4 files changed, 50 insertions, 0 deletions
diff --git a/math/p5-Math-SymbolicX-BigNum/Makefile b/math/p5-Math-SymbolicX-BigNum/Makefile new file mode 100644 index 000000000000..35e6c746427a --- /dev/null +++ b/math/p5-Math-SymbolicX-BigNum/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Math-SymbolicX-BigNum +# Date created: 15 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-SymbolicX-BigNum +PORTVERSION= 0.02 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Big number support for the Math::Symbolic parser + +BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ + ${SITE_PERL}/Math/SymbolicX/ParserExtensionFactory.pm:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Math::SymbolicX::BigNum.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/math/p5-Math-SymbolicX-BigNum/distinfo b/math/p5-Math-SymbolicX-BigNum/distinfo new file mode 100644 index 000000000000..688caa7d5e23 --- /dev/null +++ b/math/p5-Math-SymbolicX-BigNum/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-SymbolicX-BigNum-0.02.tar.gz) = 5ffbf2697105e69901a489780dba9db3 +SHA256 (Math-SymbolicX-BigNum-0.02.tar.gz) = 19b03be11543133266862eb4cca608a208e506135e4f895a983a0f9bdf1c779d +SIZE (Math-SymbolicX-BigNum-0.02.tar.gz) = 3453 diff --git a/math/p5-Math-SymbolicX-BigNum/pkg-descr b/math/p5-Math-SymbolicX-BigNum/pkg-descr new file mode 100644 index 000000000000..32be4b024873 --- /dev/null +++ b/math/p5-Math-SymbolicX-BigNum/pkg-descr @@ -0,0 +1,8 @@ +This module adds big number support to Math::Symbolic. It does so by +extending the parser of the Math::Symbolic module (that is, the one stored +in $Math::Symbolic::Parser) with certain special functions that create +arbitrary precision constants. (Math::Symbolic::Variable objects have been +able to contain arbitrary precision objects since the very beginning.) + +WWW: http://search.cpan.org/dist/Math-SymbolicX-BigNum +Author: Steffen Mueller <symbolic-module@steffen-mueller.net> diff --git a/math/p5-Math-SymbolicX-BigNum/pkg-plist b/math/p5-Math-SymbolicX-BigNum/pkg-plist new file mode 100644 index 000000000000..dcf1d970017e --- /dev/null +++ b/math/p5-Math-SymbolicX-BigNum/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Math/SymbolicX/BigNum.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/BigNum/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/BigNum +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math/SymbolicX +@dirrmtry %%SITE_PERL%%/Math |