aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Data-Table
diff options
context:
space:
mode:
authoraaron <aaron@FreeBSD.org>2006-05-24 00:46:50 +0800
committeraaron <aaron@FreeBSD.org>2006-05-24 00:46:50 +0800
commit790b51e8de726a647e685e7be2c467f8cb28ef55 (patch)
tree33a7371e38afab04a669d3764768778b93f673e6 /devel/p5-Data-Table
parent9968d3f535f2dd15ae2352c2ed1b2e476471d13c (diff)
downloadfreebsd-ports-graphics-790b51e8de726a647e685e7be2c467f8cb28ef55.tar.gz
freebsd-ports-graphics-790b51e8de726a647e685e7be2c467f8cb28ef55.tar.zst
freebsd-ports-graphics-790b51e8de726a647e685e7be2c467f8cb28ef55.zip
- Updated from v1.45 to v1.47
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
Diffstat (limited to 'devel/p5-Data-Table')
-rw-r--r--devel/p5-Data-Table/Makefile2
-rw-r--r--devel/p5-Data-Table/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Data-Table/Makefile b/devel/p5-Data-Table/Makefile
index 91cf14b5097..3099090cb24 100644
--- a/devel/p5-Data-Table/Makefile
+++ b/devel/p5-Data-Table/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Data-Table
-PORTVERSION= 1.45
+PORTVERSION= 1.47
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
diff --git a/devel/p5-Data-Table/distinfo b/devel/p5-Data-Table/distinfo
index f4da8f3fd4c..a40b561b5d5 100644
--- a/devel/p5-Data-Table/distinfo
+++ b/devel/p5-Data-Table/distinfo
@@ -1,3 +1,3 @@
-MD5 (Data-Table-1.45.tar.gz) = 7bad92bb1a77416b2c1e1c90202de990
-SHA256 (Data-Table-1.45.tar.gz) = e5981c6cd39bd28ffa6b342fb4c0268c56d381de8d6a9b86a9be7de8d2658e6e
-SIZE (Data-Table-1.45.tar.gz) = 40664
+MD5 (Data-Table-1.47.tar.gz) = 40087b9c0945df52d78da475efe8ace3
+SHA256 (Data-Table-1.47.tar.gz) = fe51ebaf92470a81afc13fd3d9c85b233538489dbdb8f14e8bfabe36e889099d
+SIZE (Data-Table-1.47.tar.gz) = 36547