diff options
author | mef <mef@pkgsrc.org> | 2013-05-09 15:53:32 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2013-05-09 15:53:32 +0000 |
commit | 45dae39ee5a4a93e35c946448235bd04ffa61a37 (patch) | |
tree | 62005581c0b307025478b8913d31b807439d26e7 /misc/ruby-hashie | |
parent | 87640d3d7b761564415d4d5f1167e1e00b986238 (diff) | |
download | pkgsrc-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/ruby-hashie')
-rw-r--r-- | misc/ruby-hashie/DESCR | 2 | ||||
-rw-r--r-- | misc/ruby-hashie/Makefile | 17 | ||||
-rw-r--r-- | misc/ruby-hashie/PLIST | 29 | ||||
-rw-r--r-- | misc/ruby-hashie/distinfo | 5 |
4 files changed, 53 insertions, 0 deletions
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 |