summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV-Hash
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
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!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
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=...").
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-10-02Disabled the self test, since it doesn't work.rillig1-1/+4
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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.
2004-05-04Convert to buildlink3.snj1-2/+2
2004-04-02Update p5-Text-CSV-Hash to 0.18:abs2-5/+6
Fix error in sample code, and switch to .tbz
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-01-20Update p5-Text-CSV-Hash to 0.17abs2-5/+5
Implement skip_blank_lines
2002-12-09Updated p5-Text-CSV-Hash to 0.16abs2-5/+5
Remove unwanted cruft from Makefile.PL so we can work with perl 5.8
2002-10-08Update p5-Text-CSV-Hash to 0.15:abs2-5/+5
Implement 'max_data_rows' - useful if you just want to check the first few lines of a massive file.
2002-10-02buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-04-16Ahem, sync my distfiles for lastabs1-3/+3
2002-04-16Updated p5-Text-CSV-Hash to 0.14:abs2-5/+5
Allow the separator and quote characters to be specified.
2002-04-10Updated p5-Text-CSV-Hash to 0.13abs2-5/+5
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.
2002-04-05Updated p5-Text-CSV-Hash to 0.12abs2-5/+5
Add support for creating a csv file from an existing array of hashes
2002-02-27Updated p5-Text-CSV-Hash to 0.11abs2-5/+5
The 0.10 distfile was not correctly updated. Bump version to 0.11 to ensure we really know which version we are using
2002-02-25Update p5-Text-CSV-Hash to 0.10abs2-5/+5
Fix a couple of glitches with loading/saving files with entries containing ""
2002-02-21Update p5-Text-CSV-Hash to 0.09abs2-5/+5
- 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.
2002-02-21Update p5-Text-CSV-Hash to 0.08:abs2-5/+5
Add new method 'linenolable' to retrieve the label for the linenumber Rename 'entries' to 'rows' (leaving entries as a synonym)
2002-02-15Updated p5-Text-CSV-Hash to 0.06abs2-5/+5
Avoid uninit warnings for zero length .csv files
2002-01-31fix package nameabs1-1/+1
2002-01-17Update p5-Text-CSV-Hash to 0.05abs2-5/+5
Correctly handle commas and other fun in column headings when writing out csv files.
2002-01-16Update p5-Text- CSV-Hash to 0.04:abs2-5/+5
Implement name_row_offset option.
2001-12-19Import p5-Text-CSV-Hash-0.02, a perl5 module for hash based CSV usage.abs4-0/+27