          MODULE=rake
         VERSION=0.8.3
          SOURCE=$MODULE-$VERSION.tgz
      SOURCE_URL=http://rubyforge.org/frs/download.php/43955/
      SOURCE_VFY=sha1:2db9199fb608dd548295b7a1bc329b897c19efa3
        WEB_SITE=http://rake.rubyforge.org/
         ENTERED=20060301
         UPDATED=20090301
           SHORT="a simple Ruby build program with capabilities similar to make"

cat << EOF
Rake, a simple Ruby build program with capabilities similar to make, has
the following features:
    * Rakefiles (rake's version of Makefiles) are completely defined in
      standard Ruby syntax. No XML files to edit. No quirky Makefile
      syntax to worry about (is that a tab or a space?)
    * Users can specify tasks with prerequisites.
    * Rake supports rule patterns to synthesize implicit tasks.
    * Flexible FileLists that act like arrays but know about
      manipulating file names and paths.
    * A library of prepackaged tasks to make building rakefiles easier.
EOF


