pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sat Feb 1 22:13:00 2020 +0900
Changeset:	7032d98d71b1ad949446b1706981e04c56ee8596

Modified Files:
	Makefile
Added Files:
	ruby-csv/DESCR
	ruby-csv/Makefile
	ruby-csv/PLIST
	ruby-csv/distinfo

Log Message:
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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7032d98d71b1ad949446b1706981e04c56ee8596

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  1 +
 ruby-csv/DESCR    |  3 +++
 ruby-csv/Makefile | 14 ++++++++++++++
 ruby-csv/PLIST    | 19 +++++++++++++++++++
 ruby-csv/distinfo |  6 ++++++
 5 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c5f1036566..84eceb9426 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/ruby-csv/DESCR b/ruby-csv/DESCR
new file mode 100644
index 0000000000..acdab8e5e7
--- /dev/null
+++ b/ruby-csv/DESCR
@@ -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.
diff --git a/ruby-csv/Makefile b/ruby-csv/Makefile
new file mode 100644
index 0000000000..b3cb2ab9b5
--- /dev/null
+++ b/ruby-csv/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	csv-3.1.2
+CATEGORIES=	devel
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+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"
diff --git a/ruby-csv/PLIST b/ruby-csv/PLIST
new file mode 100644
index 0000000000..3b4fdd5669
--- /dev/null
+++ b/ruby-csv/PLIST
@@ -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
diff --git a/ruby-csv/distinfo b/ruby-csv/distinfo
new file mode 100644
index 0000000000..edfdbbddb0
--- /dev/null
+++ b/ruby-csv/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index