mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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>
This commit is contained in:
parent
13af5408c0
commit
0236bd0955
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233108
@ -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
|
||||
|
24
math/p5-Math-BigInt-Pari/Makefile
Normal file
24
math/p5-Math-BigInt-Pari/Makefile
Normal file
@ -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>
|
3
math/p5-Math-BigInt-Pari/distinfo
Normal file
3
math/p5-Math-BigInt-Pari/distinfo
Normal file
@ -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
|
8
math/p5-Math-BigInt-Pari/pkg-descr
Normal file
8
math/p5-Math-BigInt-Pari/pkg-descr
Normal file
@ -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/
|
4
math/p5-Math-BigInt-Pari/pkg-plist
Normal file
4
math/p5-Math-BigInt-Pari/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user