           SPELL=ruby-gettext
         VERSION=1.91.0
          SOURCE=$SPELL-package-$VERSION.tar.gz
   SOURCE_URL[0]=http://rubyforge.org/frs/download.php/36879/$SOURCE
     SOURCE_HASH=sha512:ef7a659496e28485127991bd7c5046d3de15c498adee737ec744928fc7a047f19b5ccefb11818c5939f1f05b5e1c277d21c61abbb5c46f60d1022bfa30aab945
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-package-$VERSION
        WEB_SITE=http://www.yotabanana.com/hiki/ruby-gettext.html
      LICENSE[0]=GPL
         ENTERED=20071103
           SHORT="Native Language Support library and tools for Ruby"
cat << EOF
Ruby-GetText-Package is Native Language Support library and tools 
which modeled after GNU gettext package.

Features:

* Simple APIs(similar GNU gettext)

* rgettext creates po-files from 
  * ruby scripts 
  * glade-2 XML file(.glade)
  * ERB file(.rhtml)
  The po-file is compatible to GNU gettext.

* rmsgfmt creates a mo-file from a po-file.
  The mo-file is compatible to GNU gettext(msgfmt).

* 2 kind of textdomain's scope
  * A file base (default: recommanded)
  * A Class/Module base 
    (GetText::Container, GetText::ErbContainer, GetText::Rails)

* CGI support (gettext/cgi)

* ERB support (gettext/erb)

* Ruby on Rails support (gettext/rails)
EOF
