pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-minitest
Module Name: pkgsrc
Committed By: taca
Date: Sat Dec 16 15:17:17 UTC 2023
Added Files:
pkgsrc/devel/ruby-minitest: DESCR Makefile PLIST distinfo
Log Message:
devel/ruby-minitest: add version 5.20.0
Re-add ruby-minitest package required by devel/hoe implicitly with ruby31.
5.20.0 (2023-09-06)
1 minor enhancement:
* Optionally allow autorun exit hook to remain active in forked
child. (casperisfine)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/devel/ruby-minitest/DESCR
cvs rdiff -u -r0 -r1.33 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r0 -r1.10 pkgsrc/devel/ruby-minitest/PLIST
cvs rdiff -u -r0 -r1.34 pkgsrc/devel/ruby-minitest/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/ruby-minitest/DESCR
diff -u /dev/null pkgsrc/devel/ruby-minitest/DESCR:1.3
--- /dev/null Sat Dec 16 15:17:17 2023
+++ pkgsrc/devel/ruby-minitest/DESCR Sat Dec 16 15:17:17 2023
@@ -0,0 +1,23 @@
+minitest provides a complete suite of testing facilities supporting TDD,
+BDD, mocking, and benchmarking.
+
+minitest/unit is a small and incredibly fast unit testing framework. It
+provides a rich set of assertions to make your tests clean and readable.
+
+minitest/spec is a functionally complete spec engine. It hooks onto
+minitest/unit and seamlessly bridges test assertions over to spec
+expectations.
+
+minitest/benchmark is an awesome way to assert the performance of your
+algorithms in a repeatable manner.
+
+minitest/mock by Steven Baker, is a beautifully tiny mock (and stub)
+object framework.
+
+minitest/pride shows pride in testing and adds coloring to your test
+output.
+
+minitest/unit is meant to have a clean implementation for language
+implementors that need a minimal set of methods to bootstrap a working
+test suite. For example, there is no magic involved for test-case
+discovery.
Index: pkgsrc/devel/ruby-minitest/Makefile
diff -u /dev/null pkgsrc/devel/ruby-minitest/Makefile:1.33
--- /dev/null Sat Dec 16 15:17:17 2023
+++ pkgsrc/devel/ruby-minitest/Makefile Sat Dec 16 15:17:17 2023
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.33 2023/12/16 15:17:17 taca Exp $
+
+DISTNAME= minitest-5.20.0
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/seattlerb/minitest
+COMMENT= Complete suite of testing facilities for Ruby
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-minitest/PLIST
diff -u /dev/null pkgsrc/devel/ruby-minitest/PLIST:1.10
--- /dev/null Sat Dec 16 15:17:17 2023
+++ pkgsrc/devel/ruby-minitest/PLIST Sat Dec 16 15:17:17 2023
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.10 2023/12/16 15:17:17 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.autotest
+${GEM_LIBDIR}/History.rdoc
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/design_rationale.rb
+${GEM_LIBDIR}/lib/hoe/minitest.rb
+${GEM_LIBDIR}/lib/minitest.rb
+${GEM_LIBDIR}/lib/minitest/assertions.rb
+${GEM_LIBDIR}/lib/minitest/autorun.rb
+${GEM_LIBDIR}/lib/minitest/benchmark.rb
+${GEM_LIBDIR}/lib/minitest/expectations.rb
+${GEM_LIBDIR}/lib/minitest/hell.rb
+${GEM_LIBDIR}/lib/minitest/mock.rb
+${GEM_LIBDIR}/lib/minitest/parallel.rb
+${GEM_LIBDIR}/lib/minitest/pride.rb
+${GEM_LIBDIR}/lib/minitest/pride_plugin.rb
+${GEM_LIBDIR}/lib/minitest/spec.rb
+${GEM_LIBDIR}/lib/minitest/test.rb
+${GEM_LIBDIR}/lib/minitest/test_task.rb
+${GEM_LIBDIR}/lib/minitest/unit.rb
+${GEM_LIBDIR}/test/minitest/metametameta.rb
+${GEM_LIBDIR}/test/minitest/test_minitest_assertions.rb
+${GEM_LIBDIR}/test/minitest/test_minitest_benchmark.rb
+${GEM_LIBDIR}/test/minitest/test_minitest_mock.rb
+${GEM_LIBDIR}/test/minitest/test_minitest_reporter.rb
+${GEM_LIBDIR}/test/minitest/test_minitest_spec.rb
+${GEM_LIBDIR}/test/minitest/test_minitest_test.rb
+${GEM_LIBDIR}/test/minitest/test_minitest_test_task.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-minitest/distinfo
diff -u /dev/null pkgsrc/devel/ruby-minitest/distinfo:1.34
--- /dev/null Sat Dec 16 15:17:17 2023
+++ pkgsrc/devel/ruby-minitest/distinfo Sat Dec 16 15:17:17 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.34 2023/12/16 15:17:17 taca Exp $
+
+BLAKE2s (minitest-5.20.0.gem) = 9db5b51a30e7ecb6573f08e3e24c2603f8945c7bf1c2c1a4c2b4b3ed7a6ae237
+SHA512 (minitest-5.20.0.gem) = 906dba1226ed301ad0d7aae2fa138670101e87b11ced69e0c362e65d74fee58a5341756fed8be1f2900863e19c11adcae35ed6ebe7372bb93be0c131dae85a3c
+Size (minitest-5.20.0.gem) = 95744 bytes
Home |
Main Index |
Thread Index |
Old Index