summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2013-05-09 15:53:32 +0000
committermef <mef@pkgsrc.org>2013-05-09 15:53:32 +0000
commit45dae39ee5a4a93e35c946448235bd04ffa61a37 (patch)
tree62005581c0b307025478b8913d31b807439d26e7 /misc
parent87640d3d7b761564415d4d5f1167e1e00b986238 (diff)
downloadpkgsrc-45dae39ee5a4a93e35c946448235bd04ffa61a37.tar.gz
PR pkg/47791 orignated by tsutsui@ for tw,
CUI client for twitter written by ruby. This is actually following set. But just making package on net/ruby-tw will pull all these prerequisites. - misc/ruby-args_parser args_parser-0.1.4 Parse ARGV from command line with DSL. - misc/ruby-hashie hashie-1.2.0 Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash). - misc/ruby-parallel parallel-0.6.4 Ruby gem to run any kind of code in parallel processes. - misc/ruby-rainbow rainbow-1.1.4 Rainbow extends ruby String class enabling coloring text on ANSI terminals. - net/ruby-tw tw-0.3.9 Ruby based CUI Twitter client. - net/ruby-twitter twitter-4.6.2 A Ruby interface to the Twitter API. - net/ruby-userstream userstream-1.3.0 UserStream is a simple twitter userstream library.
Diffstat (limited to 'misc')
-rw-r--r--misc/ruby-args_parser/DESCR1
-rw-r--r--misc/ruby-args_parser/Makefile15
-rw-r--r--misc/ruby-args_parser/PLIST28
-rw-r--r--misc/ruby-args_parser/distinfo5
-rw-r--r--misc/ruby-hashie/DESCR2
-rw-r--r--misc/ruby-hashie/Makefile17
-rw-r--r--misc/ruby-hashie/PLIST29
-rw-r--r--misc/ruby-hashie/distinfo5
-rw-r--r--misc/ruby-parallel/DESCR1
-rw-r--r--misc/ruby-parallel/Makefile15
-rw-r--r--misc/ruby-parallel/PLIST43
-rw-r--r--misc/ruby-parallel/distinfo5
-rw-r--r--misc/ruby-rainbow/DESCR1
-rw-r--r--misc/ruby-rainbow/Makefile15
-rw-r--r--misc/ruby-rainbow/PLIST10
-rw-r--r--misc/ruby-rainbow/distinfo5
16 files changed, 197 insertions, 0 deletions
diff --git a/misc/ruby-args_parser/DESCR b/misc/ruby-args_parser/DESCR
new file mode 100644
index 00000000000..8762ff750cb
--- /dev/null
+++ b/misc/ruby-args_parser/DESCR
@@ -0,0 +1 @@
+Parse ARGV from command line with DSL.
diff --git a/misc/ruby-args_parser/Makefile b/misc/ruby-args_parser/Makefile
new file mode 100644
index 00000000000..b130ee49276
--- /dev/null
+++ b/misc/ruby-args_parser/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2013/05/09 15:53:32 mef Exp $
+#
+
+DISTNAME= args_parser-0.1.4
+CATEGORIES= misc
+
+MAINTAINER= tsutsui@NetBSD.org
+HOMEPAGE= http://shokai.github.io/args_parser/
+COMMENT= Parse ARGV from command line with DSL
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/ruby-args_parser/PLIST b/misc/ruby-args_parser/PLIST
new file mode 100644
index 00000000000..37a101cbae3
--- /dev/null
+++ b/misc/ruby-args_parser/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2013/05/09 15:53:32 mef Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/args_parser.gemspec
+${GEM_LIBDIR}/lib/args_parser.rb
+${GEM_LIBDIR}/lib/args_parser/config.rb
+${GEM_LIBDIR}/lib/args_parser/error.rb
+${GEM_LIBDIR}/lib/args_parser/filter.rb
+${GEM_LIBDIR}/lib/args_parser/parser.rb
+${GEM_LIBDIR}/lib/args_parser/styles/default.rb
+${GEM_LIBDIR}/lib/args_parser/styles/equal.rb
+${GEM_LIBDIR}/lib/args_parser/validator.rb
+${GEM_LIBDIR}/lib/args_parser/version.rb
+${GEM_LIBDIR}/samples/download_webpage.rb
+${GEM_LIBDIR}/samples/twitter_timeline.rb
+${GEM_LIBDIR}/test/test_args_parser.rb
+${GEM_LIBDIR}/test/test_args_parser_style_equal.rb
+${GEM_LIBDIR}/test/test_default.rb
+${GEM_LIBDIR}/test/test_filter.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/test/test_validator.rb
+${GEM_LIBDIR}/test/test_version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/misc/ruby-args_parser/distinfo b/misc/ruby-args_parser/distinfo
new file mode 100644
index 00000000000..e860f60fd74
--- /dev/null
+++ b/misc/ruby-args_parser/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/05/09 15:53:32 mef Exp $
+
+SHA1 (args_parser-0.1.4.gem) = b091a93e58363ac97e944f8e91866ce9666ca81d
+RMD160 (args_parser-0.1.4.gem) = 37b891237990263497cb2095ce79e147ce7acbe7
+Size (args_parser-0.1.4.gem) = 9728 bytes
diff --git a/misc/ruby-hashie/DESCR b/misc/ruby-hashie/DESCR
new file mode 100644
index 00000000000..2f774cbeed1
--- /dev/null
+++ b/misc/ruby-hashie/DESCR
@@ -0,0 +1,2 @@
+Hashie is a small collection of tools that make hashes more powerful.
+Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).
diff --git a/misc/ruby-hashie/Makefile b/misc/ruby-hashie/Makefile
new file mode 100644
index 00000000000..c2870323d2d
--- /dev/null
+++ b/misc/ruby-hashie/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2013/05/09 15:53:32 mef Exp $
+#
+
+DISTNAME= hashie-1.2.0
+CATEGORIES= misc
+
+MAINTAINER= tsutsui@NetBSD.org
+HOMEPAGE= https://github.com/intridea/hashie
+COMMENT= Small collection of tools that make hashes more powerful
+
+
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/ruby-hashie/PLIST b/misc/ruby-hashie/PLIST
new file mode 100644
index 00000000000..359b1593665
--- /dev/null
+++ b/misc/ruby-hashie/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2013/05/09 15:53:32 mef Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Gemfile.lock
+${GEM_LIBDIR}/Guardfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/hashie.gemspec
+${GEM_LIBDIR}/lib/hashie.rb
+${GEM_LIBDIR}/lib/hashie/clash.rb
+${GEM_LIBDIR}/lib/hashie/dash.rb
+${GEM_LIBDIR}/lib/hashie/hash.rb
+${GEM_LIBDIR}/lib/hashie/hash_extensions.rb
+${GEM_LIBDIR}/lib/hashie/mash.rb
+${GEM_LIBDIR}/lib/hashie/trash.rb
+${GEM_LIBDIR}/lib/hashie/version.rb
+${GEM_LIBDIR}/spec/hashie/clash_spec.rb
+${GEM_LIBDIR}/spec/hashie/dash_spec.rb
+${GEM_LIBDIR}/spec/hashie/hash_spec.rb
+${GEM_LIBDIR}/spec/hashie/mash_spec.rb
+${GEM_LIBDIR}/spec/hashie/trash_spec.rb
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/misc/ruby-hashie/distinfo b/misc/ruby-hashie/distinfo
new file mode 100644
index 00000000000..f9b59d6773f
--- /dev/null
+++ b/misc/ruby-hashie/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/05/09 15:53:32 mef Exp $
+
+SHA1 (hashie-1.2.0.gem) = 0c716b850926cfedf018eef0b7ad6b35c8c9af9b
+RMD160 (hashie-1.2.0.gem) = e3ada67027f7195dc60ce06956bcc1e0d574cc32
+Size (hashie-1.2.0.gem) = 15872 bytes
diff --git a/misc/ruby-parallel/DESCR b/misc/ruby-parallel/DESCR
new file mode 100644
index 00000000000..a53fa5ccc59
--- /dev/null
+++ b/misc/ruby-parallel/DESCR
@@ -0,0 +1 @@
+Ruby gem to run any kind of code in parallel processes.
diff --git a/misc/ruby-parallel/Makefile b/misc/ruby-parallel/Makefile
new file mode 100644
index 00000000000..e1bc3348095
--- /dev/null
+++ b/misc/ruby-parallel/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2013/05/09 15:53:32 mef Exp $
+#
+
+DISTNAME= parallel-0.6.4
+CATEGORIES= misc
+
+MAINTAINER= tsutsui@NetBSD.org
+HOMEPAGE= https://github.com/grosser/parallel
+COMMENT= Run any kind of code in parallel processes
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/ruby-parallel/PLIST b/misc/ruby-parallel/PLIST
new file mode 100644
index 00000000000..3011cd8d448
--- /dev/null
+++ b/misc/ruby-parallel/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1 2013/05/09 15:53:32 mef Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Gemfile.lock
+${GEM_LIBDIR}/MIT-LICENSE.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/Readme.md
+${GEM_LIBDIR}/gem-public_cert.pem
+${GEM_LIBDIR}/lib/parallel.rb
+${GEM_LIBDIR}/lib/parallel/version.rb
+${GEM_LIBDIR}/parallel.gemspec
+${GEM_LIBDIR}/spec/cases/closes_processes_at_runtime.rb
+${GEM_LIBDIR}/spec/cases/count_open_pipes.rb
+${GEM_LIBDIR}/spec/cases/each.rb
+${GEM_LIBDIR}/spec/cases/each_with_index.rb
+${GEM_LIBDIR}/spec/cases/host_os_override_processor_count.rb
+${GEM_LIBDIR}/spec/cases/map_with_index.rb
+${GEM_LIBDIR}/spec/cases/map_with_index_empty.rb
+${GEM_LIBDIR}/spec/cases/map_with_killed_worker_before_read.rb
+${GEM_LIBDIR}/spec/cases/map_with_killed_worker_before_write.rb
+${GEM_LIBDIR}/spec/cases/map_with_nested_arrays_and_nil.rb
+${GEM_LIBDIR}/spec/cases/map_with_processes_and_break.rb
+${GEM_LIBDIR}/spec/cases/map_with_processes_and_exceptions.rb
+${GEM_LIBDIR}/spec/cases/map_with_threads_and_break.rb
+${GEM_LIBDIR}/spec/cases/map_with_threads_and_exceptions.rb
+${GEM_LIBDIR}/spec/cases/no_dump_with_each.rb
+${GEM_LIBDIR}/spec/cases/parallel_high_fork_rate.rb
+${GEM_LIBDIR}/spec/cases/parallel_influence_outside_data.rb
+${GEM_LIBDIR}/spec/cases/parallel_map.rb
+${GEM_LIBDIR}/spec/cases/parallel_map_complex_objects.rb
+${GEM_LIBDIR}/spec/cases/parallel_map_range.rb
+${GEM_LIBDIR}/spec/cases/parallel_map_sleeping.rb
+${GEM_LIBDIR}/spec/cases/parallel_map_uneven.rb
+${GEM_LIBDIR}/spec/cases/parallel_raise.rb
+${GEM_LIBDIR}/spec/cases/parallel_raise_undumpable.rb
+${GEM_LIBDIR}/spec/cases/parallel_sleeping_2.rb
+${GEM_LIBDIR}/spec/cases/parallel_start_and_kill.rb
+${GEM_LIBDIR}/spec/cases/parallel_with_detected_cpus.rb
+${GEM_LIBDIR}/spec/cases/parallel_with_nil_uses_detected_cpus.rb
+${GEM_LIBDIR}/spec/cases/parallel_with_set_processes.rb
+${GEM_LIBDIR}/spec/parallel_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/misc/ruby-parallel/distinfo b/misc/ruby-parallel/distinfo
new file mode 100644
index 00000000000..3d0963a31c3
--- /dev/null
+++ b/misc/ruby-parallel/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/05/09 15:53:32 mef Exp $
+
+SHA1 (parallel-0.6.4.gem) = 27e04673a0a4a46b102e9e9258ea5d6846f98c0a
+RMD160 (parallel-0.6.4.gem) = 1674524ead5caef50bd3df0049cbb07ba8da4b1c
+Size (parallel-0.6.4.gem) = 17408 bytes
diff --git a/misc/ruby-rainbow/DESCR b/misc/ruby-rainbow/DESCR
new file mode 100644
index 00000000000..a000fda449e
--- /dev/null
+++ b/misc/ruby-rainbow/DESCR
@@ -0,0 +1 @@
+Rainbow extends ruby String class enabling coloring text on ANSI terminals.
diff --git a/misc/ruby-rainbow/Makefile b/misc/ruby-rainbow/Makefile
new file mode 100644
index 00000000000..49376aecbeb
--- /dev/null
+++ b/misc/ruby-rainbow/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2013/05/09 15:53:32 mef Exp $
+#
+
+DISTNAME= rainbow-1.1.4
+CATEGORIES= misc
+
+MAINTAINER= tsutsui@NetBSD.org
+HOMEPAGE= https://github.com/sickill/rainbow
+COMMENT= Extends ruby String class enabling coloring text on ANSI terminals
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/ruby-rainbow/PLIST b/misc/ruby-rainbow/PLIST
new file mode 100644
index 00000000000..ce5fd3a1608
--- /dev/null
+++ b/misc/ruby-rainbow/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2013/05/09 15:53:32 mef Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/Changelog
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.markdown
+${GEM_LIBDIR}/lib/ansi_color.rb
+${GEM_LIBDIR}/lib/ansi_rgb.rb
+${GEM_LIBDIR}/lib/rainbow.rb
+${GEM_LIBDIR}/test/rainbow_test.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/misc/ruby-rainbow/distinfo b/misc/ruby-rainbow/distinfo
new file mode 100644
index 00000000000..ea5e2c479bd
--- /dev/null
+++ b/misc/ruby-rainbow/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/05/09 15:53:32 mef Exp $
+
+SHA1 (rainbow-1.1.4.gem) = 28dec847c69f244a93de9f2593ef42b9dfc3146d
+RMD160 (rainbow-1.1.4.gem) = 67ebbc881ba281b5756109fc11209991903e9087
+Size (rainbow-1.1.4.gem) = 7680 bytes