diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Sort-Key-Top/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Sort-Key-Top/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Sort-Key-Top/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Sort-Key-Top/pkg-plist | 9 |
5 files changed, 40 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 22a0ff048e5d..b0703818dd0e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Sort-Key-Top/Makefile b/devel/p5-Sort-Key-Top/Makefile new file mode 100644 index 000000000000..5a58fc5ae4bd --- /dev/null +++ b/devel/p5-Sort-Key-Top/Makefile @@ -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> diff --git a/devel/p5-Sort-Key-Top/distinfo b/devel/p5-Sort-Key-Top/distinfo new file mode 100644 index 000000000000..a82f8aacd503 --- /dev/null +++ b/devel/p5-Sort-Key-Top/distinfo @@ -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 diff --git a/devel/p5-Sort-Key-Top/pkg-descr b/devel/p5-Sort-Key-Top/pkg-descr new file mode 100644 index 000000000000..8065c4d6c6eb --- /dev/null +++ b/devel/p5-Sort-Key-Top/pkg-descr @@ -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/ diff --git a/devel/p5-Sort-Key-Top/pkg-plist b/devel/p5-Sort-Key-Top/pkg-plist new file mode 100644 index 000000000000..f15dd42af0b5 --- /dev/null +++ b/devel/p5-Sort-Key-Top/pkg-plist @@ -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 |