From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 14 19:50:36 2004 Return-Path: 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 15C3216A56F for ; Thu, 14 Oct 2004 19:50:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B878E43D55 for ; Thu, 14 Oct 2004 19:50:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9EJoZx6058700 for ; Thu, 14 Oct 2004 19:50:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9EJoZix058699; Thu, 14 Oct 2004 19:50:35 GMT (envelope-from gnats) Resent-Date: Thu, 14 Oct 2004 19:50:35 GMT Resent-Message-Id: <200410141950.i9EJoZix058699@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, Tillman Hodgson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 898E116A4CE for ; Thu, 14 Oct 2004 19:49:09 +0000 (GMT) Received: from mail.seekingfire.com (coyote.seekingfire.com [24.72.10.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57EA843D46 for ; Thu, 14 Oct 2004 19:49:09 +0000 (GMT) (envelope-from tillman@seekingfire.com) Received: by mail.seekingfire.com (Postfix, from userid 500) id 1027A32D; Thu, 14 Oct 2004 13:49:09 -0600 (CST) Message-Id: <20041014194909.1027A32D@mail.seekingfire.com> Date: Thu, 14 Oct 2004 13:49:09 -0600 (CST) From: Tillman Hodgson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72706: [NEW PORT] devel/p5-List-Ground-1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tillman Hodgson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 19:50:36 -0000 >Number: 72706 >Category: ports >Synopsis: [NEW PORT] devel/p5-List-Ground-1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 14 19:50:35 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tillman Hodgson >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD athena.seekingfire.prv 4.10-STABLE FreeBSD 4.10-STABLE #0: Tue Jul 20 12:43:00 CST 2004 toor@athena.seekingfire.prv:/usr/obj/usr/src/sys/ATHENA i386 >Description: [NEW PORT] devel/p5-List-Ground-1.3 The List::Group module is simple module that currently allows you to group a list by columns or rows. >How-To-Repeat: >Fix: --- p5-List-Group.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-List-Group/Makefile # p5-List-Group/distinfo # p5-List-Group/pkg-descr # p5-List-Group/pkg-plist # echo x - p5-List-Group/Makefile sed 's/^X//' >p5-List-Group/Makefile << 'END-of-p5-List-Group/Makefile' X# New ports collection makefile for: List-Group X# Date created: Thu Oct 14 2004 X# Whom: Tillman Hodgson X# X# $FreeBSD$ X# X XPORTNAME= List-Group XPORTVERSION= 1.3 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= List XPKGNAMEPREFIX= p5- X XMAINTAINER= tillman@seekingfire.com XCOMMENT= Perl module that allows you to group a list by columns or rows X XPERL_CONFIGURE= yes X XMAN3= List::Group.3 X X.include END-of-p5-List-Group/Makefile echo x - p5-List-Group/distinfo sed 's/^X//' >p5-List-Group/distinfo << 'END-of-p5-List-Group/distinfo' XMD5 (List-Group-1.3.tar.gz) = 2d7db7cb75aca374316e60d3d74c4d82 XSIZE (List-Group-1.3.tar.gz) = 2439 END-of-p5-List-Group/distinfo echo x - p5-List-Group/pkg-descr sed 's/^X//' >p5-List-Group/pkg-descr << 'END-of-p5-List-Group/pkg-descr' XThe List::Group module is simple module that currently allows you to group a Xlist by columns or rows. END-of-p5-List-Group/pkg-descr echo x - p5-List-Group/pkg-plist sed 's/^X//' >p5-List-Group/pkg-plist << 'END-of-p5-List-Group/pkg-plist' X%%SITE_PERL%%/List/Group.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Group/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Group X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List X@dirrm %%SITE_PERL%%/List END-of-p5-List-Group/pkg-plist exit --- p5-List-Group.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: