Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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!
|
|
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
|
|
|
|
can handle packages having no PLIST files.
|
|
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
|
|
|
|
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
|
|
|
Fix error in sample code, and switch to .tbz
|
|
|
|
|
|
Implement skip_blank_lines
|
|
Remove unwanted cruft from Makefile.PL so we can work with perl 5.8
|
|
Implement 'max_data_rows' - useful if you just want to
check the first few lines of a massive file.
|
|
Use perl5/module.mk
|
|
|
|
Allow the separator and quote characters to be specified.
|
|
If we can read .csv files with \n embedded in the middle of entries,
we should be able to generate them too, for others to marvel at the
braindamage of such a format.
|
|
Add support for creating a csv file from an existing array of hashes
|
|
The 0.10 distfile was not correctly updated. Bump version to 0.11 to
ensure we really know which version we are using
|
|
Fix a couple of glitches with loading/saving files with entries
containing ""
|
|
- Handle .csv files with any combination of unquoted fields, quoted
fields with embedded newlines, fields ending in ", embedded "\n
strings (the most fun), all on the same line.
- Vow to hunt down and kill anyone producing such files.
|
|
Add new method 'linenolable' to retrieve the label for the linenumber
Rename 'entries' to 'rows' (leaving entries as a synonym)
|
|
Avoid uninit warnings for zero length .csv files
|
|
|
|
Correctly handle commas and other fun in column headings when writing
out csv files.
|
|
Implement name_row_offset option.
|
|
|