diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-11 22:46:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-11 22:46:03 +0000 |
commit | fe6f35f27bffc1117fd519408b3918f578248e96 (patch) | |
tree | 0ee19030fbacadecf3cf1de784c18dd456650854 /devel/libconfuse/pkg-descr | |
parent | 79c1f7418981c1f03522a0e47731ec3a4e3a880f (diff) | |
download | ports-fe6f35f27bffc1117fd519408b3918f578248e96.tar.gz ports-fe6f35f27bffc1117fd519408b3918f578248e96.zip |
Add libconfuse, a configuration file parser library.
Submitted by: Juraj Lutter <otis@wilbury.sk>
Notes
Notes:
svn path=/head/; revision=118644
Diffstat (limited to 'devel/libconfuse/pkg-descr')
-rw-r--r-- | devel/libconfuse/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libconfuse/pkg-descr b/devel/libconfuse/pkg-descr new file mode 100644 index 000000000000..1265fd1193f5 --- /dev/null +++ b/devel/libconfuse/pkg-descr @@ -0,0 +1,14 @@ +libConfuse is a configuration file parser library, licensed under the terms of +the LGPL, and written in C. It supports sections and (lists of) values +(strings, integers, floats, booleans or other sections), as well as some other +features (such as single/double-quoted strings, environment variable +expansion, functions and nested include statements). It makes it very easy to +add configuration file capability to a program using a simple API. + +The goal of libConfuse is not to be the configuration file parser library with +a gazillion of features. Instead, it aims to be easy to use and quick to +integrate with your code. libConfuse was called libcfg before, but was changed +to not confuse with other similar libraries. + +Project homepage: +WWW: http://savannah.nongnu.org/projects/confuse/ |