fast key sort, prerequisite of FastProf

This commit is contained in:
espie 2007-04-09 22:43:06 +00:00
parent ba6c37db4a
commit 447e642c0e
4 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/09 22:43:06 espie Exp $
SHARED_ONLY= Yes
COMMENT= 'sort perl arrays'
CATEGORIES= devel
DISTNAME= Sort-Key-1.28
MODULES= cpan
# 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 (Sort-Key-1.28.tar.gz) = 7J0APWh4SlZDgVxlEkqtGA==
RMD160 (Sort-Key-1.28.tar.gz) = M0NcZ6CGDAyr/odurHJwuJxlFZU=
SHA1 (Sort-Key-1.28.tar.gz) = e1DCo4SoF8QA1Dg1Y4rluZtLIXs=
SHA256 (Sort-Key-1.28.tar.gz) = ftMl81qKVrxdtD+wkRs91dKt5zv3CYUAQfV4Z9ihW7E=
SIZE (Sort-Key-1.28.tar.gz) = 56339

View File

@ -0,0 +1,6 @@
Sort::Key provides a set of functions to sort lists of values by some
calculated key value.
It is faster (usually much faster) and uses less memory than other
alternatives implemented around the perl sort function (ST, GRT, etc.).

View File

@ -0,0 +1,19 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/04/09 22:43:06 espie Exp $
${P5ARCH}/
${P5ARCH}/Sort/
${P5ARCH}/Sort/Key/
${P5ARCH}/Sort/Key.pm
${P5ARCH}/Sort/Key/Maker.pm
${P5ARCH}/Sort/Key/Multi.pm
${P5ARCH}/Sort/Key/Natural.pm
${P5ARCH}/Sort/Key/Register.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Sort/
${P5ARCH}/auto/Sort/Key/
${P5ARCH}/auto/Sort/Key/Key.bs
${P5ARCH}/auto/Sort/Key/Key.so
@man man/man3p/Sort::Key.3p
@man man/man3p/Sort::Key::Maker.3p
@man man/man3p/Sort::Key::Multi.3p
@man man/man3p/Sort::Key::Natural.3p
@man man/man3p/Sort::Key::Register.3p