summaryrefslogtreecommitdiff
path: root/x11/gtk2
diff options
context:
space:
mode:
authorgrant <grant>2003-12-29 22:57:48 +0000
committergrant <grant>2003-12-29 22:57:48 +0000
commitdbed1f3f70f81279d84e2d88f0b4b901d46a8c38 (patch)
tree99f4d4c7592411ba134faa581ad036ace034408c /x11/gtk2
parent57b20af1c294043b69db684a9c72779b4745843b (diff)
downloadpkgsrc-dbed1f3f70f81279d84e2d88f0b4b901d46a8c38.tar.gz
improve descriptions of glib/gtk packages. taken straight from
www.gtk.org.
Diffstat (limited to 'x11/gtk2')
-rw-r--r--x11/gtk2/DESCR13
1 files changed, 8 insertions, 5 deletions
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.