Add math/p5-Math-BigInt, an arbitrary size math package for perl. This
is a complete rewrite of the BigInt and BigFloat modules supplied with our standard system perl.
This commit is contained in:
parent
c449be663f
commit
c3b29be18c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48714
6 changed files with 45 additions and 0 deletions
|
@ -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
|
||||
|
|
25
math/p5-Math-BigInt/Makefile
Normal file
25
math/p5-Math-BigInt/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
1
math/p5-Math-BigInt/distinfo
Normal file
1
math/p5-Math-BigInt/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Math-BigInt-1.44.tar.gz) = 4a7810358d41ef922f7eb21dfb6927f3
|
1
math/p5-Math-BigInt/pkg-comment
Normal file
1
math/p5-Math-BigInt/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Math::BigInt - Arbitrary size integer math package
|
9
math/p5-Math-BigInt/pkg-descr
Normal file
9
math/p5-Math-BigInt/pkg-descr
Normal file
|
@ -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
|
||||
<tobez@FreeBSD.org>
|
8
math/p5-Math-BigInt/pkg-plist
Normal file
8
math/p5-Math-BigInt/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue