summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-03-23 15:53:34 +0000
committertaca <taca@pkgsrc.org>2011-03-23 15:53:34 +0000
commit9322159d73d34a5ec73fa3cdf6f9719e4aeebbd7 (patch)
treeeec1489dd18fcbf2c36bba827e0ed70d6d03e13d /devel
parent2de557cde34b9a581b5c287a8b75017dddacd462 (diff)
downloadpkgsrc-9322159d73d34a5ec73fa3cdf6f9719e4aeebbd7.tar.gz
Update ruby-ZenTest package to 4.5.0.
=== 4.5.0 / 2011-02-18 * 6 minor enhancements: * Added autotest -w flag to turn on warnings. Turned off warnings by default. * Added autotest/preload.rb to deal with rails being egregiously slow. * Added child process handling/cleanup on signals. * Added postinitialize hook. * Improved restart mechanism to include all flags. * Refactored restart plugin to Autotest#restart. * 5 bug fixes: * Added sigquit handler to restart app straight up. * Fixed autotest/isolate so it works * Fixed parse_options to take args array (default ARGV) and to be non-destructive. * Strip ascii color to avoid false positives. (graemeworthy) * Use RbConfig to remove warning === 4.4.2 / 2010-12-10 * 2 bug fixes: * Added a temporary hack to deal with rspec(2?) discovery hacks. * Fixed windoze detection for unit_diff (thyresias) === 4.4.1 / 2010-12-01 * 12 minor enhancements: * Merged in most things from the autotest gem: * Added --no-full-after-failed. (grosser) * Added --rc path-to-dot-autotest. (grosser) * Added --style autotest-style. (grosser) * Added clarification comments. (grosser) * Added rake task descriptions. (grosser) * Switched to optparse. (grosser) * Switched windoze detection. (grosser, tenderlove) * Did not merge test parallelization. It should be a plugin. Awaiting patch. * Added autotest/bundler plugin. * Added autotest/isolate plugin. * Added capture of skips (for minitest) from result line. * Added focus_re to focus.rb. * Added latest_results hash. * Cleaned up unit_diff matcher by using any? * Enhanced the help/usage for autotest and zentest. (hugh sasse) * Refactored autotest runner discovery. * Refactored ruby_cmd to allow plugins to affect ruby execution. * Removed befuddling override of Dir.[] from 2007. *shrug* * Removed deny method in favor of aliasing refute. * 2 bug fixes: * 1.9 shadowed variable fix * autotest/restart now passes ARGV back through to exec. yay!
Diffstat (limited to 'devel')
-rw-r--r--devel/ZenTest/Makefile4
-rw-r--r--devel/ZenTest/PLIST6
-rw-r--r--devel/ZenTest/distinfo8
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/ZenTest/Makefile b/devel/ZenTest/Makefile
index 07d21ddb770..7548cdf0320 100644
--- a/devel/ZenTest/Makefile
+++ b/devel/ZenTest/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2010/09/10 05:00:50 taca Exp $
+# $NetBSD: Makefile,v 1.9 2011/03/23 15:53:34 taca Exp $
-DISTNAME= ZenTest-4.4.0
+DISTNAME= ZenTest-4.5.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
diff --git a/devel/ZenTest/PLIST b/devel/ZenTest/PLIST
index d05e5580e7d..207246c6bba 100644
--- a/devel/ZenTest/PLIST
+++ b/devel/ZenTest/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2010/09/10 05:00:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2011/03/23 15:53:34 taca Exp $
bin/autotest
bin/multigem
bin/multiruby
@@ -7,6 +7,7 @@ bin/unit_diff
bin/zentest
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
+${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
@@ -26,7 +27,10 @@ ${GEM_LIBDIR}/example2.rb
${GEM_LIBDIR}/example_dot_autotest.rb
${GEM_LIBDIR}/lib/autotest.rb
${GEM_LIBDIR}/lib/autotest/autoupdate.rb
+${GEM_LIBDIR}/lib/autotest/bundler.rb
+${GEM_LIBDIR}/lib/autotest/isolate.rb
${GEM_LIBDIR}/lib/autotest/once.rb
+${GEM_LIBDIR}/lib/autotest/preload.rb
${GEM_LIBDIR}/lib/autotest/rcov.rb
${GEM_LIBDIR}/lib/autotest/restart.rb
${GEM_LIBDIR}/lib/autotest/timestamp.rb
diff --git a/devel/ZenTest/distinfo b/devel/ZenTest/distinfo
index e5786587a3f..b3bc0ae74d7 100644
--- a/devel/ZenTest/distinfo
+++ b/devel/ZenTest/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2010/09/10 05:00:50 taca Exp $
+$NetBSD: distinfo,v 1.7 2011/03/23 15:53:34 taca Exp $
-SHA1 (ZenTest-4.4.0.gem) = 1dbd47f8a8b3147aafa70d4db4eca1d2d4bfa68c
-RMD160 (ZenTest-4.4.0.gem) = 442baa7d562ea66d34d9d68f8ac7f1c185aa527f
-Size (ZenTest-4.4.0.gem) = 64000 bytes
+SHA1 (ZenTest-4.5.0.gem) = b202c2129d5a7ebf76ae91981ffa76de4b9fb56b
+RMD160 (ZenTest-4.5.0.gem) = 25b258b07c58e069141edcbf15e24ffbe8c2ab5a
+Size (ZenTest-4.5.0.gem) = 67072 bytes