           SPELL=frost
         VERSION=0.9.1
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://frost.flewid.de/dist/$SOURCE
     SOURCE_HASH=sha512:11b3b9a551b4ac84c5c501fbd28ebdbf21562bd7c1106658965d050c3cadd71a32902dc4f2dd3c0f71d4acee3033ee8c7888eed621978bacb4ce2d885f05fa63
      LICENSE[0]=GPL
        WEB_SITE=http://frost.flewid.de
        KEYWORDS="devel"
           SHORT="C++ multi methods as if they were a native feature"
         ENTERED=20021107

cat << EOF
Frost allows you to use multi methods and virtual function arguments
in your C++ programs as if they were a native C++ feature. It is a
compiler wrapper which modifies compiler input and output files and
collects information about defined classes and functions which is
stored in a separate 'frost-object' file for each assembler or object
file that is generated by the compiler. When linking is done this
information is used to generate the dispatching code.
EOF
