Provides support for big integer calculations. Not intended to be used

by other modules. Other modules which sport the same functions can
also be used to support Math::BigInt, like Math::BigInt::GMP or
Math::BigInt::Pari.

WWW:	http://search.cpan.org/dist/Math-BigInt-FastCalc/

PR:		ports/152635
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Philip M. Gollucci 2010-12-07 04:10:42 +00:00
parent 69b574dd39
commit 2431878e6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265782
5 changed files with 42 additions and 0 deletions

View file

@ -324,6 +324,7 @@
SUBDIR += p5-Math-Bezier
SUBDIR += p5-Math-Bezier-Convert
SUBDIR += p5-Math-BigInt
SUBDIR += p5-Math-BigInt-FastCalc
SUBDIR += p5-Math-BigInt-GMP
SUBDIR += p5-Math-BigInt-Pari
SUBDIR += p5-Math-BigRat

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: p5-Math-BigInt-FastCalc
# Date created: 2010-11-26
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Math-BigInt-FastCalc
PORTVERSION= 0.24
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Math::BigInt::Calc with some XS for more speed
RUN_DEPENDS= p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt
PERL_CONFIGURE= yes
MAN3= Math::BigInt::FastCalc.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Math-BigInt-FastCalc-0.24.tar.gz) = b537a6217771ea54321ba90130b25b074c024ca253e6091941f0db77c2cd80e7
SIZE (Math-BigInt-FastCalc-0.24.tar.gz) = 62000

View file

@ -0,0 +1,6 @@
Provides support for big integer calculations. Not intended to be used
by other modules. Other modules which sport the same functions can
also be used to support Math::BigInt, like Math::BigInt::GMP or
Math::BigInt::Pari.
WWW: http://search.cpan.org/dist/Math-BigInt-FastCalc/

View file

@ -0,0 +1,10 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInt/FastCalc.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc/FastCalc.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc/FastCalc.so
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInt
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math