ruby-csv: Import ruby-csv-3.1.2 as wip/ruby-csv

This library provides a complete interface to CSV files and data. It
offers tools to enable you to read and write to and from Strings or IO
objects, as needed.
This commit is contained in:
Atsushi Toyokura 2020-02-01 22:13:00 +09:00
parent 4df3f45b17
commit 7032d98d71
5 changed files with 43 additions and 0 deletions

View File

@ -4342,6 +4342,7 @@ SUBDIR+= ruby-blockenspiel
SUBDIR+= ruby-cabin
SUBDIR+= ruby-charlock_holmes
SUBDIR+= ruby-chawan
SUBDIR+= ruby-csv
SUBDIR+= ruby-delegate_it
SUBDIR+= ruby-diaspora
SUBDIR+= ruby-ditz

3
ruby-csv/DESCR Normal file
View File

@ -0,0 +1,3 @@
This library provides a complete interface to CSV files and data. It
offers tools to enable you to read and write to and from Strings or IO
objects, as needed.

14
ruby-csv/Makefile Normal file
View File

@ -0,0 +1,14 @@
# $NetBSD$
DISTNAME= csv-3.1.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ruby/csv/
COMMENT= CSV Reading and Writing
LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

19
ruby-csv/PLIST Normal file
View File

@ -0,0 +1,19 @@
@comment $NetBSD$
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/NEWS.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/csv.rb
${GEM_LIBDIR}/lib/csv/core_ext/array.rb
${GEM_LIBDIR}/lib/csv/core_ext/string.rb
${GEM_LIBDIR}/lib/csv/delete_suffix.rb
${GEM_LIBDIR}/lib/csv/fields_converter.rb
${GEM_LIBDIR}/lib/csv/match_p.rb
${GEM_LIBDIR}/lib/csv/parser.rb
${GEM_LIBDIR}/lib/csv/row.rb
${GEM_LIBDIR}/lib/csv/table.rb
${GEM_LIBDIR}/lib/csv/version.rb
${GEM_LIBDIR}/lib/csv/writer.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
@pkgdir lib/ruby/gems/2.6.0/extensions
@pkgdir lib/ruby/gems/2.6.0/build_info

6
ruby-csv/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (csv-3.1.2.gem) = 6f8f52e2883ef84a9b276877372bb31f7a81a597
RMD160 (csv-3.1.2.gem) = b44b90b3144394277276914ea6a3a420d7ebb147
SHA512 (csv-3.1.2.gem) = 92f55cde963834fe75b0f22ee1ba6c4f1ce6a1ab9757059155364bcdf4d146e41985278d1fbe7784927fa0fb746182bd6c745b1da580c46bdbfa0513ca9ed751
Size (csv-3.1.2.gem) = 37376 bytes