pkgsrc/textproc/ruby-fastercsv/PLIST
seb 474b8d210b Initial import of ruby-fastercsv as version 1.2.3 into the NetBSD
Packages Collection.

FasterCSV is intended as a complete replacement to the Ruby CSV
standard library. It is significantly faster and smaller while
still being pure Ruby code. It also strives for a better interface.
2008-04-07 18:03:35 +00:00

37 lines
1.2 KiB
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/07 18:03:35 seb Exp $
${GEM_HOME}/cache/fastercsv-${PKGVERSION}.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
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/test/tc_csv_parsing.rb
${GEM_LIBDIR}/test/tc_csv_writing.rb
${GEM_LIBDIR}/test/tc_data_converters.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/fastercsv-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/test
@dirrm ${GEM_LIBDIR}/lib
@dirrm ${GEM_LIBDIR}/examples
@dirrm ${GEM_LIBDIR}