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 Updated from version 0.52nb1 t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8859c5b8e4d5
branches: trunk
changeset: 550434:8859c5b8e4d5
user: he <he%pkgsrc.org@localhost>
date: Sat Nov 22 00:11:41 2008 +0000
description:
Updated from version 0.52nb1 to 0.58.
Upstream changes:
2008-10-30 0.58 - H.Merijn Brand <h.m.brand%xs4all.nl@localhost>
* Small typo in test message (RT#40410, JPL)
* Parse error test on "\0 (RT#40507)
* Fixed allow_loose_escapes bug disclosed by RT#40507
2008-10-21 0.57 - H.Merijn Brand <h.m.brand%xs4all.nl@localhost>
* Don't bootstrap twice. Don't know how/when it came in there
2008-10-21 0.56 - H.Merijn Brand <h.m.brand%xs4all.nl@localhost>
* Update to ppport.h 3.14_01
* Updated docs (Unicode, TODO, Release Plan)
* As Text::CSV::Encoded is about to be released, refer to it
in the documentation
* Default for eol is "", undef now treated as ""
* Don't print $\ twice (eol prevails over $\ in ->print ())
Fix only works in perl5.8 and up
* Undef treated as 0 for boolean attributes
* Trailing whitespace in pod removed
* Sync up doc with latest Text::CSV::Encoded
* YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
2008-10-15 0.55 - H.Merijn Brand <h.m.brand%xs4all.nl@localhost>
* Improve documentation on eol
* Unicode on perl-5.8.[0-2] sucks. Don't use it!
* Test error codes in expected IO failures
* Allow SetDiag to be used as class method
* Document the MS/Excel separation character
* Hint that eof is not an error per se (RT#40047)
2008-09-04 0.54 - H.Merijn Brand <h.m.brand%xs4all.nl@localhost>
* IO failure in print () was not propagated (ilmari, RT#38960)
2008-09-01 0.53 - H.Merijn Brand <h.m.brand%xs4all.nl@localhost>
* SvUPGRADE is a safer choice than sv_upgrade (Lubomir Rintel, RT#38890)
* bring docs in sync with reality for msg 2023
* Default eol for print is $\
* examples/csv-check should default to CSV , not to ;
* Tests for SetDiag (0)
* Tests for error 2030
* Code cleanup (Devel::Cover++)
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 93445d89f853 -r 8859c5b8e4d5 textproc/p5-Text-CSV_XS/Makefile
--- a/textproc/p5-Text-CSV_XS/Makefile Sat Nov 22 00:07:21 2008 +0000
+++ b/textproc/p5-Text-CSV_XS/Makefile Sat Nov 22 00:11:41 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2008/10/19 19:18:56 he Exp $
+# $NetBSD: Makefile,v 1.20 2008/11/22 00:11:41 he Exp $
#
-DISTNAME= Text-CSV_XS-0.52
+DISTNAME= Text-CSV_XS-0.58
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5tcx
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
diff -r 93445d89f853 -r 8859c5b8e4d5 textproc/p5-Text-CSV_XS/distinfo
--- a/textproc/p5-Text-CSV_XS/distinfo Sat Nov 22 00:07:21 2008 +0000
+++ b/textproc/p5-Text-CSV_XS/distinfo Sat Nov 22 00:11:41 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2008/07/27 16:45:06 he Exp $
+$NetBSD: distinfo,v 1.6 2008/11/22 00:11:41 he Exp $
-SHA1 (Text-CSV_XS-0.52.tgz) = 6a38618db1906a352bdb4e05bb52040c5138c4bd
-RMD160 (Text-CSV_XS-0.52.tgz) = 821eace0ca191cdc2edcc4de33d83e20de3767b1
-Size (Text-CSV_XS-0.52.tgz) = 89986 bytes
+SHA1 (Text-CSV_XS-0.58.tgz) = cdfd1ede9124e2feee065bff982ff4e615f89ae4
+RMD160 (Text-CSV_XS-0.58.tgz) = 1759fbb1314f3998cbd228e18ddc00fc64061dc9
+Size (Text-CSV_XS-0.58.tgz) = 92891 bytes
Home |
Main Index |
Thread Index |
Old Index