pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec Initial import of ruby18-rspec-1.1.3 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/049d837b337e
branches:  trunk
changeset: 540487:049d837b337e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Apr 04 15:18:33 2008 +0000

description:
Initial import of ruby18-rspec-1.1.3 as devel/ruby-rspec.

RSpec is a Behaviour Driven Development framework for Ruby.  It provides
two frameworks for writing and executing examples of how your Ruby
application should behave:

  * a Story Framework for describing behaviour at the application level
  * a Spec Framework for describing behaviour at the object level

diffstat:

 devel/ruby-rspec/DESCR    |    6 +
 devel/ruby-rspec/Makefile |   16 +
 devel/ruby-rspec/PLIST    |  452 ++++++++++++++++++++++++++++++++++++++++++++++
 devel/ruby-rspec/distinfo |    5 +
 4 files changed, 479 insertions(+), 0 deletions(-)

diffs (truncated from 495 to 300 lines):

diff -r 8576c1b80e96 -r 049d837b337e devel/ruby-rspec/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rspec/DESCR    Fri Apr 04 15:18:33 2008 +0000
@@ -0,0 +1,6 @@
+RSpec is a Behaviour Driven Development framework for Ruby.  It provides
+two frameworks for writing and executing examples of how your Ruby
+application should behave:
+
+  * a Story Framework for describing behaviour at the application level
+  * a Spec Framework for describing behaviour at the object level
diff -r 8576c1b80e96 -r 049d837b337e devel/ruby-rspec/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rspec/Makefile Fri Apr 04 15:18:33 2008 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:18:33 jlam Exp $
+
+DISTNAME=      rspec-1.1.3
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://rspec.info/
+COMMENT=       Behaviour Driven Development framework for Ruby
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-diff-lcs>=1.1.2:../../textproc/ruby-diff-lcs
+DEPENDS+=      ${RUBY_PKGPREFIX}-heckle>=1.4.1:../../devel/ruby-heckle
+DEPENDS+=      ${RUBY_PKGPREFIX}-rcov>=0.8.1.2.0:../../devel/ruby-rcov
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8576c1b80e96 -r 049d837b337e devel/ruby-rspec/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rspec/PLIST    Fri Apr 04 15:18:33 2008 +0000
@@ -0,0 +1,452 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:18:33 jlam Exp $
+bin/spec
+bin/spec_translator
+${GEM_HOME}/cache/rspec-${PKGVERSION}.gem
+${GEM_LIBDIR}/CHANGES
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/TODO
+${GEM_LIBDIR}/UPGRADE
+${GEM_LIBDIR}/bin/spec
+${GEM_LIBDIR}/bin/spec_translator
+${GEM_LIBDIR}/examples/pure/autogenerated_docstrings_example.rb
+${GEM_LIBDIR}/examples/pure/before_and_after_example.rb
+${GEM_LIBDIR}/examples/pure/behave_as_example.rb
+${GEM_LIBDIR}/examples/pure/custom_expectation_matchers.rb
+${GEM_LIBDIR}/examples/pure/custom_formatter.rb
+${GEM_LIBDIR}/examples/pure/dynamic_spec.rb
+${GEM_LIBDIR}/examples/pure/file_accessor.rb
+${GEM_LIBDIR}/examples/pure/file_accessor_spec.rb
+${GEM_LIBDIR}/examples/pure/greeter_spec.rb
+${GEM_LIBDIR}/examples/pure/helper_method_example.rb
+${GEM_LIBDIR}/examples/pure/io_processor.rb
+${GEM_LIBDIR}/examples/pure/io_processor_spec.rb
+${GEM_LIBDIR}/examples/pure/legacy_spec.rb
+${GEM_LIBDIR}/examples/pure/mocking_example.rb
+${GEM_LIBDIR}/examples/pure/multi_threaded_behaviour_runner.rb
+${GEM_LIBDIR}/examples/pure/nested_classes_example.rb
+${GEM_LIBDIR}/examples/pure/partial_mock_example.rb
+${GEM_LIBDIR}/examples/pure/pending_example.rb
+${GEM_LIBDIR}/examples/pure/predicate_example.rb
+${GEM_LIBDIR}/examples/pure/priority.txt
+${GEM_LIBDIR}/examples/pure/shared_example_group_example.rb
+${GEM_LIBDIR}/examples/pure/shared_stack_examples.rb
+${GEM_LIBDIR}/examples/pure/spec_helper.rb
+${GEM_LIBDIR}/examples/pure/stack.rb
+${GEM_LIBDIR}/examples/pure/stack_spec.rb
+${GEM_LIBDIR}/examples/pure/stack_spec_with_nested_example_groups.rb
+${GEM_LIBDIR}/examples/pure/stubbing_example.rb
+${GEM_LIBDIR}/examples/stories/adder.rb
+${GEM_LIBDIR}/examples/stories/addition
+${GEM_LIBDIR}/examples/stories/addition.rb
+${GEM_LIBDIR}/examples/stories/calculator.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/README.txt
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/everything.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/examples/examples.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/examples/game_behaviour.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/examples/grid_behaviour.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/CellsWithLessThanTwoNeighboursDie.story
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/EmptySpacesWithThreeNeighboursCreateACell.story
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/ICanKillACell.story
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/create_a_cell.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/helper.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/kill_a_cell.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/steps.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/stories.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories/stories.txt
+${GEM_LIBDIR}/examples/stories/game-of-life/life.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/life/game.rb
+${GEM_LIBDIR}/examples/stories/game-of-life/life/grid.rb
+${GEM_LIBDIR}/examples/stories/helper.rb
+${GEM_LIBDIR}/examples/stories/steps/addition_steps.rb
+${GEM_LIBDIR}/failing_examples/README.txt
+${GEM_LIBDIR}/failing_examples/diffing_spec.rb
+${GEM_LIBDIR}/failing_examples/failing_autogenerated_docstrings_example.rb
+${GEM_LIBDIR}/failing_examples/failure_in_setup.rb
+${GEM_LIBDIR}/failing_examples/failure_in_teardown.rb
+${GEM_LIBDIR}/failing_examples/mocking_example.rb
+${GEM_LIBDIR}/failing_examples/mocking_with_flexmock.rb
+${GEM_LIBDIR}/failing_examples/mocking_with_mocha.rb
+${GEM_LIBDIR}/failing_examples/mocking_with_rr.rb
+${GEM_LIBDIR}/failing_examples/partial_mock_example.rb
+${GEM_LIBDIR}/failing_examples/predicate_example.rb
+${GEM_LIBDIR}/failing_examples/raising_example.rb
+${GEM_LIBDIR}/failing_examples/spec_helper.rb
+${GEM_LIBDIR}/failing_examples/syntax_error_example.rb
+${GEM_LIBDIR}/failing_examples/team_spec.rb
+${GEM_LIBDIR}/failing_examples/timeout_behaviour.rb
+${GEM_LIBDIR}/lib/autotest/discover.rb
+${GEM_LIBDIR}/lib/autotest/rspec.rb
+${GEM_LIBDIR}/lib/spec.rb
+${GEM_LIBDIR}/lib/spec/example.rb
+${GEM_LIBDIR}/lib/spec/example/configuration.rb
+${GEM_LIBDIR}/lib/spec/example/errors.rb
+${GEM_LIBDIR}/lib/spec/example/example_group.rb
+${GEM_LIBDIR}/lib/spec/example/example_group_factory.rb
+${GEM_LIBDIR}/lib/spec/example/example_group_methods.rb
+${GEM_LIBDIR}/lib/spec/example/example_matcher.rb
+${GEM_LIBDIR}/lib/spec/example/example_methods.rb
+${GEM_LIBDIR}/lib/spec/example/module_reopening_fix.rb
+${GEM_LIBDIR}/lib/spec/example/pending.rb
+${GEM_LIBDIR}/lib/spec/example/shared_example_group.rb
+${GEM_LIBDIR}/lib/spec/expectations.rb
+${GEM_LIBDIR}/lib/spec/expectations/differs/default.rb
+${GEM_LIBDIR}/lib/spec/expectations/errors.rb
+${GEM_LIBDIR}/lib/spec/expectations/extensions.rb
+${GEM_LIBDIR}/lib/spec/expectations/extensions/object.rb
+${GEM_LIBDIR}/lib/spec/expectations/extensions/string_and_symbol.rb
+${GEM_LIBDIR}/lib/spec/expectations/handler.rb
+${GEM_LIBDIR}/lib/spec/extensions.rb
+${GEM_LIBDIR}/lib/spec/extensions/class.rb
+${GEM_LIBDIR}/lib/spec/extensions/main.rb
+${GEM_LIBDIR}/lib/spec/extensions/object.rb
+${GEM_LIBDIR}/lib/spec/interop/test.rb
+${GEM_LIBDIR}/lib/spec/interop/test/unit/autorunner.rb
+${GEM_LIBDIR}/lib/spec/interop/test/unit/testcase.rb
+${GEM_LIBDIR}/lib/spec/interop/test/unit/testresult.rb
+${GEM_LIBDIR}/lib/spec/interop/test/unit/testsuite_adapter.rb
+${GEM_LIBDIR}/lib/spec/interop/test/unit/ui/console/testrunner.rb
+${GEM_LIBDIR}/lib/spec/matchers.rb
+${GEM_LIBDIR}/lib/spec/matchers/be.rb
+${GEM_LIBDIR}/lib/spec/matchers/be_close.rb
+${GEM_LIBDIR}/lib/spec/matchers/change.rb
+${GEM_LIBDIR}/lib/spec/matchers/eql.rb
+${GEM_LIBDIR}/lib/spec/matchers/equal.rb
+${GEM_LIBDIR}/lib/spec/matchers/exist.rb
+${GEM_LIBDIR}/lib/spec/matchers/has.rb
+${GEM_LIBDIR}/lib/spec/matchers/have.rb
+${GEM_LIBDIR}/lib/spec/matchers/include.rb
+${GEM_LIBDIR}/lib/spec/matchers/match.rb
+${GEM_LIBDIR}/lib/spec/matchers/operator_matcher.rb
+${GEM_LIBDIR}/lib/spec/matchers/raise_error.rb
+${GEM_LIBDIR}/lib/spec/matchers/respond_to.rb
+${GEM_LIBDIR}/lib/spec/matchers/satisfy.rb
+${GEM_LIBDIR}/lib/spec/matchers/simple_matcher.rb
+${GEM_LIBDIR}/lib/spec/matchers/throw_symbol.rb
+${GEM_LIBDIR}/lib/spec/mocks.rb
+${GEM_LIBDIR}/lib/spec/mocks/argument_constraint_matchers.rb
+${GEM_LIBDIR}/lib/spec/mocks/argument_expectation.rb
+${GEM_LIBDIR}/lib/spec/mocks/error_generator.rb
+${GEM_LIBDIR}/lib/spec/mocks/errors.rb
+${GEM_LIBDIR}/lib/spec/mocks/extensions/object.rb
+${GEM_LIBDIR}/lib/spec/mocks/message_expectation.rb
+${GEM_LIBDIR}/lib/spec/mocks/methods.rb
+${GEM_LIBDIR}/lib/spec/mocks/mock.rb
+${GEM_LIBDIR}/lib/spec/mocks/order_group.rb
+${GEM_LIBDIR}/lib/spec/mocks/proxy.rb
+${GEM_LIBDIR}/lib/spec/mocks/space.rb
+${GEM_LIBDIR}/lib/spec/mocks/spec_methods.rb
+${GEM_LIBDIR}/lib/spec/rake/spectask.rb
+${GEM_LIBDIR}/lib/spec/rake/verify_rcov.rb
+${GEM_LIBDIR}/lib/spec/runner.rb
+${GEM_LIBDIR}/lib/spec/runner/backtrace_tweaker.rb
+${GEM_LIBDIR}/lib/spec/runner/class_and_arguments_parser.rb
+${GEM_LIBDIR}/lib/spec/runner/command_line.rb
+${GEM_LIBDIR}/lib/spec/runner/drb_command_line.rb
+${GEM_LIBDIR}/lib/spec/runner/example_group_runner.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/base_formatter.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/base_text_formatter.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/failing_example_groups_formatter.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/failing_examples_formatter.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/html_formatter.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/profile_formatter.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/progress_bar_formatter.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/snippet_extractor.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/specdoc_formatter.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/story/html_formatter.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/story/plain_text_formatter.rb
+${GEM_LIBDIR}/lib/spec/runner/formatter/text_mate_formatter.rb
+${GEM_LIBDIR}/lib/spec/runner/heckle_runner.rb
+${GEM_LIBDIR}/lib/spec/runner/heckle_runner_unsupported.rb
+${GEM_LIBDIR}/lib/spec/runner/option_parser.rb
+${GEM_LIBDIR}/lib/spec/runner/options.rb
+${GEM_LIBDIR}/lib/spec/runner/reporter.rb
+${GEM_LIBDIR}/lib/spec/runner/spec_parser.rb
+${GEM_LIBDIR}/lib/spec/story.rb
+${GEM_LIBDIR}/lib/spec/story/extensions.rb
+${GEM_LIBDIR}/lib/spec/story/extensions/main.rb
+${GEM_LIBDIR}/lib/spec/story/extensions/regexp.rb
+${GEM_LIBDIR}/lib/spec/story/extensions/string.rb
+${GEM_LIBDIR}/lib/spec/story/given_scenario.rb
+${GEM_LIBDIR}/lib/spec/story/runner.rb
+${GEM_LIBDIR}/lib/spec/story/runner/plain_text_story_runner.rb
+${GEM_LIBDIR}/lib/spec/story/runner/scenario_collector.rb
+${GEM_LIBDIR}/lib/spec/story/runner/scenario_runner.rb
+${GEM_LIBDIR}/lib/spec/story/runner/story_mediator.rb
+${GEM_LIBDIR}/lib/spec/story/runner/story_parser.rb
+${GEM_LIBDIR}/lib/spec/story/runner/story_runner.rb
+${GEM_LIBDIR}/lib/spec/story/scenario.rb
+${GEM_LIBDIR}/lib/spec/story/step.rb
+${GEM_LIBDIR}/lib/spec/story/step_group.rb
+${GEM_LIBDIR}/lib/spec/story/step_mother.rb
+${GEM_LIBDIR}/lib/spec/story/story.rb
+${GEM_LIBDIR}/lib/spec/story/world.rb
+${GEM_LIBDIR}/lib/spec/translator.rb
+${GEM_LIBDIR}/lib/spec/version.rb
+${GEM_LIBDIR}/plugins/mock_frameworks/flexmock.rb
+${GEM_LIBDIR}/plugins/mock_frameworks/mocha.rb
+${GEM_LIBDIR}/plugins/mock_frameworks/rr.rb
+${GEM_LIBDIR}/plugins/mock_frameworks/rspec.rb
+${GEM_LIBDIR}/pre_commit/lib/pre_commit.rb
+${GEM_LIBDIR}/pre_commit/lib/pre_commit/core.rb
+${GEM_LIBDIR}/pre_commit/lib/pre_commit/pre_commit.rb
+${GEM_LIBDIR}/pre_commit/lib/pre_commit/rspec.rb
+${GEM_LIBDIR}/pre_commit/lib/pre_commit/rspec_on_rails.rb
+${GEM_LIBDIR}/pre_commit/spec/pre_commit/pre_commit_spec.rb
+${GEM_LIBDIR}/pre_commit/spec/pre_commit/rspec_on_rails_spec.rb
+${GEM_LIBDIR}/pre_commit/spec/spec_helper.rb
+${GEM_LIBDIR}/pre_commit/spec/spec_suite.rb
+${GEM_LIBDIR}/rake_tasks/examples.rake
+${GEM_LIBDIR}/rake_tasks/examples_with_rcov.rake
+${GEM_LIBDIR}/rake_tasks/failing_examples_with_html.rake
+${GEM_LIBDIR}/rake_tasks/verify_rcov.rake
+${GEM_LIBDIR}/spec/README.jruby
+${GEM_LIBDIR}/spec/autotest/discover_spec.rb
+${GEM_LIBDIR}/spec/autotest/rspec_spec.rb
+${GEM_LIBDIR}/spec/autotest_helper.rb
+${GEM_LIBDIR}/spec/autotest_matchers.rb
+${GEM_LIBDIR}/spec/rspec_suite.rb
+${GEM_LIBDIR}/spec/ruby_forker.rb
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec/example/configuration_spec.rb
+${GEM_LIBDIR}/spec/spec/example/example_group_class_definition_spec.rb
+${GEM_LIBDIR}/spec/spec/example/example_group_factory_spec.rb
+${GEM_LIBDIR}/spec/spec/example/example_group_methods_spec.rb
+${GEM_LIBDIR}/spec/spec/example/example_group_spec.rb
+${GEM_LIBDIR}/spec/spec/example/example_matcher_spec.rb
+${GEM_LIBDIR}/spec/spec/example/example_methods_spec.rb
+${GEM_LIBDIR}/spec/spec/example/example_runner_spec.rb
+${GEM_LIBDIR}/spec/spec/example/example_spec.rb
+${GEM_LIBDIR}/spec/spec/example/nested_example_group_spec.rb
+${GEM_LIBDIR}/spec/spec/example/pending_module_spec.rb
+${GEM_LIBDIR}/spec/spec/example/predicate_matcher_spec.rb
+${GEM_LIBDIR}/spec/spec/example/shared_example_group_spec.rb
+${GEM_LIBDIR}/spec/spec/example/subclassing_example_group_spec.rb
+${GEM_LIBDIR}/spec/spec/expectations/differs/default_spec.rb
+${GEM_LIBDIR}/spec/spec/expectations/extensions/object_spec.rb
+${GEM_LIBDIR}/spec/spec/expectations/fail_with_spec.rb
+${GEM_LIBDIR}/spec/spec/extensions/main_spec.rb
+${GEM_LIBDIR}/spec/spec/interop/test/unit/resources/spec_that_fails.rb
+${GEM_LIBDIR}/spec/spec/interop/test/unit/resources/spec_that_passes.rb
+${GEM_LIBDIR}/spec/spec/interop/test/unit/resources/spec_with_errors.rb
+${GEM_LIBDIR}/spec/spec/interop/test/unit/resources/test_case_that_fails.rb
+${GEM_LIBDIR}/spec/spec/interop/test/unit/resources/test_case_that_passes.rb
+${GEM_LIBDIR}/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
+${GEM_LIBDIR}/spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb
+${GEM_LIBDIR}/spec/spec/interop/test/unit/spec_spec.rb
+${GEM_LIBDIR}/spec/spec/interop/test/unit/test_unit_spec_helper.rb
+${GEM_LIBDIR}/spec/spec/interop/test/unit/testcase_spec.rb
+${GEM_LIBDIR}/spec/spec/interop/test/unit/testsuite_adapter_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/be_close_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/be_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/change_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/description_generation_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/eql_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/equal_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/exist_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/handler_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/has_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/have_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/include_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/match_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/matcher_methods_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/mock_constraint_matchers_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/operator_matcher_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/raise_error_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/respond_to_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/satisfy_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/simple_matcher_spec.rb
+${GEM_LIBDIR}/spec/spec/matchers/throw_symbol_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/any_number_of_times_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/argument_expectation_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/at_least_spec.rb



Home | Main Index | Thread Index | Old Index