devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / dotconf / DESCR
1 Dot.conf is a simple-to-use and powerful configuration-file parser
2 library written in C. The configuration files created for dot.conf look
3 very similar to those used by the Apache Webserver. Even
4 container directives known from httpd.conf can easily be used in the
5 exact same manner as for Apache-Modules. It supports various types of
6 arguments, dynamically loadable modules that create their own
7 configuration options on-the-fly, a here-documents feature to pass very
8 long ARG_STR data to your app, and on-the-fly inclusion of additional
9 config files.