diff options
author | gson <gson@pkgsrc.org> | 2003-09-14 20:27:50 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2003-09-14 20:27:50 +0000 |
commit | 0179fbb490a1b837dc4152fe045867ee21df7431 (patch) | |
tree | 07c25727ea5796c6ca55fbfff173e90b70ca2b16 /devel/p5-Set-IntSpan | |
parent | fbcdabe840b9a5cbdfc0289f152b41dc99815c4b (diff) | |
download | pkgsrc-0179fbb490a1b837dc4152fe045867ee21df7431.tar.gz |
Initial import of Set::IntSpan into the NetBSD packages collection
as devel/p5-Set-IntSpan.
Set::IntSpan manages sets of integers. It is optimized for sets that
have long runs of consecutive integers.
Diffstat (limited to 'devel/p5-Set-IntSpan')
-rw-r--r-- | devel/p5-Set-IntSpan/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-Set-IntSpan/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Set-IntSpan/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Set-IntSpan/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-Set-IntSpan/DESCR b/devel/p5-Set-IntSpan/DESCR new file mode 100644 index 00000000000..cdf8e3ed72a --- /dev/null +++ b/devel/p5-Set-IntSpan/DESCR @@ -0,0 +1,2 @@ +Set::IntSpan manages sets of integers. It is optimized for sets that +have long runs of consecutive integers. diff --git a/devel/p5-Set-IntSpan/Makefile b/devel/p5-Set-IntSpan/Makefile new file mode 100644 index 00000000000..2897a08e274 --- /dev/null +++ b/devel/p5-Set-IntSpan/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/14 20:27:50 gson Exp $ +# + +DISTNAME= Set-IntSpan-1.07 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5sis +CATEGORIES= perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/} + +MAINTAINER= gson@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Set-IntSpan/ +COMMENT= Perl5 module for managing sets of integers + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Set/IntSpan/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Set-IntSpan/PLIST b/devel/p5-Set-IntSpan/PLIST new file mode 100644 index 00000000000..6e02b6b2650 --- /dev/null +++ b/devel/p5-Set-IntSpan/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/14 20:27:50 gson Exp $ diff --git a/devel/p5-Set-IntSpan/distinfo b/devel/p5-Set-IntSpan/distinfo new file mode 100644 index 00000000000..1162e0c9317 --- /dev/null +++ b/devel/p5-Set-IntSpan/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/14 20:27:50 gson Exp $ + +SHA1 (Set-IntSpan-1.07.tar.gz) = fa983b7a35b3c2f0dc034fcffe2f077dd1c1e367 +Size (Set-IntSpan-1.07.tar.gz) = 13641 bytes |