diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-01-28 16:50:53 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-01-28 16:50:53 +0800 |
commit | 0a324ff153d99b03d364910b9a322d207ead4922 (patch) | |
tree | 4f38bf6ef81d3e52ad92b856bba31ecd2635f151 /devel/dotconf/pkg-descr | |
parent | 135a1d0b36a4d5d3ae145d40598674acd7dd694d (diff) | |
download | freebsd-ports-gnome-0a324ff153d99b03d364910b9a322d207ead4922.tar.gz freebsd-ports-gnome-0a324ff153d99b03d364910b9a322d207ead4922.tar.zst freebsd-ports-gnome-0a324ff153d99b03d364910b9a322d207ead4922.zip |
add dotconf, A Configuration File Parser Library
Diffstat (limited to 'devel/dotconf/pkg-descr')
-rw-r--r-- | devel/dotconf/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/dotconf/pkg-descr b/devel/dotconf/pkg-descr new file mode 100644 index 000000000000..823d81e901b1 --- /dev/null +++ b/devel/dotconf/pkg-descr @@ -0,0 +1,17 @@ +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. + +WWW: http://www.azzit.de/dotconf/ + +-- Ying-Chieh Liao + ijliao@FreeBSD.org |