The NetBSD Project

CVS log for pkgsrc/textproc/p5-Text-CSV/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-Text-CSV

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Thu Jan 4 11:20:17 2024 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

p5-Text-CSV: update to 2.04.

2.04  2023-12-02
    - Imported tests/fixes from Text::CSV_XS 1.53
      - Fixed skip_empty_rows('skip') and trailing newlines (GH#65, bugfood++)

Revision 1.36 / (download) - annotate - [select for diffs], Thu Aug 31 13:22:19 2023 UTC (7 months, 2 weeks ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.35: +3 -4 lines
Diff to previous 1.35 (colored)

Update to 2.03

Upstream changes:
2.03  2023-08-11
    - Imported tests/fixes from Text::CSV_XS 1.51

Revision 1.35 / (download) - annotate - [select for diffs], Thu Jul 6 09:41:50 2023 UTC (9 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

*: recursive bump for perl 5.38

Revision 1.34 / (download) - annotate - [select for diffs], Sun Sep 11 14:24:23 2022 UTC (19 months, 1 week ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.33: +2 -3 lines
Diff to previous 1.33 (colored)

Update to 2.02

Upstream changes:
2.02  2022-08-08
    - Imported tests/fixes from Text::CSV_XS 1.48
    - Fixed a case where csv function is called as a method (GH#46)

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jun 28 11:36:29 2022 UTC (21 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

*: recursive bump for perl 5.36

Revision 1.32 / (download) - annotate - [select for diffs], Sat Aug 21 01:27:12 2021 UTC (2 years, 7 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.31: +2 -3 lines
Diff to previous 1.31 (colored)

Update to 2.01

Upstream changes:
Changes for version 2.01 - 2021-06-19
Imported tests/fixes from Text::CSV_XS 1.46
Updated XS_Version to 1.46, and if an older version of Text::CSV_XS is installed, make sure to update it (GH#49, mohawk2++)

Revision 1.31 / (download) - annotate - [select for diffs], Mon May 24 19:54:41 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

*: recursive bump for perl 5.34

Revision 1.30 / (download) - annotate - [select for diffs], Mon Aug 31 18:11:59 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Sep 13 14:21:34 2019 UTC (4 years, 7 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored)

Update to 2.00

Upstream changes:
2.00  2019-05-11
    - Imported tests/fixes from Text::CSV_XS 1.39
      - Fix strict on streaming EOF
    - Fixed to update (cached) eol_len correctly

Revision 1.28 / (download) - annotate - [select for diffs], Sun Aug 11 13:23:42 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jun 30 20:16:59 2019 UTC (4 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jan 25 12:55:27 2019 UTC (5 years, 2 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (colored)

Update to 1.99

Upstream changes:
1.99  2019-01-02
    - Fixed a number of tests to skip for older perls

1.98  2019-01-02
    - Imported tests/fixes from Text::CSV_XS 1.38
      - Added munge as alias for munge_column_names
      - Added support for key-value pair and combined keys

Revision 1.25 / (download) - annotate - [select for diffs], Wed Aug 22 09:46:58 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

Recursive bump for perl5-5.28.0

Revision 1.24 / (download) - annotate - [select for diffs], Mon Aug 20 13:17:38 2018 UTC (5 years, 8 months ago) by wen
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Update to 1.97

Upstream changes:
1.97  2018-08-17
    - Fix/add minimum perl version (GH-38, Kivanc Yazan++)
    - Updated MANIFEST

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jul 8 06:53:12 2017 UTC (6 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored)

Update to 1.95

Upstream changes:
1.95  2017-04-27
    - import "strict" attribute introduced in Text::CSV_XS 1.29

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jun 5 14:24:48 2017 UTC (6 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.21 / (download) - annotate - [select for diffs], Wed Apr 26 13:57:49 2017 UTC (6 years, 11 months ago) by mef
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Updated textproc/p5-Text-CSV to 1.94
------------------------------------
1.94  2017-04-11
    - Fix 5.6.2 issues

Revision 1.20 / (download) - annotate - [select for diffs], Wed Apr 5 13:55:58 2017 UTC (7 years ago) by wen
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Update to 1.93

Upstream changes:
1.93  2017-04-04
    - Fix a test for perl without doc in @INC (kentnl++)

1.92  2017-04-01
    - Imported tests/fixes from Text::CSV_XS 1.28
      - Fix crlf issue for csv () on Windows (RT#120466)
      - New error code for illegal argument(s)/parameter(s)
      - Fix tests for perl without dot in @INC

Revision 1.19 / (download) - annotate - [select for diffs], Sun Feb 26 12:54:44 2017 UTC (7 years, 1 month ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.18: +2 -3 lines
Diff to previous 1.18 (colored)

Update to 1.91

Upstream changes:
1.91  2017-01-28
    - production release

1.90_01  2017-01-20
	- Text::CSV_PP is totally refactored using the code/doc of
	  Text::CSV_XS 1.27. Almost all the code/docs in CSV_XS.pm are
	  copied and a large portion of CSV_XS.xs is ported verbatim,
	  and now CSV_PP passes all the tests for CSV_XS (with slight
	  modification like s/XS/PP/g).

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jun 8 19:24:36 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 12 10:51:30 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 29 13:50:23 2015 UTC (8 years, 11 months ago) by mef
Branch: MAIN
Changes since 1.15: +2 -3 lines
Diff to previous 1.15 (colored)

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.

Revision 1.15 / (download) - annotate - [select for diffs], Thu May 29 23:37:41 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

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.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jul 14 06:42:02 2013 UTC (10 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

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

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 11 07:42:37 2013 UTC (10 years, 10 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.12: +3 -4 lines
Diff to previous 1.12 (colored)

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

Revision 1.12 / (download) - annotate - [select for diffs], Fri May 31 12:42:15 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

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.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 25 06:56:24 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 3 21:58:01 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 4 14:50:17 2011 UTC (12 years, 6 months ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 14 15:14:11 2011 UTC (12 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 21 16:36:02 2010 UTC (13 years, 8 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

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!

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 17 08:57:34 2010 UTC (13 years, 9 months ago) by sno
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

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)

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 17 00:19:47 2010 UTC (14 years, 3 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 17 14:14:47 2009 UTC (14 years, 6 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

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)

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 11 09:33:51 2009 UTC (14 years, 6 months ago) by sno
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 8 13:54:54 2009 UTC (14 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

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).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jun 1 18:49:13 2009 UTC (14 years, 10 months ago) by sno
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 1 18:49:13 2009 UTC (14 years, 10 months ago) by sno
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>