2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
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-07-14 20:50:11 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update from version 0.72 to version 0.73.
Upstream changes:
2010-05-03 0.73 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Improve date conversion in examples/csv2xls
new option -D allows column selection for date conversions
* Tested under perl-5.12.0 (and 21 other versions of perl)
* Added a note about EBCDIC data files
* Test suite is now safe for parallel test (prove --shuffle -j6)
|
2010-03-16 22:59:03 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating textproc/p5-Text-CSV_XS from 0.71 to 0.72
Upstream changes:
2010-03-16 0.72 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Introduce quote_null attribute (RT#55200)
* examples/csv-check can be used for Text::CSV_PP
* examples/csv-check more options for sep_, escape_ and quote_char
* examples/csv2xls more options for sep_, escape_ and quote_char
* examples/csv2xls added auto_diag and verbosity
* Dropped YAML spec to 1.0
|
2010-03-03 17:49:12 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating textproc/p5-Text-CSV_XS from 0.70 to 0.71
Upstream changes:
2010-02-15 0.71 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Upped copyright to 2010
* Prevent double encoding: make Text::CSV_XS streams behave just
like perl would (thanks ikegami for the test cases)
* Text::CSV_XS->error_diag () in void context now warns instead of
doing nothing
* auto_diag also used for new () itself
|
2010-01-17 01:17:06 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating textproc/p5-Text-CSV_XS from 0.69 to 0.70
Upstream changes:
2009-12-02 0.70 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Add quote_space attribute
* Forbid \r and \n in sep_char, quote_char, and escape_char
|
2009-10-17 16:11:20 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating textproc/p5-Text-CSV_XS from 0.68 to 0.69
pkgsrc changes:
- EXTRACT_SUFX changed to .tgz
Upstream changes:
2009-10-10 0.69 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Missing end quotes in error code docs
* examples/csv-check now shows detected eol
* Auto detection of eol => "\r" in streams
* Optimized caching. All cache changes now in XS
|
2009-10-11 11:30:14 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating textproc/p5-Text-CSV_XS from 0.67 to 0.68
Upstream changes:
2009-09-25 0.68 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Attribute auto_diag now localizes to +1 if autodie is active
* Output name generation in csv2xls (RT#48954)
* Added csvdiff to examples/
* Reordered docs. Rewrote SYNOPSIS to be more like a real-world
code example
|
2009-08-10 08:49:32 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for p5 module Text::CSV_XS from 0.66 to 0.67
|
2009-08-08 15:48:57 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for p5 module Text::CSV_XS from 0.65 to 0.66
Upstream changes:
2009-08-07 0.66 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Reordered examples in doc to show best method first
* Documentation grammatical fix (John P. Linderman, RT#46411)
* Fail if first arg to new () is not a hash ref
* Implement empty_is_undef on request of Evan Carroll
* Typo in documentation (Herwin Weststrate, RT#47613)
* error_diag () uses warn () in void context instead of STDERR
* Add auto_diag attribute (still under construction)
* FIX: reset attributes (after they have been set) with accessor
|