diff options
author | rh <rh> | 2002-09-20 10:55:39 +0000 |
---|---|---|
committer | rh <rh> | 2002-09-20 10:55:39 +0000 |
commit | f5523b2096a6c2a0ba1b65d8d344a630b5d42eac (patch) | |
tree | 079b74bed49737f23dfe00124bebbb306052793e /devel/giblib/DESCR | |
parent | 8d6d96b85481ef9965375b5d09fec24dfbd94193 (diff) | |
download | pkgsrc-f5523b2096a6c2a0ba1b65d8d344a630b5d42eac.tar.gz |
Initial import of giblib-1.2.2, a programmer's utility library and imlib2
wrapper used by feh and other utilities.
Diffstat (limited to 'devel/giblib/DESCR')
-rw-r--r-- | devel/giblib/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/giblib/DESCR b/devel/giblib/DESCR new file mode 100644 index 00000000000..e3dfb4909be --- /dev/null +++ b/devel/giblib/DESCR @@ -0,0 +1,6 @@ + Giblib is a utility library used by many of the applications found on +www.linuxbrit.co.uk. It incorporates doubly linked lists, some string +functions, and a wrapper for imlib2. The wrapper does two things. It +gives you access to fontstyles, which can be loaded from files, saved to +files, or defined dynamically through the API. It also, and more +importantly, wraps imlib2's context API into a more compact form. |