summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-13 00:27:01 +0000
committertaca <taca@pkgsrc.org>2011-08-13 00:27:01 +0000
commitb78e6ca5b137b43d159913728d61edccaf2c3560 (patch)
tree2184c4623f7461e165e4b90e42168379579bc17b /www
parent9890065dfd335ba36255ec2560f8c43c143927bb (diff)
downloadpkgsrc-b78e6ca5b137b43d159913728d61edccaf2c3560.tar.gz
Update www/ruby-ramaze package to 2011.07.25.
http://ramaze.net/blog/entry/release-2011-07-25 Release 2011.07.25 * Ramaze::Log::RotatingInformer can now be used as a Rack middleware. * Ramaze::Helper::Layout#set_layout has been modified in such a way that it's easier to specify method specific layouts, see commit 0d15a29c960e22761456180a6be7b88c3809eba8 or lib/ramaze/helper/layout.rb for more information. * All remaining ETag issues have been solved. * Ramaze::Cache::Sequel has been re-written, massive thanks to Lars Olsson for the contribution. See commit c5587c0d3feda8ca2c89399418ac1132d0236fcb or lib/ramaze/cache/sequel.rb for more information. * Ramaze::Cache::MemCache has been re-written and now uses Dalli. See commit 016b2d225d601a71479698e40886b15aaeaa32ec or lib/ramaze/cache/memcache.rb for more information. * Pathname errors have been resolved. * The layout of the prototype has been updated to reflect the new design of the website. * Ramaze::Helper::BlueForm#input_checkbox and Ramaze::Helper::BlueForm#input_radio now accept the options :show_label and :show_value which can be used to show/hide the values/labels of these methods. * The Email contribution has been moved to Ramaze::Helper::Email and had several cleanups. * The HTTP Digest helper has been removed in favor of Rack::Auth. * User objects are no longer stored in the session when using Ramaze::Helper::User, it may not always be possible to Marshal these objects. * Several changes have been made for those developing Ramaze itself. * A new shiny Ramaze executable, see commit cd9fa64138324a5af061daafbd8e7307726843ed or the files in lib/ramaze/bin/ for more information. * Ramaze::View::Less, Ramaze::View::RedCloth and Ramaze::View::Maruku have been removed. Less is no longer supported without Node.js, RedCloth could not be compiled on systems running relatively new versions of Gcc. On top of that both RedCloth and Maruku weren't used as view drivers. * Ramaze::Helper::BlueForm#input_checkbox and Ramaze::Helper::BlueForm#input_radio no longer generate a hidden field as this would generate Rack errors (they also weren't that useful). * General code cleanups and more documentation.
Diffstat (limited to 'www')
-rw-r--r--www/ramaze/Makefile4
-rw-r--r--www/ramaze/PLIST125
-rw-r--r--www/ramaze/distinfo8
3 files changed, 32 insertions, 105 deletions
diff --git a/www/ramaze/Makefile b/www/ramaze/Makefile
index 09dfffea803..2c1982cb6b7 100644
--- a/www/ramaze/Makefile
+++ b/www/ramaze/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2011/06/19 03:56:24 taca Exp $
+# $NetBSD: Makefile,v 1.7 2011/08/13 00:27:01 taca Exp $
-DISTNAME= ramaze-2011.01.30
+DISTNAME= ramaze-2011.07.25
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/www/ramaze/PLIST b/www/ramaze/PLIST
index 9fb1899acae..f14f9076792 100644
--- a/www/ramaze/PLIST
+++ b/www/ramaze/PLIST
@@ -1,53 +1,17 @@
-@comment $NetBSD: PLIST,v 1.5 2011/06/19 03:56:24 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2011/08/13 00:27:01 taca Exp $
bin/ramaze
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.mailmap
-${GEM_LIBDIR}/MANIFEST
+${GEM_LIBDIR}/.rvmrc
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/TODO.md
-${GEM_LIBDIR}/benchmark/bench_templates/bench.rb
-${GEM_LIBDIR}/benchmark/bench_templates/view/large.erb
-${GEM_LIBDIR}/benchmark/bench_templates/view/large.haml
-${GEM_LIBDIR}/benchmark/bench_templates/view/large.lok
-${GEM_LIBDIR}/benchmark/bench_templates/view/large.xhtml
-${GEM_LIBDIR}/benchmark/bench_templates/view/small.erb
-${GEM_LIBDIR}/benchmark/bench_templates/view/small.haml
-${GEM_LIBDIR}/benchmark/bench_templates/view/small.lok
-${GEM_LIBDIR}/benchmark/bench_templates/view/small.xhtml
-${GEM_LIBDIR}/benchmark/results.txt
-${GEM_LIBDIR}/benchmark/run.rb
-${GEM_LIBDIR}/benchmark/suite/minimal.rb
-${GEM_LIBDIR}/benchmark/suite/no_informer.rb
-${GEM_LIBDIR}/benchmark/suite/no_sessions.rb
-${GEM_LIBDIR}/benchmark/suite/no_template.rb
-${GEM_LIBDIR}/benchmark/suite/simple.rb
-${GEM_LIBDIR}/benchmark/suite/template_erubis.rb
-${GEM_LIBDIR}/benchmark/suite/template_etanni.rb
-${GEM_LIBDIR}/benchmark/suite/template_ezamar.rb
-${GEM_LIBDIR}/benchmark/suite/template_haml.rb
-${GEM_LIBDIR}/benchmark/suite/template_liquid.rb
-${GEM_LIBDIR}/benchmark/suite/template_markaby.rb
-${GEM_LIBDIR}/benchmark/suite/template_nagoro.rb
-${GEM_LIBDIR}/benchmark/suite/template_redcloth.rb
-${GEM_LIBDIR}/benchmark/suite/template_tenjin.rb
-${GEM_LIBDIR}/benchmark/test.rb
${GEM_LIBDIR}/bin/ramaze
${GEM_LIBDIR}/doc/AUTHORS
${GEM_LIBDIR}/doc/CHANGELOG
${GEM_LIBDIR}/doc/COPYING
-${GEM_LIBDIR}/doc/FAQ
${GEM_LIBDIR}/doc/GPL
-${GEM_LIBDIR}/doc/INSTALL
${GEM_LIBDIR}/doc/LEGAL
-${GEM_LIBDIR}/doc/TODO
-${GEM_LIBDIR}/doc/meta/announcement.txt
-${GEM_LIBDIR}/doc/meta/configuration.txt
-${GEM_LIBDIR}/doc/meta/internals.txt
-${GEM_LIBDIR}/doc/meta/users.kml
-${GEM_LIBDIR}/doc/tutorial/todolist.html
-${GEM_LIBDIR}/doc/tutorial/todolist.txt
${GEM_LIBDIR}/examples/app/auth/layout/auth.xhtml
${GEM_LIBDIR}/examples/app/auth/start.rb
${GEM_LIBDIR}/examples/app/auth/view/index.xhtml
@@ -94,21 +58,6 @@ ${GEM_LIBDIR}/examples/app/localization/locale/de.yaml
${GEM_LIBDIR}/examples/app/localization/locale/en.yaml
${GEM_LIBDIR}/examples/app/localization/locale/ja.yaml
${GEM_LIBDIR}/examples/app/localization/start.rb
-${GEM_LIBDIR}/examples/app/sourceview/public/coderay.css
-${GEM_LIBDIR}/examples/app/sourceview/public/images/file.gif
-${GEM_LIBDIR}/examples/app/sourceview/public/images/folder.gif
-${GEM_LIBDIR}/examples/app/sourceview/public/images/tv-collapsable-last.gif
-${GEM_LIBDIR}/examples/app/sourceview/public/images/tv-collapsable.gif
-${GEM_LIBDIR}/examples/app/sourceview/public/images/tv-expandable-last.gif
-${GEM_LIBDIR}/examples/app/sourceview/public/images/tv-expandable.gif
-${GEM_LIBDIR}/examples/app/sourceview/public/images/tv-item-last.gif
-${GEM_LIBDIR}/examples/app/sourceview/public/images/tv-item.gif
-${GEM_LIBDIR}/examples/app/sourceview/public/jquery.js
-${GEM_LIBDIR}/examples/app/sourceview/public/jquery.treeview.css
-${GEM_LIBDIR}/examples/app/sourceview/public/jquery.treeview.js
-${GEM_LIBDIR}/examples/app/sourceview/public/sourceview.js
-${GEM_LIBDIR}/examples/app/sourceview/start.rb
-${GEM_LIBDIR}/examples/app/sourceview/view/index.haml
${GEM_LIBDIR}/examples/app/todolist/controller/init.rb
${GEM_LIBDIR}/examples/app/todolist/controller/task.rb
${GEM_LIBDIR}/examples/app/todolist/layout/default.xhtml
@@ -163,7 +112,6 @@ ${GEM_LIBDIR}/examples/basic/linking.rb
${GEM_LIBDIR}/examples/basic/partial.rb
${GEM_LIBDIR}/examples/basic/simple.rb
${GEM_LIBDIR}/examples/helpers/cache.rb
-${GEM_LIBDIR}/examples/helpers/httpdigest.rb
${GEM_LIBDIR}/examples/helpers/identity.rb
${GEM_LIBDIR}/examples/helpers/paginate.rb
${GEM_LIBDIR}/examples/helpers/rest.rb
@@ -203,41 +151,37 @@ ${GEM_LIBDIR}/lib/proto/controller/main.rb
${GEM_LIBDIR}/lib/proto/layout/default.xhtml
${GEM_LIBDIR}/lib/proto/model/init.rb
${GEM_LIBDIR}/lib/proto/public/.htaccess
-${GEM_LIBDIR}/lib/proto/public/css/screen.css
+${GEM_LIBDIR}/lib/proto/public/css/grid.css
+${GEM_LIBDIR}/lib/proto/public/css/layout.css
+${GEM_LIBDIR}/lib/proto/public/css/reset.css
+${GEM_LIBDIR}/lib/proto/public/css/text.css
${GEM_LIBDIR}/lib/proto/public/dispatch.fcgi
${GEM_LIBDIR}/lib/proto/public/favicon.ico
-${GEM_LIBDIR}/lib/proto/public/js/jquery.js
+${GEM_LIBDIR}/lib/proto/public/images/bg.png
${GEM_LIBDIR}/lib/proto/public/ramaze.png
${GEM_LIBDIR}/lib/proto/spec/main.rb
${GEM_LIBDIR}/lib/proto/start.rb
${GEM_LIBDIR}/lib/proto/view/index.xhtml
${GEM_LIBDIR}/lib/ramaze.rb
${GEM_LIBDIR}/lib/ramaze/app.rb
+${GEM_LIBDIR}/lib/ramaze/app_graph.rb
+${GEM_LIBDIR}/lib/ramaze/bin/console.rb
+${GEM_LIBDIR}/lib/ramaze/bin/create.rb
+${GEM_LIBDIR}/lib/ramaze/bin/helper.rb
+${GEM_LIBDIR}/lib/ramaze/bin/restart.rb
+${GEM_LIBDIR}/lib/ramaze/bin/runner.rb
+${GEM_LIBDIR}/lib/ramaze/bin/start.rb
+${GEM_LIBDIR}/lib/ramaze/bin/status.rb
+${GEM_LIBDIR}/lib/ramaze/bin/stop.rb
${GEM_LIBDIR}/lib/ramaze/cache.rb
${GEM_LIBDIR}/lib/ramaze/cache/localmemcache.rb
${GEM_LIBDIR}/lib/ramaze/cache/lru.rb
${GEM_LIBDIR}/lib/ramaze/cache/memcache.rb
${GEM_LIBDIR}/lib/ramaze/cache/sequel.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/addressable_route.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/app_graph.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/email.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/facebook.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/facebook/facebook.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/gettext.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/gettext/mo.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/gettext/parser.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/gettext/po.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/gzip_filter.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/maruku_uv.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/profiling.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/rest.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/sequel/create_join.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/sequel/form_field.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/sequel/image.rb
-${GEM_LIBDIR}/lib/ramaze/contrib/sequel/relation.rb
${GEM_LIBDIR}/lib/ramaze/controller.rb
${GEM_LIBDIR}/lib/ramaze/controller/default.rb
${GEM_LIBDIR}/lib/ramaze/current.rb
+${GEM_LIBDIR}/lib/ramaze/dependencies.rb
${GEM_LIBDIR}/lib/ramaze/files.rb
${GEM_LIBDIR}/lib/ramaze/gestalt.rb
${GEM_LIBDIR}/lib/ramaze/helper.rb
@@ -247,12 +191,12 @@ ${GEM_LIBDIR}/lib/ramaze/helper/blue_form.rb
${GEM_LIBDIR}/lib/ramaze/helper/cache.rb
${GEM_LIBDIR}/lib/ramaze/helper/csrf.rb
${GEM_LIBDIR}/lib/ramaze/helper/disqus.rb
+${GEM_LIBDIR}/lib/ramaze/helper/email.rb
${GEM_LIBDIR}/lib/ramaze/helper/erector.rb
${GEM_LIBDIR}/lib/ramaze/helper/flash.rb
${GEM_LIBDIR}/lib/ramaze/helper/formatting.rb
${GEM_LIBDIR}/lib/ramaze/helper/gestalt.rb
${GEM_LIBDIR}/lib/ramaze/helper/gravatar.rb
-${GEM_LIBDIR}/lib/ramaze/helper/httpdigest.rb
${GEM_LIBDIR}/lib/ramaze/helper/identity.rb
${GEM_LIBDIR}/lib/ramaze/helper/layout.rb
${GEM_LIBDIR}/lib/ramaze/helper/link.rb
@@ -288,6 +232,7 @@ ${GEM_LIBDIR}/lib/ramaze/reloader/watch_inotify.rb
${GEM_LIBDIR}/lib/ramaze/reloader/watch_stat.rb
${GEM_LIBDIR}/lib/ramaze/request.rb
${GEM_LIBDIR}/lib/ramaze/response.rb
+${GEM_LIBDIR}/lib/ramaze/rest.rb
${GEM_LIBDIR}/lib/ramaze/setup.rb
${GEM_LIBDIR}/lib/ramaze/snippets.rb
${GEM_LIBDIR}/lib/ramaze/snippets/array/put_within.rb
@@ -325,9 +270,6 @@ ${GEM_LIBDIR}/lib/ramaze/spec/helper/bacon.rb
${GEM_LIBDIR}/lib/ramaze/spec/helper/pretty_output.rb
${GEM_LIBDIR}/lib/ramaze/spec/helper/snippets.rb
${GEM_LIBDIR}/lib/ramaze/spec/helper/template_examples.rb
-${GEM_LIBDIR}/lib/ramaze/tool/bin.rb
-${GEM_LIBDIR}/lib/ramaze/tool/create.rb
-${GEM_LIBDIR}/lib/ramaze/tool/project_creator.rb
${GEM_LIBDIR}/lib/ramaze/version.rb
${GEM_LIBDIR}/lib/ramaze/view.rb
${GEM_LIBDIR}/lib/ramaze/view/erector.rb
@@ -335,14 +277,11 @@ ${GEM_LIBDIR}/lib/ramaze/view/erubis.rb
${GEM_LIBDIR}/lib/ramaze/view/ezamar.rb
${GEM_LIBDIR}/lib/ramaze/view/gestalt.rb
${GEM_LIBDIR}/lib/ramaze/view/haml.rb
-${GEM_LIBDIR}/lib/ramaze/view/less.rb
${GEM_LIBDIR}/lib/ramaze/view/liquid.rb
${GEM_LIBDIR}/lib/ramaze/view/lokar.rb
-${GEM_LIBDIR}/lib/ramaze/view/maruku.rb
${GEM_LIBDIR}/lib/ramaze/view/mustache.rb
${GEM_LIBDIR}/lib/ramaze/view/nagoro.rb
${GEM_LIBDIR}/lib/ramaze/view/nagoro/render_partial.rb
-${GEM_LIBDIR}/lib/ramaze/view/redcloth.rb
${GEM_LIBDIR}/lib/ramaze/view/remarkably.rb
${GEM_LIBDIR}/lib/ramaze/view/sass.rb
${GEM_LIBDIR}/lib/ramaze/view/slippers.rb
@@ -350,13 +289,10 @@ ${GEM_LIBDIR}/lib/ramaze/view/tagz.rb
${GEM_LIBDIR}/lib/ramaze/view/tenjin.rb
${GEM_LIBDIR}/lib/vendor/route_exceptions.rb
${GEM_LIBDIR}/ramaze.gemspec
-${GEM_LIBDIR}/spec/contrib/addressable_route.rb
-${GEM_LIBDIR}/spec/contrib/rest.rb
${GEM_LIBDIR}/spec/examples/caching.rb
${GEM_LIBDIR}/spec/examples/css.rb
${GEM_LIBDIR}/spec/examples/element.rb
${GEM_LIBDIR}/spec/examples/hello.rb
-${GEM_LIBDIR}/spec/examples/helpers/httpdigest.rb
${GEM_LIBDIR}/spec/examples/linking.rb
${GEM_LIBDIR}/spec/examples/misc/sequel_scaffolding.rb
${GEM_LIBDIR}/spec/examples/simple.rb
@@ -367,7 +303,6 @@ ${GEM_LIBDIR}/spec/examples/templates/template_liquid.rb
${GEM_LIBDIR}/spec/examples/templates/template_markaby.rb
${GEM_LIBDIR}/spec/examples/templates/template_mustache.rb
${GEM_LIBDIR}/spec/examples/templates/template_nagoro.rb
-${GEM_LIBDIR}/spec/examples/templates/template_redcloth.rb
${GEM_LIBDIR}/spec/examples/templates/template_remarkably.rb
${GEM_LIBDIR}/spec/examples/templates/template_tenjin.rb
${GEM_LIBDIR}/spec/examples/todolist.rb
@@ -382,7 +317,10 @@ ${GEM_LIBDIR}/spec/ramaze/action/view/sub/sub_wrapper.erb
${GEM_LIBDIR}/spec/ramaze/action/view/sub/sub_wrapper.xhtml
${GEM_LIBDIR}/spec/ramaze/app.rb
${GEM_LIBDIR}/spec/ramaze/app/location.rb
-${GEM_LIBDIR}/spec/ramaze/bin/ramaze.rb
+${GEM_LIBDIR}/spec/ramaze/bin/app/config.ru
+${GEM_LIBDIR}/spec/ramaze/bin/create.rb
+${GEM_LIBDIR}/spec/ramaze/bin/runner.rb
+${GEM_LIBDIR}/spec/ramaze/bin/start.rb
${GEM_LIBDIR}/spec/ramaze/cache/localmemcache.rb
${GEM_LIBDIR}/spec/ramaze/cache/lru.rb
${GEM_LIBDIR}/spec/ramaze/cache/memcache.rb
@@ -415,12 +353,13 @@ ${GEM_LIBDIR}/spec/ramaze/helper/bench.rb
${GEM_LIBDIR}/spec/ramaze/helper/blue_form.rb
${GEM_LIBDIR}/spec/ramaze/helper/cache.rb
${GEM_LIBDIR}/spec/ramaze/helper/csrf.rb
+${GEM_LIBDIR}/spec/ramaze/helper/email.rb
${GEM_LIBDIR}/spec/ramaze/helper/flash.rb
${GEM_LIBDIR}/spec/ramaze/helper/formatting.rb
${GEM_LIBDIR}/spec/ramaze/helper/gestalt.rb
${GEM_LIBDIR}/spec/ramaze/helper/gravatar.rb
-${GEM_LIBDIR}/spec/ramaze/helper/httpdigest.rb
${GEM_LIBDIR}/spec/ramaze/helper/layout.rb
+${GEM_LIBDIR}/spec/ramaze/helper/layout/alternative.xhtml
${GEM_LIBDIR}/spec/ramaze/helper/layout/default.xhtml
${GEM_LIBDIR}/spec/ramaze/helper/link.rb
${GEM_LIBDIR}/spec/ramaze/helper/localize.rb
@@ -448,6 +387,7 @@ ${GEM_LIBDIR}/spec/ramaze/public/favicon.ico
${GEM_LIBDIR}/spec/ramaze/public/ramaze.png
${GEM_LIBDIR}/spec/ramaze/public/test_download.css
${GEM_LIBDIR}/spec/ramaze/request.rb
+${GEM_LIBDIR}/spec/ramaze/rest.rb
${GEM_LIBDIR}/spec/ramaze/rewrite/file.css
${GEM_LIBDIR}/spec/ramaze/session/memcache.rb
${GEM_LIBDIR}/spec/ramaze/struct.rb
@@ -470,8 +410,6 @@ ${GEM_LIBDIR}/spec/ramaze/view/gestalt/external.ges
${GEM_LIBDIR}/spec/ramaze/view/haml.rb
${GEM_LIBDIR}/spec/ramaze/view/haml/external.haml
${GEM_LIBDIR}/spec/ramaze/view/haml/sum.haml
-${GEM_LIBDIR}/spec/ramaze/view/less.rb
-${GEM_LIBDIR}/spec/ramaze/view/less/file.css.less
${GEM_LIBDIR}/spec/ramaze/view/liquid.rb
${GEM_LIBDIR}/spec/ramaze/view/liquid/external.liquid
${GEM_LIBDIR}/spec/ramaze/view/liquid/sum.liquid
@@ -484,8 +422,6 @@ ${GEM_LIBDIR}/spec/ramaze/view/mustache/sum.mt
${GEM_LIBDIR}/spec/ramaze/view/nagoro.rb
${GEM_LIBDIR}/spec/ramaze/view/nagoro/external.nag
${GEM_LIBDIR}/spec/ramaze/view/nagoro/sum.nag
-${GEM_LIBDIR}/spec/ramaze/view/redcloth.rb
-${GEM_LIBDIR}/spec/ramaze/view/redcloth/external.redcloth
${GEM_LIBDIR}/spec/ramaze/view/remarkably.rb
${GEM_LIBDIR}/spec/ramaze/view/remarkably/external.rem
${GEM_LIBDIR}/spec/ramaze/view/remarkably/sum.rem
@@ -518,19 +454,10 @@ ${GEM_LIBDIR}/spec/snippets/thread/into.rb
${GEM_LIBDIR}/tasks/authors.rake
${GEM_LIBDIR}/tasks/bacon.rake
${GEM_LIBDIR}/tasks/changelog.rake
-${GEM_LIBDIR}/tasks/copyright.rake
${GEM_LIBDIR}/tasks/gem.rake
-${GEM_LIBDIR}/tasks/gem_setup.rake
-${GEM_LIBDIR}/tasks/git.rake
-${GEM_LIBDIR}/tasks/grancher.rake
-${GEM_LIBDIR}/tasks/jquery.rake
-${GEM_LIBDIR}/tasks/manifest.rake
-${GEM_LIBDIR}/tasks/metric_changes.rake
${GEM_LIBDIR}/tasks/rcov.rake
${GEM_LIBDIR}/tasks/release.rake
-${GEM_LIBDIR}/tasks/reversion.rake
${GEM_LIBDIR}/tasks/setup.rake
${GEM_LIBDIR}/tasks/todo.rake
-${GEM_LIBDIR}/tasks/traits.rake
${GEM_LIBDIR}/tasks/yard.rake
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/www/ramaze/distinfo b/www/ramaze/distinfo
index 98bb24ccdaf..9f36871662a 100644
--- a/www/ramaze/distinfo
+++ b/www/ramaze/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2011/06/19 03:56:24 taca Exp $
+$NetBSD: distinfo,v 1.5 2011/08/13 00:27:01 taca Exp $
-SHA1 (ramaze-2011.01.30.gem) = ce32e154e44cdd4fcbf89f2feceb940781da3ecd
-RMD160 (ramaze-2011.01.30.gem) = de6cdac4244846e0e4ce9399cd3ca130457b5d3f
-Size (ramaze-2011.01.30.gem) = 657920 bytes
+SHA1 (ramaze-2011.07.25.gem) = 6aa95e61ccfcaecf207cfe021f93daa5eeaae075
+RMD160 (ramaze-2011.07.25.gem) = 56628639b04c27743dd7c574eb2689771a360b6c
+Size (ramaze-2011.07.25.gem) = 530944 bytes