diff options
author | taca <taca@pkgsrc.org> | 2012-03-18 08:08:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-18 08:08:16 +0000 |
commit | 65e45b3bcf3e7067b9e76ae347e0c3e4d2b51c1f (patch) | |
tree | ff584c6d7204f2e65848cbb9007312bec37151cd /www | |
parent | 97d150c40a88a532a0d25d4a166b08ca56afa06a (diff) | |
download | pkgsrc-65e45b3bcf3e7067b9e76ae347e0c3e4d2b51c1f.tar.gz |
Remove ruby-actionpack, say good-by to Ruby on Rails 2.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-actionpack/DESCR | 21 | ||||
-rw-r--r-- | www/ruby-actionpack/Makefile | 17 | ||||
-rw-r--r-- | www/ruby-actionpack/PLIST | 443 | ||||
-rw-r--r-- | www/ruby-actionpack/distinfo | 6 | ||||
-rw-r--r-- | www/ruby-actionpack/patches/patch-ab | 17 |
5 files changed, 0 insertions, 504 deletions
diff --git a/www/ruby-actionpack/DESCR b/www/ruby-actionpack/DESCR deleted file mode 100644 index 1153897a11d..00000000000 --- a/www/ruby-actionpack/DESCR +++ /dev/null @@ -1,21 +0,0 @@ -Action Pack splits the response to a web request into a controller -part (performing the logic) and a view part (rendering a template). -This two-step approach is known as an action, which will normally -create, read, update, or delete (CRUD for short) some sort of model -part (often backed by a database) before choosing either to render a -template or redirecting to another action. - -Action Pack implements these actions as public methods on Action -Controllers and uses Action Views to implement the template rendering. -Action Controllers are then responsible for handling all the actions -relating to a certain part of an application. This grouping usually -consists of actions for lists and for CRUDs revolving around a single -(or a few) model objects. So ContactController would be responsible -for listing contacts, creating, deleting, and updating contacts. A -WeblogController could be responsible for both posts and comments. - -Action View templates are written using embedded Ruby in tags mingled -in with the HTML. To avoid cluttering the templates with code, a -bunch of helper classes provide common behavior for forms, dates, and -strings. And it's easy to add specific helpers to keep the separation -as the application evolves. diff --git a/www/ruby-actionpack/Makefile b/www/ruby-actionpack/Makefile deleted file mode 100644 index 8d2b0f78b04..00000000000 --- a/www/ruby-actionpack/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.24 2011/12/13 15:57:27 taca Exp $ - -DISTNAME= actionpack-${RUBY_RAILS_VERSION} -CATEGORIES= www - -MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://rubyforge.org/projects/actionpack/ -COMMENT= Two-step approach to web response generation -LICENSE= mit - -DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} -DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.1.0<1.2.0:../../www/ruby-rack11 - -RUBY_RAILS_SUPPORTED= 2 - -.include "../../lang/ruby/gem.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-actionpack/PLIST b/www/ruby-actionpack/PLIST deleted file mode 100644 index e0c8c949b50..00000000000 --- a/www/ruby-actionpack/PLIST +++ /dev/null @@ -1,443 +0,0 @@ -@comment $NetBSD: PLIST,v 1.22 2011/06/11 03:13:46 taca Exp $ -${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/CHANGELOG -${GEM_LIBDIR}/MIT-LICENSE -${GEM_LIBDIR}/README -${GEM_LIBDIR}/RUNNING_UNIT_TESTS -${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/install.rb -${GEM_LIBDIR}/lib/action_controller.rb -${GEM_LIBDIR}/lib/action_controller/assertions/dom_assertions.rb -${GEM_LIBDIR}/lib/action_controller/assertions/model_assertions.rb -${GEM_LIBDIR}/lib/action_controller/assertions/response_assertions.rb -${GEM_LIBDIR}/lib/action_controller/assertions/routing_assertions.rb -${GEM_LIBDIR}/lib/action_controller/assertions/selector_assertions.rb -${GEM_LIBDIR}/lib/action_controller/assertions/tag_assertions.rb -${GEM_LIBDIR}/lib/action_controller/base.rb -${GEM_LIBDIR}/lib/action_controller/benchmarking.rb -${GEM_LIBDIR}/lib/action_controller/caching.rb -${GEM_LIBDIR}/lib/action_controller/caching/actions.rb -${GEM_LIBDIR}/lib/action_controller/caching/fragments.rb -${GEM_LIBDIR}/lib/action_controller/caching/pages.rb -${GEM_LIBDIR}/lib/action_controller/caching/sweeper.rb -${GEM_LIBDIR}/lib/action_controller/caching/sweeping.rb -${GEM_LIBDIR}/lib/action_controller/cgi_ext.rb -${GEM_LIBDIR}/lib/action_controller/cgi_ext/cookie.rb -${GEM_LIBDIR}/lib/action_controller/cgi_ext/query_extension.rb -${GEM_LIBDIR}/lib/action_controller/cgi_ext/stdinput.rb -${GEM_LIBDIR}/lib/action_controller/cgi_process.rb -${GEM_LIBDIR}/lib/action_controller/cookies.rb -${GEM_LIBDIR}/lib/action_controller/dispatcher.rb -${GEM_LIBDIR}/lib/action_controller/failsafe.rb -${GEM_LIBDIR}/lib/action_controller/filters.rb -${GEM_LIBDIR}/lib/action_controller/flash.rb -${GEM_LIBDIR}/lib/action_controller/headers.rb -${GEM_LIBDIR}/lib/action_controller/helpers.rb -${GEM_LIBDIR}/lib/action_controller/http_authentication.rb -${GEM_LIBDIR}/lib/action_controller/integration.rb -${GEM_LIBDIR}/lib/action_controller/layout.rb -${GEM_LIBDIR}/lib/action_controller/middleware_stack.rb -${GEM_LIBDIR}/lib/action_controller/middlewares.rb -${GEM_LIBDIR}/lib/action_controller/mime_responds.rb -${GEM_LIBDIR}/lib/action_controller/mime_type.rb -${GEM_LIBDIR}/lib/action_controller/mime_types.rb -${GEM_LIBDIR}/lib/action_controller/params_parser.rb -${GEM_LIBDIR}/lib/action_controller/performance_test.rb -${GEM_LIBDIR}/lib/action_controller/polymorphic_routes.rb -${GEM_LIBDIR}/lib/action_controller/rack_lint_patch.rb -${GEM_LIBDIR}/lib/action_controller/record_identifier.rb -${GEM_LIBDIR}/lib/action_controller/reloader.rb -${GEM_LIBDIR}/lib/action_controller/request.rb -${GEM_LIBDIR}/lib/action_controller/request_forgery_protection.rb -${GEM_LIBDIR}/lib/action_controller/rescue.rb -${GEM_LIBDIR}/lib/action_controller/resources.rb -${GEM_LIBDIR}/lib/action_controller/response.rb -${GEM_LIBDIR}/lib/action_controller/routing.rb -${GEM_LIBDIR}/lib/action_controller/routing/builder.rb -${GEM_LIBDIR}/lib/action_controller/routing/optimisations.rb -${GEM_LIBDIR}/lib/action_controller/routing/recognition_optimisation.rb -${GEM_LIBDIR}/lib/action_controller/routing/route.rb -${GEM_LIBDIR}/lib/action_controller/routing/route_set.rb -${GEM_LIBDIR}/lib/action_controller/routing/routing_ext.rb -${GEM_LIBDIR}/lib/action_controller/routing/segments.rb -${GEM_LIBDIR}/lib/action_controller/session/abstract_store.rb -${GEM_LIBDIR}/lib/action_controller/session/cookie_store.rb -${GEM_LIBDIR}/lib/action_controller/session/mem_cache_store.rb -${GEM_LIBDIR}/lib/action_controller/session_management.rb -${GEM_LIBDIR}/lib/action_controller/status_codes.rb -${GEM_LIBDIR}/lib/action_controller/streaming.rb -${GEM_LIBDIR}/lib/action_controller/string_coercion.rb -${GEM_LIBDIR}/lib/action_controller/templates/rescues/_request_and_response.erb -${GEM_LIBDIR}/lib/action_controller/templates/rescues/_trace.erb -${GEM_LIBDIR}/lib/action_controller/templates/rescues/diagnostics.erb -${GEM_LIBDIR}/lib/action_controller/templates/rescues/layout.erb -${GEM_LIBDIR}/lib/action_controller/templates/rescues/missing_template.erb -${GEM_LIBDIR}/lib/action_controller/templates/rescues/routing_error.erb -${GEM_LIBDIR}/lib/action_controller/templates/rescues/template_error.erb -${GEM_LIBDIR}/lib/action_controller/templates/rescues/unknown_action.erb -${GEM_LIBDIR}/lib/action_controller/test_case.rb -${GEM_LIBDIR}/lib/action_controller/test_process.rb -${GEM_LIBDIR}/lib/action_controller/translation.rb -${GEM_LIBDIR}/lib/action_controller/uploaded_file.rb -${GEM_LIBDIR}/lib/action_controller/url_rewriter.rb -${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner.rb -${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/document.rb -${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/node.rb -${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/sanitizer.rb -${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/selector.rb -${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/tokenizer.rb -${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/version.rb -${GEM_LIBDIR}/lib/action_controller/verification.rb -${GEM_LIBDIR}/lib/action_pack.rb -${GEM_LIBDIR}/lib/action_pack/version.rb -${GEM_LIBDIR}/lib/action_view.rb -${GEM_LIBDIR}/lib/action_view/base.rb -${GEM_LIBDIR}/lib/action_view/helpers.rb -${GEM_LIBDIR}/lib/action_view/helpers/active_record_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/asset_tag_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/atom_feed_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/benchmark_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/cache_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/capture_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/csrf_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/date_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/debug_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/form_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/form_options_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/form_tag_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/javascript_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/number_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/prototype_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/raw_output_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/record_identification_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/record_tag_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/sanitize_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/scriptaculous_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/tag_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/text_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/translation_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/url_helper.rb -${GEM_LIBDIR}/lib/action_view/inline_template.rb -${GEM_LIBDIR}/lib/action_view/locale/en.yml -${GEM_LIBDIR}/lib/action_view/partials.rb -${GEM_LIBDIR}/lib/action_view/paths.rb -${GEM_LIBDIR}/lib/action_view/reloadable_template.rb -${GEM_LIBDIR}/lib/action_view/renderable.rb -${GEM_LIBDIR}/lib/action_view/renderable_partial.rb -${GEM_LIBDIR}/lib/action_view/template.rb -${GEM_LIBDIR}/lib/action_view/template_error.rb -${GEM_LIBDIR}/lib/action_view/template_handler.rb -${GEM_LIBDIR}/lib/action_view/template_handlers.rb -${GEM_LIBDIR}/lib/action_view/template_handlers/builder.rb -${GEM_LIBDIR}/lib/action_view/template_handlers/erb.rb -${GEM_LIBDIR}/lib/action_view/template_handlers/rjs.rb -${GEM_LIBDIR}/lib/action_view/test_case.rb -${GEM_LIBDIR}/lib/actionpack.rb -${GEM_LIBDIR}/test/abstract_unit.rb -${GEM_LIBDIR}/test/active_record_unit.rb -${GEM_LIBDIR}/test/activerecord/active_record_store_test.rb -${GEM_LIBDIR}/test/activerecord/render_partial_with_record_identification_test.rb -${GEM_LIBDIR}/test/adv_attr_test.rb -${GEM_LIBDIR}/test/controller/action_pack_assertions_test.rb -${GEM_LIBDIR}/test/controller/addresses_render_test.rb -${GEM_LIBDIR}/test/controller/assert_select_test.rb -${GEM_LIBDIR}/test/controller/base_test.rb -${GEM_LIBDIR}/test/controller/benchmark_test.rb -${GEM_LIBDIR}/test/controller/caching_test.rb -${GEM_LIBDIR}/test/controller/capture_test.rb -${GEM_LIBDIR}/test/controller/content_type_test.rb -${GEM_LIBDIR}/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb -${GEM_LIBDIR}/test/controller/controller_fixtures/app/controllers/user_controller.rb -${GEM_LIBDIR}/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb -${GEM_LIBDIR}/test/controller/cookie_test.rb -${GEM_LIBDIR}/test/controller/deprecation/deprecated_base_methods_test.rb -${GEM_LIBDIR}/test/controller/dispatcher_test.rb -${GEM_LIBDIR}/test/controller/dom_assertions_test.rb -${GEM_LIBDIR}/test/controller/failsafe_test.rb -${GEM_LIBDIR}/test/controller/fake_controllers.rb -${GEM_LIBDIR}/test/controller/fake_models.rb -${GEM_LIBDIR}/test/controller/filter_params_test.rb -${GEM_LIBDIR}/test/controller/filters_test.rb -${GEM_LIBDIR}/test/controller/flash_test.rb -${GEM_LIBDIR}/test/controller/header_test.rb -${GEM_LIBDIR}/test/controller/helper_test.rb -${GEM_LIBDIR}/test/controller/html-scanner/cdata_node_test.rb -${GEM_LIBDIR}/test/controller/html-scanner/document_test.rb -${GEM_LIBDIR}/test/controller/html-scanner/node_test.rb -${GEM_LIBDIR}/test/controller/html-scanner/sanitizer_test.rb -${GEM_LIBDIR}/test/controller/html-scanner/tag_node_test.rb -${GEM_LIBDIR}/test/controller/html-scanner/text_node_test.rb -${GEM_LIBDIR}/test/controller/html-scanner/tokenizer_test.rb -${GEM_LIBDIR}/test/controller/http_basic_authentication_test.rb -${GEM_LIBDIR}/test/controller/http_digest_authentication_test.rb -${GEM_LIBDIR}/test/controller/integration_test.rb -${GEM_LIBDIR}/test/controller/layout_test.rb -${GEM_LIBDIR}/test/controller/localized_templates_test.rb -${GEM_LIBDIR}/test/controller/logging_test.rb -${GEM_LIBDIR}/test/controller/middleware_stack_test.rb -${GEM_LIBDIR}/test/controller/mime_responds_test.rb -${GEM_LIBDIR}/test/controller/mime_type_test.rb -${GEM_LIBDIR}/test/controller/output_escaping_test.rb -${GEM_LIBDIR}/test/controller/polymorphic_routes_test.rb -${GEM_LIBDIR}/test/controller/rack_test.rb -${GEM_LIBDIR}/test/controller/record_identifier_test.rb -${GEM_LIBDIR}/test/controller/redirect_test.rb -${GEM_LIBDIR}/test/controller/reloader_test.rb -${GEM_LIBDIR}/test/controller/render_test.rb -${GEM_LIBDIR}/test/controller/request/json_params_parsing_test.rb -${GEM_LIBDIR}/test/controller/request/multipart_params_parsing_test.rb -${GEM_LIBDIR}/test/controller/request/query_string_parsing_test.rb -${GEM_LIBDIR}/test/controller/request/test_request_test.rb -${GEM_LIBDIR}/test/controller/request/url_encoded_params_parsing_test.rb -${GEM_LIBDIR}/test/controller/request/xml_params_parsing_test.rb -${GEM_LIBDIR}/test/controller/request_forgery_protection_test.rb -${GEM_LIBDIR}/test/controller/request_test.rb -${GEM_LIBDIR}/test/controller/rescue_test.rb -${GEM_LIBDIR}/test/controller/resources_test.rb -${GEM_LIBDIR}/test/controller/routing_test.rb -${GEM_LIBDIR}/test/controller/selector_test.rb -${GEM_LIBDIR}/test/controller/send_file_test.rb -${GEM_LIBDIR}/test/controller/session/abstract_store_test.rb -${GEM_LIBDIR}/test/controller/session/cookie_store_test.rb -${GEM_LIBDIR}/test/controller/session/mem_cache_store_test.rb -${GEM_LIBDIR}/test/controller/session/test_session_test.rb -${GEM_LIBDIR}/test/controller/test_test.rb -${GEM_LIBDIR}/test/controller/translation_test.rb -${GEM_LIBDIR}/test/controller/url_rewriter_test.rb -${GEM_LIBDIR}/test/controller/verification_test.rb -${GEM_LIBDIR}/test/controller/view_paths_test.rb -${GEM_LIBDIR}/test/controller/webservice_test.rb -${GEM_LIBDIR}/test/fixtures/_top_level_partial.html.erb -${GEM_LIBDIR}/test/fixtures/_top_level_partial_only.erb -${GEM_LIBDIR}/test/fixtures/addresses/list.erb -${GEM_LIBDIR}/test/fixtures/alternate_helpers/foo_helper.rb -${GEM_LIBDIR}/test/fixtures/bad_customers/_bad_customer.html.erb -${GEM_LIBDIR}/test/fixtures/companies.yml -${GEM_LIBDIR}/test/fixtures/company.rb -${GEM_LIBDIR}/test/fixtures/content_type/render_default_content_types_for_respond_to.rhtml -${GEM_LIBDIR}/test/fixtures/content_type/render_default_for_rhtml.rhtml -${GEM_LIBDIR}/test/fixtures/content_type/render_default_for_rjs.rjs -${GEM_LIBDIR}/test/fixtures/content_type/render_default_for_rxml.rxml -${GEM_LIBDIR}/test/fixtures/customers/_customer.html.erb -${GEM_LIBDIR}/test/fixtures/db_definitions/sqlite.sql -${GEM_LIBDIR}/test/fixtures/developer.rb -${GEM_LIBDIR}/test/fixtures/developers.yml -${GEM_LIBDIR}/test/fixtures/developers/_developer.erb -${GEM_LIBDIR}/test/fixtures/developers_projects.yml -${GEM_LIBDIR}/test/fixtures/failsafe/500.html -${GEM_LIBDIR}/test/fixtures/fun/games/_game.erb -${GEM_LIBDIR}/test/fixtures/fun/games/hello_world.erb -${GEM_LIBDIR}/test/fixtures/fun/serious/games/_game.erb -${GEM_LIBDIR}/test/fixtures/functional_caching/_partial.erb -${GEM_LIBDIR}/test/fixtures/functional_caching/formatted_fragment_cached.html.erb -${GEM_LIBDIR}/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs -${GEM_LIBDIR}/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder -${GEM_LIBDIR}/test/fixtures/functional_caching/fragment_cached.html.erb -${GEM_LIBDIR}/test/fixtures/functional_caching/html_fragment_cached_with_partial.html.erb -${GEM_LIBDIR}/test/fixtures/functional_caching/inline_fragment_cached.html.erb -${GEM_LIBDIR}/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs -${GEM_LIBDIR}/test/fixtures/good_customers/_good_customer.html.erb -${GEM_LIBDIR}/test/fixtures/helpers/abc_helper.rb -${GEM_LIBDIR}/test/fixtures/helpers/fun/games_helper.rb -${GEM_LIBDIR}/test/fixtures/helpers/fun/pdf_helper.rb -${GEM_LIBDIR}/test/fixtures/layout_tests/abs_path_layout.rhtml -${GEM_LIBDIR}/test/fixtures/layout_tests/alt/hello.rhtml -${GEM_LIBDIR}/test/fixtures/layout_tests/alt/layouts/alt.rhtml -${GEM_LIBDIR}/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml -${GEM_LIBDIR}/test/fixtures/layout_tests/layouts/item.rhtml -${GEM_LIBDIR}/test/fixtures/layout_tests/layouts/layout_test.rhtml -${GEM_LIBDIR}/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb -${GEM_LIBDIR}/test/fixtures/layout_tests/layouts/third_party_template_library.mab -${GEM_LIBDIR}/test/fixtures/layout_tests/views/hello.rhtml -${GEM_LIBDIR}/test/fixtures/layouts/_column.html.erb -${GEM_LIBDIR}/test/fixtures/layouts/block_with_layout.erb -${GEM_LIBDIR}/test/fixtures/layouts/builder.builder -${GEM_LIBDIR}/test/fixtures/layouts/default_html.html.erb -${GEM_LIBDIR}/test/fixtures/layouts/partial_with_layout.erb -${GEM_LIBDIR}/test/fixtures/layouts/standard.erb -${GEM_LIBDIR}/test/fixtures/layouts/talk_from_action.erb -${GEM_LIBDIR}/test/fixtures/layouts/xhr.html.erb -${GEM_LIBDIR}/test/fixtures/layouts/yield.erb -${GEM_LIBDIR}/test/fixtures/localized/hello_world.de.html -${GEM_LIBDIR}/test/fixtures/localized/hello_world.en.html -${GEM_LIBDIR}/test/fixtures/mascot.rb -${GEM_LIBDIR}/test/fixtures/mascots.yml -${GEM_LIBDIR}/test/fixtures/mascots/_mascot.html.erb -${GEM_LIBDIR}/test/fixtures/multipart/binary_file -${GEM_LIBDIR}/test/fixtures/multipart/boundary_problem_file -${GEM_LIBDIR}/test/fixtures/multipart/bracketed_param -${GEM_LIBDIR}/test/fixtures/multipart/empty -${GEM_LIBDIR}/test/fixtures/multipart/hello.txt -${GEM_LIBDIR}/test/fixtures/multipart/large_text_file -${GEM_LIBDIR}/test/fixtures/multipart/mixed_files -${GEM_LIBDIR}/test/fixtures/multipart/mona_lisa.jpg -${GEM_LIBDIR}/test/fixtures/multipart/none -${GEM_LIBDIR}/test/fixtures/multipart/single_parameter -${GEM_LIBDIR}/test/fixtures/multipart/text_file -${GEM_LIBDIR}/test/fixtures/override/test/hello_world.erb -${GEM_LIBDIR}/test/fixtures/override2/layouts/test/sub.erb -${GEM_LIBDIR}/test/fixtures/post_test/layouts/post.html.erb -${GEM_LIBDIR}/test/fixtures/post_test/layouts/super_post.iphone.erb -${GEM_LIBDIR}/test/fixtures/post_test/post/index.html.erb -${GEM_LIBDIR}/test/fixtures/post_test/post/index.iphone.erb -${GEM_LIBDIR}/test/fixtures/post_test/super_post/index.html.erb -${GEM_LIBDIR}/test/fixtures/post_test/super_post/index.iphone.erb -${GEM_LIBDIR}/test/fixtures/project.rb -${GEM_LIBDIR}/test/fixtures/projects.yml -${GEM_LIBDIR}/test/fixtures/projects/_project.erb -${GEM_LIBDIR}/test/fixtures/public/404.html -${GEM_LIBDIR}/test/fixtures/public/500.da.html -${GEM_LIBDIR}/test/fixtures/public/500.html -${GEM_LIBDIR}/test/fixtures/public/absolute/test.css -${GEM_LIBDIR}/test/fixtures/public/absolute/test.js -${GEM_LIBDIR}/test/fixtures/public/images/rails.png -${GEM_LIBDIR}/test/fixtures/public/javascripts/application.js -${GEM_LIBDIR}/test/fixtures/public/javascripts/bank.js -${GEM_LIBDIR}/test/fixtures/public/javascripts/controls.js -${GEM_LIBDIR}/test/fixtures/public/javascripts/dragdrop.js -${GEM_LIBDIR}/test/fixtures/public/javascripts/effects.js -${GEM_LIBDIR}/test/fixtures/public/javascripts/prototype.js -${GEM_LIBDIR}/test/fixtures/public/javascripts/robber.js -${GEM_LIBDIR}/test/fixtures/public/javascripts/subdir/subdir.js -${GEM_LIBDIR}/test/fixtures/public/javascripts/version.1.0.js -${GEM_LIBDIR}/test/fixtures/public/stylesheets/bank.css -${GEM_LIBDIR}/test/fixtures/public/stylesheets/robber.css -${GEM_LIBDIR}/test/fixtures/public/stylesheets/subdir/subdir.css -${GEM_LIBDIR}/test/fixtures/public/stylesheets/version.1.0.css -${GEM_LIBDIR}/test/fixtures/quiz/questions/_question.html.erb -${GEM_LIBDIR}/test/fixtures/replies.yml -${GEM_LIBDIR}/test/fixtures/replies/_reply.erb -${GEM_LIBDIR}/test/fixtures/reply.rb -${GEM_LIBDIR}/test/fixtures/respond_to/all_types_with_layout.html.erb -${GEM_LIBDIR}/test/fixtures/respond_to/all_types_with_layout.js.rjs -${GEM_LIBDIR}/test/fixtures/respond_to/custom_constant_handling_without_block.mobile.erb -${GEM_LIBDIR}/test/fixtures/respond_to/iphone_with_html_response_type.html.erb -${GEM_LIBDIR}/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb -${GEM_LIBDIR}/test/fixtures/respond_to/layouts/missing.html.erb -${GEM_LIBDIR}/test/fixtures/respond_to/layouts/standard.html.erb -${GEM_LIBDIR}/test/fixtures/respond_to/layouts/standard.iphone.erb -${GEM_LIBDIR}/test/fixtures/respond_to/using_defaults.html.erb -${GEM_LIBDIR}/test/fixtures/respond_to/using_defaults.js.rjs -${GEM_LIBDIR}/test/fixtures/respond_to/using_defaults.xml.builder -${GEM_LIBDIR}/test/fixtures/respond_to/using_defaults_with_type_list.html.erb -${GEM_LIBDIR}/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs -${GEM_LIBDIR}/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder -${GEM_LIBDIR}/test/fixtures/scope/test/modgreet.erb -${GEM_LIBDIR}/test/fixtures/session_autoload_test/session_autoload_test/foo.rb -${GEM_LIBDIR}/test/fixtures/shared.html.erb -${GEM_LIBDIR}/test/fixtures/symlink_parent/symlinked_layout.erb -${GEM_LIBDIR}/test/fixtures/test/_counter.html.erb -${GEM_LIBDIR}/test/fixtures/test/_customer.erb -${GEM_LIBDIR}/test/fixtures/test/_customer_counter.erb -${GEM_LIBDIR}/test/fixtures/test/_customer_counter_with_as.erb -${GEM_LIBDIR}/test/fixtures/test/_customer_greeting.erb -${GEM_LIBDIR}/test/fixtures/test/_customer_with_var.erb -${GEM_LIBDIR}/test/fixtures/test/_form.erb -${GEM_LIBDIR}/test/fixtures/test/_from_helper.erb -${GEM_LIBDIR}/test/fixtures/test/_hash_greeting.erb -${GEM_LIBDIR}/test/fixtures/test/_hash_object.erb -${GEM_LIBDIR}/test/fixtures/test/_hello.builder -${GEM_LIBDIR}/test/fixtures/test/_labelling_form.erb -${GEM_LIBDIR}/test/fixtures/test/_layout_for_block_with_args.html.erb -${GEM_LIBDIR}/test/fixtures/test/_layout_for_partial.html.erb -${GEM_LIBDIR}/test/fixtures/test/_local_inspector.html.erb -${GEM_LIBDIR}/test/fixtures/test/_one.html.erb -${GEM_LIBDIR}/test/fixtures/test/_partial.erb -${GEM_LIBDIR}/test/fixtures/test/_partial.html.erb -${GEM_LIBDIR}/test/fixtures/test/_partial.js.erb -${GEM_LIBDIR}/test/fixtures/test/_partial_for_use_in_layout.html.erb -${GEM_LIBDIR}/test/fixtures/test/_partial_only.erb -${GEM_LIBDIR}/test/fixtures/test/_partial_with_only_html_version.html.erb -${GEM_LIBDIR}/test/fixtures/test/_person.erb -${GEM_LIBDIR}/test/fixtures/test/_raise.html.erb -${GEM_LIBDIR}/test/fixtures/test/_two.html.erb -${GEM_LIBDIR}/test/fixtures/test/_utf8_partial.html.erb -${GEM_LIBDIR}/test/fixtures/test/_utf8_partial_magic.html.erb -${GEM_LIBDIR}/test/fixtures/test/action_talk_to_layout.erb -${GEM_LIBDIR}/test/fixtures/test/array_translation.erb -${GEM_LIBDIR}/test/fixtures/test/calling_partial_with_layout.html.erb -${GEM_LIBDIR}/test/fixtures/test/capturing.erb -${GEM_LIBDIR}/test/fixtures/test/content_for.erb -${GEM_LIBDIR}/test/fixtures/test/content_for_concatenated.erb -${GEM_LIBDIR}/test/fixtures/test/content_for_with_parameter.erb -${GEM_LIBDIR}/test/fixtures/test/delete_with_js.rjs -${GEM_LIBDIR}/test/fixtures/test/dont_pick_me -${GEM_LIBDIR}/test/fixtures/test/dot.directory/render_file_with_ivar.erb -${GEM_LIBDIR}/test/fixtures/test/enum_rjs_test.rjs -${GEM_LIBDIR}/test/fixtures/test/formatted_html_erb.html.erb -${GEM_LIBDIR}/test/fixtures/test/formatted_xml_erb.builder -${GEM_LIBDIR}/test/fixtures/test/formatted_xml_erb.html.erb -${GEM_LIBDIR}/test/fixtures/test/formatted_xml_erb.xml.erb -${GEM_LIBDIR}/test/fixtures/test/greeting.erb -${GEM_LIBDIR}/test/fixtures/test/greeting.js.rjs -${GEM_LIBDIR}/test/fixtures/test/hello.builder -${GEM_LIBDIR}/test/fixtures/test/hello_world.da.html.erb -${GEM_LIBDIR}/test/fixtures/test/hello_world.erb -${GEM_LIBDIR}/test/fixtures/test/hello_world.erb~ -${GEM_LIBDIR}/test/fixtures/test/hello_world.pt-BR.html.erb -${GEM_LIBDIR}/test/fixtures/test/hello_world_container.builder -${GEM_LIBDIR}/test/fixtures/test/hello_world_from_rxml.builder -${GEM_LIBDIR}/test/fixtures/test/hello_world_with_layout_false.erb -${GEM_LIBDIR}/test/fixtures/test/hello_xml_world.builder -${GEM_LIBDIR}/test/fixtures/test/hyphen-ated.erb -${GEM_LIBDIR}/test/fixtures/test/implicit_content_type.atom.builder -${GEM_LIBDIR}/test/fixtures/test/list.erb -${GEM_LIBDIR}/test/fixtures/test/malformed/malformed.en.html.erb~ -${GEM_LIBDIR}/test/fixtures/test/malformed/malformed.erb~ -${GEM_LIBDIR}/test/fixtures/test/malformed/malformed.html.erb~ -${GEM_LIBDIR}/test/fixtures/test/nested_layout.erb -${GEM_LIBDIR}/test/fixtures/test/non_erb_block_content_for.builder -${GEM_LIBDIR}/test/fixtures/test/potential_conflicts.erb -${GEM_LIBDIR}/test/fixtures/test/render_explicit_html_template.js.rjs -${GEM_LIBDIR}/test/fixtures/test/render_file_from_template.html.erb -${GEM_LIBDIR}/test/fixtures/test/render_file_with_ivar.erb -${GEM_LIBDIR}/test/fixtures/test/render_file_with_locals.erb -${GEM_LIBDIR}/test/fixtures/test/render_implicit_html_template.js.rjs -${GEM_LIBDIR}/test/fixtures/test/render_implicit_html_template_from_xhr_request.da.html.erb -${GEM_LIBDIR}/test/fixtures/test/render_implicit_html_template_from_xhr_request.html.erb -${GEM_LIBDIR}/test/fixtures/test/render_implicit_js_template_without_layout.js.erb -${GEM_LIBDIR}/test/fixtures/test/render_to_string_test.erb -${GEM_LIBDIR}/test/fixtures/test/scoped_array_translation.erb -${GEM_LIBDIR}/test/fixtures/test/sub_template_raise.html.erb -${GEM_LIBDIR}/test/fixtures/test/template.erb -${GEM_LIBDIR}/test/fixtures/test/translation.erb -${GEM_LIBDIR}/test/fixtures/test/update_element_with_capture.erb -${GEM_LIBDIR}/test/fixtures/test/using_layout_around_block.html.erb -${GEM_LIBDIR}/test/fixtures/test/using_layout_around_block_with_args.html.erb -${GEM_LIBDIR}/test/fixtures/test/utf8.html.erb -${GEM_LIBDIR}/test/fixtures/test/utf8_magic.html.erb -${GEM_LIBDIR}/test/fixtures/test/utf8_magic_with_bare_partial.html.erb -${GEM_LIBDIR}/test/fixtures/topic.rb -${GEM_LIBDIR}/test/fixtures/topics.yml -${GEM_LIBDIR}/test/fixtures/topics/_topic.html.erb -${GEM_LIBDIR}/test/template/active_record_helper_i18n_test.rb -${GEM_LIBDIR}/test/template/active_record_helper_test.rb -${GEM_LIBDIR}/test/template/asset_tag_helper_test.rb -${GEM_LIBDIR}/test/template/atom_feed_helper_test.rb -${GEM_LIBDIR}/test/template/benchmark_helper_test.rb -${GEM_LIBDIR}/test/template/compiled_templates_test.rb -${GEM_LIBDIR}/test/template/date_helper_i18n_test.rb -${GEM_LIBDIR}/test/template/date_helper_test.rb -${GEM_LIBDIR}/test/template/erb_util_test.rb -${GEM_LIBDIR}/test/template/form_helper_test.rb -${GEM_LIBDIR}/test/template/form_options_helper_i18n_test.rb -${GEM_LIBDIR}/test/template/form_options_helper_test.rb -${GEM_LIBDIR}/test/template/form_tag_helper_test.rb -${GEM_LIBDIR}/test/template/javascript_helper_test.rb -${GEM_LIBDIR}/test/template/number_helper_i18n_test.rb -${GEM_LIBDIR}/test/template/number_helper_test.rb -${GEM_LIBDIR}/test/template/prototype_helper_test.rb -${GEM_LIBDIR}/test/template/raw_output_helper_test.rb -${GEM_LIBDIR}/test/template/record_tag_helper_test.rb -${GEM_LIBDIR}/test/template/render_test.rb -${GEM_LIBDIR}/test/template/sanitize_helper_test.rb -${GEM_LIBDIR}/test/template/scriptaculous_helper_test.rb -${GEM_LIBDIR}/test/template/tag_helper_test.rb -${GEM_LIBDIR}/test/template/template_test.rb -${GEM_LIBDIR}/test/template/test_test.rb -${GEM_LIBDIR}/test/template/text_helper_test.rb -${GEM_LIBDIR}/test/template/translation_helper_test.rb -${GEM_LIBDIR}/test/template/url_helper_test.rb -${GEM_LIBDIR}/test/testing_sandbox.rb -${GEM_LIBDIR}/test/view/test_case_test.rb -${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-actionpack/distinfo b/www/ruby-actionpack/distinfo deleted file mode 100644 index 09f3878277c..00000000000 --- a/www/ruby-actionpack/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.24 2011/08/17 14:13:31 taca Exp $ - -SHA1 (actionpack-2.3.14.gem) = d3140bce6e6051e3a5d0b95b1f221bda77122768 -RMD160 (actionpack-2.3.14.gem) = fba269031390c0b502b2905adf76c39ca0a76328 -Size (actionpack-2.3.14.gem) = 749056 bytes -SHA1 (patch-ab) = bfba841b0af9d503a71745cc8d992e9d09d94191 diff --git a/www/ruby-actionpack/patches/patch-ab b/www/ruby-actionpack/patches/patch-ab deleted file mode 100644 index 25388b4cba4..00000000000 --- a/www/ruby-actionpack/patches/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2005/12/30 13:13:40 joerg Exp $ - ---- install.rb.orig 2005-04-02 07:29:08.000000000 +0000 -+++ install.rb -@@ -22,9 +22,9 @@ end - Dir.chdir("lib") - - Find.find("action_controller", "action_controller.rb", "action_view", "action_view.rb") { |f| -- if f[-3..-1] == ".rb" -+ if f[-3..-1] == ".rb" or f[-3..-1] == ".js" - File::install(f, File.join($sitedir, *f.split(/\//)), 0644, true) -- else -+ elsif File.directory?(f) - File::makedirs(File.join($sitedir, *f.split(/\//))) - end - } -\ No newline at end of file |