Commit graph

13 commits

Author SHA1 Message Date
taca
38560438cc * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.
2010-09-10 05:41:27 +00:00
taca
58d5e88ab3 Remove an emacs's temporary file.
Bump PKGREVISION.
2010-02-02 02:18:38 +00:00
fhajny
d21b7326c9 Updated ruby-gettext to 2.1.0.
Too many changes to report here. As of 2.0.0, some functionality has been
split off into ruby-locale, and Rails related functionality is now in
ruby-gettext-activerecord and ruby-gettext-rails.
2009-12-07 12:09:20 +00:00
joerg
7fdde28ea5 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
taca
8e8c259a92 Update ruby-gettext package to 1.93.0.
= Ruby-GetText-Package-1.93.0 (2008-09-14)
 * Bulgarian added.
 * Estonian updated.
 * French updated.
 * Japanese updated.
 * np_, npgettext support.
 * Fixed bugs.
   - detect the correct charset on POSIX OS.
   - updatepo task works again on Windows OS(with broken GNU msgmerge).
   - Remove BOM from po-files before GNU msgmerge is executed.
     (GNU msgmerge doesn't support BOM)
   - Work with xx(double x) library and the library which uses xx library
     such as rcov.
   - Fixed expire_fragment with rails < 2.1.

 (NOTE) Rails-2.2 has not been supported yet.

Thanks to:
  Translators:
    Vincent Isambart, Erkki Eilonen, Sava Chankov.

  Bug reports, suggestions and patches:
    Vladimir Dobriakov, Tatsuki Sugiura, Cesar Duque Calle,
    Remy-Christophe Schermesser, Donald Piret.
2008-09-15 18:09:29 +00:00
taca
c0b8b081f4 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.
2008-09-15 08:52:44 +00:00
obache
b6ae3ea59f Drop maintainership.
This package was switched from stable to development version for RoR 2.0.
I'm not in the area.
2008-04-10 07:19:41 +00:00
jlam
e41420fdde Update ruby-gettext to version 1.90.0. Changes from 1.10.0 include:
+ Install as a Ruby gem.

* Support Ukrainian(ua), Hungarian(hu)
* JRuby supported.
* Become a pure ruby library (Remove .so extention).
* Locale modules separate from lib/gettext/ to lib/locale/.
* Locale modules are refactored. System locales become read only.
* Fix bugs.
* Enhance to support Ruby on Rails.
  * error_messages_for can accept custom error dialog messages.
  * Add GetText::Rails.available_locales, .normalized_locale
    and fragment_cache_key/expire_fragment reimplement to use these methods
    to restrict cached locale files.
2008-04-04 15:17:08 +00:00
obache
cf0999e894 DESTDIR ready. 2008-02-12 03:01:03 +00:00
obache
e68d7ee2be 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.
2007-08-06 15:42:30 +00:00
obache
3889d68a00 Fix PKGNAME, remove redundant 'ruby'. 2007-05-26 12:10:25 +00:00
obache
3b12e633e2 Import ruby-gettext version 1.9.0.
Ruby-GetText-Package is a localization(L10n) library and tools which modeled
after GNU gettext package.

It converts the messages to localized messages properly using client-side locale
information.
2007-05-26 06:21:30 +00:00