SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-Sort-Key/Makefile
Normal file
12
devel/p5-Sort-Key/Makefile
Normal 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>
|
2
devel/p5-Sort-Key/distinfo
Normal file
2
devel/p5-Sort-Key/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Sort-Key-1.33.tar.gz) = 7WpMz6sJTJzRZPVkAk6YvSHZT0MSzKxNYkbSKzQIGs8=
|
||||
SIZE (Sort-Key-1.33.tar.gz) = 58324
|
5
devel/p5-Sort-Key/pkg/DESCR
Normal file
5
devel/p5-Sort-Key/pkg/DESCR
Normal 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.).
|
19
devel/p5-Sort-Key/pkg/PLIST
Normal file
19
devel/p5-Sort-Key/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue