           SPELL=junit
         VERSION=3.8.1
          SOURCE=${SPELL}${VERSION}.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}${VERSION}
   SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/$SOURCE
     SOURCE_HASH=sha512:ec2c96c3f034b979b21ba3f61dcdfa910b695abdeee7414e3e544c6eefec5f988887424be9be8b954e148371f585a6abb5b6392637b3e56dea04cf2eb63a52e1
      LICENSE[0]=http://oss.software.ibm.com/developerworks/oss/license-cpl.html
        WEB_SITE=http://www.junit.org/index.htm
        KEYWORDS="java"
         ENTERED=20030326
           SHORT="JUnit is a simple framework to write repeatable tests." 
cat << EOF
JUnit is a Java testing framework. Since testing is not closely integrated
with development, it prevents you from measuring the progress of development.
You can't tell when something starts working or when something stops working.
Using JUnit you can cheaply and incrementally build a test suite that will 
help you measure your progress, spot unintended side effects, and focus your
 development efforts.
EOF
