Commit graph

19 commits

Author SHA1 Message Date
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
mef
e59f989bfb Update to 1.33
--------------
1.33  Tue Mar  3 14:13:41 2015
        - Fix some reported bugs with handling fields with zeros.
           https://rt.cpan.org/Public/Bug/Display.html?id=93518
           https://rt.cpan.org/Public/Bug/Display.html?id=92509
                                              patched by shlomif
        - catch up Text::CSV_XS 1.02
            * add decode_utf8 attribute by ktat
        - fix warnings: $. is undefined by ktat
        - typo fixes in doc by anirvan, dsteinbrunner and pdl.
        - parse() supports bind_columns()

        * TODO: Updating documents and adding diag_verbose in the next version.
                Catching up CSV_XS 1.04.
2015-04-29 13:50:23 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
a03a5003bc Update to 1.32
Upstream changes:
1.32
	- fix t/rt71_pp.t

1.31  Thu Jun 13 14:06:49 2013
	- fix handling UTF8 in parse method.
	- fix getline with allow_loose_quotes (rt#83705)
	- add allow_unquoted_escape
	- fix parsing escapted sep char (found in Text::CSV_XS rt#81295)

	* TODO: Updating documents and adding diag_verbose in the next version
2013-07-14 06:42:02 +00:00
wen
19c82a5d6f Update to 1.30
Update DEPENDS

Upstream changes:
1.30  Tue Jun 11 00:06:02 2013
    - catch up Text::CSV_XS 0.99
    (except for diag_verbose and allow_unquoted_escape)
    * TODO: Documents and tests in the next version
2013-06-11 07:42:37 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
09a68e751b Update p5-Text-CSV to 1.21.
Changes from previous:
1.21  Mon Dec 27 12:35:35 2010
  - updated the compatibility for Text::CSV_XS version 0.80
     * added getline_all() and getaline_hr_all()
     * added missing test file

1.20  Wed Oct 20 13:53:59 2010
  - couldn't parse the csv containing the column starting with '0'. (hiratara)
     * patched by hiratara
     * enhanced getline regexp (makamaka)
     * resolved a bug in bleadperl-fb85c04
  - added tests into t/71_pp.t (hiratara)

1.19  Sat Oct  2 14:15:59 2010
  - getline didn't work correctly with 0 or null containing lines
     (pointed by Bernhard Prott)
  - updated the compatibility for Text::CSV_XS version 0.74
     * real eol support for parsing streams (beyond \n, \r and \r\n)
     * clarify doc for always_quote to not quote undef fields
       and XS and PP incompatibility of UTF8 process for print and combine
2011-10-04 14:50:17 +00:00
obache
a7a8ace5fe Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
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