- initial import of Bit-Vector-Minimal-1.1
This is a much simplified, lightweight version of Bit::Vector, and wraps Perl's (sometimes confusing) "vec" function in an object-oriented abstraction.
This commit is contained in:
parent
aafd57e111
commit
d2d999fb2c
23
devel/p5-Bit-Vector-Minimal/Makefile
Normal file
23
devel/p5-Bit-Vector-Minimal/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 01:53:55 msf Exp $
|
||||
|
||||
COMMENT= "object-oriented wrapper around vec()"
|
||||
|
||||
DISTNAME= Bit-Vector-Minimal-1.1
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Bit-Vector-Minimal/distinfo
Normal file
3
devel/p5-Bit-Vector-Minimal/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Bit-Vector-Minimal-1.1.tar.gz) = dc12fbba271a43587fb42dfdabc918d8
|
||||
RMD160 (Bit-Vector-Minimal-1.1.tar.gz) = b9e2baafa4efc662ff50382f68aeb81bef52bdb1
|
||||
SHA1 (Bit-Vector-Minimal-1.1.tar.gz) = a77fb1c4b5c858a97546b6d32af872c5b408f936
|
3
devel/p5-Bit-Vector-Minimal/pkg/DESCR
Normal file
3
devel/p5-Bit-Vector-Minimal/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This is a much simplified, lightweight version of Bit::Vector, and wraps
|
||||
Perl's (sometimes confusing) "vec" function in an object-oriented
|
||||
abstraction.
|
5
devel/p5-Bit-Vector-Minimal/pkg/PLIST
Normal file
5
devel/p5-Bit-Vector-Minimal/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/30 01:53:55 msf Exp $
|
||||
${P5SITE}/Bit/
|
||||
${P5SITE}/Bit/Vector/
|
||||
${P5SITE}/Bit/Vector/Minimal.pm
|
||||
@man man/man3p/Bit::Vector::Minimal.3p
|
Loading…
Reference in New Issue
Block a user