          MODULE=calc
         VERSION=2.11.8
        #VERSION=2.11.7
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
        WEB_SITE=http://www.isthe.com/chongo/tech/comp/calc/index.html
      MAINTAINER=tchan@lunar-linux.org
         ENTERED=20020714
         UPDATED=20030613
           SHORT="calc is a C-style arbitrary precision calculator"
cat << EOF
Calc is an interactive calculator which provides for easy large numeric
calculations, but which also can be easily programmed for difficult
or long calculations.  It can accept a command line argument, in which
case it executes that single command and exits.  Otherwise, it enters
interactive mode.  In this mode, it accepts commands one at a time,
processes them, and displays the answers. Cals comes with a rich set of
builtin mathematical and programmatic functions. Try "help builtin" or
"help overview" at the calc command prompt.  It's useful as a calculator,
an algorithm prototyper, and as a mathematical research tool.  More
importantly, calc provides a machine-independent means of computation.
Much more full-featured than BC.
EOF
