fast key sort, prerequisite of FastProf
This commit is contained in:
parent
ba6c37db4a
commit
447e642c0e
15
devel/p5-Sort-Key/Makefile
Normal file
15
devel/p5-Sort-Key/Makefile
Normal 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>
|
5
devel/p5-Sort-Key/distinfo
Normal file
5
devel/p5-Sort-Key/distinfo
Normal 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
|
6
devel/p5-Sort-Key/pkg/DESCR
Normal file
6
devel/p5-Sort-Key/pkg/DESCR
Normal 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.).
|
||||
|
19
devel/p5-Sort-Key/pkg/PLIST
Normal file
19
devel/p5-Sort-Key/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user