summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:18:33 +0000
committerjlam <jlam>2008-04-04 15:18:33 +0000
commit0c74c26ab91f9f484cc0de3afbc45f992c497b37 (patch)
treea2c3de920483fed9198a44f155983cc6999621b8
parentaba7703efc882e7932d20da2d09487d53b8f7c00 (diff)
downloadpkgsrc-0c74c26ab91f9f484cc0de3afbc45f992c497b37.tar.gz
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
-rw-r--r--devel/ruby-rspec/DESCR6
-rw-r--r--devel/ruby-rspec/Makefile16
-rw-r--r--devel/ruby-rspec/PLIST452
-rw-r--r--devel/ruby-rspec/distinfo5
4 files changed, 479 insertions, 0 deletions
diff --git a/devel/ruby-rspec/DESCR b/devel/ruby-rspec/DESCR
new file mode 100644
index 00000000000..dd04ce416fe
--- /dev/null
+++ b/devel/ruby-rspec/DESCR
@@ -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 --git a/devel/ruby-rspec/Makefile b/devel/ruby-rspec/Makefile
new file mode 100644
index 00000000000..ea6cffa6a5d
--- /dev/null
+++ b/devel/ruby-rspec/Makefile
@@ -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
+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 --git a/devel/ruby-rspec/PLIST b/devel/ruby-rspec/PLIST
new file mode 100644
index 00000000000..f6e950dcc09
--- /dev/null
+++ b/devel/ruby-rspec/PLIST
@@ -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
+${GEM_LIBDIR}/spec/spec/mocks/at_most_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/bug_report_10260_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/bug_report_10263.rb
+${GEM_LIBDIR}/spec/spec/mocks/bug_report_11545_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/bug_report_15719_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/bug_report_7611_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/bug_report_7805_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/bug_report_8165_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/bug_report_8302_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/failing_mock_argument_constraints_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/mock_ordering_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/mock_space_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/mock_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/multiple_return_value_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/null_object_mock_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/once_counts_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/options_hash_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/partial_mock_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/passing_mock_argument_constraints_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/precise_counts_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/record_messages_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/stub_spec.rb
+${GEM_LIBDIR}/spec/spec/mocks/twice_counts_spec.rb
+${GEM_LIBDIR}/spec/spec/package/bin_spec_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/class_and_argument_parser_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/command_line_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/drb_command_line_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/empty_file.txt
+${GEM_LIBDIR}/spec/spec/runner/examples.txt
+${GEM_LIBDIR}/spec/spec/runner/execution_context_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/failed.txt
+${GEM_LIBDIR}/spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/formatter/failing_examples_formatter_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/formatter/html_formatted-1.8.4.html
+${GEM_LIBDIR}/spec/spec/runner/formatter/html_formatted-1.8.5-jruby.html
+${GEM_LIBDIR}/spec/spec/runner/formatter/html_formatted-1.8.5.html
+${GEM_LIBDIR}/spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html
+${GEM_LIBDIR}/spec/spec/runner/formatter/html_formatted-1.8.6.html
+${GEM_LIBDIR}/spec/spec/runner/formatter/html_formatter_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/formatter/profile_formatter_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/formatter/progress_bar_formatter_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/formatter/snippet_extractor_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/formatter/spec_mate_formatter_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/formatter/specdoc_formatter_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/formatter/story/html_formatter_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/formatter/story/plain_text_formatter_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/formatter/text_mate_formatted-1.8.4.html
+${GEM_LIBDIR}/spec/spec/runner/formatter/text_mate_formatted-1.8.6.html
+${GEM_LIBDIR}/spec/spec/runner/heckle_runner_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/heckler_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/noisy_backtrace_tweaker_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/option_parser_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/options_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/output_one_time_fixture.rb
+${GEM_LIBDIR}/spec/spec/runner/output_one_time_fixture_runner.rb
+${GEM_LIBDIR}/spec/spec/runner/output_one_time_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/quiet_backtrace_tweaker_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/reporter_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/resources/a_bar.rb
+${GEM_LIBDIR}/spec/spec/runner/resources/a_foo.rb
+${GEM_LIBDIR}/spec/spec/runner/resources/a_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/spec.opts
+${GEM_LIBDIR}/spec/spec/runner/spec_parser/spec_parser_fixture.rb
+${GEM_LIBDIR}/spec/spec/runner/spec_parser_spec.rb
+${GEM_LIBDIR}/spec/spec/runner/spec_spaced.opts
+${GEM_LIBDIR}/spec/spec/runner_spec.rb
+${GEM_LIBDIR}/spec/spec/spec_classes.rb
+${GEM_LIBDIR}/spec/spec/story/builders.rb
+${GEM_LIBDIR}/spec/spec/story/extensions/main_spec.rb
+${GEM_LIBDIR}/spec/spec/story/extensions_spec.rb
+${GEM_LIBDIR}/spec/spec/story/given_scenario_spec.rb
+${GEM_LIBDIR}/spec/spec/story/runner/plain_text_story_runner_spec.rb
+${GEM_LIBDIR}/spec/spec/story/runner/scenario_collector_spec.rb
+${GEM_LIBDIR}/spec/spec/story/runner/scenario_runner_spec.rb
+${GEM_LIBDIR}/spec/spec/story/runner/story_mediator_spec.rb
+${GEM_LIBDIR}/spec/spec/story/runner/story_parser_spec.rb
+${GEM_LIBDIR}/spec/spec/story/runner/story_runner_spec.rb
+${GEM_LIBDIR}/spec/spec/story/runner_spec.rb
+${GEM_LIBDIR}/spec/spec/story/scenario_spec.rb
+${GEM_LIBDIR}/spec/spec/story/step_group_spec.rb
+${GEM_LIBDIR}/spec/spec/story/step_mother_spec.rb
+${GEM_LIBDIR}/spec/spec/story/step_spec.rb
+${GEM_LIBDIR}/spec/spec/story/story_helper.rb
+${GEM_LIBDIR}/spec/spec/story/story_spec.rb
+${GEM_LIBDIR}/spec/spec/story/world_spec.rb
+${GEM_LIBDIR}/spec/spec/translator_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/stories/all.rb
+${GEM_LIBDIR}/stories/example_groups/autogenerated_docstrings
+${GEM_LIBDIR}/stories/example_groups/example_group_with_should_methods
+${GEM_LIBDIR}/stories/example_groups/nested_groups
+${GEM_LIBDIR}/stories/example_groups/output
+${GEM_LIBDIR}/stories/example_groups/stories.rb
+${GEM_LIBDIR}/stories/helper.rb
+${GEM_LIBDIR}/stories/interop/examples_and_tests_together
+${GEM_LIBDIR}/stories/interop/stories.rb
+${GEM_LIBDIR}/stories/interop/test_case_with_should_methods
+${GEM_LIBDIR}/stories/pending_stories/README
+${GEM_LIBDIR}/stories/resources/helpers/cmdline.rb
+${GEM_LIBDIR}/stories/resources/helpers/story_helper.rb
+${GEM_LIBDIR}/stories/resources/matchers/smart_match.rb
+${GEM_LIBDIR}/stories/resources/spec/example_group_with_should_methods.rb
+${GEM_LIBDIR}/stories/resources/spec/simple_spec.rb
+${GEM_LIBDIR}/stories/resources/steps/running_rspec.rb
+${GEM_LIBDIR}/stories/resources/stories/failing_story.rb
+${GEM_LIBDIR}/stories/resources/test/spec_and_test_together.rb
+${GEM_LIBDIR}/stories/resources/test/test_case_with_should_methods.rb
+${GEM_HOME}/specifications/rspec-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/stories/resources/test
+@dirrm ${GEM_LIBDIR}/stories/resources/stories
+@dirrm ${GEM_LIBDIR}/stories/resources/steps
+@dirrm ${GEM_LIBDIR}/stories/resources/spec
+@dirrm ${GEM_LIBDIR}/stories/resources/matchers
+@dirrm ${GEM_LIBDIR}/stories/resources/helpers
+@dirrm ${GEM_LIBDIR}/stories/resources
+@dirrm ${GEM_LIBDIR}/stories/pending_stories
+@dirrm ${GEM_LIBDIR}/stories/interop
+@dirrm ${GEM_LIBDIR}/stories/example_groups
+@dirrm ${GEM_LIBDIR}/stories
+@dirrm ${GEM_LIBDIR}/spec/spec/story/runner
+@dirrm ${GEM_LIBDIR}/spec/spec/story/extensions
+@dirrm ${GEM_LIBDIR}/spec/spec/story
+@dirrm ${GEM_LIBDIR}/spec/spec/runner/spec_parser
+@dirrm ${GEM_LIBDIR}/spec/spec/runner/resources
+@dirrm ${GEM_LIBDIR}/spec/spec/runner/formatter/story
+@dirrm ${GEM_LIBDIR}/spec/spec/runner/formatter
+@dirrm ${GEM_LIBDIR}/spec/spec/runner
+@dirrm ${GEM_LIBDIR}/spec/spec/package
+@dirrm ${GEM_LIBDIR}/spec/spec/mocks
+@dirrm ${GEM_LIBDIR}/spec/spec/matchers
+@dirrm ${GEM_LIBDIR}/spec/spec/interop/test/unit/resources
+@dirrm ${GEM_LIBDIR}/spec/spec/interop/test/unit
+@dirrm ${GEM_LIBDIR}/spec/spec/interop/test
+@dirrm ${GEM_LIBDIR}/spec/spec/interop
+@dirrm ${GEM_LIBDIR}/spec/spec/extensions
+@dirrm ${GEM_LIBDIR}/spec/spec/expectations/extensions
+@dirrm ${GEM_LIBDIR}/spec/spec/expectations/differs
+@dirrm ${GEM_LIBDIR}/spec/spec/expectations
+@dirrm ${GEM_LIBDIR}/spec/spec/example
+@dirrm ${GEM_LIBDIR}/spec/spec
+@dirrm ${GEM_LIBDIR}/spec/autotest
+@dirrm ${GEM_LIBDIR}/spec
+@dirrm ${GEM_LIBDIR}/rake_tasks
+@dirrm ${GEM_LIBDIR}/pre_commit/spec/pre_commit
+@dirrm ${GEM_LIBDIR}/pre_commit/spec
+@dirrm ${GEM_LIBDIR}/pre_commit/lib/pre_commit
+@dirrm ${GEM_LIBDIR}/pre_commit/lib
+@dirrm ${GEM_LIBDIR}/pre_commit
+@dirrm ${GEM_LIBDIR}/plugins/mock_frameworks
+@dirrm ${GEM_LIBDIR}/plugins
+@dirrm ${GEM_LIBDIR}/lib/spec/story/runner
+@dirrm ${GEM_LIBDIR}/lib/spec/story/extensions
+@dirrm ${GEM_LIBDIR}/lib/spec/story
+@dirrm ${GEM_LIBDIR}/lib/spec/runner/formatter/story
+@dirrm ${GEM_LIBDIR}/lib/spec/runner/formatter
+@dirrm ${GEM_LIBDIR}/lib/spec/runner
+@dirrm ${GEM_LIBDIR}/lib/spec/rake
+@dirrm ${GEM_LIBDIR}/lib/spec/mocks/extensions
+@dirrm ${GEM_LIBDIR}/lib/spec/mocks
+@dirrm ${GEM_LIBDIR}/lib/spec/matchers
+@dirrm ${GEM_LIBDIR}/lib/spec/interop/test/unit/ui/console
+@dirrm ${GEM_LIBDIR}/lib/spec/interop/test/unit/ui
+@dirrm ${GEM_LIBDIR}/lib/spec/interop/test/unit
+@dirrm ${GEM_LIBDIR}/lib/spec/interop/test
+@dirrm ${GEM_LIBDIR}/lib/spec/interop
+@dirrm ${GEM_LIBDIR}/lib/spec/extensions
+@dirrm ${GEM_LIBDIR}/lib/spec/expectations/extensions
+@dirrm ${GEM_LIBDIR}/lib/spec/expectations/differs
+@dirrm ${GEM_LIBDIR}/lib/spec/expectations
+@dirrm ${GEM_LIBDIR}/lib/spec/example
+@dirrm ${GEM_LIBDIR}/lib/spec
+@dirrm ${GEM_LIBDIR}/lib/autotest
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}/failing_examples
+@dirrm ${GEM_LIBDIR}/examples/stories/steps
+@dirrm ${GEM_LIBDIR}/examples/stories/game-of-life/life
+@dirrm ${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/stories
+@dirrm ${GEM_LIBDIR}/examples/stories/game-of-life/behaviour/examples
+@dirrm ${GEM_LIBDIR}/examples/stories/game-of-life/behaviour
+@dirrm ${GEM_LIBDIR}/examples/stories/game-of-life
+@dirrm ${GEM_LIBDIR}/examples/stories
+@dirrm ${GEM_LIBDIR}/examples/pure
+@dirrm ${GEM_LIBDIR}/examples
+@dirrm ${GEM_LIBDIR}/bin
+@dirrm ${GEM_LIBDIR}
diff --git a/devel/ruby-rspec/distinfo b/devel/ruby-rspec/distinfo
new file mode 100644
index 00000000000..331ef2d6b4d
--- /dev/null
+++ b/devel/ruby-rspec/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:18:33 jlam Exp $
+
+SHA1 (rspec-1.1.3.gem) = 58bfc082b9593d4eba43365674b6c569a689ee01
+RMD160 (rspec-1.1.3.gem) = df408b2e5fbcc814a7846f982c10bfdd5fa4afea
+Size (rspec-1.1.3.gem) = 186882 bytes