summaryrefslogtreecommitdiff
path: root/devel/libcfg+/DESCR
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-10-06 10:17:06 +0000
committergrant <grant@pkgsrc.org>2004-10-06 10:17:06 +0000
commit2795fe1f15e8acce61f225798e18e6cc61d68329 (patch)
tree1ccb77ea1cea51c9f93845684e86c2a35339c4de /devel/libcfg+/DESCR
parent94c2857117028acda6b7b405ad24b06c41f8b66f (diff)
downloadpkgsrc-2795fe1f15e8acce61f225798e18e6cc61d68329.tar.gz
rename cfg+ directory to libcfg+ so it matches the PKGNAME.
Diffstat (limited to 'devel/libcfg+/DESCR')
-rw-r--r--devel/libcfg+/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/libcfg+/DESCR b/devel/libcfg+/DESCR
new file mode 100644
index 00000000000..cd1e7e906ff
--- /dev/null
+++ b/devel/libcfg+/DESCR
@@ -0,0 +1,7 @@
+libcfg+ is a C library that features multi- command line and
+configuration file parsing. It is possible to set up various special
+properties such as quoting characters, deliminator strings, file comment
+prefixes, multi-line postfixes, and more. It supports many data types
+such as booleans, integers, decimal numbers, strings with many
+additional data type flags (such as multiple values for a single
+option).