           SPELL=gnuplot
if [[ $GNUPLOT_SCM == "y" ]]; then
  if [[ $GNUPLOT_AUTOUPDATE == "y" ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
   SOURCE_URL[0]=cvs://:pserver:anonymous@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot
   SOURCE_IGNORE=volatile
else
         VERSION=4.2.5
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE_HASH=sha512:a8a49a34d89181749ad37d6096e8cb70df8602d91fbcf35fc966c4ddcb6bf6ba1cd2e39dfb802d69bdea02245c367c33d8f0763e8625d41f9c86c856f76caf15
fi
if [[ $GNUPLOT_LUA == "y" ]]; then
         SOURCE2=${SPELL}_lua_terminal.tgz
  SOURCE2_URL[0]=http://peter.affenbande.org/$SPELL/$SOURCE2
  SOURCE2_IGNORE=unversioned
fi
        WEB_SITE=http://www.gnuplot.info
         ENTERED=20020210
      LICENSE[0]=PD
        KEYWORDS="utils"
           SHORT="a mathematical function plotting tool"
cat << EOF
gnuplot plots 2d and 3d graphs, from a data file or with a formula.
It has an interactive mode with online help, or it can be used
non-interactively. gnuplot does function fitting to data sets, 
and it does output to many terminals, among which are PostScript,
X11 display, PNG, and GIF (via the old gd library).
EOF
