           SPELL=ruby-gettext
         VERSION=1.90.0
          SOURCE=$SPELL-package-$VERSION.tar.gz
   SOURCE_URL[0]=http://rubyforge.org/frs/download.php/31659/$SOURCE
     SOURCE_HASH=sha512:ff0f91a5955dc0e7f4878737f5adca7ed96308d15faf6d7059fac9152e96bcdcc093f7dca152913f43cb77f8cba463983cef993ff6c7783400df25fd88452e02
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
