           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.4.2
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE_HASH=sha512:50439fbcc52765bcf4ea661041b93b97e1418803793b866df5c90f662347a29aefa2780c644fe2c6f30e3ead2ec24d7cc6bf0c4e690e6db2f15b8cf8f589a877
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]=http://gnuplot.cvs.sourceforge.net/gnuplot/gnuplot/Copyright?view=markup
        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
