From 85cb843cf84ab551140c15c558442241aa02e1f6 Mon Sep 17 00:00:00 2001 From: will Date: Wed, 3 Jan 2001 23:38:54 +0000 Subject: Add p5-Math-BigIntFast 6.0, perl module wrapper for Bit::Vector to provide big integer math. --- math/Makefile | 1 + math/p5-Math-BigIntFast/Makefile | 27 +++++++++++++++++++++++++++ math/p5-Math-BigIntFast/distinfo | 1 + math/p5-Math-BigIntFast/pkg-comment | 1 + math/p5-Math-BigIntFast/pkg-descr | 3 +++ math/p5-Math-BigIntFast/pkg-plist | 3 +++ 6 files changed, 36 insertions(+) create mode 100644 math/p5-Math-BigIntFast/Makefile create mode 100644 math/p5-Math-BigIntFast/distinfo create mode 100644 math/p5-Math-BigIntFast/pkg-comment create mode 100644 math/p5-Math-BigIntFast/pkg-descr create mode 100644 math/p5-Math-BigIntFast/pkg-plist 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 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 -- cgit