summaryrefslogtreecommitdiff
path: root/devel/ruby-turn
diff options
context:
space:
mode:
authortaca <taca>2012-03-17 15:32:59 +0000
committertaca <taca>2012-03-17 15:32:59 +0000
commit83340d0cb3f445c0faa01b3b7e5c32b1511b62b8 (patch)
tree664bd1d2e8c04333764c1e2b858750cd60f4e90c /devel/ruby-turn
parentccef0c102d23cecd44e1c0ce7ae2571adc825897 (diff)
downloadpkgsrc-83340d0cb3f445c0faa01b3b7e5c32b1511b62b8.tar.gz
Importing ruby-turn version 0.9.4 as devel/ruby-turn.
Test::Unit Reporter (New) -- new output format for Test::Unit. This is latest version of ruby-turn 0.9.4. Changes from 0.8.3: == 0.9.4 / 2012-03-16 * Fix dot reporter to use `.` instead of `S` for passed tests. * Do not filter backtraces of local directory. * Do not colourize zero counts in pretty reporter. == 0.9.3 / 2012-02-09 * Default to pretty reporter. * Can set reporter via `rpt` environment variable. * Fix backtrace filter. * Fix require warning when using cli. * Add skip counts to reporter tallies. (t8) * Improve Pretty reporter output. (t8) == 0.9.2 / 2012-02-08 * Fix colorization config issue. * Switch to simple dotruby build system. == 0.9.1 / 2012-02-01 * MiniTest Only * Fix issues with 1.8.7 support. == 0.9.0 / 2012-01-30 * Fix bundle exec issue, which means... * Developer's must require `turn/autorun` instead fo just `turn`. * Improve detection of TestUnit 1.x vs. MiniTest * Show randomization seed number in output. * Pretty format option is now `-R` instead of `-T`. * Rename case match shortcut to `-c` instead of `-t`. * Add support for skipped tests. * Support max backtrace limit via `-b` option. * Use $RUBY_IGNORE_CALLERS to ignore lines of backtrace. * Better color support on Windows (install ANSICON) * MiniTest is a dependency (even if you are using it for TestUnit 1.x).
Diffstat (limited to 'devel/ruby-turn')
-rw-r--r--devel/ruby-turn/DESCR1
-rw-r--r--devel/ruby-turn/Makefile14
-rw-r--r--devel/ruby-turn/PLIST53
-rw-r--r--devel/ruby-turn/c34
-rw-r--r--devel/ruby-turn/distinfo5
5 files changed, 107 insertions, 0 deletions
diff --git a/devel/ruby-turn/DESCR b/devel/ruby-turn/DESCR
new file mode 100644
index 00000000000..c41a440355c
--- /dev/null
+++ b/devel/ruby-turn/DESCR
@@ -0,0 +1 @@
+Test::Unit Reporter (New) -- new output format for Test::Unit.
diff --git a/devel/ruby-turn/Makefile b/devel/ruby-turn/Makefile
new file mode 100644
index 00000000000..db56aafd69d
--- /dev/null
+++ b/devel/ruby-turn/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/03/17 15:32:59 taca Exp $
+
+DISTNAME= turn-0.9.4
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://gemcutter.org/gems/turn
+COMMENT= Test::Unit Reporter (New) -- new output format for Test::Unit
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-ansi>=0:../../misc/ruby-ansi
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-turn/PLIST b/devel/ruby-turn/PLIST
new file mode 100644
index 00000000000..b2d300c5ce7
--- /dev/null
+++ b/devel/ruby-turn/PLIST
@@ -0,0 +1,53 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/17 15:32:59 taca Exp $
+bin/turn
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/LICENSE-GPL2.txt
+${GEM_LIBDIR}/LICENSE-MIT.txt
+${GEM_LIBDIR}/LICENSE-RUBY.txt
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Release.txt
+${GEM_LIBDIR}/Version.txt
+${GEM_LIBDIR}/bin/turn
+${GEM_LIBDIR}/lib/turn.rb
+${GEM_LIBDIR}/lib/turn/autoload.rb
+${GEM_LIBDIR}/lib/turn/autorun.rb
+${GEM_LIBDIR}/lib/turn/bin.rb
+${GEM_LIBDIR}/lib/turn/colorize.rb
+${GEM_LIBDIR}/lib/turn/command.rb
+${GEM_LIBDIR}/lib/turn/components.rb
+${GEM_LIBDIR}/lib/turn/components/case.rb
+${GEM_LIBDIR}/lib/turn/components/method.rb
+${GEM_LIBDIR}/lib/turn/components/suite.rb
+${GEM_LIBDIR}/lib/turn/configuration.rb
+${GEM_LIBDIR}/lib/turn/controller.rb
+${GEM_LIBDIR}/lib/turn/core_ext.rb
+${GEM_LIBDIR}/lib/turn/minitest.rb
+${GEM_LIBDIR}/lib/turn/reporter.rb
+${GEM_LIBDIR}/lib/turn/reporters/cue_reporter.rb
+${GEM_LIBDIR}/lib/turn/reporters/dot_reporter.rb
+${GEM_LIBDIR}/lib/turn/reporters/marshal_reporter.rb
+${GEM_LIBDIR}/lib/turn/reporters/outline_reporter.rb
+${GEM_LIBDIR}/lib/turn/reporters/pretty_reporter.rb
+${GEM_LIBDIR}/lib/turn/reporters/progress_reporter.rb
+${GEM_LIBDIR}/lib/turn/runners/crossrunner.rb
+${GEM_LIBDIR}/lib/turn/runners/isorunner.rb
+${GEM_LIBDIR}/lib/turn/runners/loadrunner.rb
+${GEM_LIBDIR}/lib/turn/runners/minirunner.rb
+${GEM_LIBDIR}/lib/turn/runners/solorunner.rb
+${GEM_LIBDIR}/lib/turn/runners/testrunner.rb
+${GEM_LIBDIR}/lib/turn/testunit.rb
+${GEM_LIBDIR}/lib/turn/version.rb
+${GEM_LIBDIR}/test/helper.rb
+${GEM_LIBDIR}/test/reporter_test.rb
+${GEM_LIBDIR}/test/runner
+${GEM_LIBDIR}/test/test_framework.rb
+${GEM_LIBDIR}/test/test_reporters.rb
+${GEM_LIBDIR}/test/test_runners.rb
+${GEM_LIBDIR}/try/test_autorun_minitest.rb
+${GEM_LIBDIR}/try/test_autorun_testunit.rb
+${GEM_LIBDIR}/try/test_counts.rb
+${GEM_LIBDIR}/try/test_sample.rb
+${GEM_LIBDIR}/try/test_sample2.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-turn/c b/devel/ruby-turn/c
new file mode 100644
index 00000000000..1d25a88d6cc
--- /dev/null
+++ b/devel/ruby-turn/c
@@ -0,0 +1,34 @@
+== 0.9.4 / 2012-03-16
+ * Fix dot reporter to use `.` instead of `S` for passed tests.
+ * Do not filter backtraces of local directory.
+ * Do not colourize zero counts in pretty reporter.
+
+== 0.9.3 / 2012-02-09
+ * Default to pretty reporter.
+ * Can set reporter via `rpt` environment variable.
+ * Fix backtrace filter.
+ * Fix require warning when using cli.
+ * Add skip counts to reporter tallies. (t8)
+ * Improve Pretty reporter output. (t8)
+
+== 0.9.2 / 2012-02-08
+ * Fix colorization config issue.
+ * Switch to simple dotruby build system.
+
+== 0.9.1 / 2012-02-01
+ * MiniTest Only
+ * Fix issues with 1.8.7 support.
+
+== 0.9.0 / 2012-01-30
+ * Fix bundle exec issue, which means...
+ * Developer's must require `turn/autorun` instead fo just `turn`.
+ * Improve detection of TestUnit 1.x vs. MiniTest
+ * Show randomization seed number in output.
+ * Pretty format option is now `-R` instead of `-T`.
+ * Rename case match shortcut to `-c` instead of `-t`.
+ * Add support for skipped tests.
+ * Support max backtrace limit via `-b` option.
+ * Use $RUBY_IGNORE_CALLERS to ignore lines of backtrace.
+ * Better color support on Windows (install ANSICON)
+ * MiniTest is a dependency (even if you are using it for TestUnit 1.x).
+
diff --git a/devel/ruby-turn/distinfo b/devel/ruby-turn/distinfo
new file mode 100644
index 00000000000..275d4615ed5
--- /dev/null
+++ b/devel/ruby-turn/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/03/17 15:32:59 taca Exp $
+
+SHA1 (turn-0.9.4.gem) = f9a9f0f8c1383da3c0f9d38a22b8ca5ba4f0fb9f
+RMD160 (turn-0.9.4.gem) = 7eeef4ddbc994f25ad4301b2c753ee69c9f15618
+Size (turn-0.9.4.gem) = 36352 bytes