diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-11 07:55:31 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-11 07:55:31 +0000 |
commit | 852c9a9497049056b1f51013e541c31eb3851e6a (patch) | |
tree | ab892046ce5aa03724f8314e3442bd27f71b44c4 /devel/p5-Sort-Array | |
parent | 847ce3e03d0c0f9875aa8d6eed53de61be118930 (diff) |
Notes
Diffstat (limited to 'devel/p5-Sort-Array')
-rw-r--r-- | devel/p5-Sort-Array/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Sort-Array/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Sort-Array/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-Sort-Array/pkg-plist | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/p5-Sort-Array/Makefile b/devel/p5-Sort-Array/Makefile new file mode 100644 index 000000000000..e7a887930051 --- /dev/null +++ b/devel/p5-Sort-Array/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Sort-Array +# Date created: 4 Jul 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PORTNAME= Sort-Array +DISTVERSION= 0.26 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Sort +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@critical.ch +COMMENT= A powerful array sorting Perl interface + +PERL_CONFIGURE= yes + +MAN3= Sort::Array.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Sort-Array/distinfo b/devel/p5-Sort-Array/distinfo new file mode 100644 index 000000000000..ed9f08c921da --- /dev/null +++ b/devel/p5-Sort-Array/distinfo @@ -0,0 +1,2 @@ +MD5 (Sort-Array-0.26.tar.gz) = 9743023430bc3f5ccd8afc7ebd72d91a +SIZE (Sort-Array-0.26.tar.gz) = 5191 diff --git a/devel/p5-Sort-Array/pkg-descr b/devel/p5-Sort-Array/pkg-descr new file mode 100644 index 000000000000..d97879819da3 --- /dev/null +++ b/devel/p5-Sort-Array/pkg-descr @@ -0,0 +1,9 @@ +This extended sorting algorithm allows you to + + a) sort an array by ANY field number, not only the first + b) find duplicates in your data-set and sort them out. + +WWW: http://search.cpan.org/dist/Sort-Array/ + +- ehaupt +ehaupt@critical.ch diff --git a/devel/p5-Sort-Array/pkg-plist b/devel/p5-Sort-Array/pkg-plist new file mode 100644 index 000000000000..12878f3307aa --- /dev/null +++ b/devel/p5-Sort-Array/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Sort/Array.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Array/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Array +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Sort 2>/dev/null || true |