Initial import of p5-Tie-IxHash, a perl module that implements
ordered in-memory associative arrays.
This commit is contained in:
parent
84e71fa461
commit
18b56cea32
4 changed files with 29 additions and 0 deletions
18
devel/p5-Tie-IxHash/Makefile
Normal file
18
devel/p5-Tie-IxHash/Makefile
Normal file
|
@ -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"
|
3
devel/p5-Tie-IxHash/files/md5
Normal file
3
devel/p5-Tie-IxHash/files/md5
Normal file
|
@ -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
|
7
devel/p5-Tie-IxHash/pkg/DESCR
Normal file
7
devel/p5-Tie-IxHash/pkg/DESCR
Normal file
|
@ -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().
|
1
devel/p5-Tie-IxHash/pkg/PLIST
Normal file
1
devel/p5-Tie-IxHash/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/26 23:49:40 mjl Exp $
|
Loading…
Reference in a new issue