diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-02 05:42:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-02 05:42:16 +0800 |
commit | 25eb501bebc04e5430337983df43783d10dc80af (patch) | |
tree | f7160c339756dd39dec196d1738ad70ac3b48bf4 /math | |
parent | 4021406d368d18ad763b402a16284bec9767159f (diff) | |
download | freebsd-ports-gnome-25eb501bebc04e5430337983df43783d10dc80af.tar.gz freebsd-ports-gnome-25eb501bebc04e5430337983df43783d10dc80af.tar.zst freebsd-ports-gnome-25eb501bebc04e5430337983df43783d10dc80af.zip |
This is Math::BigInt::Pari, a plugin module for Math::BigInt that
replaces Math::BigInt's core math routines with Math::Pari routines.
WWW: http://search.cpan.org/dist/Math-BigInt-Pari/
PR: ports/134094
Submitted by: Andrey <gugu at zoo.rambler.ru>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/Makefile | 24 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/pkg-descr | 8 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/pkg-plist | 4 |
5 files changed, 40 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index cb23661a48ac..1a648a8be6dd 100644 --- a/math/Makefile +++ b/math/Makefile @@ -290,6 +290,7 @@ SUBDIR += p5-Math-Bezier-Convert SUBDIR += p5-Math-BigInt SUBDIR += p5-Math-BigInt-GMP + SUBDIR += p5-Math-BigInt-Pari SUBDIR += p5-Math-BigRat SUBDIR += p5-Math-Calc-Units SUBDIR += p5-Math-Cephes diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile new file mode 100644 index 000000000000..4808403b1cf5 --- /dev/null +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Algorithm-FloodControl +# Date created: 2008-11-18 +# Whom: Andrey <gugu@zoo.rambler.ru> +# +# $FreeBSD$ +# + +PORTNAME= Math-BigInt-Pari +PORTVERSION= 1.13 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= andrey@kostenko.name +COMMENT= Use Math::Pari for Math::BigInt routines + +RUN_DEPENDS= p5-Math-BigInt>=1.87:${PORTSDIR}/math/p5-Math-BigInt \ + p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari + +PERL_CONFIGURE= yes + +MAN3= Math::BigInt::Pari.3 + +.include <bsd.port.mk> diff --git a/math/p5-Math-BigInt-Pari/distinfo b/math/p5-Math-BigInt-Pari/distinfo new file mode 100644 index 000000000000..da0e6cb61c7d --- /dev/null +++ b/math/p5-Math-BigInt-Pari/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-BigInt-Pari-1.13.tar.gz) = 64a336d15d0faed78587d411e4075363 +SHA256 (Math-BigInt-Pari-1.13.tar.gz) = e0b804642dd41da26e8fad100f369f57966ca5e4184becdd84851caf148d6296 +SIZE (Math-BigInt-Pari-1.13.tar.gz) = 47431 diff --git a/math/p5-Math-BigInt-Pari/pkg-descr b/math/p5-Math-BigInt-Pari/pkg-descr new file mode 100644 index 000000000000..485672f80ab4 --- /dev/null +++ b/math/p5-Math-BigInt-Pari/pkg-descr @@ -0,0 +1,8 @@ +This is Math::BigInt::Pari, a plugin module for Math::BigInt that +replaces Math::BigInt's core math routines with Math::Pari routines. + +This package contains a replacement (drop-in) module for Math::BigInt's core, +Math::BigInt::Calc.pm. It needs the new versions of Math::BigInt and +Math::BigFloat as they are from Perl 5.7.x onwards. + +WWW: http://search.cpan.org/dist/Math-BigInt-Pari/ diff --git a/math/p5-Math-BigInt-Pari/pkg-plist b/math/p5-Math-BigInt-Pari/pkg-plist new file mode 100644 index 000000000000..e31718cd548d --- /dev/null +++ b/math/p5-Math-BigInt-Pari/pkg-plist @@ -0,0 +1,4 @@ +@comment $FreeBSD$ +lib/perl5/site_perl/5.8.9/Math/BigInt/Pari.pm +lib/perl5/site_perl/5.8.9/mach/auto/Math/BigInt/Pari/.packlist +@dirrmtry lib/perl5/site_perl/5.8.9/mach/auto/Math/BigInt/Pari |