diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Bit-Vector-Minimal/Makefile | 28 | ||||
-rw-r--r-- | math/p5-Bit-Vector-Minimal/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Bit-Vector-Minimal/pkg-descr | 5 | ||||
-rw-r--r-- | math/p5-Bit-Vector-Minimal/pkg-plist | 7 |
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 |