pkgsrc/devel/ZenTest/PLIST

57 lines
2.1 KiB
Text
Raw Normal View History

Update to version 3.9.1. Approved by maintainer. Changes since last packaged version (3.6.0) === 3.9.1 / 2008-01-31 * 1 bug fix: * OMG I'm so dumb... fixed memory leak. === 3.9.0 / 2008-01-30 * 15 minor enhancements: * Added Wilson's patch to allow unit_diff to work with mspec. Adding rspec next. * Minor overhaul for autotest: * Added -f flag to start up without testing. * Added -q flag to autotest to make it extra quiet. Patch by Aaron Patterson. * Added ability to set test execution order, defaults to :random. EVIL! * Added completed_re and failed_results_re to help subclasses like rspec. * Added deprecation warnings for hooks. Deprecated :run. * Added find_directories accessor, defaults to ['.'] * Added sleep accessor, defaults to 1 second. * Changed find_files to order files in the same order as find_directories. * Changed how autodiscover works with $:, added lib to the front. * Cleaned out nearly every @ and use accessor methods instead. You should too. * Made test_mappings ordered. * Removed @files, adding @find_order and @known_files. * Renamed tests_for_file to test_files_for. * test_files_for now only returns known files. === 3.8.0 / 2008-01-12 * 10 minor enhancements: * Added basic support for rubinius in multiruby. * Changed Dunno! message to only output on -v * Added Getting Started with Autotest by Philippe Hanrigou (with permission) * Updated example_dot_autotest.rb for newer plugins. * Cleaned up rdoc. * Worked with David Chelimsky to make Autotest more uber for subclasses. * Removed exceptions and test_mappings accessors and replaced with add/remove/clear methods. Updating .autotest should be very straightforward. * Moved :initialize hook to beginning of run method * Changed load/customization order to be: * Autotest * AutotestSubClass * ~/.autotest * ./.autotest (yes, both .autotest files). * Moved away from using instance variables to encourage subclasses to use accessors. === 3.7.2 / 2008-01-09 * 2 minor enhancements: * Extended file map for tests to include subdirs correctly. * Added debugging output on bad maps if -v set. === 3.7.1 / 2007-12-27 * 2 minor enhancements: * multiruby now downloads 1.8.6 and 1.9 on virgin run. * Improved output for the downloads. === 3.7.0 / 2007-12-21 * 8 minor enhancements: * Added add_mapping to make file mappings cleaner. * Added assert_callback thanks to Aaron Patterson. * Added autotest/cctray. * Added extra_files and extra_class_map, allowing .autotest files to be awesome. * Added url for lettuce principal thanks to Hugh Sasse. * Added zentest.rb refactorings thanks to Hugh Sasse. * Exceptions are now an array of regexps, built after :initialize hook. * Removed ruby_fork and ruby_fork_client. Eric got a faster laptop. :P * 6 bug fixes: * Fixed all my annoyances with @exceptions. * Fixed crasher in autotest/redgreen for non-matches. * Fixed everything to work with ruby 1.9. * Fixed rubygem requires causing strangeness in tests. * Fixed zentest mapping so ruby2ruby and test_ruby2ruby work. * Removed stupid YAML methods from TrueClass during testing. (Infected by Test::Rails' use of rubygems) === 3.6.1 / 2007-07-23 * 4 minor enhancements: * Test::Rails::ViewTestCase now uses assert_select. * assert_form and friends now work with blocks like assert_select does. * Allow path_parameters in view tests to be ammended, making working with routes easier. * New version of autotest/notify.rb uses notify-send. * Fixed rdoc formatting on autotest and a couple plugins.
2008-02-26 09:00:39 +01:00
@comment $NetBSD: PLIST,v 1.2 2008/02/26 08:00:39 seb Exp $
bin/autotest
bin/multiruby
bin/rails_test_audit
bin/unit_diff
bin/zentest
${RUBY_SITELIBDIR}/autotest.rb
${RUBY_SITELIBDIR}/autotest/autoupdate.rb
${RUBY_SITELIBDIR}/autotest/camping.rb
Update to version 3.9.1. Approved by maintainer. Changes since last packaged version (3.6.0) === 3.9.1 / 2008-01-31 * 1 bug fix: * OMG I'm so dumb... fixed memory leak. === 3.9.0 / 2008-01-30 * 15 minor enhancements: * Added Wilson's patch to allow unit_diff to work with mspec. Adding rspec next. * Minor overhaul for autotest: * Added -f flag to start up without testing. * Added -q flag to autotest to make it extra quiet. Patch by Aaron Patterson. * Added ability to set test execution order, defaults to :random. EVIL! * Added completed_re and failed_results_re to help subclasses like rspec. * Added deprecation warnings for hooks. Deprecated :run. * Added find_directories accessor, defaults to ['.'] * Added sleep accessor, defaults to 1 second. * Changed find_files to order files in the same order as find_directories. * Changed how autodiscover works with $:, added lib to the front. * Cleaned out nearly every @ and use accessor methods instead. You should too. * Made test_mappings ordered. * Removed @files, adding @find_order and @known_files. * Renamed tests_for_file to test_files_for. * test_files_for now only returns known files. === 3.8.0 / 2008-01-12 * 10 minor enhancements: * Added basic support for rubinius in multiruby. * Changed Dunno! message to only output on -v * Added Getting Started with Autotest by Philippe Hanrigou (with permission) * Updated example_dot_autotest.rb for newer plugins. * Cleaned up rdoc. * Worked with David Chelimsky to make Autotest more uber for subclasses. * Removed exceptions and test_mappings accessors and replaced with add/remove/clear methods. Updating .autotest should be very straightforward. * Moved :initialize hook to beginning of run method * Changed load/customization order to be: * Autotest * AutotestSubClass * ~/.autotest * ./.autotest (yes, both .autotest files). * Moved away from using instance variables to encourage subclasses to use accessors. === 3.7.2 / 2008-01-09 * 2 minor enhancements: * Extended file map for tests to include subdirs correctly. * Added debugging output on bad maps if -v set. === 3.7.1 / 2007-12-27 * 2 minor enhancements: * multiruby now downloads 1.8.6 and 1.9 on virgin run. * Improved output for the downloads. === 3.7.0 / 2007-12-21 * 8 minor enhancements: * Added add_mapping to make file mappings cleaner. * Added assert_callback thanks to Aaron Patterson. * Added autotest/cctray. * Added extra_files and extra_class_map, allowing .autotest files to be awesome. * Added url for lettuce principal thanks to Hugh Sasse. * Added zentest.rb refactorings thanks to Hugh Sasse. * Exceptions are now an array of regexps, built after :initialize hook. * Removed ruby_fork and ruby_fork_client. Eric got a faster laptop. :P * 6 bug fixes: * Fixed all my annoyances with @exceptions. * Fixed crasher in autotest/redgreen for non-matches. * Fixed everything to work with ruby 1.9. * Fixed rubygem requires causing strangeness in tests. * Fixed zentest mapping so ruby2ruby and test_ruby2ruby work. * Removed stupid YAML methods from TrueClass during testing. (Infected by Test::Rails' use of rubygems) === 3.6.1 / 2007-07-23 * 4 minor enhancements: * Test::Rails::ViewTestCase now uses assert_select. * assert_form and friends now work with blocks like assert_select does. * Allow path_parameters in view tests to be ammended, making working with routes easier. * New version of autotest/notify.rb uses notify-send. * Fixed rdoc formatting on autotest and a couple plugins.
2008-02-26 09:00:39 +01:00
${RUBY_SITELIBDIR}/autotest/cctray.rb
${RUBY_SITELIBDIR}/autotest/discover.rb
${RUBY_SITELIBDIR}/autotest/emacs.rb
${RUBY_SITELIBDIR}/autotest/fixtures.rb
${RUBY_SITELIBDIR}/autotest/growl.rb
${RUBY_SITELIBDIR}/autotest/heckle.rb
${RUBY_SITELIBDIR}/autotest/html_report.rb
${RUBY_SITELIBDIR}/autotest/kdenotify.rb
${RUBY_SITELIBDIR}/autotest/menu.rb
${RUBY_SITELIBDIR}/autotest/migrate.rb
${RUBY_SITELIBDIR}/autotest/notify.rb
${RUBY_SITELIBDIR}/autotest/pretty.rb
${RUBY_SITELIBDIR}/autotest/rails.rb
${RUBY_SITELIBDIR}/autotest/redgreen.rb
${RUBY_SITELIBDIR}/autotest/screen.rb
${RUBY_SITELIBDIR}/autotest/shame.rb
${RUBY_SITELIBDIR}/autotest/snarl.rb
${RUBY_SITELIBDIR}/autotest/timestamp.rb
${RUBY_SITELIBDIR}/functional_test_matrix.rb
${RUBY_SITELIBDIR}/test/rails.rb
${RUBY_SITELIBDIR}/test/rails/controller_test_case.rb
${RUBY_SITELIBDIR}/test/rails/functional_test_case.rb
${RUBY_SITELIBDIR}/test/rails/helper_test_case.rb
${RUBY_SITELIBDIR}/test/rails/ivar_proxy.rb
${RUBY_SITELIBDIR}/test/rails/pp_html_document.rb
${RUBY_SITELIBDIR}/test/rails/rake_tasks.rb
${RUBY_SITELIBDIR}/test/rails/render_tree.rb
${RUBY_SITELIBDIR}/test/rails/test_case.rb
${RUBY_SITELIBDIR}/test/rails/view_test_case.rb
${RUBY_SITELIBDIR}/test/zentest_assertions.rb
${RUBY_SITELIBDIR}/unit_diff.rb
${RUBY_SITELIBDIR}/zentest.rb
${RUBY_SITELIBDIR}/zentest_mapping.rb
${RUBY_DOCDIR}/ZenTest/README.txt
Update to version 3.9.1. Approved by maintainer. Changes since last packaged version (3.6.0) === 3.9.1 / 2008-01-31 * 1 bug fix: * OMG I'm so dumb... fixed memory leak. === 3.9.0 / 2008-01-30 * 15 minor enhancements: * Added Wilson's patch to allow unit_diff to work with mspec. Adding rspec next. * Minor overhaul for autotest: * Added -f flag to start up without testing. * Added -q flag to autotest to make it extra quiet. Patch by Aaron Patterson. * Added ability to set test execution order, defaults to :random. EVIL! * Added completed_re and failed_results_re to help subclasses like rspec. * Added deprecation warnings for hooks. Deprecated :run. * Added find_directories accessor, defaults to ['.'] * Added sleep accessor, defaults to 1 second. * Changed find_files to order files in the same order as find_directories. * Changed how autodiscover works with $:, added lib to the front. * Cleaned out nearly every @ and use accessor methods instead. You should too. * Made test_mappings ordered. * Removed @files, adding @find_order and @known_files. * Renamed tests_for_file to test_files_for. * test_files_for now only returns known files. === 3.8.0 / 2008-01-12 * 10 minor enhancements: * Added basic support for rubinius in multiruby. * Changed Dunno! message to only output on -v * Added Getting Started with Autotest by Philippe Hanrigou (with permission) * Updated example_dot_autotest.rb for newer plugins. * Cleaned up rdoc. * Worked with David Chelimsky to make Autotest more uber for subclasses. * Removed exceptions and test_mappings accessors and replaced with add/remove/clear methods. Updating .autotest should be very straightforward. * Moved :initialize hook to beginning of run method * Changed load/customization order to be: * Autotest * AutotestSubClass * ~/.autotest * ./.autotest (yes, both .autotest files). * Moved away from using instance variables to encourage subclasses to use accessors. === 3.7.2 / 2008-01-09 * 2 minor enhancements: * Extended file map for tests to include subdirs correctly. * Added debugging output on bad maps if -v set. === 3.7.1 / 2007-12-27 * 2 minor enhancements: * multiruby now downloads 1.8.6 and 1.9 on virgin run. * Improved output for the downloads. === 3.7.0 / 2007-12-21 * 8 minor enhancements: * Added add_mapping to make file mappings cleaner. * Added assert_callback thanks to Aaron Patterson. * Added autotest/cctray. * Added extra_files and extra_class_map, allowing .autotest files to be awesome. * Added url for lettuce principal thanks to Hugh Sasse. * Added zentest.rb refactorings thanks to Hugh Sasse. * Exceptions are now an array of regexps, built after :initialize hook. * Removed ruby_fork and ruby_fork_client. Eric got a faster laptop. :P * 6 bug fixes: * Fixed all my annoyances with @exceptions. * Fixed crasher in autotest/redgreen for non-matches. * Fixed everything to work with ruby 1.9. * Fixed rubygem requires causing strangeness in tests. * Fixed zentest mapping so ruby2ruby and test_ruby2ruby work. * Removed stupid YAML methods from TrueClass during testing. (Infected by Test::Rails' use of rubygems) === 3.6.1 / 2007-07-23 * 4 minor enhancements: * Test::Rails::ViewTestCase now uses assert_select. * assert_form and friends now work with blocks like assert_select does. * Allow path_parameters in view tests to be ammended, making working with routes easier. * New version of autotest/notify.rb uses notify-send. * Fixed rdoc formatting on autotest and a couple plugins.
2008-02-26 09:00:39 +01:00
${RUBY_DOCDIR}/ZenTest/articles/Article.css
${RUBY_DOCDIR}/ZenTest/articles/getting_started_with_autotest.html
${RUBY_DOCDIR}/ZenTest/articles/how_to_use_zentest.txt
${RUBY_EXAMPLESDIR}/ZenTest/example.txt
${RUBY_EXAMPLESDIR}/ZenTest/example1.rb
${RUBY_EXAMPLESDIR}/ZenTest/example2.rb
${RUBY_EXAMPLESDIR}/ZenTest/example_dot_autotest.rb
@dirrm ${RUBY_EXAMPLESDIR}/ZenTest
Update to version 3.9.1. Approved by maintainer. Changes since last packaged version (3.6.0) === 3.9.1 / 2008-01-31 * 1 bug fix: * OMG I'm so dumb... fixed memory leak. === 3.9.0 / 2008-01-30 * 15 minor enhancements: * Added Wilson's patch to allow unit_diff to work with mspec. Adding rspec next. * Minor overhaul for autotest: * Added -f flag to start up without testing. * Added -q flag to autotest to make it extra quiet. Patch by Aaron Patterson. * Added ability to set test execution order, defaults to :random. EVIL! * Added completed_re and failed_results_re to help subclasses like rspec. * Added deprecation warnings for hooks. Deprecated :run. * Added find_directories accessor, defaults to ['.'] * Added sleep accessor, defaults to 1 second. * Changed find_files to order files in the same order as find_directories. * Changed how autodiscover works with $:, added lib to the front. * Cleaned out nearly every @ and use accessor methods instead. You should too. * Made test_mappings ordered. * Removed @files, adding @find_order and @known_files. * Renamed tests_for_file to test_files_for. * test_files_for now only returns known files. === 3.8.0 / 2008-01-12 * 10 minor enhancements: * Added basic support for rubinius in multiruby. * Changed Dunno! message to only output on -v * Added Getting Started with Autotest by Philippe Hanrigou (with permission) * Updated example_dot_autotest.rb for newer plugins. * Cleaned up rdoc. * Worked with David Chelimsky to make Autotest more uber for subclasses. * Removed exceptions and test_mappings accessors and replaced with add/remove/clear methods. Updating .autotest should be very straightforward. * Moved :initialize hook to beginning of run method * Changed load/customization order to be: * Autotest * AutotestSubClass * ~/.autotest * ./.autotest (yes, both .autotest files). * Moved away from using instance variables to encourage subclasses to use accessors. === 3.7.2 / 2008-01-09 * 2 minor enhancements: * Extended file map for tests to include subdirs correctly. * Added debugging output on bad maps if -v set. === 3.7.1 / 2007-12-27 * 2 minor enhancements: * multiruby now downloads 1.8.6 and 1.9 on virgin run. * Improved output for the downloads. === 3.7.0 / 2007-12-21 * 8 minor enhancements: * Added add_mapping to make file mappings cleaner. * Added assert_callback thanks to Aaron Patterson. * Added autotest/cctray. * Added extra_files and extra_class_map, allowing .autotest files to be awesome. * Added url for lettuce principal thanks to Hugh Sasse. * Added zentest.rb refactorings thanks to Hugh Sasse. * Exceptions are now an array of regexps, built after :initialize hook. * Removed ruby_fork and ruby_fork_client. Eric got a faster laptop. :P * 6 bug fixes: * Fixed all my annoyances with @exceptions. * Fixed crasher in autotest/redgreen for non-matches. * Fixed everything to work with ruby 1.9. * Fixed rubygem requires causing strangeness in tests. * Fixed zentest mapping so ruby2ruby and test_ruby2ruby work. * Removed stupid YAML methods from TrueClass during testing. (Infected by Test::Rails' use of rubygems) === 3.6.1 / 2007-07-23 * 4 minor enhancements: * Test::Rails::ViewTestCase now uses assert_select. * assert_form and friends now work with blocks like assert_select does. * Allow path_parameters in view tests to be ammended, making working with routes easier. * New version of autotest/notify.rb uses notify-send. * Fixed rdoc formatting on autotest and a couple plugins.
2008-02-26 09:00:39 +01:00
@dirrm ${RUBY_DOCDIR}/ZenTest/articles
@dirrm ${RUBY_DOCDIR}/ZenTest
@dirrm ${RUBY_SITELIBDIR}/test/rails
@dirrm ${RUBY_SITELIBDIR}/test
@dirrm ${RUBY_SITELIBDIR}/autotest