           SPELL=scala
         VERSION=2.9.2
          SOURCE="${SPELL}-sources-${VERSION}.tgz"
   SOURCE_URL[0]=http://www.${SPELL}-lang.org/downloads/distrib/files/${SOURCE}
     SOURCE_HASH=sha512:c8ce17728976c506c90d2eec792904d39a16d35d153914a7c936e43e530f20d8cdf494287187c513393e2db7837b8ec9d417c56f6bb47be3b0501f2a57f52b63
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}-sources"
        WEB_SITE="http://www.scala-lang.org"
      LICENSE[0]=BSD
         ENTERED=20110401
           SHORT="a general purpose programming language"
cat << EOF
Scala is a general purpose programming language designed to express common
programming patterns in a concise, elegant, and type-safe way. It smoothly
integrates features of object-oriented and functional languages, enabling Java
and other programmers to be more productive. Code sizes are typically reduced
by a factor of two to three when compared to an equivalent Java application.
EOF
