summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2017-02-21 06:30:46 +0000
committerminskim <minskim@pkgsrc.org>2017-02-21 06:30:46 +0000
commit6723c68534a88a124ea7f225ac76ec0caa5700f6 (patch)
tree3ae91979a4fa6a069f68c6b31b43ea977eb4654f
parent84d1e58ee107dcc6da18e50b577286d029fa446d (diff)
downloadpkgsrc-6723c68534a88a124ea7f225ac76ec0caa5700f6.tar.gz
Import ruby-multi_test-0.1.2 as devel/ruby-multi_test
multi_test is a wafter-thin gem to help control rogue test/unit/autorun requires.
-rw-r--r--devel/ruby-multi_test/DESCR2
-rw-r--r--devel/ruby-multi_test/Makefile12
-rw-r--r--devel/ruby-multi_test/PLIST61
-rw-r--r--devel/ruby-multi_test/distinfo6
4 files changed, 81 insertions, 0 deletions
diff --git a/devel/ruby-multi_test/DESCR b/devel/ruby-multi_test/DESCR
new file mode 100644
index 00000000000..5ae2b082502
--- /dev/null
+++ b/devel/ruby-multi_test/DESCR
@@ -0,0 +1,2 @@
+multi_test is a wafter-thin gem to help control rogue
+test/unit/autorun requires.
diff --git a/devel/ruby-multi_test/Makefile b/devel/ruby-multi_test/Makefile
new file mode 100644
index 00000000000..0e002563053
--- /dev/null
+++ b/devel/ruby-multi_test/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/02/21 06:30:46 minskim Exp $
+
+DISTNAME= multi_test-0.1.2
+CATEGORIES= devel
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://cukes.info/
+COMMENT= Ruby module to help control rogue test/unit/autorun
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-multi_test/PLIST b/devel/ruby-multi_test/PLIST
new file mode 100644
index 00000000000..9605242f422
--- /dev/null
+++ b/devel/ruby-multi_test/PLIST
@@ -0,0 +1,61 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/21 06:30:46 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/History.md
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/Makefile
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/multi_test.rb
+${GEM_LIBDIR}/lib/multi_test/assertion_library.rb
+${GEM_LIBDIR}/lib/multi_test/minitest_world.rb
+${GEM_LIBDIR}/multi_test.gemspec
+${GEM_LIBDIR}/test/README.md
+${GEM_LIBDIR}/test/all
+${GEM_LIBDIR}/test/gemfiles/activesupport-4.0.0/Gemfile
+${GEM_LIBDIR}/test/gemfiles/activesupport-4.0.0/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/activesupport-4.0.0/scenarios
+${GEM_LIBDIR}/test/gemfiles/activesupport-4.1.0/Gemfile
+${GEM_LIBDIR}/test/gemfiles/activesupport-4.1.0/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/activesupport-4.1.0/scenarios
+${GEM_LIBDIR}/test/gemfiles/minitest-5.0.1/Gemfile
+${GEM_LIBDIR}/test/gemfiles/minitest-5.0.1/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/minitest-5.0.1/scenarios
+${GEM_LIBDIR}/test/gemfiles/minitest-5.1.0/Gemfile
+${GEM_LIBDIR}/test/gemfiles/minitest-5.1.0/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/minitest-5.1.0/scenarios
+${GEM_LIBDIR}/test/gemfiles/minitest-5.2.0/Gemfile
+${GEM_LIBDIR}/test/gemfiles/minitest-5.2.0/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/minitest-5.2.0/scenarios
+${GEM_LIBDIR}/test/gemfiles/plain-ruby/Gemfile
+${GEM_LIBDIR}/test/gemfiles/plain-ruby/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/plain-ruby/scenarios
+${GEM_LIBDIR}/test/gemfiles/rspec-1.3.2/Gemfile
+${GEM_LIBDIR}/test/gemfiles/rspec-1.3.2/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/rspec-1.3.2/scenarios
+${GEM_LIBDIR}/test/gemfiles/rspec-2.14/Gemfile
+${GEM_LIBDIR}/test/gemfiles/rspec-2.14/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/rspec-2.14/scenarios
+${GEM_LIBDIR}/test/gemfiles/rspec-3.0/Gemfile
+${GEM_LIBDIR}/test/gemfiles/rspec-3.0/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/rspec-3.0/scenarios
+${GEM_LIBDIR}/test/gemfiles/rspec-3.1/Gemfile
+${GEM_LIBDIR}/test/gemfiles/rspec-3.1/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/rspec-3.1/scenarios
+${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.8/Gemfile
+${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.8/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.8/scenarios
+${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.9/Gemfile
+${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.9/Gemfile.lock
+${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.9/scenarios
+${GEM_LIBDIR}/test/run
+${GEM_LIBDIR}/test/scenarios/bundler_require.rb
+${GEM_LIBDIR}/test/scenarios/minitest_assertions.rb
+${GEM_LIBDIR}/test/scenarios/minitest_propagate_exit_code.rb
+${GEM_LIBDIR}/test/scenarios/no_assertion_library.rb
+${GEM_LIBDIR}/test/scenarios/require_activesupport_testing_autorun.rb
+${GEM_LIBDIR}/test/scenarios/require_test_unit.rb
+${GEM_LIBDIR}/test/scenarios/rspec_matchers.rb
+${GEM_LIBDIR}/test/scenarios/spec_matchers.rb
+${GEM_LIBDIR}/test/scenarios/test_unit_assertions.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-multi_test/distinfo b/devel/ruby-multi_test/distinfo
new file mode 100644
index 00000000000..2f56e229a0e
--- /dev/null
+++ b/devel/ruby-multi_test/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/21 06:30:46 minskim Exp $
+
+SHA1 (multi_test-0.1.2.gem) = 4882331f0a9caee72dffa2b954f2856e768950df
+RMD160 (multi_test-0.1.2.gem) = 73a1c31f041e763a55b4a791a1ed3a5406bff4ad
+SHA512 (multi_test-0.1.2.gem) = a0d59f51dc959b7febe9c32853b5ac5cbbb3215e8810de5e46fe10fa42931c1ea89df477155cc8124264d608c5928e54fd4e1949e7d0940f927e1430bfd60a2b
+Size (multi_test-0.1.2.gem) = 9216 bytes