Date: Wed, 10 Nov 2004 17:23:34 -0700 From: "Aaron Dalton" <aaron@daltons.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/73796: New Port: devel/p5-Data-Table - Data type related to database tables, spreadsheets, etc... Message-ID: <E1CS2kQ-0005sI-GN@mail.finch.st> Resent-Message-ID: <200411110030.iAB0UKwJ051751@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: <code/input/activities to reproduce the problem (multiple lines)> >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 <aaron@daltons.ca> 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 <bsd.port.mk> 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 <easydatabase@yahoo.com> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1CS2kQ-0005sI-GN>