           SPELL=cmucl-bin
         VERSION=18e
          SOURCE=cmucl-$VERSION-x86-linux.tar.bz2
	 SOURCE2=cmucl-$VERSION-x86-linux.extra.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.averillpark.net/cmucl/release/$VERSION/$SOURCE
   SOURCE_URL[1]=ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/$VERSION/$SOURCE
   SOURCE2_URL[0]=ftp://ftp.averillpark.net/cmucl/release/$VERSION/$SOURCE2
   SOURCE2_URL[1]=ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/$VERSION/$SOURCE2
        WEB_SITE=http://www.cons.org/cmucl
         ENTERED=20020730
     SOURCE_HASH=sha512:99965c7b874817d9513eba490bc86cace8d07fd18b510e8ae984e84ac66e6e1e9d6d03b45fae7a5435819d7b8adf3c8134a3710b253890700d2e14cff0b4546f
    SOURCE2_HASH=sha512:c27d57608d30a02c363ceaad210cc1bd00c734c5c77a7708327eae87e5b79e8400d8b1719eea2d3be2b4f3a59c85baea20864297c5cdff869ff3da372a49653a
      LICENSE[0]=PD
          REJECT="is non source"
           SHORT="CMUCL is a high-performance, free Common Lisp implementation"
cat << EOF
CMUCL is a free implementation of the Common Lisp programming language
which runs on most major Unix platforms. It mainly conforms to the ANSI
Common Lisp standard. Here is a summary of its main features:

     a sophisticated native-code compiler which is capable
     of powerful type inferences, and generates code competitive in speed
     with C compilers.

     generational garbage collection and multiprocessing
     capability on the x86 ports.

     a foreign function interface which allows interfacing with C code and
     system libraries, including shared libraries on most platforms, and
     direct access to Unix system calls.

     support for interprocess communication and remote procedure
     calls.

     an implementation of CLOS, the Common Lisp Object System, which
     includes multimethods and a metaobject protocol.
     
     a graphical source-level debugger using a Motif interface, and a
     code profiler.

     an interface to the X11 Window System (CLX), and a sophisticated
     graphical widget library (Garnet).

     programmer-extensible input and output streams.

     an Emacs-like editor implemented in Common Lisp.

     public domain: free, with full source code and no
     strings attached (and no warranty). Like the GNU/ Linux and *BSD
     operating systems, CMUCL is maintained and improved by a team of
     volunteers collaborating over the Internet.
EOF
