1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

New Port: devel/p5-Data-Table - Data type related to database tables,

spreadsheets, etc...

PR:		ports/73796
Submitted by:	Aaron Dalton <aaron(at)daltons.ca>
This commit is contained in:
Sergey Matveychuk 2004-11-24 19:21:59 +00:00
parent 0de5bb08e3
commit 00cc21b605
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122325
5 changed files with 55 additions and 0 deletions

View File

@ -702,6 +702,7 @@
SUBDIR += p5-Data-Random
SUBDIR += p5-Data-Serializer
SUBDIR += p5-Data-ShowTable
SUBDIR += p5-Data-Table
SUBDIR += p5-Data-TemporaryBag
SUBDIR += p5-Data-TreeDumper
SUBDIR += p5-Data-UUID

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Data-Table
# Date created: 10 November 2004
# Whom: Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#
PORTNAME= Data-Table
PORTVERSION= 1.43
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@daltons.ca
COMMENT= Data type related to database tables, HTML table displays, etc
PERL_CONFIGURE= yes
MAN3= Data::Table.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Data-Table-1.43.tar.gz) = d457e695096718edaf4fe150f20fbc99
SIZE (Data-Table-1.43.tar.gz) = 29248

View File

@ -0,0 +1,22 @@
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
WWW: http://search.cpan.org/dist/Data-Table
Author: Yingyao Zhou & Guangzhou Zou <easydatabase@yahoo.com>
- Aaron Dalton
aaron@daltons.ca

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/Data/Table.pm
%%SITE_PERL%%/auto/Data/Table/autosplit.ix
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Table/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Table
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true
@dirrm %%SITE_PERL%%/auto/Data/Table
@unexec rmdir %D/%%SITE_PERL%%/auto/Data 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Data 2>/dev/null || true