pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Set-IntSpan Initial import of Set::IntSpan in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45569d693f46
branches:  trunk
changeset: 461355:45569d693f46
user:      gson <gson%pkgsrc.org@localhost>
date:      Sun Sep 14 20:27:50 2003 +0000

description:
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:

 devel/p5-Set-IntSpan/DESCR    |   2 ++
 devel/p5-Set-IntSpan/Makefile |  18 ++++++++++++++++++
 devel/p5-Set-IntSpan/PLIST    |   1 +
 devel/p5-Set-IntSpan/distinfo |   4 ++++
 4 files changed, 25 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 83595e748b27 -r 45569d693f46 devel/p5-Set-IntSpan/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Set-IntSpan/DESCR        Sun Sep 14 20:27:50 2003 +0000
@@ -0,0 +1,2 @@
+Set::IntSpan manages sets of integers. It is optimized for sets that
+have long runs of consecutive integers.
diff -r 83595e748b27 -r 45569d693f46 devel/p5-Set-IntSpan/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Set-IntSpan/Makefile     Sun Sep 14 20:27:50 2003 +0000
@@ -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@localhost
+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 -r 83595e748b27 -r 45569d693f46 devel/p5-Set-IntSpan/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Set-IntSpan/PLIST        Sun Sep 14 20:27:50 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/14 20:27:50 gson Exp $
diff -r 83595e748b27 -r 45569d693f46 devel/p5-Set-IntSpan/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Set-IntSpan/distinfo     Sun Sep 14 20:27:50 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index