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
commit24dccf2ea582c50dfc6c55ccfb93b627e9e7ec23 (patch)
tree1ccb77ea1cea51c9f93845684e86c2a35339c4de /devel/libcfg+/DESCR
parentb761a1f88584a309b34d5a8e2efe03b2dadadc83 (diff)
downloadpkgsrc-24dccf2ea582c50dfc6c55ccfb93b627e9e7ec23.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).