1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add p5-bignum 0.21, transparent BigNumber/BigRational support for Perl.

This commit is contained in:
Lars Thegler 2007-05-27 11:48:31 +00:00
parent f256eafa79
commit 35335b8002
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192022
5 changed files with 48 additions and 0 deletions

View File

@ -269,6 +269,7 @@
SUBDIR += p5-Statistics-OLS
SUBDIR += p5-Statistics-Regression
SUBDIR += p5-Task-Math-Symbolic
SUBDIR += p5-bignum
SUBDIR += pari
SUBDIR += parmetis
SUBDIR += pecl-big_int

28
math/p5-bignum/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: math/p5-bignum
# Date created: 25 May 2007
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bignum
PORTVERSION= 0.21
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/T/TE/TELS/math
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Transparent BigNumber/BigRational support for Perl
RUN_DEPENDS= p5-Math-BigInt>=1.83:${PORTSDIR}/math/p5-Math-BigInt \
p5-Math-BigRat>=0.19:${PORTSDIR}/math/p5-Math-BigRat
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= bigint.3 \
bignum.3 \
bigrat.3
.include <bsd.port.mk>

3
math/p5-bignum/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (bignum-0.21.tar.gz) = 090532fad1dec171da009688dae3cd4e
SHA256 (bignum-0.21.tar.gz) = b6b43bba4ea326baf13fe299b2f3aab3224dde9b773a206ba1d6c172b5f7c374
SIZE (bignum-0.21.tar.gz) = 27397

6
math/p5-bignum/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
This package attempts to make it easier to write scripts that use
BigInts/BigFloats in a transparent way. They use the rewritten
versions of Math::BigInt and Math::BigFloat, Math::BigRat (for
bigrat) and optionally Math::BigInt::Lite.
WWW: http://search.cpan.org/dist/bignum/

10
math/p5-bignum/pkg-plist Normal file
View File

@ -0,0 +1,10 @@
%%SITE_PERL%%/Math/BigFloat/Trace.pm
%%SITE_PERL%%/Math/BigInt/Trace.pm
%%SITE_PERL%%/bigint.pm
%%SITE_PERL%%/bignum.pm
%%SITE_PERL%%/bigrat.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/bignum/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/bignum
@dirrmtry %%SITE_PERL%%/Math/BigFloat
@dirrmtry %%SITE_PERL%%/Math/BigInt
@dirrmtry %%SITE_PERL%%/Math