Commit graph

7 commits

Author SHA1 Message Date
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
a5042e9a6d Updating textproc/p5-Text-CSV from 1.16 to 1.18
pkgsrc changes:
- bump p5-Text-CSV_XS requirement to 0.73

Upstream changes:
1.18  Sat Jun 19 10:34:07 2010
	- fixed a combine bug with quote_space reported and patched by rt#58356
	- updated test files compatible to CSV_XS 0.73

1.17  Tue Mar 16 15:20:34 2010
	- fixed parse working when setting quote_char undef.
	- made Text::CSV_XS compat 0.71
	    * Text::CSV->error_diag() in void context warns instead of doing nothing
	    * auto_diag also used for new () itself
	- added quote_null (introduced in Text::CSV_XS 0.72)
2010-07-17 08:57:34 +00:00
sno
fe5c33a3d4 Updating textproc/p5-Text-CSV from 1.15 to 1.16
Upstream changes:
1.16  Tue Dec  8 19:02:58 2009
	- updated the compatibility for Text::CSV_XS version 0.70
	    * Added quote_space attribute
	    * Forbad \r and \n in sep_char, quote_char, and escape_char
2010-01-17 00:19:47 +00:00
sno
bd9ca65477 Updating textproc/p5-Text-CSV from 1.14 to 1.15
pkgsrc changes:
  - Adjusting dependency to newly released Text::CSV_XS

Upstream changes:
1.15  Thu Oct 15 17:23:39 2009
	- updated the compatibility for Text::CSV_XS version 0.69
	    * Auto detection of eol => "\r" in streams
	       (but incomplete correspondence. I will rewrite CSV_PP in the future)
2009-10-17 14:14:47 +00:00
sno
772b002d9b Updating textproc/p5-Text-CSV from 1.13 to 1.14
pkgsrc changes:
  - Adjust dependencies

Upstream changes:
1.14  Thu Oct  8 15:02:24 2009
	- updated the compatibility for Text::CSV_XS version 0.68
	    * fail if first arg to new () is not a hash ref
	    * added empty_is_undef
	    * error_diag () uses warn () in void context instead of STDERR
	    * added auto_diag attribute
	      (not yet implemented localization feature for autodie)
	    * updated documents same as Text::CSV_XS
2009-10-11 09:33:51 +00:00
sno
ddd6c99f32 Updating package for p5 module Text::CSV from 1.12 to 1.13
pkgsrc changes:
  - Correcting license to ${PERL5_LICENSE}

Upstream changes:
1.13  Fri Jul 31 12:02:53 2009
	- getline() didn't handle '0' starting multi line data
	  (pointed by Diego Santa Cruz).
2009-08-08 13:54:54 +00:00
sno
4ff2a5e475 Importing package for module Text::CSV 1.12 - as dependency of scheduled
update for LaTeX::Table 0.9.15.

Text::CSV provides facilities for the composition and decomposition of
comma-separated values using Text::CSV_XS or its pure Perl version.
2009-06-01 18:49:13 +00:00