svn commit: r389360 - head/devel/p5-Data-Table
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jun 13 13:51:14 UTC 2015
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 at FreeBSD.org
+MAINTAINER= sunpoet at 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/
More information about the svn-ports-all
mailing list