summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-03 23:38:54 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-03 23:38:54 +0000
commitb9fc73bebfce8b085f7262fd72dccf34b987808a (patch)
tree98e832345296835457fae7a51dbfb8a2a33e308a /math
parentAdd p5-Math-Bezier 0.01, perl module to solve Bezier curves. (diff)
Add p5-Math-BigIntFast 6.0, perl module wrapper for Bit::Vector to provide
big integer math.
Notes
Notes: svn path=/head/; revision=36720
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/p5-Math-BigIntFast/Makefile27
-rw-r--r--math/p5-Math-BigIntFast/distinfo1
-rw-r--r--math/p5-Math-BigIntFast/pkg-comment1
-rw-r--r--math/p5-Math-BigIntFast/pkg-descr3
-rw-r--r--math/p5-Math-BigIntFast/pkg-plist3
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