pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-minitest Add the minitest Ruby package, ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d785f0b7e2c5
branches:  trunk
changeset: 617058:d785f0b7e2c5
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Wed Apr 10 09:21:51 2013 +0000

description:
Add the minitest Ruby package, version 4.7.0, to pkgsrc.

diffstat:

 devel/ruby-minitest/DESCR    |  23 +++++++++++++++++++++++
 devel/ruby-minitest/Makefile |  15 +++++++++++++++
 devel/ruby-minitest/PLIST    |  24 ++++++++++++++++++++++++
 devel/ruby-minitest/distinfo |   6 ++++++
 4 files changed, 68 insertions(+), 0 deletions(-)

diffs (84 lines):

diff -r 5c59bfc0eef6 -r d785f0b7e2c5 devel/ruby-minitest/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-minitest/DESCR Wed Apr 10 09:21:51 2013 +0000
@@ -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.
diff -r 5c59bfc0eef6 -r d785f0b7e2c5 devel/ruby-minitest/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-minitest/Makefile      Wed Apr 10 09:21:51 2013 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2013/04/10 09:21:51 tonnerre Exp $
+
+DISTNAME=      minitest-4.7.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/seattlerb/minitest
+COMMENT=       Complete suite of testing facilities for Ruby
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-rdoc>=3.10:../../devel/ruby-rdoc
+DEPENDS+=      ${RUBY_PKGPREFIX}-hoe>=3.5:../../devel/hoe
+CONFLICTS+=    ruby[1-9][0-9][0-9]-minitest-[0-9]*
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5c59bfc0eef6 -r d785f0b7e2c5 devel/ruby-minitest/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-minitest/PLIST Wed Apr 10 09:21:51 2013 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2013/04/10 09:21:51 tonnerre Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.autotest
+${GEM_LIBDIR}/.gemtest
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/design_rationale.rb
+${GEM_LIBDIR}/lib/hoe/minitest.rb
+${GEM_LIBDIR}/lib/minitest/autorun.rb
+${GEM_LIBDIR}/lib/minitest/benchmark.rb
+${GEM_LIBDIR}/lib/minitest/hell.rb
+${GEM_LIBDIR}/lib/minitest/mock.rb
+${GEM_LIBDIR}/lib/minitest/parallel_each.rb
+${GEM_LIBDIR}/lib/minitest/pride.rb
+${GEM_LIBDIR}/lib/minitest/spec.rb
+${GEM_LIBDIR}/lib/minitest/unit.rb
+${GEM_LIBDIR}/test/minitest/metametameta.rb
+${GEM_LIBDIR}/test/minitest/test_minitest_benchmark.rb
+${GEM_LIBDIR}/test/minitest/test_minitest_mock.rb
+${GEM_LIBDIR}/test/minitest/test_minitest_spec.rb
+${GEM_LIBDIR}/test/minitest/test_minitest_unit.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 5c59bfc0eef6 -r d785f0b7e2c5 devel/ruby-minitest/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-minitest/distinfo      Wed Apr 10 09:21:51 2013 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2013/04/10 09:21:51 tonnerre Exp $
+
+SHA1 (minitest-4.7.0.gem) = 76547177c77594629ca77517c38325468f7a6f92
+RMD160 (minitest-4.7.0.gem) = 57ce2c7addf0c70119ec766d5cfb4c715e5fe1a6
+Size (minitest-4.7.0.gem) = 56320 bytes
+SHA1 (patch-aa) = 9c0d7429ca91b9d1b1f8cc4a6148b646f784095e



Home | Main Index | Thread Index | Old Index