diff options
author | minskim <minskim@pkgsrc.org> | 2009-09-12 22:14:16 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-09-12 22:14:16 +0000 |
commit | e22a9684b1333b1c898b3cf0d7c63b4e5695ac2d (patch) | |
tree | 3f9be483256eaee5f3c448a1a8758e5f411cb416 /www/rails | |
parent | 3559121a318e54f0711f18caaf70263e3746e6ae (diff) | |
download | pkgsrc-e22a9684b1333b1c898b3cf0d7c63b4e5695ac2d.tar.gz |
Update rails packages to 2.3.4.
Changes since 2.3.2:
* I18n support for plugins.
Diffstat (limited to 'www/rails')
-rw-r--r-- | www/rails/Makefile | 15 | ||||
-rw-r--r-- | www/rails/PLIST | 110 | ||||
-rw-r--r-- | www/rails/distinfo | 8 |
3 files changed, 121 insertions, 12 deletions
diff --git a/www/rails/Makefile b/www/rails/Makefile index f227641063c..be950ddcd60 100644 --- a/www/rails/Makefile +++ b/www/rails/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2009/04/07 17:13:27 minskim Exp $ +# $NetBSD: Makefile,v 1.16 2009/09/12 22:14:17 minskim Exp $ -DISTNAME= rails-2.3.2 +DISTNAME= rails-2.3.4 CATEGORIES= www MAINTAINER= minskim@NetBSD.org @@ -8,11 +8,12 @@ HOMEPAGE= http://www.rubyonrails.org/ COMMENT= Framework for developing database-backed web applications DEPENDS+= rake>=0.8.1:../../devel/rake -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.2:../../devel/ruby-activesupport -DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=2.3.2:../../databases/ruby-activerecord -DEPENDS+= ${RUBY_PKGPREFIX}-activeresource>=2.3.2:../../www/ruby-activeresource -DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=2.3.2:../../www/ruby-actionpack -DEPENDS+= ${RUBY_PKGPREFIX}-actionmailer>=2.3.2:../../mail/ruby-actionmailer +DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=2.3.4:../../databases/ruby-activerecord +DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.4:../../devel/ruby-activesupport +DEPENDS+= ${RUBY_PKGPREFIX}-actionmailer>=2.3.4:../../mail/ruby-actionmailer +DEPENDS+= ${RUBY_PKGPREFIX}-activeresource>=2.3.4:../../www/ruby-activeresource +DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=2.3.4:../../www/ruby-actionpack +DEPENDS+= ${RUBY_PKGPREFIX}-rack-[0-9]*:../../www/ruby-rack REPLACE_RUBY= bin/about bin/console bin/dbconsole bin/destroy \ bin/generate bin/performance/benchmarker \ diff --git a/www/rails/PLIST b/www/rails/PLIST index 8ac73b37482..8577f9249a9 100644 --- a/www/rails/PLIST +++ b/www/rails/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2009/06/14 22:00:33 joerg Exp $ +@comment $NetBSD: PLIST,v 1.9 2009/09/12 22:14:17 minskim Exp $ bin/rails ${GEM_HOME}/cache/rails-${PKGVERSION}.gem ${GEM_LIBDIR}/CHANGELOG @@ -35,6 +35,7 @@ ${GEM_LIBDIR}/configs/initializers/new_rails_defaults.rb ${GEM_LIBDIR}/configs/initializers/session_store.rb ${GEM_LIBDIR}/configs/locales/en.yml ${GEM_LIBDIR}/configs/routes.rb +${GEM_LIBDIR}/configs/seeds.rb ${GEM_LIBDIR}/dispatches/config.ru ${GEM_LIBDIR}/dispatches/dispatch.fcgi ${GEM_LIBDIR}/dispatches/dispatch.rb @@ -46,6 +47,113 @@ ${GEM_LIBDIR}/environments/environment.rb ${GEM_LIBDIR}/environments/production.rb ${GEM_LIBDIR}/environments/test.rb ${GEM_LIBDIR}/fresh_rakefile +${GEM_LIBDIR}/guides/files/javascripts/code_highlighter.js +${GEM_LIBDIR}/guides/files/javascripts/guides.js +${GEM_LIBDIR}/guides/files/javascripts/highlighters.js +${GEM_LIBDIR}/guides/files/stylesheets/main.css +${GEM_LIBDIR}/guides/files/stylesheets/print.css +${GEM_LIBDIR}/guides/files/stylesheets/reset.css +${GEM_LIBDIR}/guides/files/stylesheets/style.css +${GEM_LIBDIR}/guides/files/stylesheets/syntax.css +${GEM_LIBDIR}/guides/images/belongs_to.png +${GEM_LIBDIR}/guides/images/book_icon.gif +${GEM_LIBDIR}/guides/images/bullet.gif +${GEM_LIBDIR}/guides/images/chapters_icon.gif +${GEM_LIBDIR}/guides/images/check_bullet.gif +${GEM_LIBDIR}/guides/images/credits_pic_blank.gif +${GEM_LIBDIR}/guides/images/csrf.png +${GEM_LIBDIR}/guides/images/customized_error_messages.png +${GEM_LIBDIR}/guides/images/error_messages.png +${GEM_LIBDIR}/guides/images/feature_tile.gif +${GEM_LIBDIR}/guides/images/footer_tile.gif +${GEM_LIBDIR}/guides/images/fxn.jpg +${GEM_LIBDIR}/guides/images/grey_bullet.gif +${GEM_LIBDIR}/guides/images/habtm.png +${GEM_LIBDIR}/guides/images/has_many.png +${GEM_LIBDIR}/guides/images/has_many_through.png +${GEM_LIBDIR}/guides/images/has_one.png +${GEM_LIBDIR}/guides/images/has_one_through.png +${GEM_LIBDIR}/guides/images/header_backdrop.png +${GEM_LIBDIR}/guides/images/header_tile.gif +${GEM_LIBDIR}/guides/images/i18n/demo_localized_pirate.png +${GEM_LIBDIR}/guides/images/i18n/demo_translated_en.png +${GEM_LIBDIR}/guides/images/i18n/demo_translated_pirate.png +${GEM_LIBDIR}/guides/images/i18n/demo_translation_missing.png +${GEM_LIBDIR}/guides/images/i18n/demo_untranslated.png +${GEM_LIBDIR}/guides/images/icons/README +${GEM_LIBDIR}/guides/images/icons/callouts/1.png +${GEM_LIBDIR}/guides/images/icons/callouts/10.png +${GEM_LIBDIR}/guides/images/icons/callouts/11.png +${GEM_LIBDIR}/guides/images/icons/callouts/12.png +${GEM_LIBDIR}/guides/images/icons/callouts/13.png +${GEM_LIBDIR}/guides/images/icons/callouts/14.png +${GEM_LIBDIR}/guides/images/icons/callouts/15.png +${GEM_LIBDIR}/guides/images/icons/callouts/2.png +${GEM_LIBDIR}/guides/images/icons/callouts/3.png +${GEM_LIBDIR}/guides/images/icons/callouts/4.png +${GEM_LIBDIR}/guides/images/icons/callouts/5.png +${GEM_LIBDIR}/guides/images/icons/callouts/6.png +${GEM_LIBDIR}/guides/images/icons/callouts/7.png +${GEM_LIBDIR}/guides/images/icons/callouts/8.png +${GEM_LIBDIR}/guides/images/icons/callouts/9.png +${GEM_LIBDIR}/guides/images/icons/caution.png +${GEM_LIBDIR}/guides/images/icons/example.png +${GEM_LIBDIR}/guides/images/icons/home.png +${GEM_LIBDIR}/guides/images/icons/important.png +${GEM_LIBDIR}/guides/images/icons/next.png +${GEM_LIBDIR}/guides/images/icons/note.png +${GEM_LIBDIR}/guides/images/icons/prev.png +${GEM_LIBDIR}/guides/images/icons/tip.png +${GEM_LIBDIR}/guides/images/icons/up.png +${GEM_LIBDIR}/guides/images/icons/warning.png +${GEM_LIBDIR}/guides/images/nav_arrow.gif +${GEM_LIBDIR}/guides/images/polymorphic.png +${GEM_LIBDIR}/guides/images/posts_index.png +${GEM_LIBDIR}/guides/images/rails_guides_logo.gif +${GEM_LIBDIR}/guides/images/rails_logo_remix.gif +${GEM_LIBDIR}/guides/images/rails_welcome.png +${GEM_LIBDIR}/guides/images/session_fixation.png +${GEM_LIBDIR}/guides/images/tab_grey.gif +${GEM_LIBDIR}/guides/images/tab_info.gif +${GEM_LIBDIR}/guides/images/tab_note.gif +${GEM_LIBDIR}/guides/images/tab_red.gif +${GEM_LIBDIR}/guides/images/tab_yellow.gif +${GEM_LIBDIR}/guides/images/tab_yellow.png +${GEM_LIBDIR}/guides/images/validation_error_messages.png +${GEM_LIBDIR}/guides/rails_guides.rb +${GEM_LIBDIR}/guides/rails_guides/generator.rb +${GEM_LIBDIR}/guides/rails_guides/helpers.rb +${GEM_LIBDIR}/guides/rails_guides/indexer.rb +${GEM_LIBDIR}/guides/rails_guides/textile_extensions.rb +${GEM_LIBDIR}/guides/source/2_2_release_notes.textile +${GEM_LIBDIR}/guides/source/2_3_release_notes.textile +${GEM_LIBDIR}/guides/source/action_controller_overview.textile +${GEM_LIBDIR}/guides/source/action_mailer_basics.textile +${GEM_LIBDIR}/guides/source/active_record_basics.textile +${GEM_LIBDIR}/guides/source/active_record_querying.textile +${GEM_LIBDIR}/guides/source/activerecord_validations_callbacks.textile +${GEM_LIBDIR}/guides/source/association_basics.textile +${GEM_LIBDIR}/guides/source/caching_with_rails.textile +${GEM_LIBDIR}/guides/source/command_line.textile +${GEM_LIBDIR}/guides/source/configuring.textile +${GEM_LIBDIR}/guides/source/contribute.textile +${GEM_LIBDIR}/guides/source/contributing_to_rails.textile +${GEM_LIBDIR}/guides/source/credits.erb.textile +${GEM_LIBDIR}/guides/source/debugging_rails_applications.textile +${GEM_LIBDIR}/guides/source/form_helpers.textile +${GEM_LIBDIR}/guides/source/getting_started.textile +${GEM_LIBDIR}/guides/source/i18n.textile +${GEM_LIBDIR}/guides/source/index.erb.textile +${GEM_LIBDIR}/guides/source/layout.html.erb +${GEM_LIBDIR}/guides/source/layouts_and_rendering.textile +${GEM_LIBDIR}/guides/source/migrations.textile +${GEM_LIBDIR}/guides/source/nested_model_forms.textile +${GEM_LIBDIR}/guides/source/performance_testing.textile +${GEM_LIBDIR}/guides/source/plugins.textile +${GEM_LIBDIR}/guides/source/rails_on_rack.textile +${GEM_LIBDIR}/guides/source/routing.textile +${GEM_LIBDIR}/guides/source/security.textile +${GEM_LIBDIR}/guides/source/testing.textile ${GEM_LIBDIR}/helpers/application_controller.rb ${GEM_LIBDIR}/helpers/application_helper.rb ${GEM_LIBDIR}/helpers/performance_test.rb diff --git a/www/rails/distinfo b/www/rails/distinfo index be39a8189c5..c3d1b22a0c7 100644 --- a/www/rails/distinfo +++ b/www/rails/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2009/04/07 17:13:27 minskim Exp $ +$NetBSD: distinfo,v 1.12 2009/09/12 22:14:17 minskim Exp $ -SHA1 (rails-2.3.2.gem) = fb9ca2cbafd3e79ab29cbf4dfced25d7fe114646 -RMD160 (rails-2.3.2.gem) = fc6df1e55640fb99510dcddec78843bff044b049 -Size (rails-2.3.2.gem) = 209920 bytes +SHA1 (rails-2.3.4.gem) = cd7d3e0407fd70db70c1a751fe7796e2f231f017 +RMD160 (rails-2.3.4.gem) = e2b808f2d01ab5b9a9d8a90ca4871f69332e85dd +Size (rails-2.3.4.gem) = 1258496 bytes |