pkgsrc/textproc/ruby-fastercsv/PLIST

35 lines
1.1 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.4 2012/06/02 01:10:12 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/AUTHORS
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/INSTALL
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/examples/csv_converters.rb
${GEM_LIBDIR}/examples/csv_filter.rb
${GEM_LIBDIR}/examples/csv_reading.rb
${GEM_LIBDIR}/examples/csv_table.rb
${GEM_LIBDIR}/examples/csv_writing.rb
${GEM_LIBDIR}/examples/purchase.csv
${GEM_LIBDIR}/examples/shortcut_interface.rb
${GEM_LIBDIR}/lib/faster_csv.rb
${GEM_LIBDIR}/lib/fastercsv.rb
Update textproc/ruby-fastercsv to 1.5.3. * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. == 1.5.3 * A bug fix from Timothy Elliott to return the new parser to its strict quote tolerance. == 1.5.2 * A bug fix to allow IO Exceptions to reach the calling code from Moses Hohman. * Added support for <tt>:write_headers => false</tt> to Table.to_csv(). == 1.5.1 * A bug fix for deleting blank Table rows from Andy Hartford. * Added gem build instructions. == 1.5.0 * The main parser has been rewritten by Timothy Elliott to avoid big input issues with Ruby 1.8's regex engine. This makes FasterCSV handle more inputs gracefully. * FasterCSV will now exit with a notice to upgrade if required in Ruby 1.9. * Included a missing file so the tests will run in source packages. == 1.4.0 * Added encoding support patch from Michael Reinsch. * Improved inspect() messages for better IRb support. * Fixed header writing bug reported by Dov Murik. * Use custom separators in parsing header Strings as suggested by Shmulik Regev. * Added a <tt>:write_headers</tt> option for outputting headers. * Handle open() calls in binary mode whenever we can to workaround a Windows issue where line-ending translation can cause an off-by-one error in seeking back to a non-zero starting position after auto-discovery for <tt>:row_sep</tt> as suggested by Robert Battle. * Improved the parser to fail faster when fed some forms of invalid CSV that can be detected without reading ahead. * Added a <tt>:field_size_limit</tt> option to control FasterCSV's lookahead and prevent the parser from biting off more data than it can chew.
2010-09-10 10:08:14 +02:00
${GEM_LIBDIR}/test/line_endings.gz
${GEM_LIBDIR}/test/tc_csv_parsing.rb
${GEM_LIBDIR}/test/tc_csv_writing.rb
${GEM_LIBDIR}/test/tc_data_converters.rb
Update textproc/ruby-fastercsv to 1.5.3. * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. == 1.5.3 * A bug fix from Timothy Elliott to return the new parser to its strict quote tolerance. == 1.5.2 * A bug fix to allow IO Exceptions to reach the calling code from Moses Hohman. * Added support for <tt>:write_headers => false</tt> to Table.to_csv(). == 1.5.1 * A bug fix for deleting blank Table rows from Andy Hartford. * Added gem build instructions. == 1.5.0 * The main parser has been rewritten by Timothy Elliott to avoid big input issues with Ruby 1.8's regex engine. This makes FasterCSV handle more inputs gracefully. * FasterCSV will now exit with a notice to upgrade if required in Ruby 1.9. * Included a missing file so the tests will run in source packages. == 1.4.0 * Added encoding support patch from Michael Reinsch. * Improved inspect() messages for better IRb support. * Fixed header writing bug reported by Dov Murik. * Use custom separators in parsing header Strings as suggested by Shmulik Regev. * Added a <tt>:write_headers</tt> option for outputting headers. * Handle open() calls in binary mode whenever we can to workaround a Windows issue where line-ending translation can cause an off-by-one error in seeking back to a non-zero starting position after auto-discovery for <tt>:row_sep</tt> as suggested by Robert Battle. * Improved the parser to fail faster when fed some forms of invalid CSV that can be detected without reading ahead. * Added a <tt>:field_size_limit</tt> option to control FasterCSV's lookahead and prevent the parser from biting off more data than it can chew.
2010-09-10 10:08:14 +02:00
${GEM_LIBDIR}/test/tc_encodings.rb
${GEM_LIBDIR}/test/tc_features.rb
${GEM_LIBDIR}/test/tc_headers.rb
${GEM_LIBDIR}/test/tc_interface.rb
${GEM_LIBDIR}/test/tc_row.rb
${GEM_LIBDIR}/test/tc_serialization.rb
${GEM_LIBDIR}/test/tc_speed.rb
${GEM_LIBDIR}/test/tc_table.rb
${GEM_LIBDIR}/test/test_data.csv
${GEM_LIBDIR}/test/ts_all.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec