Sat Mar 21 23:26:38 2009 UTC ()
Updating Text::CSV_XS to 0.63. Changes since 0.60:
2009-03-20 0.63 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Fixed allow_whitespace with sep_char = TAB (RT#44402)

2009-03-13 0.62 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Prevent warnings in older perls (without utf8)
	* All known errors are covered and/or documented. TODO dropped
	* Unicode TODO dropped. All covered, or use Text::CSV::Encoded
	* Documented the examples

2009-03-08 0.61 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* valgrind found a possible uninitialized value
	* Restriction in print () was only for really old perls
	* Fix for bind_columns () initialisation (vincent, RT#43927)

Oked by he@


(sno)
diff -r1.21 -r1.22 pkgsrc/textproc/p5-Text-CSV_XS/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/p5-Text-CSV_XS/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/textproc/p5-Text-CSV_XS/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-CSV_XS/Makefile 2009/01/29 20:38:33 1.21
+++ pkgsrc/textproc/p5-Text-CSV_XS/Makefile 2009/03/21 23:26:38 1.22
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.21 2009/01/29 20:38:33 seb Exp $ 1# $NetBSD: Makefile,v 1.22 2009/03/21 23:26:38 sno Exp $
2# 2#
3 3
4DISTNAME= Text-CSV_XS-0.60 4DISTNAME= Text-CSV_XS-0.63
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5tcx 6SVR4_PKGNAME= p5tcx
7CATEGORIES= textproc perl5 7CATEGORIES= textproc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
9EXTRACT_SUFX= .tgz 9EXTRACT_SUFX= .tgz
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Text-CSV_XS/ 12HOMEPAGE= http://search.cpan.org/dist/Text-CSV_XS/
13COMMENT= Routines for composition and decomposition of comma-separated values 13COMMENT= Routines for composition and decomposition of comma-separated values
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17PERL5_PACKLIST= auto/Text/CSV_XS/.packlist 17PERL5_PACKLIST= auto/Text/CSV_XS/.packlist

cvs diff -r1.7 -r1.8 pkgsrc/textproc/p5-Text-CSV_XS/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-CSV_XS/distinfo 2009/01/29 20:38:33 1.7
+++ pkgsrc/textproc/p5-Text-CSV_XS/distinfo 2009/03/21 23:26:38 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2009/01/29 20:38:33 seb Exp $ 1$NetBSD: distinfo,v 1.8 2009/03/21 23:26:38 sno Exp $
2 2
3SHA1 (Text-CSV_XS-0.60.tgz) = 6d626411b3686db86e9be01b1b9704b6bdb33070 3SHA1 (Text-CSV_XS-0.63.tgz) = 3e2cbe258c27e0a4da1155605e68ce83e5d5067c
4RMD160 (Text-CSV_XS-0.60.tgz) = e1a129bf29731ed6c63646918766a62d9c7070a7 4RMD160 (Text-CSV_XS-0.63.tgz) = c94a18d8e850a79a80889217e5a76c1ef7c47111
5Size (Text-CSV_XS-0.60.tgz) = 97410 bytes 5Size (Text-CSV_XS-0.63.tgz) = 98667 bytes