           SPELL=cmdparse
         VERSION=2.0.2
          SOURCE="${SPELL}-${VERSION}.tgz"
   SOURCE_URL[0]=http://rubyforge.org/frs/download.php/11147/${SOURCE}
     SOURCE_HASH=sha512:2b52fbc9d0be5c87eb67f8f544bc417d9feae96e91ac3c2e88d054362882aacfd85d65473a6ed1f683ae36a9a512f9d354f5afb0147c9e206d5e08567af4abc4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://cmdparse.rubyforge.org"
      LICENSE[0]=GPL
         ENTERED=20080113
           SHORT="Command line parser supporting commands"
cat << EOF
cmdparse is an advanced command line parser which supports "commands". Programs
that use command line interfaces with commands are, for example, subversion's
"svn" or Rubygem's "gem" program.

Changes:Commands can now have subcommands which can have subcommands which can
have subcommands... No need to implement a whole new class for simple commands
anymore Default option parser library is optparse, however, any option parser
library can be used after writing a small wrapper
EOF
