summaryrefslogtreecommitdiff
path: root/devel/glib
diff options
context:
space:
mode:
authorgrant <grant>2003-12-29 22:57:48 +0000
committergrant <grant>2003-12-29 22:57:48 +0000
commit10b9e574fb6b06e3dbbf37bf298bf2b7b2ab1c2f (patch)
tree99f4d4c7592411ba134faa581ad036ace034408c /devel/glib
parent8a4c62a7495adf273024d29e9c4fcb9f500c802f (diff)
downloadpkgsrc-10b9e574fb6b06e3dbbf37bf298bf2b7b2ab1c2f.tar.gz
improve descriptions of glib/gtk packages. taken straight from
www.gtk.org.
Diffstat (limited to 'devel/glib')
-rw-r--r--devel/glib/DESCR12
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/glib/DESCR b/devel/glib/DESCR
index a32b775eaab..45876a2221e 100644
--- a/devel/glib/DESCR
+++ b/devel/glib/DESCR
@@ -1,8 +1,4 @@
-GLib is a library which includes routines for C, providing lists,
-trees, hashes, memory allocation functionality and many other things.
-
-Versions of GLib prior to 1.1.0 are distributed with GTK+ versions 1.1.0
-and earlier.
-
-A mailing list is located at:
- gtk-list@redhat.com
+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.