aboutsummaryrefslogtreecommitdiff
path: root/lang/libhx
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-06-21 20:17:06 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-06-21 20:17:06 +0000
commitae5f99c9feb01a30558567f1aec1fbc8aa6ca4d3 (patch)
treed2470f0f808162badad5efb19dd47adf4cae75a3 /lang/libhx
parent3e4a13704b87f47e943b668b4b1895490ed96da7 (diff)
Notes
Diffstat (limited to 'lang/libhx')
-rw-r--r--lang/libhx/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/libhx/pkg-descr b/lang/libhx/pkg-descr
index 7fabaec365f3..3d4ec9a5f082 100644
--- a/lang/libhx/pkg-descr
+++ b/lang/libhx/pkg-descr
@@ -1,3 +1,14 @@
libHX is a C library (with some additional C++ bindings available)
+that provides data structures and functions for tasks common in scripting
+languages; autoresizing string manipulation, maps, deques, option parsing,
+type-checking casts and more.
+
+libHX aids in quickly writing up C/C++ data processing programs,
+by consolidating tasks that often happen to be open-coded, such as
+config file reading, option parsing, directory traversal, and others,
+into a library. The focus is on reducing the amount of time (and
+secondarily, the amount of code) a developer has to spend for otherwise
+implementing such. Subsequently, proficient coders can use this to
+code as fast as for a scripting language.
WWW: http://libhx.sourceforge.net/