Update devel/py-robotframework-pabot to version 0.12
[dports.git] / devel / dotconf / pkg-descr
1 dot.conf is a simple configuration-file parser library written in C.
2 The configuration files created for dot.conf look very similar to
3 those used by the Apache Webserver. Even Container-Directives known
4 from httpd.conf can easily be used in the exact same manner as for
5 Apache-Modules. It supports various types of arguments, dynamically
6 loadable modules that create their own configuration options
7 on-the-fly, a here-documents feature to pass very long ARG_STR data
8 to your app, ${NAME:-default} style environment variable
9 substitution for arguments, and on-the-fly inclusion of additional
10 config files. Some behaviour can be toggled with flags at runtime.
11 To keep dotconf from printing out warnings, you can install your
12 own customized error handler.
13
14 WWW: http://github.com/williamh/dotconf