forked from Lainports/freebsd-ports
add p5-Sort-Key-Top 0.01
Select and sort top n elements
This commit is contained in:
parent
3fa1df3896
commit
98dcd8a426
5 changed files with 40 additions and 0 deletions
|
|
@ -1488,6 +1488,7 @@
|
|||
SUBDIR += p5-Sort-ArrayOfArrays
|
||||
SUBDIR += p5-Sort-Key
|
||||
SUBDIR += p5-Sort-Key-DateTime
|
||||
SUBDIR += p5-Sort-Key-Top
|
||||
SUBDIR += p5-Sort-Maker
|
||||
SUBDIR += p5-Sort-Tree
|
||||
SUBDIR += p5-Sort-Versions
|
||||
|
|
|
|||
23
devel/p5-Sort-Key-Top/Makefile
Normal file
23
devel/p5-Sort-Key-Top/Makefile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: Sort::Key::Top
|
||||
# Date created: Aug 23, 2007
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Sort-Key-Top
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/S/SA/SALVA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
COMMENT= Select and sort top n elements
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Sort::Key::Top.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/p5-Sort-Key-Top/distinfo
Normal file
3
devel/p5-Sort-Key-Top/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
MD5 (Sort-Key-Top-0.01.tar.gz) = 8c7d2af14110375cf25b94c6fc6db973
|
||||
SHA256 (Sort-Key-Top-0.01.tar.gz) = 9e42cd6f18fadf7355afb9e98a6df7bd292262f2dc2b21322568f55ed8badffd
|
||||
SIZE (Sort-Key-Top-0.01.tar.gz) = 43202
|
||||
4
devel/p5-Sort-Key-Top/pkg-descr
Normal file
4
devel/p5-Sort-Key-Top/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Select the top n elements from a list using several common orderings and
|
||||
custom key extraction procedures.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Sort-Key-Top/
|
||||
9
devel/p5-Sort-Key-Top/pkg-plist
Normal file
9
devel/p5-Sort-Key-Top/pkg-plist
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Sort/Key/Top.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sort/Key
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sort
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/Top/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/Top/Top.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/Top/Top.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/Top
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort
|
||||
Loading…
Add table
Reference in a new issue