pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-gettext



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 15 08:52:44 UTC 2008

Modified Files:
        pkgsrc/devel/ruby-gettext: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/ruby-gettext/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/ruby-gettext/PLIST \
    pkgsrc/devel/ruby-gettext/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index