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:
parent
9712a226c3
commit
6a21405635
20
devel/p5-Tie-IxHash/Makefile
Normal file
20
devel/p5-Tie-IxHash/Makefile
Normal 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>
|
4
devel/p5-Tie-IxHash/distinfo
Normal file
4
devel/p5-Tie-IxHash/distinfo
Normal 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
|
5
devel/p5-Tie-IxHash/pkg/DESCR
Normal file
5
devel/p5-Tie-IxHash/pkg/DESCR
Normal 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.
|
4
devel/p5-Tie-IxHash/pkg/PLIST
Normal file
4
devel/p5-Tie-IxHash/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user