pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-Data-Table This perl package uses perl5 o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f05af6fbd975
branches:  trunk
changeset: 502593:f05af6fbd975
user:      martti <martti%pkgsrc.org@localhost>
date:      Mon Nov 07 11:29:43 2005 +0000

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.

diffstat:

 databases/p5-Data-Table/DESCR    |   7 +++++++
 databases/p5-Data-Table/Makefile |  17 +++++++++++++++++
 databases/p5-Data-Table/PLIST    |   1 +
 databases/p5-Data-Table/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 10c39e477a00 -r f05af6fbd975 databases/p5-Data-Table/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Data-Table/DESCR     Mon Nov 07 11:29:43 2005 +0000
@@ -0,0 +1,7 @@
+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.
diff -r 10c39e477a00 -r f05af6fbd975 databases/p5-Data-Table/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Data-Table/Makefile  Mon Nov 07 11:29:43 2005 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/07 11:29:43 martti Exp $
+
+DISTNAME=      Data-Table-1.43
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=    martti%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Data-Table/
+COMMENT=       Data type related to database tables, spreadsheets, etc
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                auto/Data/Table/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 10c39e477a00 -r f05af6fbd975 databases/p5-Data-Table/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Data-Table/PLIST     Mon Nov 07 11:29:43 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/07 11:29:43 martti Exp $
diff -r 10c39e477a00 -r f05af6fbd975 databases/p5-Data-Table/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Data-Table/distinfo  Mon Nov 07 11:29:43 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/07 11:29:43 martti Exp $
+
+SHA1 (Data-Table-1.43.tar.gz) = 04a24309f0f26d6aadfcb8e0446094116a5f7e0e
+RMD160 (Data-Table-1.43.tar.gz) = 1e17c1556b85f2d857a3ca9822ba0c60f15491d4
+Size (Data-Table-1.43.tar.gz) = 29248 bytes



Home | Main Index | Thread Index | Old Index