summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2014-06-09 19:52:11 +0000
committerschmonz <schmonz@pkgsrc.org>2014-06-09 19:52:11 +0000
commitfff2042b4efd2e6144d1061c6a6338f5c367762e (patch)
tree6ae124d6b8cf30a006807ee82e66ee3c61779abb /textproc
parentb8d9b79fceda4efe7ec0ca67f8e3473ac56953f6 (diff)
downloadpkgsrc-fff2042b4efd2e6144d1061c6a6338f5c367762e.tar.gz
Update to 1.08. From the changelog:
* Documentation updates * Allow disjointed CSV cell fragment lists * Allow ref to scalar for csv (in => ...) * Allow CODE ref to in attribute * Allow * in fragment cellspec's bottom-right cell * Fix possible fail in tests on Windows (Thanks Mithaldu for explaing) * Only close file handles in csv () for files * new callbacks for csv () * Allow case insensitive attributes and attribute aliases (quote_always = always_quote) * Enhanced the csv () function (diagnostics) * Start callbacks support * Minor doc fixes * Make subclassing safer * get_columns () with no argument now returns the empty list instead of undef when no columns defined * fragments (rfc7111) now also support AoH (was AoA only) * Error code conflict for fragments resolved to 2013 * New function "csv" (not a method) * Update copyright to 2014 * Implement RFC7111
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-CSV_XS/Makefile5
-rw-r--r--textproc/p5-Text-CSV_XS/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile
index 652f86bf163..6a30ae53674 100644
--- a/textproc/p5-Text-CSV_XS/Makefile
+++ b/textproc/p5-Text-CSV_XS/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2014/05/29 23:37:41 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2014/06/09 19:52:11 schmonz Exp $
#
-DISTNAME= Text-CSV_XS-1.02
+DISTNAME= Text-CSV_XS-1.08
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5tcx
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
diff --git a/textproc/p5-Text-CSV_XS/distinfo b/textproc/p5-Text-CSV_XS/distinfo
index 333328163ce..8a6f3035f14 100644
--- a/textproc/p5-Text-CSV_XS/distinfo
+++ b/textproc/p5-Text-CSV_XS/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2013/11/12 13:25:31 wen Exp $
+$NetBSD: distinfo,v 1.29 2014/06/09 19:52:11 schmonz Exp $
-SHA1 (Text-CSV_XS-1.02.tgz) = 1ff5044417346b4b22972cb163612bd66c6ce0de
-RMD160 (Text-CSV_XS-1.02.tgz) = abae24ee8b5a992d8447ebd9cac98cbf37134993
-Size (Text-CSV_XS-1.02.tgz) = 125032 bytes
+SHA1 (Text-CSV_XS-1.08.tgz) = d47908d34b2413a3e342716276656b168a586c24
+RMD160 (Text-CSV_XS-1.08.tgz) = 82a5c0e2057209bb520ebeda1d0012caed86eee0
+Size (Text-CSV_XS-1.08.tgz) = 138969 bytes