diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-padrino-admin/PLIST | 5 | ||||
-rw-r--r-- | www/ruby-padrino-admin/distinfo | 8 | ||||
-rw-r--r-- | www/ruby-padrino-cache/Makefile | 3 | ||||
-rw-r--r-- | www/ruby-padrino-cache/PLIST | 20 | ||||
-rw-r--r-- | www/ruby-padrino-cache/distinfo | 8 | ||||
-rw-r--r-- | www/ruby-padrino-core/Makefile | 6 | ||||
-rw-r--r-- | www/ruby-padrino-core/PLIST | 19 | ||||
-rw-r--r-- | www/ruby-padrino-core/distinfo | 8 | ||||
-rw-r--r-- | www/ruby-padrino-gen/PLIST | 9 | ||||
-rw-r--r-- | www/ruby-padrino-gen/distinfo | 8 | ||||
-rw-r--r-- | www/ruby-padrino-helpers/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-padrino-helpers/PLIST | 14 | ||||
-rw-r--r-- | www/ruby-padrino-helpers/distinfo | 8 | ||||
-rw-r--r-- | www/ruby-padrino-mailer/distinfo | 8 | ||||
-rw-r--r-- | www/ruby-padrino/Makefile.common | 4 |
15 files changed, 79 insertions, 53 deletions
diff --git a/www/ruby-padrino-admin/PLIST b/www/ruby-padrino-admin/PLIST index 5d4ee131644..eda01942459 100644 --- a/www/ruby-padrino-admin/PLIST +++ b/www/ruby-padrino-admin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/09/15 18:25:49 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/03/14 19:18:31 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/.gitignore @@ -32,7 +32,9 @@ ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/font-awesome/mixins.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/font-awesome/path.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/font-awesome/variables.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/forms.less +${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/glyphicons.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/grid.less +${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/input-groups.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/jumbotron.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/labels.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/list-group.less @@ -52,6 +54,7 @@ ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/progress-bars.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/responsive-utilities.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/scaffolding.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/tables.less +${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/theme.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/thumbnails.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/tooltip.less ${GEM_LIBDIR}/lib/padrino-admin/bootstrap-less/type.less diff --git a/www/ruby-padrino-admin/distinfo b/www/ruby-padrino-admin/distinfo index cf27289b4cc..6dce9dcd3a9 100644 --- a/www/ruby-padrino-admin/distinfo +++ b/www/ruby-padrino-admin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/09/15 18:25:49 taca Exp $ +$NetBSD: distinfo,v 1.4 2014/03/14 19:18:31 taca Exp $ -SHA1 (padrino-admin-0.11.3.gem) = 2ef94ed854aaa293236df376a1f29323ecc2e204 -RMD160 (padrino-admin-0.11.3.gem) = 14222a4b3788dccb04d512d3bcfeeed35cca8f90 -Size (padrino-admin-0.11.3.gem) = 432640 bytes +SHA1 (padrino-admin-0.12.0.gem) = d3a3181fbb3c6f33feb9033d5c22f4b94d6f0871 +RMD160 (padrino-admin-0.12.0.gem) = 7360e08c20b23a837ede96d12ba5fd29312b1c6e +Size (padrino-admin-0.12.0.gem) = 446464 bytes diff --git a/www/ruby-padrino-cache/Makefile b/www/ruby-padrino-cache/Makefile index 18ea71d2ebd..b18ed624c3e 100644 --- a/www/ruby-padrino-cache/Makefile +++ b/www/ruby-padrino-cache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/06/16 10:04:08 obache Exp $ +# $NetBSD: Makefile,v 1.3 2014/03/14 19:18:31 taca Exp $ DISTNAME= padrino-cache-${RUBY_PADRINO_VERS} CATEGORIES= www @@ -10,6 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core DEPENDS+= ${RUBY_PKGPREFIX}-padrino-helpers>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-helpers +DEPENDS+= ${RUBY_PKGPREFIX}-moneta>=0.7.0<0.8:../../databases/ruby-moneta .include "../../www/ruby-padrino/Makefile.common" .include "../../lang/ruby/gem.mk" diff --git a/www/ruby-padrino-cache/PLIST b/www/ruby-padrino-cache/PLIST index 8cde6e52113..463cf156f5e 100644 --- a/www/ruby-padrino-cache/PLIST +++ b/www/ruby-padrino-cache/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/09/15 18:25:49 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/03/14 19:18:31 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/.gitignore @@ -10,22 +10,10 @@ ${GEM_LIBDIR}/lib/padrino-cache.rb ${GEM_LIBDIR}/lib/padrino-cache/helpers/cache_store.rb ${GEM_LIBDIR}/lib/padrino-cache/helpers/fragment.rb ${GEM_LIBDIR}/lib/padrino-cache/helpers/page.rb -${GEM_LIBDIR}/lib/padrino-cache/parser.rb -${GEM_LIBDIR}/lib/padrino-cache/store.rb -${GEM_LIBDIR}/lib/padrino-cache/store/base.rb -${GEM_LIBDIR}/lib/padrino-cache/store/file.rb -${GEM_LIBDIR}/lib/padrino-cache/store/memcache.rb -${GEM_LIBDIR}/lib/padrino-cache/store/memory.rb -${GEM_LIBDIR}/lib/padrino-cache/store/mongo.rb -${GEM_LIBDIR}/lib/padrino-cache/store/redis.rb +${GEM_LIBDIR}/lib/padrino-cache/legacy_store.rb ${GEM_LIBDIR}/padrino-cache.gemspec ${GEM_LIBDIR}/test/helper.rb -${GEM_LIBDIR}/test/stores/shared.rb -${GEM_LIBDIR}/test/stores/test_dalli.rb -${GEM_LIBDIR}/test/stores/test_file.rb -${GEM_LIBDIR}/test/stores/test_memcache.rb -${GEM_LIBDIR}/test/stores/test_memory.rb -${GEM_LIBDIR}/test/stores/test_mongo.rb -${GEM_LIBDIR}/test/stores/test_redis.rb +${GEM_LIBDIR}/test/test_legacy_store.rb +${GEM_LIBDIR}/test/test_moneta_store.rb ${GEM_LIBDIR}/test/test_padrino_cache.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-padrino-cache/distinfo b/www/ruby-padrino-cache/distinfo index bde4f324159..f18d9aba206 100644 --- a/www/ruby-padrino-cache/distinfo +++ b/www/ruby-padrino-cache/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/09/15 18:25:49 taca Exp $ +$NetBSD: distinfo,v 1.4 2014/03/14 19:18:31 taca Exp $ -SHA1 (padrino-cache-0.11.3.gem) = b3466ab91423e64ae7e96fde0db4f4573bd9a9c9 -RMD160 (padrino-cache-0.11.3.gem) = 632ec29a3984090e3ea11caf235a97651faf4c43 -Size (padrino-cache-0.11.3.gem) = 16896 bytes +SHA1 (padrino-cache-0.12.0.gem) = 6c57d4a5ac308746c260e1f760252c8583bac2bc +RMD160 (padrino-cache-0.12.0.gem) = e4beb5eb7c4d435c50b2816468eedf67bfa68312 +Size (padrino-cache-0.12.0.gem) = 14336 bytes diff --git a/www/ruby-padrino-core/Makefile b/www/ruby-padrino-core/Makefile index 4d4b6802053..b52d562ece4 100644 --- a/www/ruby-padrino-core/Makefile +++ b/www/ruby-padrino-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/06/16 10:04:08 obache Exp $ +# $NetBSD: Makefile,v 1.3 2014/03/14 19:18:31 taca Exp $ DISTNAME= padrino-core-${RUBY_PADRINO_VERS} CATEGORIES= www @@ -13,12 +13,14 @@ DEPENDS+= ${RUBY_PKGPREFIX}-http_router>=0.11.0<0.12:../../www/ruby-http_router DEPENDS+= ${RUBY_PKGPREFIX}-rack-protection>=1.5.0:../../www/ruby-rack-protection DEPENDS+= ${RUBY_PKGPREFIX}-sinatra>=1.4.2<1.5:../../www/ruby-sinatra DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.17.0:../../devel/ruby-thor -DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=1.3.7:../../textproc/ruby-tilt +DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=1.4.1<1.5:../../textproc/ruby-tilt CONFLICTS+= ruby[1-9][0-9][0-9]-padrino-core-[0-9]* RUBY_RAILS_SUPPORTED= 32 +OVERRIDE_GEMSPEC+= thor>=0.17.0 + .include "../../www/ruby-padrino/Makefile.common" .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-padrino-core/PLIST b/www/ruby-padrino-core/PLIST index 748f315a0b0..05fd5f707bd 100644 --- a/www/ruby-padrino-core/PLIST +++ b/www/ruby-padrino-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/09/15 18:25:49 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/03/14 19:18:31 taca Exp $ bin/padrino ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document @@ -10,13 +10,14 @@ ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/bin/padrino ${GEM_LIBDIR}/lib/padrino-core.rb ${GEM_LIBDIR}/lib/padrino-core/application.rb +${GEM_LIBDIR}/lib/padrino-core/application/authenticity_token.rb ${GEM_LIBDIR}/lib/padrino-core/application/flash.rb ${GEM_LIBDIR}/lib/padrino-core/application/rendering.rb ${GEM_LIBDIR}/lib/padrino-core/application/rendering/extensions/erubis.rb ${GEM_LIBDIR}/lib/padrino-core/application/rendering/extensions/haml.rb ${GEM_LIBDIR}/lib/padrino-core/application/rendering/extensions/slim.rb ${GEM_LIBDIR}/lib/padrino-core/application/routing.rb -${GEM_LIBDIR}/lib/padrino-core/application/showexceptions.rb +${GEM_LIBDIR}/lib/padrino-core/application/show_exceptions.rb ${GEM_LIBDIR}/lib/padrino-core/caller.rb ${GEM_LIBDIR}/lib/padrino-core/cli/adapter.rb ${GEM_LIBDIR}/lib/padrino-core/cli/base.rb @@ -52,6 +53,8 @@ ${GEM_LIBDIR}/lib/padrino-core/logger.rb ${GEM_LIBDIR}/lib/padrino-core/module.rb ${GEM_LIBDIR}/lib/padrino-core/mounter.rb ${GEM_LIBDIR}/lib/padrino-core/reloader.rb +${GEM_LIBDIR}/lib/padrino-core/reloader/rack.rb +${GEM_LIBDIR}/lib/padrino-core/reloader/storage.rb ${GEM_LIBDIR}/lib/padrino-core/router.rb ${GEM_LIBDIR}/lib/padrino-core/server.rb ${GEM_LIBDIR}/lib/padrino-core/support_lite.rb @@ -66,7 +69,17 @@ ${GEM_LIBDIR}/test/fixtures/app_gem/lib/app_gem/version.rb ${GEM_LIBDIR}/test/fixtures/apps/.components ${GEM_LIBDIR}/test/fixtures/apps/.gitignore ${GEM_LIBDIR}/test/fixtures/apps/complex.rb +${GEM_LIBDIR}/test/fixtures/apps/helpers/system_helpers.rb +${GEM_LIBDIR}/test/fixtures/apps/kiq.rb +${GEM_LIBDIR}/test/fixtures/apps/lib/myklass.rb +${GEM_LIBDIR}/test/fixtures/apps/lib/myklass/mysubklass.rb +${GEM_LIBDIR}/test/fixtures/apps/models/child.rb +${GEM_LIBDIR}/test/fixtures/apps/models/parent.rb +${GEM_LIBDIR}/test/fixtures/apps/render.rb ${GEM_LIBDIR}/test/fixtures/apps/simple.rb +${GEM_LIBDIR}/test/fixtures/apps/static.rb +${GEM_LIBDIR}/test/fixtures/apps/system.rb +${GEM_LIBDIR}/test/fixtures/apps/views/blog/post.erb ${GEM_LIBDIR}/test/fixtures/dependencies/a.rb ${GEM_LIBDIR}/test/fixtures/dependencies/b.rb ${GEM_LIBDIR}/test/fixtures/dependencies/c.rb @@ -74,6 +87,7 @@ ${GEM_LIBDIR}/test/fixtures/dependencies/circular/e.rb ${GEM_LIBDIR}/test/fixtures/dependencies/circular/f.rb ${GEM_LIBDIR}/test/fixtures/dependencies/circular/g.rb ${GEM_LIBDIR}/test/fixtures/dependencies/d.rb +${GEM_LIBDIR}/test/fixtures/layouts/layout.erb ${GEM_LIBDIR}/test/helper.rb ${GEM_LIBDIR}/test/mini_shoulda.rb ${GEM_LIBDIR}/test/test_application.rb @@ -87,6 +101,7 @@ ${GEM_LIBDIR}/test/test_logger.rb ${GEM_LIBDIR}/test/test_mounter.rb ${GEM_LIBDIR}/test/test_reloader_complex.rb ${GEM_LIBDIR}/test/test_reloader_simple.rb +${GEM_LIBDIR}/test/test_reloader_system.rb ${GEM_LIBDIR}/test/test_rendering.rb ${GEM_LIBDIR}/test/test_rendering_extensions.rb ${GEM_LIBDIR}/test/test_restful_routing.rb diff --git a/www/ruby-padrino-core/distinfo b/www/ruby-padrino-core/distinfo index c9aa6f4bb7d..72192953ba6 100644 --- a/www/ruby-padrino-core/distinfo +++ b/www/ruby-padrino-core/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/09/15 18:25:49 taca Exp $ +$NetBSD: distinfo,v 1.4 2014/03/14 19:18:31 taca Exp $ -SHA1 (padrino-core-0.11.3.gem) = 8ffba989aca3f753538629468cb8f45643f600e7 -RMD160 (padrino-core-0.11.3.gem) = 795c4500fc41843274e613ba9292476496abed45 -Size (padrino-core-0.11.3.gem) = 134656 bytes +SHA1 (padrino-core-0.12.0.gem) = 32da09895e9a7d03ec054e30c435f238ffad05d0 +RMD160 (padrino-core-0.12.0.gem) = 4856bfa0af59b0a0d4d3875345efe41d810aaa11 +Size (padrino-core-0.12.0.gem) = 139776 bytes diff --git a/www/ruby-padrino-gen/PLIST b/www/ruby-padrino-gen/PLIST index 4cbd1ed8a2f..c7b676c3774 100644 --- a/www/ruby-padrino-gen/PLIST +++ b/www/ruby-padrino-gen/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/09/15 18:25:49 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/03/14 19:18:31 taca Exp $ bin/padrino-gen ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document @@ -14,6 +14,7 @@ ${GEM_LIBDIR}/lib/padrino-gen/generators/actions.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/app.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/app/app.rb.tt ${GEM_LIBDIR}/lib/padrino-gen/generators/cli.rb +${GEM_LIBDIR}/lib/padrino-gen/generators/component.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/components/actions.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/components/mocks/mocha.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/components/mocks/rr.rb @@ -49,7 +50,7 @@ ${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/minitest.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/riot.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/rspec.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/shoulda.rb -${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/testspec.rb +${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/steak.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/controller.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/mailer.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/migration.rb @@ -62,6 +63,7 @@ ${GEM_LIBDIR}/lib/padrino-gen/generators/project/config/apps.rb.tt ${GEM_LIBDIR}/lib/padrino-gen/generators/project/config/boot.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/project/public/favicon.ico ${GEM_LIBDIR}/lib/padrino-gen/generators/runner.rb +${GEM_LIBDIR}/lib/padrino-gen/generators/task.rb ${GEM_LIBDIR}/lib/padrino-gen/generators/templates/Gemfile.tt ${GEM_LIBDIR}/lib/padrino-gen/generators/templates/Rakefile.tt ${GEM_LIBDIR}/lib/padrino-gen/generators/templates/controller.rb.tt @@ -86,6 +88,7 @@ ${GEM_LIBDIR}/lib/padrino-gen/generators/templates/static/ujs/jquery.js ${GEM_LIBDIR}/lib/padrino-gen/generators/templates/static/ujs/mootools.js ${GEM_LIBDIR}/lib/padrino-gen/generators/templates/static/ujs/prototype.js ${GEM_LIBDIR}/lib/padrino-gen/generators/templates/static/ujs/right.js +${GEM_LIBDIR}/lib/padrino-gen/generators/templates/task.rb.tt ${GEM_LIBDIR}/lib/padrino-gen/padrino-tasks/activerecord.rb ${GEM_LIBDIR}/lib/padrino-gen/padrino-tasks/database.rb ${GEM_LIBDIR}/lib/padrino-gen/padrino-tasks/datamapper.rb @@ -103,6 +106,7 @@ ${GEM_LIBDIR}/test/fixtures/rake_template.rb ${GEM_LIBDIR}/test/helper.rb ${GEM_LIBDIR}/test/test_app_generator.rb ${GEM_LIBDIR}/test/test_cli.rb +${GEM_LIBDIR}/test/test_component_generator.rb ${GEM_LIBDIR}/test/test_controller_generator.rb ${GEM_LIBDIR}/test/test_generator.rb ${GEM_LIBDIR}/test/test_mailer_generator.rb @@ -110,4 +114,5 @@ ${GEM_LIBDIR}/test/test_migration_generator.rb ${GEM_LIBDIR}/test/test_model_generator.rb ${GEM_LIBDIR}/test/test_plugin_generator.rb ${GEM_LIBDIR}/test/test_project_generator.rb +${GEM_LIBDIR}/test/test_task_generator.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-padrino-gen/distinfo b/www/ruby-padrino-gen/distinfo index d0d69b3d3be..36b07343430 100644 --- a/www/ruby-padrino-gen/distinfo +++ b/www/ruby-padrino-gen/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/09/15 18:25:49 taca Exp $ +$NetBSD: distinfo,v 1.4 2014/03/14 19:18:31 taca Exp $ -SHA1 (padrino-gen-0.11.3.gem) = d9b1d5b78f30c002b4713ad2b0d1ff570c0de1fb -RMD160 (padrino-gen-0.11.3.gem) = a9fc44393106e850433f75789f5b0c55b5df056c -Size (padrino-gen-0.11.3.gem) = 643584 bytes +SHA1 (padrino-gen-0.12.0.gem) = 5cec6860204ade1d5b8afcf7c7e682ba8a993ec2 +RMD160 (padrino-gen-0.12.0.gem) = 70ef9c01cad99914b281adf4c53dfaf01932caf5 +Size (padrino-gen-0.12.0.gem) = 645120 bytes diff --git a/www/ruby-padrino-helpers/Makefile b/www/ruby-padrino-helpers/Makefile index 898821da177..703c339078f 100644 --- a/www/ruby-padrino-helpers/Makefile +++ b/www/ruby-padrino-helpers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/02/11 14:39:08 taca Exp $ +# $NetBSD: Makefile,v 1.2 2014/03/14 19:18:31 taca Exp $ DISTNAME= padrino-helpers-${RUBY_PADRINO_VERS} CATEGORIES= www @@ -9,7 +9,7 @@ COMMENT= Helpers for padrino LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core -DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.6<1:../../devel/ruby-i18n +DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.6.7<1:../../devel/ruby-i18n .include "../../www/ruby-padrino/Makefile.common" .include "../../lang/ruby/gem.mk" diff --git a/www/ruby-padrino-helpers/PLIST b/www/ruby-padrino-helpers/PLIST index a4c5ce56402..602ce565999 100644 --- a/www/ruby-padrino-helpers/PLIST +++ b/www/ruby-padrino-helpers/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/09/15 18:25:49 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/03/14 19:18:31 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/.gitignore @@ -85,6 +85,12 @@ ${GEM_LIBDIR}/test/fixtures/markup_app/views/simple_partial.erb ${GEM_LIBDIR}/test/fixtures/markup_app/views/simple_partial.haml ${GEM_LIBDIR}/test/fixtures/markup_app/views/simple_partial.slim ${GEM_LIBDIR}/test/fixtures/render_app/app.rb +${GEM_LIBDIR}/test/fixtures/render_app/views/_deep.erb +${GEM_LIBDIR}/test/fixtures/render_app/views/_deep.haml +${GEM_LIBDIR}/test/fixtures/render_app/views/_deep.slim +${GEM_LIBDIR}/test/fixtures/render_app/views/_partial_block_erb.erb +${GEM_LIBDIR}/test/fixtures/render_app/views/_partial_block_haml.haml +${GEM_LIBDIR}/test/fixtures/render_app/views/_partial_block_slim.slim ${GEM_LIBDIR}/test/fixtures/render_app/views/current_engine.haml ${GEM_LIBDIR}/test/fixtures/render_app/views/current_engines/_erb.erb ${GEM_LIBDIR}/test/fixtures/render_app/views/current_engines/_haml.haml @@ -95,9 +101,15 @@ ${GEM_LIBDIR}/test/fixtures/render_app/views/double_capture_slim.slim ${GEM_LIBDIR}/test/fixtures/render_app/views/erb/test.erb ${GEM_LIBDIR}/test/fixtures/render_app/views/explicit_engine.haml ${GEM_LIBDIR}/test/fixtures/render_app/views/haml/test.haml +${GEM_LIBDIR}/test/fixtures/render_app/views/render_block_erb.erb +${GEM_LIBDIR}/test/fixtures/render_app/views/render_block_haml.haml +${GEM_LIBDIR}/test/fixtures/render_app/views/render_block_slim.slim ${GEM_LIBDIR}/test/fixtures/render_app/views/template/_user.haml ${GEM_LIBDIR}/test/fixtures/render_app/views/template/haml_template.haml ${GEM_LIBDIR}/test/fixtures/render_app/views/template/some_template.haml +${GEM_LIBDIR}/test/fixtures/render_app/views/wrong_capture_erb.erb +${GEM_LIBDIR}/test/fixtures/render_app/views/wrong_capture_haml.haml +${GEM_LIBDIR}/test/fixtures/render_app/views/wrong_capture_slim.slim ${GEM_LIBDIR}/test/helper.rb ${GEM_LIBDIR}/test/test_asset_tag_helpers.rb ${GEM_LIBDIR}/test/test_breadcrumb_helpers.rb diff --git a/www/ruby-padrino-helpers/distinfo b/www/ruby-padrino-helpers/distinfo index 66727875977..02cab1c3827 100644 --- a/www/ruby-padrino-helpers/distinfo +++ b/www/ruby-padrino-helpers/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/09/15 18:25:49 taca Exp $ +$NetBSD: distinfo,v 1.4 2014/03/14 19:18:31 taca Exp $ -SHA1 (padrino-helpers-0.11.3.gem) = c51f52a924a102750f90d0b6f147d29caf32dc37 -RMD160 (padrino-helpers-0.11.3.gem) = 3bd3add5157091171ec1711421288dfc09555d2e -Size (padrino-helpers-0.11.3.gem) = 72192 bytes +SHA1 (padrino-helpers-0.12.0.gem) = 88601f7aa56de822108ab67ef244bc302a22e437 +RMD160 (padrino-helpers-0.12.0.gem) = d5db6aa84580def60ad66252ce747eb57a1c3f2e +Size (padrino-helpers-0.12.0.gem) = 72704 bytes diff --git a/www/ruby-padrino-mailer/distinfo b/www/ruby-padrino-mailer/distinfo index 0456a65e7bd..cac1664212d 100644 --- a/www/ruby-padrino-mailer/distinfo +++ b/www/ruby-padrino-mailer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/09/15 18:25:49 taca Exp $ +$NetBSD: distinfo,v 1.4 2014/03/14 19:18:31 taca Exp $ -SHA1 (padrino-mailer-0.11.3.gem) = 23f2516b9af3ea1b55a3c864cccb2dfcdd0c8941 -RMD160 (padrino-mailer-0.11.3.gem) = dbbc56709656c2b7519735831c8928345382ee65 -Size (padrino-mailer-0.11.3.gem) = 16384 bytes +SHA1 (padrino-mailer-0.12.0.gem) = 163129748e0b7dde30a9bc7c9a42ac2df3ddca2d +RMD160 (padrino-mailer-0.12.0.gem) = e519633f469ed6940a92a4600c5663cedac6073e +Size (padrino-mailer-0.12.0.gem) = 16896 bytes diff --git a/www/ruby-padrino/Makefile.common b/www/ruby-padrino/Makefile.common index 23e88398b94..77ccbdc23d9 100644 --- a/www/ruby-padrino/Makefile.common +++ b/www/ruby-padrino/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2013/09/15 18:25:49 taca Exp $ +# $NetBSD: Makefile.common,v 1.4 2014/03/14 19:18:31 taca Exp $ # # used by www/ruby-padrino/Makefile # used by www/ruby-padrino-admin/Makefile @@ -8,5 +8,5 @@ # used by www/ruby-padrino-helper/Makefile # used by www/ruby-padrino-mailer/Makefile -RUBY_PADRINO_VERS= 0.11.3 +RUBY_PADRINO_VERS= 0.12.0 RUBY_PADRINO_SITE= http://www.padrinorb.com/ |