diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-03 19:32:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-03 19:32:39 +0000 |
commit | ddf524e759840d6914157debd6107a048a097eea (patch) | |
tree | e434dea2da4b35f16567c4bc2e96045de24c34f0 /devel/glib2 | |
parent | 180646b95bd5711cb5629775d79627e028008e9f (diff) | |
download | pkgsrc-ddf524e759840d6914157debd6107a048a097eea.tar.gz |
Update `DESCR' files (text taken from the home page).
From Bug Hunting.
Diffstat (limited to 'devel/glib2')
-rw-r--r-- | devel/glib2/DESCR | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/glib2/DESCR b/devel/glib2/DESCR index 45876a2221e..0b160c0cbbb 100644 --- a/devel/glib2/DESCR +++ b/devel/glib2/DESCR @@ -1,4 +1,6 @@ -GLib is the low-level core library that forms the basis for projects -such as GTK+ and GNOME. It provides data structure handling for C, -portability wrappers, and interfaces for such runtime functionality as -an event loop, threads, dynamic loading, and an object system. +GLib provides the core application building blocks for libraries +and applications written in C. It provides the core object system +used in GNOME, the main loop implementation, and a large set of +utility functions for strings and common data structures. + +This package contains GLib version 2. |