diff options
author | will <will@FreeBSD.org> | 2001-01-04 07:38:54 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 07:38:54 +0800 |
commit | 85cb843cf84ab551140c15c558442241aa02e1f6 (patch) | |
tree | 3be3b2e6529d117eea92f14d3175ff6a3a574b30 | |
parent | 0b0c9707a0b6969cdda44ee92ececb85db52563d (diff) | |
download | freebsd-ports-gnome-85cb843cf84ab551140c15c558442241aa02e1f6.tar.gz freebsd-ports-gnome-85cb843cf84ab551140c15c558442241aa02e1f6.tar.zst freebsd-ports-gnome-85cb843cf84ab551140c15c558442241aa02e1f6.zip |
Add p5-Math-BigIntFast 6.0, perl module wrapper for Bit::Vector to provide
big integer math.
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-BigIntFast/Makefile | 27 | ||||
-rw-r--r-- | math/p5-Math-BigIntFast/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-BigIntFast/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Math-BigIntFast/pkg-descr | 3 | ||||
-rw-r--r-- | math/p5-Math-BigIntFast/pkg-plist | 3 |
6 files changed, 36 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 6970d6bb4566..e2efbba4d48c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -49,6 +49,7 @@ SUBDIR += p5-Bit-ShiftReg SUBDIR += p5-Bit-Vector SUBDIR += p5-Math-Bezier + SUBDIR += p5-Math-BigIntFast SUBDIR += p5-Math-Expr SUBDIR += p5-Math-Logic SUBDIR += p5-MatrixReal diff --git a/math/p5-Math-BigIntFast/Makefile b/math/p5-Math-BigIntFast/Makefile new file mode 100644 index 000000000000..8cd0d0d1c579 --- /dev/null +++ b/math/p5-Math-BigIntFast/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Math-BigIntFast +# Date created: Wed Jan 3 11:30:25 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Math-BigIntFast +PORTVERSION= 6.0 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Math::BigIntFast.3 + +.include <bsd.port.mk> diff --git a/math/p5-Math-BigIntFast/distinfo b/math/p5-Math-BigIntFast/distinfo new file mode 100644 index 000000000000..3fe7d3149858 --- /dev/null +++ b/math/p5-Math-BigIntFast/distinfo @@ -0,0 +1 @@ +MD5 (Math-BigIntFast-6.0.tar.gz) = d6bb88f9ebd18a784353da9ce9550362 diff --git a/math/p5-Math-BigIntFast/pkg-comment b/math/p5-Math-BigIntFast/pkg-comment new file mode 100644 index 000000000000..1c29cce20ced --- /dev/null +++ b/math/p5-Math-BigIntFast/pkg-comment @@ -0,0 +1 @@ +Perl module wrapper for Bit::Vector to provide big integer math diff --git a/math/p5-Math-BigIntFast/pkg-descr b/math/p5-Math-BigIntFast/pkg-descr new file mode 100644 index 000000000000..261aa0af1275 --- /dev/null +++ b/math/p5-Math-BigIntFast/pkg-descr @@ -0,0 +1,3 @@ +Math::BigIntFast is a wrapper module for Bit::Vector. + +--will diff --git a/math/p5-Math-BigIntFast/pkg-plist b/math/p5-Math-BigIntFast/pkg-plist new file mode 100644 index 000000000000..1eda1594c163 --- /dev/null +++ b/math/p5-Math-BigIntFast/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/Math/BigIntFast.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigIntFast/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigIntFast |