           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.3
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE_HASH=sha512:16d738d957faafe2e40ae6a0254e5929c0e43f779064ca9eba9fe7019f92d4de805a946aac06b5a06199072256e99cd4d423ba9887835b94bff263799f45edb1
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
