From 447e642c0ec5de604f864d3d29aef064aea9bb87 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 9 Apr 2007 22:43:06 +0000 Subject: [PATCH] fast key sort, prerequisite of FastProf --- devel/p5-Sort-Key/Makefile | 15 +++++++++++++++ devel/p5-Sort-Key/distinfo | 5 +++++ devel/p5-Sort-Key/pkg/DESCR | 6 ++++++ devel/p5-Sort-Key/pkg/PLIST | 19 +++++++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 devel/p5-Sort-Key/Makefile create mode 100644 devel/p5-Sort-Key/distinfo create mode 100644 devel/p5-Sort-Key/pkg/DESCR create mode 100644 devel/p5-Sort-Key/pkg/PLIST diff --git a/devel/p5-Sort-Key/Makefile b/devel/p5-Sort-Key/Makefile new file mode 100644 index 00000000000..b1d0b6327b4 --- /dev/null +++ b/devel/p5-Sort-Key/Makefile @@ -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 diff --git a/devel/p5-Sort-Key/distinfo b/devel/p5-Sort-Key/distinfo new file mode 100644 index 00000000000..1bed12d1b27 --- /dev/null +++ b/devel/p5-Sort-Key/distinfo @@ -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 diff --git a/devel/p5-Sort-Key/pkg/DESCR b/devel/p5-Sort-Key/pkg/DESCR new file mode 100644 index 00000000000..8c5b996640d --- /dev/null +++ b/devel/p5-Sort-Key/pkg/DESCR @@ -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.). + diff --git a/devel/p5-Sort-Key/pkg/PLIST b/devel/p5-Sort-Key/pkg/PLIST new file mode 100644 index 00000000000..97dad6bfcf8 --- /dev/null +++ b/devel/p5-Sort-Key/pkg/PLIST @@ -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