           SPELL=gforth
         VERSION=0.6.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$SPELL/$SOURCE
     SOURCE_HASH=sha512:edf137b6901f59d5cd568e7c45aad52f89152dea28cb92e98a03040bf788802f8c1ffac2125e66c35bfa3773c41bbe429ea9ad4d1f8261c89808a007bf8ee954
      LICENSE[0]=GPL
        WEB_SITE=http://www.gnu.org/software/gforth/
         ENTERED=20020222
        KEYWORDS="interpreter devel"
           SHORT="gforth is the GNU Forth interpreter"
cat << EOF
Gforth is a fast and portable implementation of the ANS Forth
language. It works nicely with the Emacs editor, offers some
nice features such as input completion and history and a powerful
locals facility and it even has (the beginnings of) a manual.
Gforth employs traditional implementation techniques: its inner
interpreter is indirect or direct threaded.
EOF
