           SPELL=dotconf
         VERSION=1.0.13
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.azzit.de/dotconf/download/v${VERSION%.*}/$SOURCE
     SOURCE_HASH=sha512:2a213bab8dc63a7502c407215194dd821b660bfd0efdbc274d7a3506ab936400677a48efbc08869281b90998c00b0ecc83cd83b56a3775cbae655125577e1871
        WEB_SITE=http://www.azzit.de/dotconf/
         ENTERED=20050517
      LICENSE[0]=LGPL
        KEYWORDS="parser libs"
           SHORT='dot.conf is a simple configuration-file parser library'
cat << EOF
dot.conf is a simple configuration-file parser library written in C. The
configuration files created for dot.conf look very similar to those used by the
Apache Webserver. Even Container-Directives known from httpd.conf can easily be
used in the exact same manner as for Apache-Modules. It supports various types
of arguments, dynamically loadable modules that create their own configuration
options on-the-fly, a here-documents feature to pass very long ARG_STR data to
your app, ${NAME:-default} style environment variable substitution for
arguments, and on-the-fly inclusion of additional config files. Some behaviour
can be toggled with flags at runtime. To keep dotconf from printing out
warnings, you can install your own customized errorhandler.
EOF
