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 1.12 to 1.17
details: https://anonhg.NetBSD.org/pkgsrc/rev/cdc0a594da02
branches: trunk
changeset: 650966:cdc0a594da02
user: mef <mef%pkgsrc.org@localhost>
date: Wed Apr 29 14:41:52 2015 +0000
description:
Update 1.12 to 1.17
-------------------
1.17 - 2015-04-24, H.Merijn Brand
- Enable overruling $csv in csv ()
- Allow encoding to be shortened to enc in csv ()
- Allow filter to alter content
- Add say (print with default eol => $\)
- Allow MS sep=; on first line (RT#100304)
1.16 - 2015-03-02, H.Merijn Brand
* filter made more useful (access to other fields)
1.15 - 2015-02-11, H.Merijn Brand
* Remove perl recommendation from META as it breaks cpan clients
1.14 - 2015-02-02, H.Merijn Brand
* Move to github
* Add csv (filter => {});
* Change csv ()'s void context behavior
1.13 - 2015-01-03, H.Merijn Brand
* Simplify code path for old perl
* Fix quote_binary (#RT100676)
* Fix csv () for hashrefs with aliased headers
* Update copyright to 2015
diffstat:
textproc/p5-Text-CSV_XS/Makefile | 4 ++--
textproc/p5-Text-CSV_XS/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 17382277a2af -r cdc0a594da02 textproc/p5-Text-CSV_XS/Makefile
--- a/textproc/p5-Text-CSV_XS/Makefile Wed Apr 29 14:38:09 2015 +0000
+++ b/textproc/p5-Text-CSV_XS/Makefile Wed Apr 29 14:41:52 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2014/11/23 14:39:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.54 2015/04/29 14:41:52 mef Exp $
#
-DISTNAME= Text-CSV_XS-1.12
+DISTNAME= Text-CSV_XS-1.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
diff -r 17382277a2af -r cdc0a594da02 textproc/p5-Text-CSV_XS/distinfo
--- a/textproc/p5-Text-CSV_XS/distinfo Wed Apr 29 14:38:09 2015 +0000
+++ b/textproc/p5-Text-CSV_XS/distinfo Wed Apr 29 14:41:52 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2014/11/23 14:39:20 schmonz Exp $
+$NetBSD: distinfo,v 1.33 2015/04/29 14:41:52 mef Exp $
-SHA1 (Text-CSV_XS-1.12.tgz) = bd35b1a9db904e5de2f8fc7d9e3b1991e94296ab
-RMD160 (Text-CSV_XS-1.12.tgz) = 6437a8cd55f7c89c8bfe60d65662b6bbfa57e26e
-Size (Text-CSV_XS-1.12.tgz) = 144685 bytes
+SHA1 (Text-CSV_XS-1.17.tgz) = 03dd58630222e1407023d0014ad499b912f166f6
+RMD160 (Text-CSV_XS-1.17.tgz) = 8566701deeb6148a3432207427cec2aa2b011ada
+Size (Text-CSV_XS-1.17.tgz) = 150785 bytes
Home |
Main Index |
Thread Index |
Old Index