diff options
author | mjl <mjl@pkgsrc.org> | 2001-03-26 23:49:40 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-03-26 23:49:40 +0000 |
commit | 18b56cea322979d44cfc4cb44e96fac867d0ab51 (patch) | |
tree | b83159f29d08776785beb591b559a344d58a09fa | |
parent | 84e71fa4614a975144e0b6ffcc40ce91c03ee650 (diff) | |
download | pkgsrc-18b56cea322979d44cfc4cb44e96fac867d0ab51.tar.gz |
Initial import of p5-Tie-IxHash, a perl module that implements
ordered in-memory associative arrays.
-rw-r--r-- | devel/p5-Tie-IxHash/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Tie-IxHash/files/md5 | 3 | ||||
-rw-r--r-- | devel/p5-Tie-IxHash/pkg/DESCR | 7 | ||||
-rw-r--r-- | devel/p5-Tie-IxHash/pkg/PLIST | 1 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-Tie-IxHash/Makefile b/devel/p5-Tie-IxHash/Makefile new file mode 100644 index 00000000000..b699661b115 --- /dev/null +++ b/devel/p5-Tie-IxHash/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/26 23:49:40 mjl Exp $ +# + +DISTNAME= Tie-IxHash-1.21 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module that implements ordered in-memory associative arrays + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Tie/IxHash/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Tie-IxHash/files/md5 b/devel/p5-Tie-IxHash/files/md5 new file mode 100644 index 00000000000..9370b0e0d78 --- /dev/null +++ b/devel/p5-Tie-IxHash/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/26 23:49:40 mjl Exp $ + +SHA1 (Tie-IxHash-1.21.tar.gz) = 8f7bbd0cc96fe4bf9b4587ed4ae9fd5cc70d7cbd diff --git a/devel/p5-Tie-IxHash/pkg/DESCR b/devel/p5-Tie-IxHash/pkg/DESCR new file mode 100644 index 00000000000..b418638a0b0 --- /dev/null +++ b/devel/p5-Tie-IxHash/pkg/DESCR @@ -0,0 +1,7 @@ +If you have been led to believe that associative arrays in perl +don't preserve order, and if you have ever craved for that feature, +this module is for you. Simply declare a "tie" for the hash variable +that you want to be order-preserving, and forget that limitation +ever existed. You can do other nifty things with the tied hash object +that you may be used to doing with arrays, like Push(), Pop() and +Splice(). diff --git a/devel/p5-Tie-IxHash/pkg/PLIST b/devel/p5-Tie-IxHash/pkg/PLIST new file mode 100644 index 00000000000..e7f313a5131 --- /dev/null +++ b/devel/p5-Tie-IxHash/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/26 23:49:40 mjl Exp $ |