From 48e0f0d07586344fc118c714580bb9b3c8ebe4ca Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 6 Aug 2007 15:42:30 +0000 Subject: Update ruby-gettext to 1.10.0. * Support Vietnamese(vi), Bosnian(bs), Croatian(hr), Norwegian(nb) * Cache messages. Both _() and n_() become 1.3-1.8 times faster than older version. * Add GetText.ns_() * Fix bugs. * Enhance to support Ruby on Rails. * Work with script/generate scaffold_resource. * error_messages_for accepts plural models. * Support Action/Fragment caching. --- devel/ruby-gettext/Makefile | 6 +++--- devel/ruby-gettext/PLIST | 11 ++++++++++- devel/ruby-gettext/distinfo | 8 ++++---- 3 files changed, 17 insertions(+), 8 deletions(-) (limited to 'devel') diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile index 55e6d3efcb7..7624c01450c 100644 --- a/devel/ruby-gettext/Makefile +++ b/devel/ruby-gettext/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2007/05/26 12:10:25 obache Exp $ +# $NetBSD: Makefile,v 1.3 2007/08/06 15:42:30 obache Exp $ -DISTNAME= ruby-gettext-package-1.9.0 +DISTNAME= ruby-gettext-package-1.10.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-(.*)-package/\1/} CATEGORIES= devel ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/16681/ +MASTER_SITES= http://rubyforge.org/frs/download.php/22478/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://gettext.rubyforge.org/ diff --git a/devel/ruby-gettext/PLIST b/devel/ruby-gettext/PLIST index a0f5ca958c7..ca02a0f591b 100644 --- a/devel/ruby-gettext/PLIST +++ b/devel/ruby-gettext/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/26 06:21:30 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/08/06 15:42:30 obache Exp $ bin/rgettext bin/rmsgfmt bin/rmsgmerge @@ -21,6 +21,7 @@ ${RUBY_SITELIBDIR}/gettext/parser/glade.rb ${RUBY_SITELIBDIR}/gettext/parser/ruby.rb ${RUBY_SITELIBDIR}/gettext/poparser.rb ${RUBY_SITELIBDIR}/gettext/rails.rb +${RUBY_SITELIBDIR}/gettext/rails_compat.rb ${RUBY_SITELIBDIR}/gettext/rgettext.rb ${RUBY_SITELIBDIR}/gettext/rmsgfmt.rb ${RUBY_SITELIBDIR}/gettext/rmsgmerge.rb @@ -30,6 +31,8 @@ ${RUBY_SITELIBDIR}/gettext/textdomainmanager.rb ${RUBY_SITELIBDIR}/gettext/utils.rb ${RUBY_SITELIBDIR}/gettext/version.rb ${RUBY_SITEARCHLIBDIR}/locale_system.${RUBY_DLEXT} +share/locale/bs/LC_MESSAGES/rails.mo +share/locale/bs/LC_MESSAGES/rgettext.mo share/locale/ca/LC_MESSAGES/rails.mo share/locale/ca/LC_MESSAGES/rgettext.mo share/locale/cs/LC_MESSAGES/rails.mo @@ -45,12 +48,16 @@ share/locale/es/LC_MESSAGES/rgettext.mo share/locale/et/LC_MESSAGES/rails.mo share/locale/fr/LC_MESSAGES/rails.mo share/locale/fr/LC_MESSAGES/rgettext.mo +share/locale/hr/LC_MESSAGES/rails.mo +share/locale/hr/LC_MESSAGES/rgettext.mo share/locale/it/LC_MESSAGES/rails.mo share/locale/it/LC_MESSAGES/rgettext.mo share/locale/ja/LC_MESSAGES/rails.mo share/locale/ja/LC_MESSAGES/rgettext.mo share/locale/ko/LC_MESSAGES/rails.mo share/locale/ko/LC_MESSAGES/rgettext.mo +share/locale/nb/LC_MESSAGES/rails.mo +share/locale/nb/LC_MESSAGES/rgettext.mo share/locale/nl/LC_MESSAGES/rails.mo share/locale/nl/LC_MESSAGES/rgettext.mo share/locale/pt_BR/LC_MESSAGES/rails.mo @@ -58,6 +65,8 @@ share/locale/pt_BR/LC_MESSAGES/rgettext.mo share/locale/ru/LC_MESSAGES/rails.mo share/locale/ru/LC_MESSAGES/rgettext.mo share/locale/sv/LC_MESSAGES/rgettext.mo +share/locale/vi/LC_MESSAGES/rails.mo +share/locale/vi/LC_MESSAGES/rgettext.mo share/locale/zh/LC_MESSAGES/rails.mo share/locale/zh/LC_MESSAGES/rgettext.mo share/locale/zh_TW/LC_MESSAGES/rails.mo diff --git a/devel/ruby-gettext/distinfo b/devel/ruby-gettext/distinfo index 7caefee9936..39d5ecf7dbe 100644 --- a/devel/ruby-gettext/distinfo +++ b/devel/ruby-gettext/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/05/26 06:21:30 obache Exp $ +$NetBSD: distinfo,v 1.2 2007/08/06 15:42:30 obache Exp $ -SHA1 (ruby-gettext-package-1.9.0.tar.gz) = 0603700974ec91fdd480e0a72093b406c53b1fcb -RMD160 (ruby-gettext-package-1.9.0.tar.gz) = 1db3e8522e33bd4c8cce382c59674f159fa3447c -Size (ruby-gettext-package-1.9.0.tar.gz) = 249650 bytes +SHA1 (ruby-gettext-package-1.10.0.tar.gz) = dca6ce304612a167d7722887fad7e53999854166 +RMD160 (ruby-gettext-package-1.10.0.tar.gz) = 5acb3706b40cf6d5f6f149c1013cee097b5eb468 +Size (ruby-gettext-package-1.10.0.tar.gz) = 347575 bytes -- cgit v1.2.3