From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 4 09:40:21 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EC3E16A421 for ; Mon, 4 Jul 2005 09:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A477243D58 for ; Mon, 4 Jul 2005 09:40:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j649e96n026008 for ; Mon, 4 Jul 2005 09:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j649e9jq026006; Mon, 4 Jul 2005 09:40:09 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2005 09:40:09 GMT Resent-Message-Id: <200507040940.j649e9jq026006@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4561616A41C for ; Mon, 4 Jul 2005 09:30:24 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: from mx.critical.ch (admin.critical.ch [67.18.86.178]) by mx1.FreeBSD.org (Postfix) with SMTP id 12C9943D48 for ; Mon, 4 Jul 2005 09:30:24 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: (qmail 70047 invoked by uid 1000); 4 Jul 2005 09:30:22 -0000 Message-Id: <20050704093022.70046.qmail@mx.critical.ch> Date: 4 Jul 2005 09:30:22 -0000 From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82968: new port: devel/p5-Sort-Array - A powerful array sorting perl5 interface X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 09:40:21 -0000 >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 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 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: