pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Tie-LLHash Initial import of p5-Tie-LLHash.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f95fc6ca477b
branches: trunk
changeset: 577213:f95fc6ca477b
user: cube <cube%pkgsrc.org@localhost>
date: Sun Jul 04 17:50:51 2010 +0000
description:
Initial import of p5-Tie-LLHash.
This class implements an ordered hash-like object. It's a cross between
a Perl hash and a linked list. Use it whenever you want the speed and
structure of a Perl hash, but the orderedness of a list.
diffstat:
devel/p5-Tie-LLHash/DESCR | 3 +++
devel/p5-Tie-LLHash/Makefile | 18 ++++++++++++++++++
devel/p5-Tie-LLHash/distinfo | 5 +++++
3 files changed, 26 insertions(+), 0 deletions(-)
diffs (38 lines):
diff -r d751293883ff -r f95fc6ca477b devel/p5-Tie-LLHash/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-LLHash/DESCR Sun Jul 04 17:50:51 2010 +0000
@@ -0,0 +1,3 @@
+This class implements an ordered hash-like object. It's a cross between
+a Perl hash and a linked list. Use it whenever you want the speed and
+structure of a Perl hash, but the orderedness of a list.
diff -r d751293883ff -r f95fc6ca477b devel/p5-Tie-LLHash/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-LLHash/Makefile Sun Jul 04 17:50:51 2010 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 17:50:51 cube Exp $
+
+DISTNAME= Tie-LLHash-1.003
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Tie-LLHash/
+COMMENT= Ordered hashes
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Tie/LLHash/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d751293883ff -r f95fc6ca477b devel/p5-Tie-LLHash/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-LLHash/distinfo Sun Jul 04 17:50:51 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/07/04 17:50:51 cube Exp $
+
+SHA1 (Tie-LLHash-1.003.tar.gz) = 75380cb83f0cc108b0b18df8fb3aabc5874e4abf
+RMD160 (Tie-LLHash-1.003.tar.gz) = 40f998ac771c23ceca6f7ca3f0e3c06ae75cec42
+Size (Tie-LLHash-1.003.tar.gz) = 5983 bytes
Home |
Main Index |
Thread Index |
Old Index