pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-CSV_XS Update to 1.08. From the chang...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e20c76a665e4
branches:  trunk
changeset: 635707:e20c76a665e4
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 19:52:11 2014 +0000

description:
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:

 textproc/p5-Text-CSV_XS/Makefile |  5 ++---
 textproc/p5-Text-CSV_XS/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r c982eb41ffc1 -r e20c76a665e4 textproc/p5-Text-CSV_XS/Makefile
--- a/textproc/p5-Text-CSV_XS/Makefile  Mon Jun 09 19:49:51 2014 +0000
+++ b/textproc/p5-Text-CSV_XS/Makefile  Mon Jun 09 19:52:11 2014 +0000
@@ -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 -r c982eb41ffc1 -r e20c76a665e4 textproc/p5-Text-CSV_XS/distinfo
--- a/textproc/p5-Text-CSV_XS/distinfo  Mon Jun 09 19:49:51 2014 +0000
+++ b/textproc/p5-Text-CSV_XS/distinfo  Mon Jun 09 19:52:11 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index