import p5-Tie-Hash-Indexed

Tie::Hash::Indexed is very similar to Tie::IxHash.  However, it is
written completely in XS and usually about twice as fast as Tie::IxHash.
It's quite a lot faster when it comes to clearing or deleting entries
from large hashes.

by Okan Demirmen (MAINTAINER) with some tweaks by me
This commit is contained in:
simon 2007-10-26 21:22:44 +00:00
parent c486a7d302
commit f9d357f13b
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/26 21:22:44 simon Exp $
SHARED_ONLY= Yes
COMMENT= ordered hashes for Perl
DISTNAME= Tie-Hash-Indexed-0.05
CATEGORIES= devel
MODULES= cpan
MAINTAINER= Okan Demirmen <okan@demirmen.com>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Tie-Hash-Indexed-0.05.tar.gz) = QeLQE9+M+v3SObxlu62gFA==
RMD160 (Tie-Hash-Indexed-0.05.tar.gz) = Ue7xLDRgyZ29rSdUDwl+CrHYixQ=
SHA1 (Tie-Hash-Indexed-0.05.tar.gz) = 87sSIWAQty4u3/RMKuvoxpLoEGc=
SHA256 (Tie-Hash-Indexed-0.05.tar.gz) = qIYqR2PViox4XjS4sY5dtM5cPja5tc9WWjCIWE6rNh4=
SIZE (Tie-Hash-Indexed-0.05.tar.gz) = 21712

View File

@ -0,0 +1,4 @@
Tie::Hash::Indexed is very similar to Tie::IxHash. However, it is
written completely in XS and usually about twice as fast as Tie::IxHash.
It's quite a lot faster when it comes to clearing or deleting entries
from large hashes.

View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/26 21:22:44 simon Exp $
${P5ARCH}/
${P5ARCH}/Tie/
${P5ARCH}/Tie/Hash/
${P5ARCH}/Tie/Hash/Indexed.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Tie/
${P5ARCH}/auto/Tie/Hash/
${P5ARCH}/auto/Tie/Hash/Indexed/
${P5ARCH}/auto/Tie/Hash/Indexed/Indexed.bs
${P5ARCH}/auto/Tie/Hash/Indexed/Indexed.so
@man man/man3p/Tie::Hash::Indexed.3p