# Watch: https://ftp.gnu.org/gnu/gforth
           SPELL=gforth
         VERSION=0.7.3
          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:f034234acfb0fc727f28b564432219a100b916c6df4b847794a55b2fc3b8ed8714eca6de0df67c7c427b7c2bb4dd00f65cfd34e6eb60181e41ab84fea30304e4
      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
