           SPELL=wt
         VERSION=3.1.6
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]="http://downloads.sourceforge.net/sourceforge/project/witty/${SPELL}/${VERSION}/${SOURCE}"
     SOURCE_HASH=sha512:a7f6ca1ae5d38c6e98a9b129bae25b64f95916820588f82e47c08fea78fb4c4592cefab0b8bedbd5ff315bc155212b5b13a7980ce3e98d5c937c3607b1afa53c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://webtoolkit.eu"
      LICENSE[0]=GPL
         ENTERED=20101109
           SHORT="a C++ Web Toolkit"
cat << EOF
Wt (we pronounce that as 'witty') is a C++ library for developing interactive
web applications.

The API is widget-centric and uses well-tested patterns of desktop GUI APIs,
tailored to the web. To the developer, it offers complete abstraction of
any web-specific implementation details, including event handling, graphics
support, graceful degradation (or progressive enhancement), and pretty URLs.

Unlike many page-based frameworks, Wt was designed for creating stateful
applications that are at the same time highly interactive (leveraging
techinques such as Ajax to their fullest) and accessible (supporting plain HTML
browsers), using automatic graceful degradation or progressive enhancement.

The library comes with an application server that acts as a stand-alone web
server or integrates through FastCGI with other web servers.
EOF
