summaryrefslogtreecommitdiff
path: root/x11/gtk
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 /x11/gtk
parent8a4c62a7495adf273024d29e9c4fcb9f500c802f (diff)
downloadpkgsrc-10b9e574fb6b06e3dbbf37bf298bf2b7b2ab1c2f.tar.gz
improve descriptions of glib/gtk packages. taken straight from
www.gtk.org.
Diffstat (limited to 'x11/gtk')
-rw-r--r--x11/gtk/DESCR11
1 files changed, 9 insertions, 2 deletions
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.