           SPELL=couchdb
         VERSION=0.11.0
          SOURCE="apache-${SPELL}-${VERSION}.tar.gz"
         SOURCE2="$SOURCE.asc"
      SOURCE_GPG="apache.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
   SOURCE_URL[0]=http://www.apache.org/dist/$SPELL/$VERSION/$SOURCE
   SOURCE_URL[1]=http://mirror.nyi.net/apache/${SPELL}/${VERSION}/${SOURCE}
  SOURCE2_URL[0]=http://www.apache.org/dist/$SPELL/$VERSION/$SOURCE2
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/apache-${SPELL}-${VERSION}"
        WEB_SITE="http://couchdb.apache.org"
      LICENSE[0]=apache
         ENTERED=20090904
           SHORT="A http document server"
cat << EOF
CouchDB is
    * A document database server, accessible via a RESTful JSON API.
    * Ad-hoc and schema-free with a flat address space.  * Distributed,
    featuring robust, incremental replication with bi-directional conflict
    detection and management.  * Query-able and index-able, featuring a
    table oriented reporting engine that uses Javascript as a query language.
EOF
