1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add p5-Sort-Array.

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/

PR:		ports/82968
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
Jean-Yves Lefort 2005-07-11 07:55:31 +00:00
parent 847ce3e03d
commit 852c9a9497
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138890
5 changed files with 39 additions and 0 deletions

View File

@ -1070,6 +1070,7 @@
SUBDIR += p5-Shell-Base
SUBDIR += p5-Shell-Parser
SUBDIR += p5-Smart-Comments
SUBDIR += p5-Sort-Array
SUBDIR += p5-Sort-ArrayOfArrays
SUBDIR += p5-Sort-Tree
SUBDIR += p5-Sort-Versions

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (Sort-Array-0.26.tar.gz) = 9743023430bc3f5ccd8afc7ebd72d91a
SIZE (Sort-Array-0.26.tar.gz) = 5191

View File

@ -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

View File

@ -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