summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-29 22:57:48 +0000
committergrant <grant@pkgsrc.org>2003-12-29 22:57:48 +0000
commit8f7501a112642d35a3b36550ab3bc63137a7ba06 (patch)
tree99f4d4c7592411ba134faa581ad036ace034408c
parent2d7f7753e3f7067b205c7a35fee9750ddde2c2c2 (diff)
downloadpkgsrc-8f7501a112642d35a3b36550ab3bc63137a7ba06.tar.gz
improve descriptions of glib/gtk packages. taken straight from
www.gtk.org.
-rw-r--r--devel/glib/DESCR12
-rw-r--r--devel/glib2/DESCR6
-rw-r--r--x11/gtk/DESCR11
-rw-r--r--x11/gtk2/DESCR13
4 files changed, 25 insertions, 17 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.
diff --git a/devel/glib2/DESCR b/devel/glib2/DESCR
index 31a4fb90c6b..45876a2221e 100644
--- a/devel/glib2/DESCR
+++ b/devel/glib2/DESCR
@@ -1,2 +1,4 @@
-GLib is a library which includes routines for C, providing lists,
-trees, hashes, memory allocation functionality and many other things.
+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.
diff --git a/x11/gtk/DESCR b/x11/gtk/DESCR
index 27661dc07f2..e1707ba806e 100644
--- a/x11/gtk/DESCR
+++ b/x11/gtk/DESCR
@@ -1,2 +1,9 @@
-The gimp toolkit. A set of libraries for building complex X11
-user interfaces. Used by e.g. Gimp and Gnome.
+GTK+ is a multi-platform toolkit for creating graphical user
+interfaces. Offering a complete set of widgets, GTK+ is suitable for
+projects ranging from small one-off tools to complete application
+suites.
+
+GTK+ has been designed from the ground up to support a range of
+languages, not only C/C++. Using GTK+ from languages such as Perl and
+Python (especially in combination with the Glade GUI builder) provides
+an effective method of rapid application development.
diff --git a/x11/gtk2/DESCR b/x11/gtk2/DESCR
index c88b0969254..e1707ba806e 100644
--- a/x11/gtk2/DESCR
+++ b/x11/gtk2/DESCR
@@ -1,6 +1,9 @@
-The Gimp Tool Kit.
-
GTK+ is a multi-platform toolkit for creating graphical user
-interfaces. Offering a complete set of widgets, GTK+ is
-suitable for projects ranging from small one-off projects to
-complete application suites.
+interfaces. Offering a complete set of widgets, GTK+ is suitable for
+projects ranging from small one-off tools to complete application
+suites.
+
+GTK+ has been designed from the ground up to support a range of
+languages, not only C/C++. Using GTK+ from languages such as Perl and
+Python (especially in combination with the Glade GUI builder) provides
+an effective method of rapid application development.