Date: 4 Jul 2005 09:30:22 -0000 From: Emanuel Haupt <ehaupt@critical.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/82968: new port: devel/p5-Sort-Array - A powerful array sorting perl5 interface Message-ID: <20050704093022.70046.qmail@mx.critical.ch> Resent-Message-ID: <200507040940.j649e9jq026006@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 82968 >Category: ports >Synopsis: new port: devel/p5-Sort-Array - A powerful array sorting perl5 interface >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 09:40:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386 >Description: new port: devel/p5-Sort-Array - A powerful array sorting perl5 interface 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. >How-To-Repeat: >Fix: --- p5-Sort-Array.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Sort-Array # p5-Sort-Array/Makefile # p5-Sort-Array/pkg-descr # p5-Sort-Array/distinfo # p5-Sort-Array/pkg-plist # echo c - p5-Sort-Array mkdir -p p5-Sort-Array > /dev/null 2>&1 echo x - p5-Sort-Array/Makefile sed 's/^X//' >p5-Sort-Array/Makefile << 'END-of-p5-Sort-Array/Makefile' X# New ports collection makefile for: p5-Sort-Array X# Date created: 4 Jul 2005 X# Whom: Emanuel Haupt <ehaupt@critical.ch> X# X# $FreeBSD$ X# X XPORTNAME= Sort-Array XDISTVERSION= 0.26 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Sort XPKGNAMEPREFIX= p5- X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A powerful array sorting perl5 interface X XPERL_CONFIGURE= yes X XMAN3= Sort::Array.3 X X.include <bsd.port.mk> END-of-p5-Sort-Array/Makefile echo x - p5-Sort-Array/pkg-descr sed 's/^X//' >p5-Sort-Array/pkg-descr << 'END-of-p5-Sort-Array/pkg-descr' XThis extended sorting algorithm allows you to X X a) sort an array by ANY field number, not only the first X b) find duplicates in your data-set and sort them out. X XWWW: http://search.cpan.org/dist/Sort-Array/ X X- ehaupt Xehaupt@critical.ch END-of-p5-Sort-Array/pkg-descr echo x - p5-Sort-Array/distinfo sed 's/^X//' >p5-Sort-Array/distinfo << 'END-of-p5-Sort-Array/distinfo' XMD5 (Sort-Array-0.26.tar.gz) = 9743023430bc3f5ccd8afc7ebd72d91a XSIZE (Sort-Array-0.26.tar.gz) = 5191 END-of-p5-Sort-Array/distinfo echo x - p5-Sort-Array/pkg-plist sed 's/^X//' >p5-Sort-Array/pkg-plist << 'END-of-p5-Sort-Array/pkg-plist' X%%SITE_PERL%%/Sort/Array.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Array/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Array X@unexec rmdir %D/%%SITE_PERL%%/Sort 2>/dev/null || true END-of-p5-Sort-Array/pkg-plist exit --- p5-Sort-Array.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050704093022.70046.qmail>