diff --git a/math/Makefile b/math/Makefile index 6f7e8ca1b7ba..8b0983e6e1c2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -65,6 +65,7 @@ SUBDIR += p5-Graph SUBDIR += p5-Math-Base85 SUBDIR += p5-Math-Bezier + SUBDIR += p5-Math-BigInt SUBDIR += p5-Math-BigIntFast SUBDIR += p5-Math-Currency SUBDIR += p5-Math-Expr diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile new file mode 100644 index 000000000000..02d932e1211f --- /dev/null +++ b/math/p5-Math-BigInt/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: math/p5-Math-BigInt +# Date created: 12 October 2001 +# Whom: tobez +# +# $FreeBSD$ +# + +PORTNAME= Math-BigInt +PORTVERSION= 1.44 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= Math::BigFloat.3 \ + Math::BigInt.3 \ + Math::BigInt::Calc.3 \ + Math::BigInt::Scalar.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/math/p5-Math-BigInt/distinfo b/math/p5-Math-BigInt/distinfo new file mode 100644 index 000000000000..517927147022 --- /dev/null +++ b/math/p5-Math-BigInt/distinfo @@ -0,0 +1 @@ +MD5 (Math-BigInt-1.44.tar.gz) = 4a7810358d41ef922f7eb21dfb6927f3 diff --git a/math/p5-Math-BigInt/pkg-comment b/math/p5-Math-BigInt/pkg-comment new file mode 100644 index 000000000000..85e01ff3f5ff --- /dev/null +++ b/math/p5-Math-BigInt/pkg-comment @@ -0,0 +1 @@ +Math::BigInt - Arbitrary size integer math package diff --git a/math/p5-Math-BigInt/pkg-descr b/math/p5-Math-BigInt/pkg-descr new file mode 100644 index 000000000000..a3db2655aa33 --- /dev/null +++ b/math/p5-Math-BigInt/pkg-descr @@ -0,0 +1,9 @@ +Math::BigInt - Arbitrary size integer math package for perl. + +This is a complete rewrite of Math::BigInt, Math::BigFloat and friends, +which are included with the standard system perl. + +WWW: http://search.cpan.org/search?dist=Math-BigInt + +-Anton + diff --git a/math/p5-Math-BigInt/pkg-plist b/math/p5-Math-BigInt/pkg-plist new file mode 100644 index 000000000000..316b88eb8287 --- /dev/null +++ b/math/p5-Math-BigInt/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math-BigInt/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Math/BigFloat.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt/Calc.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt/Scalar.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math-BigInt +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true