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.
This commit is contained in:
parent
38d6d105e1
commit
e68d7ee2be
3 changed files with 17 additions and 8 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue