diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-04 04:45:22 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-04 04:45:22 +0000 |
commit | 40874a09c101231f8283e8b4dabce98c2baf83ba (patch) | |
tree | 6da5d6b85e7efa13248f90f66324553115d33f02 /textproc | |
parent | bd7141e61cf6a89b7b6c9388a0e9718eaad70f86 (diff) | |
download | pkgsrc-40874a09c101231f8283e8b4dabce98c2baf83ba.tar.gz |
Updated p5-Text-CSV_XS to 0.85.
Changes from previous:
2011-09-07 0.85 - H.Merijn Brand <h.m.brand@xs4all.nl>
* NAME / DISTNAME in Makefile.PL
2011-09-07 0.84 - H.Merijn Brand <h.m.brand@xs4all.nl>
* More cross-checks for META data
2011-08-07 0.83 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Fix spurious auto_diag warning (RT#69673)
* Tested with 50 versions of perl, including 1.15.1
2011-05-01 0.82 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Doc fix (RT#66905, Peter Newman)
* Documentation overhaul (pod links)
2011-03-07 0.81 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Add is_missing ()
* Doc overhaul
* Fix Build on OpenVMS (RT#65654, Martin P.J. Zinser)
* Fix SetDiag () leak (RT#66453, Sven Scholing)
2010-12-24 0.80 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Implement getline_all () and getaline_hr_all ()
* Fixed another parsing for eol = \r (RT#61525)
2010-11-26 0.79 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Use correct type for STRLEN (HP-UX/PA-RISC/32)
* More code coverage
* EOF unreliable when line-end missing at eof
2010-11-26 0.78 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Version 0.77 broke MacOS exported CSV files with only \r
2010-10-23 0.77 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Internals now use warn () instead of (void)fprintf (stderr, ...)
Now the test in t/80_diag also passes on Windows
* Better parsing for eol = \r and set as such (RT#61525)
* Workaround for AIX cpp bug (RT#62388, Jan Dubois)
2010-10-09 0.76 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Windows doesn't support STDERR redirection as used in t/80_diag
2010-10-05 0.75 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Fixed undefinedness of $\ in print (RT#61880)
2010-09-29 0.74 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Spelling fixes
* Real eol support for parsing streams (beyond \n, \r and \r\n)
* Clarify doc for always_quote to not quote undef fields
* Clarify UTF8 process for print () and combine ()
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index 3619455d6b8..9ace336f6b3 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2011/08/14 15:14:11 obache Exp $ +# $NetBSD: Makefile,v 1.35 2011/10/04 04:45:22 hiramatsu Exp $ # -DISTNAME= Text-CSV_XS-0.73 +DISTNAME= Text-CSV_XS-0.85 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 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 00e7eb9241d..b13ee05e5ca 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2010/07/14 18:50:11 seb Exp $ +$NetBSD: distinfo,v 1.19 2011/10/04 04:45:22 hiramatsu Exp $ -SHA1 (Text-CSV_XS-0.73.tgz) = 90b6f79810c7ef8cf252ab2d796d28fcd25cbc03 -RMD160 (Text-CSV_XS-0.73.tgz) = 084a217725296a354b2991f0420cf602dff8c859 -Size (Text-CSV_XS-0.73.tgz) = 108914 bytes +SHA1 (Text-CSV_XS-0.85.tgz) = 432a7db5cde11dd0d09417f584e52e29faf72c10 +RMD160 (Text-CSV_XS-0.85.tgz) = 5e770288c6bd13637a2846a51ad416b3c2e03714 +Size (Text-CSV_XS-0.85.tgz) = 116269 bytes |