From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 11 00:30:21 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 405F016A4CE for ; Thu, 11 Nov 2004 00:30:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1954F43D49 for ; Thu, 11 Nov 2004 00:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iAB0UKf9051757 for ; Thu, 11 Nov 2004 00:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAB0UKwJ051751; Thu, 11 Nov 2004 00:30:20 GMT (envelope-from gnats) Resent-Date: Thu, 11 Nov 2004 00:30:20 GMT Resent-Message-Id: <200411110030.iAB0UKwJ051751@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, Aaron Dalton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B564116A4CE for ; Thu, 11 Nov 2004 00:26:52 +0000 (GMT) Received: from mpls-qmqp-01.inet.qwest.net (mpls-qmqp-01.inet.qwest.net [63.231.195.112]) by mx1.FreeBSD.org (Postfix) with SMTP id 0D2EA43D2D for ; Thu, 11 Nov 2004 00:26:52 +0000 (GMT) (envelope-from aaron@mail.finch.st) Received: (qmail 34941 invoked by uid 0); 11 Nov 2004 00:26:51 -0000 Received: from unknown (63.231.195.9) by mpls-qmqp-01.inet.qwest.net with QMQP; 11 Nov 2004 00:26:51 -0000 Received: from finch.st (HELO mail.finch.st) (168.103.194.212) by mpls-pop-09.inet.qwest.net with SMTP; 11 Nov 2004 00:26:51 -0000 Received: from aaron by mail.finch.st with local (Exim 4.43 (FreeBSD)) id 1CS2kQ-0005sI-GN for FreeBSD-gnats-submit@freebsd.org; Wed, 10 Nov 2004 17:23:34 -0700 Message-Id: Date: Wed, 10 Nov 2004 17:23:34 -0700 From: "Aaron Dalton" Sender: "Aaron Dalton" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/73796: New Port: devel/p5-Data-Table - Data type related to database tables, spreadsheets, etc... X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aaron Dalton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 00:30:21 -0000 >Number: 73796 >Category: ports >Synopsis: New Port: devel/p5-Data-Table - Data type related to database tables, spreadsheets, etc... >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 11 00:30:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD chariss.finch.st 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Wed Sep 29 21:39:19 MDT 2004 aaron@chariss.finch.st:/usr/src/sys/i386/compile/CHARISS i386 >Description: This perl package uses perl5 objects to make it easy for manipulating spreadsheet data among disk files, database, and Web publishing. A table object contains a header and a two-dimensional array of scalars. Three class methods Data::Table::fromCSV, Data::Table::fromTSV, and Data::Table::fromSQL allow users to create a table object from a CSV/TSV file or a database SQL selection in a snap. Table methods provide basic access, add, delete row(s) or column(s) operations, as well as more advanced sub-table extraction, table sorting, record matching via keywords or patterns, table merging, and web publishing. Data::Table class also provides a straightforward interface to other popular Perl modules such as DBI and GD::Graph. The current version of Table.pm is available at http://www.geocities.com/easydatabase >How-To-Repeat: >How-To-Repeat: >Fix: --- submission.txt 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-Data-Table # p5-Data-Table/Makefile # p5-Data-Table/distinfo # p5-Data-Table/pkg-descr # p5-Data-Table/pkg-plist # echo c - p5-Data-Table mkdir -p p5-Data-Table > /dev/null 2>&1 echo x - p5-Data-Table/Makefile sed 's/^X//' >p5-Data-Table/Makefile << 'END-of-p5-Data-Table/Makefile' X# New ports collection makefile for: Data::Table X# Date created: 10 November 2004 X# Whom: Aaron Dalton X# X# $FreeBSD$ X# X XPORTNAME= Data-Table XPORTVERSION= 1.43 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Data XPKGNAMEPREFIX= p5- X XMAINTAINER= aaron@daltons.ca XCOMMENT= Data type related to database tables, HTML table displays, etc X XPERL_CONFIGURE= yes X XMAN3= Data::Table.3 X X.include END-of-p5-Data-Table/Makefile echo x - p5-Data-Table/distinfo sed 's/^X//' >p5-Data-Table/distinfo << 'END-of-p5-Data-Table/distinfo' XMD5 (Data-Table-1.43.tar.gz) = d457e695096718edaf4fe150f20fbc99 XSIZE (Data-Table-1.43.tar.gz) = 29248 END-of-p5-Data-Table/distinfo echo x - p5-Data-Table/pkg-descr sed 's/^X//' >p5-Data-Table/pkg-descr << 'END-of-p5-Data-Table/pkg-descr' XThis perl package uses perl5 objects to make it easy for manipulating Xspreadsheet data among disk files, database, and Web publishing. X XA table object contains a header and a two-dimensional array of scalars. XThree class methods Data::Table::fromCSV, Data::Table::fromTSV, and XData::Table::fromSQL allow users to create a table object from a CSV/TSV Xfile or a database SQL selection in a snap. X XTable methods provide basic access, add, delete row(s) or column(s) Xoperations, as well as more advanced sub-table extraction, table sorting, Xrecord matching via keywords or patterns, table merging, and web Xpublishing. Data::Table class also provides a straightforward interface to Xother popular Perl modules such as DBI and GD::Graph. X XThe current version of Table.pm is available at Xhttp://www.geocities.com/easydatabase X XWWW: http://search.cpan.org/dist/Data-Table XAuthor: Yingyao Zhou & Guangzhou Zou X X- Aaron Dalton Xaaron@daltons.ca END-of-p5-Data-Table/pkg-descr echo x - p5-Data-Table/pkg-plist sed 's/^X//' >p5-Data-Table/pkg-plist << 'END-of-p5-Data-Table/pkg-plist' X%%SITE_PERL%%/Data/Table.pm X%%SITE_PERL%%/auto/Data/Table/autosplit.ix X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Table/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Table X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true X@dirrm %%SITE_PERL%%/auto/Data/Table X@unexec rmdir %D/%%SITE_PERL%%/auto/Data 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Data 2>/dev/null || true END-of-p5-Data-Table/pkg-plist exit --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: