Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02) * Fixed a memory leak(again) * Fixed bugs. * Improve to support mo-files. * Support revision 1 of mo-file format. * Freeze msgstrs. * msgctxt - pgettext(msgctxt, msgid) support (eg) p_("File", "Open") #=> "Open" is shown in English. * Update translations * Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German, Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian, Spanish, Ukrainian, Vietnamese, * Rails Support * Support rubyonrails-2.1.0 (2.0.0 or later). * Add new validations for activerecord-2.1.0. (:greater_than, :greater_than_or_equal_to, :equal_to, :less_than, :less_than_or_equal_to,:odd, :even) * validates_(format|inclusion)_of accepts %{val} as the value (eg) validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}") * Work Fragment caching on rails-2.1.0. * Support ActiveRecord::Base.abstract_class. * Work ActiveRecord::Errors#[] * Work render_partial. Thanks to: Translators: Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada, Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr, Ramon Salvado, Alex Rootoff, Aivars Akots Bug reports, suggestions and patches: Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel = Ruby-GetText-Package-1.91.0 (2008-05-11) * Works again on Win32 + JRuby-1.1.1 * Fixed memory leaks. * Fixed bugs. * Speed up. * Support Serbian(sr) * Rails Support * rubyonrails-1.2.x isn't supported(2.0.0 or later are supported). * Localize ActionView::Helpers::FormBuilder#label. e.g.) <% form_for(@article) do |f| %> <p><%= f.label :lastupdate %></p> <% end %> => msgid "Article|Lastupdate" is used as the label string. Thanks to: Translators: Slobodan Paunovic Bug reports, suggestions and patches: Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog, Tatsuki Sugiura, Bernd Ahlers, craccho.
This commit is contained in:
parent
84a97ac9cb
commit
c0b8b081f4
3 changed files with 86 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2008/04/10 07:19:41 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2008/09/15 08:52:44 taca Exp $
|
||||
|
||||
DISTNAME= gettext-1.90.0
|
||||
DISTNAME= gettext-1.92.0
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2008/04/04 15:17:08 jlam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2008/09/15 08:52:44 taca Exp $
|
||||
bin/rgettext
|
||||
bin/rmsgfmt
|
||||
bin/rmsgmerge
|
||||
|
@ -46,6 +46,8 @@ ${GEM_LIBDIR}/data/locale/pt_BR/LC_MESSAGES/rails.mo
|
|||
${GEM_LIBDIR}/data/locale/pt_BR/LC_MESSAGES/rgettext.mo
|
||||
${GEM_LIBDIR}/data/locale/ru/LC_MESSAGES/rails.mo
|
||||
${GEM_LIBDIR}/data/locale/ru/LC_MESSAGES/rgettext.mo
|
||||
${GEM_LIBDIR}/data/locale/sr/LC_MESSAGES/rails.mo
|
||||
${GEM_LIBDIR}/data/locale/sr/LC_MESSAGES/rgettext.mo
|
||||
${GEM_LIBDIR}/data/locale/sv/LC_MESSAGES/rgettext.mo
|
||||
${GEM_LIBDIR}/data/locale/ua/LC_MESSAGES/rails.mo
|
||||
${GEM_LIBDIR}/data/locale/ua/LC_MESSAGES/rgettext.mo
|
||||
|
@ -55,6 +57,8 @@ ${GEM_LIBDIR}/data/locale/zh/LC_MESSAGES/rails.mo
|
|||
${GEM_LIBDIR}/data/locale/zh/LC_MESSAGES/rgettext.mo
|
||||
${GEM_LIBDIR}/data/locale/zh_TW/LC_MESSAGES/rails.mo
|
||||
${GEM_LIBDIR}/data/locale/zh_TW/LC_MESSAGES/rgettext.mo
|
||||
${GEM_LIBDIR}/doc/classes/ActionView/Helpers/FormBuilder.html
|
||||
${GEM_LIBDIR}/doc/classes/ActionView/TemplateFinder.html
|
||||
${GEM_LIBDIR}/doc/classes/ActiveRecord/Base.html
|
||||
${GEM_LIBDIR}/doc/classes/ActiveRecord/ConnectionAdapters/Column.html
|
||||
${GEM_LIBDIR}/doc/classes/ActiveRecord/Migration.html
|
||||
|
@ -82,7 +86,9 @@ ${GEM_LIBDIR}/doc/classes/Locale/SystemCGI.html
|
|||
${GEM_LIBDIR}/doc/classes/Locale/SystemJRuby.html
|
||||
${GEM_LIBDIR}/doc/classes/Locale/SystemPosix.html
|
||||
${GEM_LIBDIR}/doc/classes/Locale/SystemWin32.html
|
||||
${GEM_LIBDIR}/doc/classes/Locale/SystemWin32Table.html
|
||||
${GEM_LIBDIR}/doc/classes/MOFile.html
|
||||
${GEM_LIBDIR}/doc/classes/MOFile/HeaderRev1.html
|
||||
${GEM_LIBDIR}/doc/classes/MOFile/InvalidFormat.html
|
||||
${GEM_LIBDIR}/doc/classes/Module.html
|
||||
${GEM_LIBDIR}/doc/classes/String.html
|
||||
|
@ -179,6 +185,8 @@ ${GEM_LIBDIR}/po/it/rails.po
|
|||
${GEM_LIBDIR}/po/it/rgettext.po
|
||||
${GEM_LIBDIR}/po/ja/rails.po
|
||||
${GEM_LIBDIR}/po/ja/rgettext.po
|
||||
${GEM_LIBDIR}/po/lv/rails.po
|
||||
${GEM_LIBDIR}/po/lv/rgettext.po
|
||||
${GEM_LIBDIR}/po/ko/rails.po
|
||||
${GEM_LIBDIR}/po/ko/rgettext.po
|
||||
${GEM_LIBDIR}/po/nb/rails.po
|
||||
|
@ -191,6 +199,8 @@ ${GEM_LIBDIR}/po/rails.pot
|
|||
${GEM_LIBDIR}/po/rgettext.pot
|
||||
${GEM_LIBDIR}/po/ru/rails.po
|
||||
${GEM_LIBDIR}/po/ru/rgettext.po
|
||||
${GEM_LIBDIR}/po/sr/rails.po
|
||||
${GEM_LIBDIR}/po/sr/rgettext.po
|
||||
${GEM_LIBDIR}/po/sv/rgettext.po
|
||||
${GEM_LIBDIR}/po/ua/rails.po
|
||||
${GEM_LIBDIR}/po/ua/rgettext.po
|
||||
|
@ -281,6 +291,10 @@ ${GEM_LIBDIR}/samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
|
|||
${GEM_LIBDIR}/samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ru/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/sr/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ua/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ua/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ua/LC_MESSAGES/hellolib.mo
|
||||
|
@ -353,6 +367,10 @@ ${GEM_LIBDIR}/samples/cgi/po/ko/helloerb1.po
|
|||
${GEM_LIBDIR}/samples/cgi/po/ko/helloerb2.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/ko/hellolib.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/ko/main.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/lv/helloerb1.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/lv/helloerb2.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/lv/hellolib.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/lv/main.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/main.pot
|
||||
${GEM_LIBDIR}/samples/cgi/po/nb/helloerb1.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/nb/helloerb2.po
|
||||
|
@ -370,6 +388,10 @@ ${GEM_LIBDIR}/samples/cgi/po/ru/helloerb1.po
|
|||
${GEM_LIBDIR}/samples/cgi/po/ru/helloerb2.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/ru/hellolib.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/ru/main.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/sr/helloerb1.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/sr/helloerb2.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/sr/hellolib.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/sr/main.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/ua/helloerb1.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/ua/helloerb2.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/ua/hellolib.po
|
||||
|
@ -515,6 +537,13 @@ ${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_plural.mo
|
|||
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/helloglade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hellogtk.mo
|
||||
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hellotk.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/helloglade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hellogtk.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hellotk.mo
|
||||
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_noop.mo
|
||||
|
@ -649,6 +678,13 @@ ${GEM_LIBDIR}/samples/po/ko/hello_plural.po
|
|||
${GEM_LIBDIR}/samples/po/ko/helloglade2.po
|
||||
${GEM_LIBDIR}/samples/po/ko/hellogtk.po
|
||||
${GEM_LIBDIR}/samples/po/ko/hellotk.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hello.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/lv/helloglade2.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hellogtk.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hellotk.po
|
||||
${GEM_LIBDIR}/samples/po/nb/hello.po
|
||||
${GEM_LIBDIR}/samples/po/nb/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/nb/hello_noop.po
|
||||
|
@ -677,6 +713,13 @@ ${GEM_LIBDIR}/samples/po/ru/hello_plural.po
|
|||
${GEM_LIBDIR}/samples/po/ru/helloglade2.po
|
||||
${GEM_LIBDIR}/samples/po/ru/hellogtk.po
|
||||
${GEM_LIBDIR}/samples/po/ru/hellotk.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hello.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/sr/helloglade2.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hellogtk.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hellotk.po
|
||||
${GEM_LIBDIR}/samples/po/sv/hello.po
|
||||
${GEM_LIBDIR}/samples/po/sv/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/sv/hello_noop.po
|
||||
|
@ -754,6 +797,7 @@ ${GEM_LIBDIR}/samples/rails/locale/nb/LC_MESSAGES/blog.mo
|
|||
${GEM_LIBDIR}/samples/rails/locale/nl/LC_MESSAGES/blog.mo
|
||||
${GEM_LIBDIR}/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo
|
||||
${GEM_LIBDIR}/samples/rails/locale/ru/LC_MESSAGES/blog.mo
|
||||
${GEM_LIBDIR}/samples/rails/locale/sr/LC_MESSAGES/blog.mo
|
||||
${GEM_LIBDIR}/samples/rails/locale/ua/LC_MESSAGES/blog.mo
|
||||
${GEM_LIBDIR}/samples/rails/locale/vi/LC_MESSAGES/blog.mo
|
||||
${GEM_LIBDIR}/samples/rails/locale/zh/LC_MESSAGES/blog.mo
|
||||
|
@ -773,10 +817,12 @@ ${GEM_LIBDIR}/samples/rails/po/hu/blog.po
|
|||
${GEM_LIBDIR}/samples/rails/po/it/blog.po
|
||||
${GEM_LIBDIR}/samples/rails/po/ja/blog.po
|
||||
${GEM_LIBDIR}/samples/rails/po/ko/blog.po
|
||||
${GEM_LIBDIR}/samples/rails/po/lv/blog.po
|
||||
${GEM_LIBDIR}/samples/rails/po/nb/blog.po
|
||||
${GEM_LIBDIR}/samples/rails/po/nl/blog.po
|
||||
${GEM_LIBDIR}/samples/rails/po/pt_BR/blog.po
|
||||
${GEM_LIBDIR}/samples/rails/po/ru/blog.po
|
||||
${GEM_LIBDIR}/samples/rails/po/sr/blog.po
|
||||
${GEM_LIBDIR}/samples/rails/po/ua/blog.po
|
||||
${GEM_LIBDIR}/samples/rails/po/vi/blog.po
|
||||
${GEM_LIBDIR}/samples/rails/po/zh/blog.po
|
||||
|
@ -836,6 +882,7 @@ ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/nb/LC_MESSAGES/gettext
|
|||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES/gettext_plugin.mo
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES/gettext_plugin.mo
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES/gettext_plugin.mo
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ua/LC_MESSAGES/gettext_plugin.mo
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/vi/LC_MESSAGES/gettext_plugin.mo
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES/gettext_plugin.mo
|
||||
|
@ -853,12 +900,14 @@ ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/hr/gettext_plugin.po
|
|||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/hu/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/it/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ja/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/lv/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ko/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/nl/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/pt_BR/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ru/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ua/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/vi/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/zh/gettext_plugin.po
|
||||
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po
|
||||
|
@ -872,10 +921,13 @@ ${GEM_LIBDIR}/test/db/mysql.sql
|
|||
${GEM_LIBDIR}/test/fixtures/book.rb
|
||||
${GEM_LIBDIR}/test/fixtures/developer.rb
|
||||
${GEM_LIBDIR}/test/fixtures/developers.yml
|
||||
${GEM_LIBDIR}/test/fixtures/inept_wizard.rb
|
||||
${GEM_LIBDIR}/test/fixtures/people.yml
|
||||
${GEM_LIBDIR}/test/fixtures/reply.rb
|
||||
${GEM_LIBDIR}/test/fixtures/topic.rb
|
||||
${GEM_LIBDIR}/test/fixtures/topics.yml
|
||||
${GEM_LIBDIR}/test/fixtures/user.rb
|
||||
${GEM_LIBDIR}/test/fixtures/wizard.rb
|
||||
${GEM_LIBDIR}/test/locale/cr/LC_MESSAGES/plural.mo
|
||||
${GEM_LIBDIR}/test/locale/da/LC_MESSAGES/plural.mo
|
||||
${GEM_LIBDIR}/test/locale/da/LC_MESSAGES/plural_error.mo
|
||||
|
@ -916,6 +968,7 @@ ${GEM_LIBDIR}/test/po/ja/test1.po
|
|||
${GEM_LIBDIR}/test/po/ja/test2.po
|
||||
${GEM_LIBDIR}/test/po/ja/test6.po
|
||||
${GEM_LIBDIR}/test/po/ja/test_nsgettext.po
|
||||
${GEM_LIBDIR}/test/po/ja/test_pgettext.po
|
||||
${GEM_LIBDIR}/test/po/ja/test_rubyparser.po
|
||||
${GEM_LIBDIR}/test/po/ja/test_sgettext.po
|
||||
${GEM_LIBDIR}/test/po/la/plural.po
|
||||
|
@ -936,6 +989,7 @@ ${GEM_LIBDIR}/test/rails/app/models/article.rb
|
|||
${GEM_LIBDIR}/test/rails/app/models/mailer.rb
|
||||
${GEM_LIBDIR}/test/rails/app/models/user.rb
|
||||
${GEM_LIBDIR}/test/rails/app/views/articles/_form.html.erb
|
||||
${GEM_LIBDIR}/test/rails/app/views/articles/_form_fr.html.erb
|
||||
${GEM_LIBDIR}/test/rails/app/views/articles/active_form_error.html.erb
|
||||
${GEM_LIBDIR}/test/rails/app/views/articles/change_title_error_messages_for.html.erb
|
||||
${GEM_LIBDIR}/test/rails/app/views/articles/edit.html.erb
|
||||
|
@ -961,9 +1015,6 @@ ${GEM_LIBDIR}/test/rails/config/environments/production.rb
|
|||
${GEM_LIBDIR}/test/rails/config/environments/test.rb
|
||||
${GEM_LIBDIR}/test/rails/config/routes.rb
|
||||
${GEM_LIBDIR}/test/rails/db/schema.rb
|
||||
${GEM_LIBDIR}/test/rails/locale/ja/LC_MESSAGES/rails_test.mo
|
||||
${GEM_LIBDIR}/test/rails/log/development.log
|
||||
${GEM_LIBDIR}/test/rails/log/test.log
|
||||
${GEM_LIBDIR}/test/rails/po/ja/rails_test.po
|
||||
${GEM_LIBDIR}/test/rails/po/rails_test.pot
|
||||
${GEM_LIBDIR}/test/rails/public/404.html
|
||||
|
@ -1013,6 +1064,7 @@ ${GEM_LIBDIR}/test/rails/test/result/fr/custom_error_message.html
|
|||
${GEM_LIBDIR}/test/rails/test/result/fr/custom_error_message_with_plural.html
|
||||
${GEM_LIBDIR}/test/rails/test/result/fr/list.html
|
||||
${GEM_LIBDIR}/test/rails/test/result/fr/multipart.html
|
||||
${GEM_LIBDIR}/test/rails/test/result/fr/new.html
|
||||
${GEM_LIBDIR}/test/rails/test/result/fr/singlepart.html
|
||||
${GEM_LIBDIR}/test/rails/test/result/ja/create_error.html
|
||||
${GEM_LIBDIR}/test/rails/test/result/ja/custom_error_message.html
|
||||
|
@ -1032,6 +1084,7 @@ ${GEM_LIBDIR}/test/test_cgi.rb
|
|||
${GEM_LIBDIR}/test/test_erb.rhtml
|
||||
${GEM_LIBDIR}/test/test_erb.rxml
|
||||
${GEM_LIBDIR}/test/test_gettext.rb
|
||||
${GEM_LIBDIR}/test/test_gettext_toplevel.rb
|
||||
${GEM_LIBDIR}/test/test_gladeparser.glade
|
||||
${GEM_LIBDIR}/test/test_java.sh
|
||||
${GEM_LIBDIR}/test/test_locale.rb
|
||||
|
@ -1047,6 +1100,7 @@ ${GEM_LIBDIR}/test/testlib/gettext.rb
|
|||
${GEM_LIBDIR}/test/testlib/gladeparser.glade
|
||||
${GEM_LIBDIR}/test/testlib/ngettext.rb
|
||||
${GEM_LIBDIR}/test/testlib/nsgettext.rb
|
||||
${GEM_LIBDIR}/test/testlib/pgettext.rb
|
||||
${GEM_LIBDIR}/test/testlib/sgettext.rb
|
||||
${GEM_LIBDIR}/test/testlib/testlib1.rb
|
||||
${GEM_LIBDIR}/test/testlib/testlib2.rb
|
||||
|
@ -1074,10 +1128,6 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/test/rails/public
|
||||
@dirrm ${GEM_LIBDIR}/test/rails/po/ja
|
||||
@dirrm ${GEM_LIBDIR}/test/rails/po
|
||||
@dirrm ${GEM_LIBDIR}/test/rails/log
|
||||
@dirrm ${GEM_LIBDIR}/test/rails/locale/ja/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/test/rails/locale/ja
|
||||
@dirrm ${GEM_LIBDIR}/test/rails/locale
|
||||
@dirrm ${GEM_LIBDIR}/test/rails/db
|
||||
@dirrm ${GEM_LIBDIR}/test/rails/config/environments
|
||||
@dirrm ${GEM_LIBDIR}/test/rails/config
|
||||
|
@ -1128,10 +1178,12 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/zh
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/vi
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ua
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/sr
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ru
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/pt_BR
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/nl
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/nb
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/lv
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ko
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ja
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/it
|
||||
|
@ -1154,6 +1206,8 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/vi
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ua/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ua
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/sr
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ru
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES
|
||||
|
@ -1208,10 +1262,12 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/samples/rails/po/zh
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/po/vi
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/po/ua
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/po/sr
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/po/ru
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/po/pt_BR
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/po/nl
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/po/nb
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/po/lv
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/po/ko
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/po/ja
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/po/it
|
||||
|
@ -1235,6 +1291,8 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/samples/rails/locale/vi
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ua/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ua
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/locale/sr/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/locale/sr
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ru/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ru
|
||||
@dirrm ${GEM_LIBDIR}/samples/rails/locale/pt_BR/LC_MESSAGES
|
||||
|
@ -1292,10 +1350,12 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/samples/po/vi
|
||||
@dirrm ${GEM_LIBDIR}/samples/po/ua
|
||||
@dirrm ${GEM_LIBDIR}/samples/po/sv
|
||||
@dirrm ${GEM_LIBDIR}/samples/po/sr
|
||||
@dirrm ${GEM_LIBDIR}/samples/po/ru
|
||||
@dirrm ${GEM_LIBDIR}/samples/po/pt_BR
|
||||
@dirrm ${GEM_LIBDIR}/samples/po/nl
|
||||
@dirrm ${GEM_LIBDIR}/samples/po/nb
|
||||
@dirrm ${GEM_LIBDIR}/samples/po/lv
|
||||
@dirrm ${GEM_LIBDIR}/samples/po/ko
|
||||
@dirrm ${GEM_LIBDIR}/samples/po/ja
|
||||
@dirrm ${GEM_LIBDIR}/samples/po/it
|
||||
|
@ -1318,6 +1378,8 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/samples/locale/vi
|
||||
@dirrm ${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/locale/ua
|
||||
@dirrm ${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/locale/sr
|
||||
@dirrm ${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/locale/sv
|
||||
@dirrm ${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES
|
||||
|
@ -1359,10 +1421,12 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/zh
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/vi
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/ua
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/sr
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/ru
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/pt_BR
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/nl
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/nb
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/lv
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/ko
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/ja
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/po/it
|
||||
|
@ -1385,6 +1449,8 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/vi
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ua/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ua
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/sr/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/sr
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ru/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ru
|
||||
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/pt_BR/LC_MESSAGES
|
||||
|
@ -1427,10 +1493,12 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/po/vi
|
||||
@dirrm ${GEM_LIBDIR}/po/ua
|
||||
@dirrm ${GEM_LIBDIR}/po/sv
|
||||
@dirrm ${GEM_LIBDIR}/po/sr
|
||||
@dirrm ${GEM_LIBDIR}/po/ru
|
||||
@dirrm ${GEM_LIBDIR}/po/pt_BR
|
||||
@dirrm ${GEM_LIBDIR}/po/nl
|
||||
@dirrm ${GEM_LIBDIR}/po/nb
|
||||
@dirrm ${GEM_LIBDIR}/po/lv
|
||||
@dirrm ${GEM_LIBDIR}/po/ko
|
||||
@dirrm ${GEM_LIBDIR}/po/ja
|
||||
@dirrm ${GEM_LIBDIR}/po/it
|
||||
|
@ -1461,6 +1529,8 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/doc/classes/GetText
|
||||
@dirrm ${GEM_LIBDIR}/doc/classes/ActiveRecord/ConnectionAdapters
|
||||
@dirrm ${GEM_LIBDIR}/doc/classes/ActiveRecord
|
||||
@dirrm ${GEM_LIBDIR}/doc/classes/ActionView/Helpers
|
||||
@dirrm ${GEM_LIBDIR}/doc/classes/ActionView
|
||||
@dirrm ${GEM_LIBDIR}/doc/classes
|
||||
@dirrm ${GEM_LIBDIR}/doc
|
||||
@dirrm ${GEM_LIBDIR}/data/locale/zh_TW/LC_MESSAGES
|
||||
|
@ -1473,6 +1543,8 @@ ${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|||
@dirrm ${GEM_LIBDIR}/data/locale/ua
|
||||
@dirrm ${GEM_LIBDIR}/data/locale/sv/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/data/locale/sv
|
||||
@dirrm ${GEM_LIBDIR}/data/locale/sr/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/data/locale/sr
|
||||
@dirrm ${GEM_LIBDIR}/data/locale/ru/LC_MESSAGES
|
||||
@dirrm ${GEM_LIBDIR}/data/locale/ru
|
||||
@dirrm ${GEM_LIBDIR}/data/locale/pt_BR/LC_MESSAGES
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2008/04/04 15:17:08 jlam Exp $
|
||||
$NetBSD: distinfo,v 1.4 2008/09/15 08:52:44 taca Exp $
|
||||
|
||||
SHA1 (gettext-1.90.0.gem) = 4c08f8fe3003fb020f91e923b03174312f4b6ca9
|
||||
RMD160 (gettext-1.90.0.gem) = 6768344bbafadb23e5597b4d0582fafa0814ba59
|
||||
Size (gettext-1.90.0.gem) = 475648 bytes
|
||||
SHA1 (gettext-1.92.0.gem) = bcc77fe7767ad4366930148be9682860c0ece0e0
|
||||
RMD160 (gettext-1.92.0.gem) = 2472cb8788b389685f2def1424b5f21fa72da5d6
|
||||
Size (gettext-1.92.0.gem) = 505344 bytes
|
||||
|
|
Loading…
Reference in a new issue