openbsd-ports/sysutils/ruby-thor/pkg/PLIST
jeremy 746dffb2b7 Update ruby-thor to 0.14.6, required by Rails 3.
This temporarily breaks www/ruby-merb, which will be dealt
with shortly.

ok landry
2010-12-08 21:43:44 +00:00

97 lines
4.8 KiB
Plaintext

@comment $OpenBSD: PLIST,v 1.4 2010/12/08 21:43:44 jeremy Exp $
${GEM_BIN}/rake2thor${GEM_BIN_SUFFIX}
${GEM_BIN}/thor${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.rdoc
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Thorfile
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/rake2thor
${GEM_LIB}/gems/${DISTNAME}/bin/thor
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/thor/
${GEM_LIB}/gems/${DISTNAME}/lib/thor.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/create_file.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/create_link.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/directory.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/empty_directory.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/file_manipulation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/inject_into_file.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/file_binary_read.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/hash_with_indifferent_access.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/ordered_hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/group.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/invocation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/argument.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/arguments.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/option.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/options.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/rake_compat.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/runner.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/basic.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/color.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/html.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/task.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/util.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/version.rb
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/actions/
${GEM_LIB}/gems/${DISTNAME}/spec/actions/create_file_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/actions/directory_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/actions/empty_directory_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/actions/file_manipulation_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/actions/inject_into_file_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/actions_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/base_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/core_ext/
${GEM_LIB}/gems/${DISTNAME}/spec/core_ext/hash_with_indifferent_access_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/core_ext/ordered_hash_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/application.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/bundle/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/bundle/execute.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/bundle/main.thor
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/%file_name%.rb.tt
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/README
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/block_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/components/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/components/.empty_directory
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/config.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/group.thor
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/invoke.thor
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/path with spaces
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/script.thor
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/task.thor
${GEM_LIB}/gems/${DISTNAME}/spec/group_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/invocation_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/parser/
${GEM_LIB}/gems/${DISTNAME}/spec/parser/argument_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/parser/arguments_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/parser/option_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/parser/options_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rake_compat_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/register_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/runner_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shell/
${GEM_LIB}/gems/${DISTNAME}/spec/shell/basic_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shell/color_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shell/html_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shell_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/task_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/thor_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/util_spec.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec