diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Bit-Vector/Makefile | 23 | ||||
-rw-r--r-- | math/p5-Bit-Vector/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Bit-Vector/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Bit-Vector/pkg-descr | 17 | ||||
-rw-r--r-- | math/p5-Bit-Vector/pkg-plist | 9 |
6 files changed, 52 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 9bdeb55e..63c2896 100644 --- a/math/Makefile +++ b/math/Makefile @@ -47,6 +47,7 @@ SUBDIR += p5-AI-NeuralNet-Mesh SUBDIR += p5-AI-Perceptron SUBDIR += p5-Bit-ShiftReg + SUBDIR += p5-Bit-Vector SUBDIR += p5-Math-Expr SUBDIR += p5-Math-Logic SUBDIR += p5-MatrixReal diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile new file mode 100644 index 0000000..bede6da --- /dev/null +++ b/math/p5-Bit-Vector/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Bit-Vector +# Date created: Mon Jan 1 10:37:30 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Bit-Vector +PORTVERSION= 6.0 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Bit +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Bit::Vector.3 Bit::Vector::Overload.3 + +.include <bsd.port.mk> diff --git a/math/p5-Bit-Vector/distinfo b/math/p5-Bit-Vector/distinfo new file mode 100644 index 0000000..7811494 --- /dev/null +++ b/math/p5-Bit-Vector/distinfo @@ -0,0 +1 @@ +MD5 (Bit-Vector-6.0.tar.gz) = 3c80d4c40ba89b3270c03386de3949a1 diff --git a/math/p5-Bit-Vector/pkg-comment b/math/p5-Bit-Vector/pkg-comment new file mode 100644 index 0000000..0687327 --- /dev/null +++ b/math/p5-Bit-Vector/pkg-comment @@ -0,0 +1 @@ +Library of advanced math functions that includes a Perl OO module diff --git a/math/p5-Bit-Vector/pkg-descr b/math/p5-Bit-Vector/pkg-descr new file mode 100644 index 0000000..e883982 --- /dev/null +++ b/math/p5-Bit-Vector/pkg-descr @@ -0,0 +1,17 @@ +Bit::Vector is an efficient C library which allows you to handle +bit vectors, sets (of integers), "big integer arithmetic" and +boolean matrices, all of arbitrary sizes. + +The library is efficient (in terms of algorithmical complexity) +and therefore fast (in terms of execution speed) for instance +through the widespread use of divide-and-conquer algorithms. + +The package also includes an object-oriented Perl module for +accessing the C library from Perl, and optionally features +overloaded operators for maximum ease of use. + +The C library can nevertheless be used stand-alone, without Perl. + +Author: Steffen Beyer <sb@engelschall.com> + +--will diff --git a/math/p5-Bit-Vector/pkg-plist b/math/p5-Bit-Vector/pkg-plist new file mode 100644 index 0000000..e181e04 --- /dev/null +++ b/math/p5-Bit-Vector/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bit/Vector.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bit/Vector.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bit/Vector/Overload.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bit/Vector/Overload.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bit/Vector/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bit/Vector/Vector.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bit/Vector/Vector.so +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bit/Vector +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bit/Vector |