From f263f42b186315662ab788ee8ac15be251ac2c40 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 4 Apr 2008 15:17:58 +0000 Subject: Initial import of ruby18-mkrf-0.2.3 as devel/ruby-mkrf. mkrf is a library for generating Rakefiles. It is primarily for building C extensions for Ruby, but will be able to be used for generic Rakefile generation as well. Main goals include simple use and reuse in other projects. --- devel/ruby-mkrf/DESCR | 4 + devel/ruby-mkrf/Makefile | 12 +++ devel/ruby-mkrf/PLIST | 217 +++++++++++++++++++++++++++++++++++++++++++++++ devel/ruby-mkrf/distinfo | 5 ++ 4 files changed, 238 insertions(+) create mode 100644 devel/ruby-mkrf/DESCR create mode 100644 devel/ruby-mkrf/Makefile create mode 100644 devel/ruby-mkrf/PLIST create mode 100644 devel/ruby-mkrf/distinfo (limited to 'devel') diff --git a/devel/ruby-mkrf/DESCR b/devel/ruby-mkrf/DESCR new file mode 100644 index 00000000000..08bfff0b16d --- /dev/null +++ b/devel/ruby-mkrf/DESCR @@ -0,0 +1,4 @@ +mkrf is a library for generating Rakefiles. It is primarily for +building C extensions for Ruby, but will be able to be used for generic +Rakefile generation as well. Main goals include simple use and reuse +in other projects. diff --git a/devel/ruby-mkrf/Makefile b/devel/ruby-mkrf/Makefile new file mode 100644 index 00000000000..eb4730368fe --- /dev/null +++ b/devel/ruby-mkrf/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:58 jlam Exp $ + +DISTNAME= mkrf-0.2.3 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://mkrf.rubyforge.org/ +COMMENT= Library for generating Rakefiles + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-mkrf/PLIST b/devel/ruby-mkrf/PLIST new file mode 100644 index 00000000000..f26dce57448 --- /dev/null +++ b/devel/ruby-mkrf/PLIST @@ -0,0 +1,217 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:17:58 jlam Exp $ +${GEM_HOME}/cache/mkrf-${PKGVERSION}.gem +${GEM_LIBDIR}/CHANGELOG +${GEM_LIBDIR}/MIT-LICENSE +${GEM_LIBDIR}/README +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/lib/mkrf.rb +${GEM_LIBDIR}/lib/mkrf/availability.rb +${GEM_LIBDIR}/lib/mkrf/generator.rb +${GEM_LIBDIR}/lib/mkrf/rakehelper.rb +${GEM_LIBDIR}/test/abstract_unit.rb +${GEM_LIBDIR}/test/fixtures/down_a_directory/header_down_a_directory.h +${GEM_LIBDIR}/test/fixtures/some_binary +${GEM_LIBDIR}/test/fixtures/stdmkrf.h +${GEM_LIBDIR}/test/integration/test_sample_projects.rb +${GEM_LIBDIR}/test/sample_files/cpp_bang/ext/bang.cpp +${GEM_LIBDIR}/test/sample_files/cpp_bang/ext/mkrf_config.rb +${GEM_LIBDIR}/test/sample_files/libtrivial/ext/extconf.rb +${GEM_LIBDIR}/test/sample_files/libtrivial/ext/libtrivial.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/CHANGELOG +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/LICENSE +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/README +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/cbg.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/extconf.rb +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/libxml.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/libxml.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/libxml.rb +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/old_extconf.rb +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_attr.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_attr.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_attribute.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_attribute.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_document.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_document.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_dtd.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_dtd.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_input_cbg.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_input_cbg.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_node.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_node.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_node_set.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_node_set.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_ns.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_ns.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_parser.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_parser.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_parser_context.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_parser_context.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_sax_parser.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_sax_parser.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_schema.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_schema.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_tree.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_tree.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_xinclude.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_xinclude.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_xpath.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_xpath.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_xpath_context.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_xpath_context.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_xpointer.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_xpointer.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_xpointer_context.c +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_xpointer_context.h +${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml/sax_parser_callbacks.inc +${GEM_LIBDIR}/test/sample_files/syck-0.55/CHANGELOG +${GEM_LIBDIR}/test/sample_files/syck-0.55/COPYING +${GEM_LIBDIR}/test/sample_files/syck-0.55/Makefile +${GEM_LIBDIR}/test/sample_files/syck-0.55/Makefile.am +${GEM_LIBDIR}/test/sample_files/syck-0.55/Makefile.in +${GEM_LIBDIR}/test/sample_files/syck-0.55/README +${GEM_LIBDIR}/test/sample_files/syck-0.55/README.BYTECODE +${GEM_LIBDIR}/test/sample_files/syck-0.55/README.EXT +${GEM_LIBDIR}/test/sample_files/syck-0.55/RELEASE +${GEM_LIBDIR}/test/sample_files/syck-0.55/TODO +${GEM_LIBDIR}/test/sample_files/syck-0.55/aclocal.m4 +${GEM_LIBDIR}/test/sample_files/syck-0.55/bootstrap +${GEM_LIBDIR}/test/sample_files/syck-0.55/config.h +${GEM_LIBDIR}/test/sample_files/syck-0.55/config.h.in +${GEM_LIBDIR}/test/sample_files/syck-0.55/config.status +${GEM_LIBDIR}/test/sample_files/syck-0.55/config/README +${GEM_LIBDIR}/test/sample_files/syck-0.55/config/depcomp +${GEM_LIBDIR}/test/sample_files/syck-0.55/config/install-sh +${GEM_LIBDIR}/test/sample_files/syck-0.55/config/missing +${GEM_LIBDIR}/test/sample_files/syck-0.55/configure +${GEM_LIBDIR}/test/sample_files/syck-0.55/configure.in +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/CHANGELOG +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/README +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/MANIFEST +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/bytecode.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/emitter.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/extconf.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/gram.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/gram.h +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/handler.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/implicit.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/node.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/rubyext.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/syck.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/syck.h +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/token.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/yaml2byte.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck/yamlbyte.h +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/install.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/okay.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/okay/news.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/okay/rpc.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/baseemitter.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/basenode.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/compat.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/constants.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/dbm.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/emitter.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/encoding.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/error.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/rubytypes.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/store.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/stream.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/stringio.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/syck.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/tag.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/types.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/yamlnode.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml/ypath.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yod.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/samples/okayNews-modules.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/samples/okayNews-sample.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/samples/okayNews-validate.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/samples/okayRpc-client.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/samples/okayRpc-server.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/samples/yaml-sortHashKeys.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/tests/basic.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsAnchorAlias.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsBasicTests.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsBlockMapping.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsBlockSequence.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsDocumentSeparator.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsErrorTests.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsFlowCollections.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsFoldedScalars.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsMapInSeq.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsNullsAndEmpties.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsRubyTests.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsSpecificationExamples.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsTypeTransfers.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/YtsYpath.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/cookbook.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/index.yml +${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts/yts.rb +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/Makefile +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/Makefile.am +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/Makefile.in +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/bytecode.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/bytecode.re +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/emitter.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/gram.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/gram.h +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/gram.output +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/gram.y +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/handler.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/implicit.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/implicit.re +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/node.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/syck.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/syck.h +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/syck_st.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/syck_st.h +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/token.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/token.re +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/yaml2byte.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/lib/yamlbyte.h +${GEM_LIBDIR}/test/sample_files/syck-0.55/stamp-h1 +${GEM_LIBDIR}/test/sample_files/syck-0.55/tests/Basic.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/tests/CuTest.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/tests/CuTest.h +${GEM_LIBDIR}/test/sample_files/syck-0.55/tests/Emit.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/tests/Makefile +${GEM_LIBDIR}/test/sample_files/syck-0.55/tests/Makefile.am +${GEM_LIBDIR}/test/sample_files/syck-0.55/tests/Makefile.in +${GEM_LIBDIR}/test/sample_files/syck-0.55/tests/Parse.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/tests/YTS.c +${GEM_LIBDIR}/test/sample_files/syck-0.55/tests/YTS.c.erb +${GEM_LIBDIR}/test/sample_files/syck-0.55/tests/YTS.c.rb +${GEM_LIBDIR}/test/unit/test_availability.rb +${GEM_LIBDIR}/test/unit/test_generator.rb +${GEM_HOME}/specifications/mkrf-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/test/unit +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/tests +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/lib +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/yts +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/tests +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/samples +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/yaml +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib/okay +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/lib +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext/syck +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby/ext +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/ext/ruby +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/ext +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55/config +@dirrm ${GEM_LIBDIR}/test/sample_files/syck-0.55 +@dirrm ${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext/xml +@dirrm ${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8/ext +@dirrm ${GEM_LIBDIR}/test/sample_files/libxml-ruby-0.3.8 +@dirrm ${GEM_LIBDIR}/test/sample_files/libtrivial/ext +@dirrm ${GEM_LIBDIR}/test/sample_files/libtrivial +@dirrm ${GEM_LIBDIR}/test/sample_files/cpp_bang/ext +@dirrm ${GEM_LIBDIR}/test/sample_files/cpp_bang +@dirrm ${GEM_LIBDIR}/test/sample_files +@dirrm ${GEM_LIBDIR}/test/integration +@dirrm ${GEM_LIBDIR}/test/fixtures/down_a_directory +@dirrm ${GEM_LIBDIR}/test/fixtures +@dirrm ${GEM_LIBDIR}/test +@dirrm ${GEM_LIBDIR}/lib/mkrf +@dirrm ${GEM_LIBDIR}/lib +@dirrm ${GEM_LIBDIR} diff --git a/devel/ruby-mkrf/distinfo b/devel/ruby-mkrf/distinfo new file mode 100644 index 00000000000..61838acee7c --- /dev/null +++ b/devel/ruby-mkrf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:17:58 jlam Exp $ + +SHA1 (mkrf-0.2.3.gem) = 01b9b98b36487ec12da41ea4e7df21e55ffb502d +RMD160 (mkrf-0.2.3.gem) = 44a142750af4dddb17b17deadbd4796489ce3017 +Size (mkrf-0.2.3.gem) = 415232 bytes -- cgit v1.2.3