pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ZenTest Update ZenTest to 4.1.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/58fbe9a07477
branches: trunk
changeset: 567676:58fbe9a07477
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Mon Nov 23 13:45:51 2009 +0000
description:
Update ZenTest to 4.1.4
Too many changes, see HOMEPAGE.
diffstat:
devel/ZenTest/Makefile | 7 ++++---
devel/ZenTest/PLIST | 47 +++++++----------------------------------------
devel/ZenTest/distinfo | 8 ++++----
3 files changed, 15 insertions(+), 47 deletions(-)
diffs (120 lines):
diff -r 621e8c664d07 -r 58fbe9a07477 devel/ZenTest/Makefile
--- a/devel/ZenTest/Makefile Mon Nov 23 13:43:12 2009 +0000
+++ b/devel/ZenTest/Makefile Mon Nov 23 13:45:51 2009 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2008/06/22 15:54:37 taca Exp $
+# $NetBSD: Makefile,v 1.7 2009/11/23 13:45:51 fhajny Exp $
-DISTNAME= ZenTest-3.10.0
+DISTNAME= ZenTest-4.1.4
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= http://zentest.rubyforge.org/
COMMENT= Testing utilities for Ruby
+LICENSE= mit
-DEPENDS+= hoe>=1.5.1:../../devel/hoe
+DEPENDS+= hoe>=2.3.3:../../devel/hoe
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 621e8c664d07 -r 58fbe9a07477 devel/ZenTest/PLIST
--- a/devel/ZenTest/PLIST Mon Nov 23 13:43:12 2009 +0000
+++ b/devel/ZenTest/PLIST Mon Nov 23 13:45:51 2009 +0000
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:48:31 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/11/23 13:45:51 fhajny Exp $
bin/autotest
+bin/multigem
bin/multiruby
bin/multiruby_setup
-bin/rails_test_audit
bin/unit_diff
bin/zentest
${GEM_HOME}/cache/ZenTest-${PKGVERSION}.gem
+${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
@@ -14,9 +15,9 @@
${GEM_LIBDIR}/articles/getting_started_with_autotest.html
${GEM_LIBDIR}/articles/how_to_use_zentest.txt
${GEM_LIBDIR}/bin/autotest
+${GEM_LIBDIR}/bin/multigem
${GEM_LIBDIR}/bin/multiruby
${GEM_LIBDIR}/bin/multiruby_setup
-${GEM_LIBDIR}/bin/rails_test_audit
${GEM_LIBDIR}/bin/unit_diff
${GEM_LIBDIR}/bin/zentest
${GEM_LIBDIR}/example.txt
@@ -25,53 +26,19 @@
${GEM_LIBDIR}/example_dot_autotest.rb
${GEM_LIBDIR}/lib/autotest.rb
${GEM_LIBDIR}/lib/autotest/autoupdate.rb
-${GEM_LIBDIR}/lib/autotest/camping.rb
-${GEM_LIBDIR}/lib/autotest/cctray.rb
-${GEM_LIBDIR}/lib/autotest/discover.rb
-${GEM_LIBDIR}/lib/autotest/emacs.rb
-${GEM_LIBDIR}/lib/autotest/email_notify.rb
-${GEM_LIBDIR}/lib/autotest/fixtures.rb
-${GEM_LIBDIR}/lib/autotest/growl.rb
-${GEM_LIBDIR}/lib/autotest/heckle.rb
-${GEM_LIBDIR}/lib/autotest/html_report.rb
-${GEM_LIBDIR}/lib/autotest/jabber_notify.rb
-${GEM_LIBDIR}/lib/autotest/kdenotify.rb
-${GEM_LIBDIR}/lib/autotest/menu.rb
-${GEM_LIBDIR}/lib/autotest/migrate.rb
-${GEM_LIBDIR}/lib/autotest/notify.rb
${GEM_LIBDIR}/lib/autotest/once.rb
-${GEM_LIBDIR}/lib/autotest/pretty.rb
-${GEM_LIBDIR}/lib/autotest/rails.rb
${GEM_LIBDIR}/lib/autotest/rcov.rb
-${GEM_LIBDIR}/lib/autotest/redgreen.rb
-${GEM_LIBDIR}/lib/autotest/screen.rb
-${GEM_LIBDIR}/lib/autotest/shame.rb
-${GEM_LIBDIR}/lib/autotest/snarl.rb
+${GEM_LIBDIR}/lib/autotest/restart.rb
${GEM_LIBDIR}/lib/autotest/timestamp.rb
+${GEM_LIBDIR}/lib/focus.rb
${GEM_LIBDIR}/lib/functional_test_matrix.rb
${GEM_LIBDIR}/lib/multiruby.rb
-${GEM_LIBDIR}/lib/test/rails.rb
-${GEM_LIBDIR}/lib/test/rails/controller_test_case.rb
-${GEM_LIBDIR}/lib/test/rails/functional_test_case.rb
-${GEM_LIBDIR}/lib/test/rails/helper_test_case.rb
-${GEM_LIBDIR}/lib/test/rails/ivar_proxy.rb
-${GEM_LIBDIR}/lib/test/rails/pp_html_document.rb
-${GEM_LIBDIR}/lib/test/rails/rake_tasks.rb
-${GEM_LIBDIR}/lib/test/rails/render_tree.rb
-${GEM_LIBDIR}/lib/test/rails/test_case.rb
-${GEM_LIBDIR}/lib/test/rails/view_test_case.rb
-${GEM_LIBDIR}/lib/test/zentest_assertions.rb
${GEM_LIBDIR}/lib/unit_diff.rb
${GEM_LIBDIR}/lib/zentest.rb
${GEM_LIBDIR}/lib/zentest_mapping.rb
${GEM_LIBDIR}/test/test_autotest.rb
-${GEM_LIBDIR}/test/test_help.rb
-${GEM_LIBDIR}/test/test_rails_autotest.rb
-${GEM_LIBDIR}/test/test_rails_controller_test_case.rb
-${GEM_LIBDIR}/test/test_rails_helper_test_case.rb
-${GEM_LIBDIR}/test/test_rails_view_test_case.rb
+${GEM_LIBDIR}/test/test_focus.rb
${GEM_LIBDIR}/test/test_unit_diff.rb
${GEM_LIBDIR}/test/test_zentest.rb
-${GEM_LIBDIR}/test/test_zentest_assertions.rb
${GEM_LIBDIR}/test/test_zentest_mapping.rb
${GEM_HOME}/specifications/ZenTest-${PKGVERSION}.gemspec
diff -r 621e8c664d07 -r 58fbe9a07477 devel/ZenTest/distinfo
--- a/devel/ZenTest/distinfo Mon Nov 23 13:43:12 2009 +0000
+++ b/devel/ZenTest/distinfo Mon Nov 23 13:45:51 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/06/22 15:54:37 taca Exp $
+$NetBSD: distinfo,v 1.5 2009/11/23 13:45:51 fhajny Exp $
-SHA1 (ZenTest-3.10.0.gem) = 98b011a014a7820b61c56fbd5bfa170aaad7d57b
-RMD160 (ZenTest-3.10.0.gem) = 6bfa0b77995cea01ac587e299b2132b91e0c1fa0
-Size (ZenTest-3.10.0.gem) = 82432 bytes
+SHA1 (ZenTest-4.1.4.gem) = e649df4cb482a5eb3ef6b109a57f3c27f4555912
+RMD160 (ZenTest-4.1.4.gem) = eab798623bd819e5ed85a5693f87e24e7c3dab29
+Size (ZenTest-4.1.4.gem) = 60416 bytes
Home |
Main Index |
Thread Index |
Old Index