Initial import of Tie-IxHash-1.21.

This Perl module implements Perl hashes that preserve the order in which
the hash elements were added. The order is not affected when values
corresponding to existing keys in the IxHash are changed. The elements
can also be set to any arbitrary supplied order. The familiar perl array
operations can also be performed on the IxHash.
This commit is contained in:
bernd 2006-06-26 09:21:05 +00:00
parent 9712a226c3
commit 6a21405635
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/26 09:21:05 bernd Exp $
COMMENT= "ordered associative arrays for Perl"
DISTNAME= Tie-IxHash-1.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Tie-IxHash-1.21.tar.gz) = 567ddc13081596b52cfe3d82218cb264
RMD160 (Tie-IxHash-1.21.tar.gz) = ba69f40b28400a4d5dbb43aa63562ff31ec8f5e9
SHA1 (Tie-IxHash-1.21.tar.gz) = 8f7bbd0cc96fe4bf9b4587ed4ae9fd5cc70d7cbd
SIZE (Tie-IxHash-1.21.tar.gz) = 6446

View File

@ -0,0 +1,5 @@
This Perl module implements Perl hashes that preserve the order in which
the hash elements were added. The order is not affected when values
corresponding to existing keys in the IxHash are changed. The elements
can also be set to any arbitrary supplied order. The familiar perl array
operations can also be performed on the IxHash.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/06/26 09:21:05 bernd Exp $
${P5SITE}/Tie/
${P5SITE}/Tie/IxHash.pm
@man man/man3p/Tie::IxHash.3p