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.
This commit is contained in:
Martti Kuparinen 2005-11-06 07:19:32 +00:00 committed by Thomas Klausner
parent 2469b1b383
commit 7e8cb466c5
4 changed files with 28 additions and 0 deletions

7
p5-Data-Table/DESCR Normal file
View file

@ -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.

15
p5-Data-Table/Makefile Normal file
View file

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/11/06 07:19:32 marttikuparinen Exp $
DISTNAME= Data-Table-1.43
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Table/
COMMENT= Data type related to database tables, spreadsheets, etc
PERL5_PACKLIST= auto/Data/Table/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

1
p5-Data-Table/PLIST Normal file
View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/06 07:19:32 marttikuparinen Exp $

5
p5-Data-Table/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2005/11/06 07:19:32 marttikuparinen 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