           SPELL=deplate
         VERSION=0.8.1
          SOURCE="${SPELL}-${VERSION}.zip"
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:40daae30248f9d40e115a7c0432f65701cf1fffaf8c92eb0bf88d4a0ce505e31c9f68f7f754798c2853fd9fd9c94f634b3506c0f1cd7cabb89ffa8be63cfba95
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
        WEB_SITE="http://deplate.sourceforge.net/"
      LICENSE[0]=GPL
         ENTERED=20080118
           SHORT="Convert wiki-like markup to LaTeX, HTML, or DocBook"
cat << EOF
deplate is a converter for wiki-like markup with output to LaTeX, HTML (single
page, chunked), DocBook, and really plain text. It can read viki/deplate
markup and rdoc files. It supports most markup elements needed for complex
documents (e.g., footnotes, citations, index, table of contents, embedded
LaTeX for mathematics). Output can be customized via page templates. deplate
can create Web pages and (via LaTeX or Docbook) high-quality printouts from
the same source. It is the accompanying converter for the Vim viki plugin.

deplate can read:
* deplate markup (viki vim plugin) in several variants: full, restricted,
  template
* ruby rdoc

deplate can write:
* HTML: single page, web site (chunked), web-based presentation (chunked &
  condensed)
* LaTeX
* Docbook
* Really plain text
* PHP (basically the same as HTML output)
EOF
