diff options
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 |