           SPELL=ruby-gettext
         VERSION=1.10.0
          SOURCE="$SPELL-package-$VERSION.tar.gz"
   SOURCE_URL[0]=http://rubyforge.org/frs/download.php/22478/$SOURCE
     SOURCE_HASH=sha512:4ec8fce188823ecd39d0b2a6fda58033363b2af420e62aa7ca7cca58a0c85d898a9d7ea574013f327e00c3e345e76cc0d217ab8e4a91a7d3693dd045f48cf1f2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-package-$VERSION"
        WEB_SITE=http://ponx.s5.xrea.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
