mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
291163e6df
Approved by: tobez (implicit) 1.47 Sun May 21 15:03:14 PDT 2006 Upload the wrong code in 1.46, re-upload 1.46 Sat May 13 05:44:09 PDT 2006 fromCSV, fromTSV, csv, tsv can all take either a file hander or a file name Notice: to leave rooms for future development, file handler is not closed by Data::Table. It's caller's responsibility to close it afterwards, if no longer used. table::sort code is replaced, the old sort method is renamed to sort_v0 and is deprecated. The new sort method allow user-defined sorting operators, please read manual on table::sort The new sort method also runs faster in some benchmark tests. A big thank to Wenbin Ye for suggestions, as well as contributing both the new sort code and test examples
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# 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.47
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Data
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= aaron@FreeBSD.org
|
|
COMMENT= Data type related to database tables, HTML table displays, etc
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Table.3
|
|
|
|
.include <bsd.port.mk>
|