Date: Sat, 13 Jun 2015 13:51:13 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389360 - head/devel/p5-Data-Table Message-ID: <201506131351.t5DDpDdJ044811@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jun 13 13:51:12 2015 New Revision: 389360 URL: https://svnweb.freebsd.org/changeset/ports/389360 Log: - Add LICENSE - Add NO_ARCH - Update and reformat pkg-descr - Take maintainership Modified: head/devel/p5-Data-Table/Makefile head/devel/p5-Data-Table/pkg-descr Modified: head/devel/p5-Data-Table/Makefile ============================================================================== --- head/devel/p5-Data-Table/Makefile Sat Jun 13 13:51:07 2015 (r389359) +++ head/devel/p5-Data-Table/Makefile Sat Jun 13 13:51:12 2015 (r389360) @@ -8,10 +8,14 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data type related to database tables, HTML table displays, etc -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/devel/p5-Data-Table/pkg-descr ============================================================================== --- head/devel/p5-Data-Table/pkg-descr Sat Jun 13 13:51:07 2015 (r389359) +++ head/devel/p5-Data-Table/pkg-descr Sat Jun 13 13:51:12 2015 (r389360) @@ -1,15 +1,15 @@ -This perl package uses perl5 objects to make it easy for manipulating +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. +A table object contains a header and a two-dimensional array of scalars. Four +class methods Data::fromFile, 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. +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. WWW: http://search.cpan.org/dist/Data-Table/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131351.t5DDpDdJ044811>