SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
COMMENT= sort perl arrays
CATEGORIES= devel
DISTNAME = Sort-Key-1.33
MODULES= cpan
REVISION = 0
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Sort-Key-1.33.tar.gz) = 7WpMz6sJTJzRZPVkAk6YvSHZT0MSzKxNYkbSKzQIGs8=
SIZE (Sort-Key-1.33.tar.gz) = 58324

View file

@ -0,0 +1,5 @@
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 @@
${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}/Sort/Key/Types.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Sort/
${P5ARCH}/auto/Sort/Key/
${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
@man man/man3p/Sort::Key::Types.3p