Update rails packages to 2.3.4.
Changes since 2.3.2: * I18n support for plugins.
This commit is contained in:
parent
3559121a31
commit
e22a9684b1
15 changed files with 175 additions and 98 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.15 2009/04/07 17:13:26 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2009/09/12 22:14:16 minskim Exp $
|
||||
|
||||
DISTNAME= activerecord-2.3.2
|
||||
DISTNAME= activerecord-2.3.4
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= databases
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.15 2009/06/14 17:43:24 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.16 2009/09/12 22:14:16 minskim Exp $
|
||||
${GEM_HOME}/cache/activerecord-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG
|
||||
${GEM_LIBDIR}/README
|
||||
${GEM_LIBDIR}/RUNNING_UNIT_TESTS
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/examples/associations.png
|
||||
${GEM_LIBDIR}/examples/performance.rb
|
||||
${GEM_LIBDIR}/install.rb
|
||||
${GEM_LIBDIR}/lib/active_record.rb
|
||||
${GEM_LIBDIR}/lib/active_record/aggregations.rb
|
||||
|
@ -79,6 +80,7 @@ ${GEM_LIBDIR}/test/cases/associations/eager_load_nested_include_test.rb
|
|||
${GEM_LIBDIR}/test/cases/associations/eager_singularization_test.rb
|
||||
${GEM_LIBDIR}/test/cases/associations/eager_test.rb
|
||||
${GEM_LIBDIR}/test/cases/associations/extension_test.rb
|
||||
${GEM_LIBDIR}/test/cases/associations/habtm_join_table_test.rb
|
||||
${GEM_LIBDIR}/test/cases/associations/has_and_belongs_to_many_associations_test.rb
|
||||
${GEM_LIBDIR}/test/cases/associations/has_many_associations_test.rb
|
||||
${GEM_LIBDIR}/test/cases/associations/has_many_through_associations_test.rb
|
||||
|
@ -141,6 +143,7 @@ ${GEM_LIBDIR}/test/cases/schema_dumper_test.rb
|
|||
${GEM_LIBDIR}/test/cases/schema_test_postgresql.rb
|
||||
${GEM_LIBDIR}/test/cases/serialization_test.rb
|
||||
${GEM_LIBDIR}/test/cases/synonym_test_oracle.rb
|
||||
${GEM_LIBDIR}/test/cases/timestamp_test.rb
|
||||
${GEM_LIBDIR}/test/cases/transactions_test.rb
|
||||
${GEM_LIBDIR}/test/cases/unconnected_test.rb
|
||||
${GEM_LIBDIR}/test/cases/validations_i18n_test.rb
|
||||
|
@ -189,7 +192,9 @@ ${GEM_LIBDIR}/test/fixtures/developers.yml
|
|||
${GEM_LIBDIR}/test/fixtures/developers_projects.yml
|
||||
${GEM_LIBDIR}/test/fixtures/edges.yml
|
||||
${GEM_LIBDIR}/test/fixtures/entrants.yml
|
||||
${GEM_LIBDIR}/test/fixtures/fixture_database.sqlite
|
||||
${GEM_LIBDIR}/test/fixtures/fixture_database.sqlite3
|
||||
${GEM_LIBDIR}/test/fixtures/fixture_database_2.sqlite
|
||||
${GEM_LIBDIR}/test/fixtures/fixture_database_2.sqlite3
|
||||
${GEM_LIBDIR}/test/fixtures/fk_test_has_fk.yml
|
||||
${GEM_LIBDIR}/test/fixtures/fk_test_has_pk.yml
|
||||
|
@ -274,12 +279,14 @@ ${GEM_LIBDIR}/test/models/company.rb
|
|||
${GEM_LIBDIR}/test/models/company_in_module.rb
|
||||
${GEM_LIBDIR}/test/models/computer.rb
|
||||
${GEM_LIBDIR}/test/models/contact.rb
|
||||
${GEM_LIBDIR}/test/models/contract.rb
|
||||
${GEM_LIBDIR}/test/models/course.rb
|
||||
${GEM_LIBDIR}/test/models/customer.rb
|
||||
${GEM_LIBDIR}/test/models/default.rb
|
||||
${GEM_LIBDIR}/test/models/developer.rb
|
||||
${GEM_LIBDIR}/test/models/edge.rb
|
||||
${GEM_LIBDIR}/test/models/entrant.rb
|
||||
${GEM_LIBDIR}/test/models/essay.rb
|
||||
${GEM_LIBDIR}/test/models/event.rb
|
||||
${GEM_LIBDIR}/test/models/guid.rb
|
||||
${GEM_LIBDIR}/test/models/item.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.15 2009/04/07 17:13:26 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.16 2009/09/12 22:14:16 minskim Exp $
|
||||
|
||||
SHA1 (activerecord-2.3.2.gem) = 399dbfca004e19970bd7514822236b81ae4179c7
|
||||
RMD160 (activerecord-2.3.2.gem) = ee330bea5dc244c391705b5a146f2b5f4f0d083b
|
||||
Size (activerecord-2.3.2.gem) = 525824 bytes
|
||||
SHA1 (activerecord-2.3.4.gem) = 4961cb0b993347127cfdd6df80e9c4bacb4f6ebc
|
||||
RMD160 (activerecord-2.3.4.gem) = 950ceacf5bbe54e898769a06b9952452d5cbd0b6
|
||||
Size (activerecord-2.3.4.gem) = 542720 bytes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.18 2009/04/07 17:13:26 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2009/09/12 22:14:16 minskim Exp $
|
||||
|
||||
DISTNAME= activesupport-2.3.2
|
||||
DISTNAME= activesupport-2.3.4
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.14 2009/06/14 17:49:08 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.15 2009/09/12 22:14:16 minskim Exp $
|
||||
${GEM_HOME}/cache/activesupport-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG
|
||||
${GEM_LIBDIR}/README
|
||||
${GEM_LIBDIR}/lib/active_support.rb
|
||||
${GEM_LIBDIR}/lib/active_support/all.rb
|
||||
${GEM_LIBDIR}/lib/active_support/backtrace_cleaner.rb
|
||||
${GEM_LIBDIR}/lib/active_support/base64.rb
|
||||
${GEM_LIBDIR}/lib/active_support/basic_object.rb
|
||||
|
@ -109,6 +110,7 @@ ${GEM_LIBDIR}/lib/active_support/core_ext/rexml.rb
|
|||
${GEM_LIBDIR}/lib/active_support/core_ext/string.rb
|
||||
${GEM_LIBDIR}/lib/active_support/core_ext/string/access.rb
|
||||
${GEM_LIBDIR}/lib/active_support/core_ext/string/behavior.rb
|
||||
${GEM_LIBDIR}/lib/active_support/core_ext/string/bytesize.rb
|
||||
${GEM_LIBDIR}/lib/active_support/core_ext/string/conversions.rb
|
||||
${GEM_LIBDIR}/lib/active_support/core_ext/string/filters.rb
|
||||
${GEM_LIBDIR}/lib/active_support/core_ext/string/inflections.rb
|
||||
|
@ -131,6 +133,8 @@ ${GEM_LIBDIR}/lib/active_support/gzip.rb
|
|||
${GEM_LIBDIR}/lib/active_support/inflections.rb
|
||||
${GEM_LIBDIR}/lib/active_support/inflector.rb
|
||||
${GEM_LIBDIR}/lib/active_support/json.rb
|
||||
${GEM_LIBDIR}/lib/active_support/json/backends/jsongem.rb
|
||||
${GEM_LIBDIR}/lib/active_support/json/backends/yaml.rb
|
||||
${GEM_LIBDIR}/lib/active_support/json/decoding.rb
|
||||
${GEM_LIBDIR}/lib/active_support/json/encoders/date.rb
|
||||
${GEM_LIBDIR}/lib/active_support/json/encoders/date_time.rb
|
||||
|
@ -155,6 +159,7 @@ ${GEM_LIBDIR}/lib/active_support/multibyte.rb
|
|||
${GEM_LIBDIR}/lib/active_support/multibyte/chars.rb
|
||||
${GEM_LIBDIR}/lib/active_support/multibyte/exceptions.rb
|
||||
${GEM_LIBDIR}/lib/active_support/multibyte/unicode_database.rb
|
||||
${GEM_LIBDIR}/lib/active_support/multibyte/utils.rb
|
||||
${GEM_LIBDIR}/lib/active_support/option_merger.rb
|
||||
${GEM_LIBDIR}/lib/active_support/ordered_hash.rb
|
||||
${GEM_LIBDIR}/lib/active_support/ordered_options.rb
|
||||
|
@ -193,7 +198,7 @@ ${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/i18n_test.rb
|
|||
${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/locale/en.rb
|
||||
${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/locale/en.yml
|
||||
${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb
|
||||
${GEM_LIBDIR}/lib/active_support/vendor/memcache-client-1.6.5/memcache.rb
|
||||
${GEM_LIBDIR}/lib/active_support/vendor/memcache-client-1.7.4/memcache.rb
|
||||
${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo.rb
|
||||
${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone.rb
|
||||
${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone_info.rb
|
||||
|
@ -335,6 +340,7 @@ ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_transition
|
|||
${GEM_LIBDIR}/lib/active_support/version.rb
|
||||
${GEM_LIBDIR}/lib/active_support/whiny_nil.rb
|
||||
${GEM_LIBDIR}/lib/active_support/xml_mini.rb
|
||||
${GEM_LIBDIR}/lib/active_support/xml_mini/jdom.rb
|
||||
${GEM_LIBDIR}/lib/active_support/xml_mini/libxml.rb
|
||||
${GEM_LIBDIR}/lib/active_support/xml_mini/nokogiri.rb
|
||||
${GEM_LIBDIR}/lib/active_support/xml_mini/rexml.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.15 2009/04/07 17:13:26 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.16 2009/09/12 22:14:16 minskim Exp $
|
||||
|
||||
SHA1 (activesupport-2.3.2.gem) = 1bba004ec8917a95c2d330c5c715ff8516352c95
|
||||
RMD160 (activesupport-2.3.2.gem) = 4c378987b876bcea8ef1daecdd75dc19c1eb64ef
|
||||
Size (activesupport-2.3.2.gem) = 404992 bytes
|
||||
SHA1 (activesupport-2.3.4.gem) = ed1cda9c03e8565d1c0ad32704fcd37fac4d3faf
|
||||
RMD160 (activesupport-2.3.4.gem) = c724f47a4f27e5abe5372859154465073ea6a3ee
|
||||
Size (activesupport-2.3.4.gem) = 409600 bytes
|
||||
|
|
|
@ -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 \
|
||||
|
|
110
www/rails/PLIST
110
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2009/07/16 11:00:25 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2009/09/12 22:14:17 minskim Exp $
|
||||
|
||||
DISTNAME= actionpack-2.3.2
|
||||
DISTNAME= actionpack-2.3.4
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
|
@ -12,8 +11,4 @@ COMMENT= Two-step approach to web response generation
|
|||
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.2:../../devel/ruby-activesupport
|
||||
|
||||
.include "../../misc/rubygems/rubygem.mk"
|
||||
|
||||
pre-configure:
|
||||
${RM} ${WRKSRC}/lib/action_controller/http_authentication.rb.orig
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.16 2009/06/14 22:00:33 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.17 2009/09/12 22:14:17 minskim Exp $
|
||||
${GEM_HOME}/cache/actionpack-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG
|
||||
${GEM_LIBDIR}/MIT-LICENSE
|
||||
|
@ -19,6 +19,7 @@ ${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
|
||||
|
@ -50,7 +51,6 @@ ${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/rewindable_input.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/routing.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/routing/builder.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/routing/optimisations.rb
|
||||
|
@ -85,56 +85,6 @@ ${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/vendor/rack-1.0/rack.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/adapter/camping.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/abstract/handler.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/abstract/request.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/basic.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/digest/md5.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/digest/nonce.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/digest/params.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/digest/request.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/openid.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/builder.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/cascade.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/chunked.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/commonlogger.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/conditionalget.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/content_length.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/content_type.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/deflater.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/directory.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/file.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/cgi.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/evented_mongrel.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/fastcgi.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/lsws.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/mongrel.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/scgi.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/swiftiplied_mongrel.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/thin.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/webrick.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/head.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/lint.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/lobster.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/lock.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/methodoverride.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/mime.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/mock.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/recursive.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/reloader.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/request.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/response.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/session/abstract/id.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/session/cookie.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/session/memcache.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/session/pool.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/showexceptions.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/showstatus.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/static.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/urlmap.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/utils.rb
|
||||
${GEM_LIBDIR}/lib/action_controller/verification.rb
|
||||
${GEM_LIBDIR}/lib/action_pack.rb
|
||||
${GEM_LIBDIR}/lib/action_pack/version.rb
|
||||
|
@ -199,6 +149,7 @@ ${GEM_LIBDIR}/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/
|
|||
${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/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
|
||||
|
@ -225,10 +176,12 @@ ${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
|
||||
|
@ -264,6 +217,7 @@ ${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
|
||||
|
@ -324,6 +278,8 @@ ${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
|
||||
|
@ -444,6 +400,7 @@ ${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
|
||||
|
@ -455,6 +412,7 @@ ${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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.17 2009/07/16 11:00:25 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.18 2009/09/12 22:14:17 minskim Exp $
|
||||
|
||||
SHA1 (actionpack-2.3.2.gem) = 31e9815ed5d901b6b7f618bb7140f16d1a79ebfc
|
||||
RMD160 (actionpack-2.3.2.gem) = 800602f5c03b08ca8ca292cc7f82ef009c0e2160
|
||||
Size (actionpack-2.3.2.gem) = 767488 bytes
|
||||
SHA1 (patch-aa) = 85d3a5a5766a6ac220e230436f53f6cd4078a259
|
||||
SHA1 (actionpack-2.3.4.gem) = a468b2feb3a15813b0a8d10968ad2c2c09e6eac0
|
||||
RMD160 (actionpack-2.3.4.gem) = 83626e6af9f7d0992c2582295e5a0bf8b0522d8c
|
||||
Size (actionpack-2.3.4.gem) = 733184 bytes
|
||||
SHA1 (patch-ab) = bfba841b0af9d503a71745cc8d992e9d09d94191
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2009/04/07 17:13:27 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2009/09/12 22:14:17 minskim Exp $
|
||||
|
||||
DISTNAME= activeresource-2.3.2
|
||||
DISTNAME= activeresource-2.3.4
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2009/06/14 22:00:33 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2009/09/12 22:14:17 minskim Exp $
|
||||
${GEM_HOME}/cache/activeresource-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG
|
||||
${GEM_LIBDIR}/README
|
||||
|
@ -7,6 +7,7 @@ ${GEM_LIBDIR}/lib/active_resource.rb
|
|||
${GEM_LIBDIR}/lib/active_resource/base.rb
|
||||
${GEM_LIBDIR}/lib/active_resource/connection.rb
|
||||
${GEM_LIBDIR}/lib/active_resource/custom_methods.rb
|
||||
${GEM_LIBDIR}/lib/active_resource/exceptions.rb
|
||||
${GEM_LIBDIR}/lib/active_resource/formats.rb
|
||||
${GEM_LIBDIR}/lib/active_resource/formats/json_format.rb
|
||||
${GEM_LIBDIR}/lib/active_resource/formats/xml_format.rb
|
||||
|
@ -22,9 +23,11 @@ ${GEM_LIBDIR}/test/base/load_test.rb
|
|||
${GEM_LIBDIR}/test/base_errors_test.rb
|
||||
${GEM_LIBDIR}/test/base_test.rb
|
||||
${GEM_LIBDIR}/test/connection_test.rb
|
||||
${GEM_LIBDIR}/test/debug.log
|
||||
${GEM_LIBDIR}/test/fixtures/beast.rb
|
||||
${GEM_LIBDIR}/test/fixtures/customer.rb
|
||||
${GEM_LIBDIR}/test/fixtures/person.rb
|
||||
${GEM_LIBDIR}/test/fixtures/proxy.rb
|
||||
${GEM_LIBDIR}/test/fixtures/street_address.rb
|
||||
${GEM_LIBDIR}/test/format_test.rb
|
||||
${GEM_LIBDIR}/test/setter_trap.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/04/07 17:13:27 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.6 2009/09/12 22:14:17 minskim Exp $
|
||||
|
||||
SHA1 (activeresource-2.3.2.gem) = dd710ed6991e6ded1af29e72babb96aa839c5fef
|
||||
RMD160 (activeresource-2.3.2.gem) = 912f55d51d3707421042f6d2add639391ab01edc
|
||||
Size (activeresource-2.3.2.gem) = 41472 bytes
|
||||
SHA1 (activeresource-2.3.4.gem) = 214db73f7bfc62cfe5234c3cbf30e4fec6ef16d5
|
||||
RMD160 (activeresource-2.3.4.gem) = 730ce680f78450b1f175faf5b2184ebae420d019
|
||||
Size (activeresource-2.3.4.gem) = 51712 bytes
|
||||
|
|
Loading…
Reference in a new issue