           SPELL=oniguruma
         VERSION=4.6.2
          SOURCE=onig-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/onig-$VERSION
   SOURCE_URL[0]=http://www.geocities.jp/kosako3/oniguruma/archive/$SOURCE
        WEB_SITE=http://www.geocities.jp/kosako3/oniguruma
     SOURCE_HASH=sha512:96a5356c16816e3d65122156b36c2ca5718ecd9190c9d27deb5f53b451564d5b64a83e6de592f15e72a942bdd834d01894a35026f9a329f6430b57e0a5783281
      LICENSE[0]=BSD
         ENTERED=20060210
        KEYWORDS="libs"
           SHORT="Oniguruma is a regular expressions library."

cat << EOF
Oniguruma is a regular expressions library.
The characteristics of this library is that different character encoding
for every regular expression object can be specified.

Supported character encodings: ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE,
UTF-32LE, EUC-JP, EUC-TW, EUC-KR, EUC-CN, Shift_JIS, Big5, GB 18030, KOI8-R,
KOI8, ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6,
ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10, ISO-8859-11, ISO-8859-13,
ISO-8859-14, ISO-8859-15, ISO-8859-16 There are two ways of using of it in
this program.

In Ruby 1.9, Oniguruma is already integrated by Kazuo Saito
EOF

