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.
This commit is contained in:
parent
5c31c21791
commit
474b8d210b
4 changed files with 58 additions and 0 deletions
3
textproc/ruby-fastercsv/DESCR
Normal file
3
textproc/ruby-fastercsv/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
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.
|
13
textproc/ruby-fastercsv/Makefile
Normal file
13
textproc/ruby-fastercsv/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/04/07 18:03:35 seb Exp $
|
||||
|
||||
DISTNAME= fastercsv-1.2.3
|
||||
PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://fastercsv.rubyforge.org/
|
||||
COMMENT= Replacement to Ruby standard CSV library
|
||||
|
||||
.include "../../misc/rubygems/rubygem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
37
textproc/ruby-fastercsv/PLIST
Normal file
37
textproc/ruby-fastercsv/PLIST
Normal file
|
@ -0,0 +1,37 @@
|
|||
@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}
|
5
textproc/ruby-fastercsv/distinfo
Normal file
5
textproc/ruby-fastercsv/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/04/07 18:03:35 seb Exp $
|
||||
|
||||
SHA1 (fastercsv-1.2.3.gem) = 143653bbc7512397101df3f4815938835a88308e
|
||||
RMD160 (fastercsv-1.2.3.gem) = 20045b586e7e3ef4c852df84506813e46ec50e12
|
||||
Size (fastercsv-1.2.3.gem) = 120832 bytes
|
Loading…
Reference in a new issue