summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2004-07-28 14:32:01 +0000
committerAnton Berezin <tobez@FreeBSD.org>2004-07-28 14:32:01 +0000
commit4e058c9e57b5dc4c1491ccaebd3a75bb0699e155 (patch)
tree13f4348f6d5d13b1e753e7f0b1104df96301d5bd /math
parent- Correct typo (CLFAGS -> CFLAGS) (diff)
Add math/p5-Bit-Vector-Minimal, a minimalistic variant of
math/p5-Bit-Vector.
Notes
Notes: svn path=/head/; revision=114937
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/p5-Bit-Vector-Minimal/Makefile28
-rw-r--r--math/p5-Bit-Vector-Minimal/distinfo2
-rw-r--r--math/p5-Bit-Vector-Minimal/pkg-descr5
-rw-r--r--math/p5-Bit-Vector-Minimal/pkg-plist7
5 files changed, 43 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index ca14d22e7ac3..977c35cbe2b1 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -119,6 +119,7 @@
SUBDIR += p5-AI-Perceptron
SUBDIR += p5-Bit-ShiftReg
SUBDIR += p5-Bit-Vector
+ SUBDIR += p5-Bit-Vector-Minimal
SUBDIR += p5-Chart-Math-Axis
SUBDIR += p5-Date-Handler
SUBDIR += p5-Geo-Distance
diff --git a/math/p5-Bit-Vector-Minimal/Makefile b/math/p5-Bit-Vector-Minimal/Makefile
new file mode 100644
index 000000000000..a36b1b37e8f7
--- /dev/null
+++ b/math/p5-Bit-Vector-Minimal/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: Bit-Vector-Minimal
+# Date created: Wed Jul 28 11:59:00 2004
+# Whom: tobez
+#
+# $FreeBSD$
+#
+
+PORTNAME= Bit-Vector-Minimal
+PORTVERSION= 1.0
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Bit
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= "Object-oriented wrapper around Perl's vec()"
+
+PERL_CONFIGURE= yes
+
+MAN3= Bit::Vector::Minimal.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= "This port requires perl 5.6 or above."
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/math/p5-Bit-Vector-Minimal/distinfo b/math/p5-Bit-Vector-Minimal/distinfo
new file mode 100644
index 000000000000..287bcc74b03e
--- /dev/null
+++ b/math/p5-Bit-Vector-Minimal/distinfo
@@ -0,0 +1,2 @@
+MD5 (Bit-Vector-Minimal-1.0.tar.gz) = 57647ba0fd55b51d858671cb664ea6ba
+SIZE (Bit-Vector-Minimal-1.0.tar.gz) = 2619
diff --git a/math/p5-Bit-Vector-Minimal/pkg-descr b/math/p5-Bit-Vector-Minimal/pkg-descr
new file mode 100644
index 000000000000..dec06b43dd1a
--- /dev/null
+++ b/math/p5-Bit-Vector-Minimal/pkg-descr
@@ -0,0 +1,5 @@
+This is a much simplified, lightweight version of match/p5-Bit-Vector,
+and wraps Perl's (sometimes confusing) vec() function in an
+object-oriented abstraction.
+
+WWW: http://search.cpan.org/dist/Bit-Vector-Minimal/
diff --git a/math/p5-Bit-Vector-Minimal/pkg-plist b/math/p5-Bit-Vector-Minimal/pkg-plist
new file mode 100644
index 000000000000..e4ad9ff326ed
--- /dev/null
+++ b/math/p5-Bit-Vector-Minimal/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Minimal/.packlist
+%%SITE_PERL%%/Bit/Vector/Minimal.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Minimal
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Bit/Vector 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Bit 2>/dev/null || true