aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-Glade2/pkg-descr
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-10-24 01:45:27 +0800
committermarcus <marcus@FreeBSD.org>2004-10-24 01:45:27 +0800
commitf4119eef64e55d4ab3e8049a842e8d2dbd4cb269 (patch)
treef9f2c21fc7457254761f7de6b22dc113ae51c8d0 /x11-toolkits/p5-Glade2/pkg-descr
parentfdda020223561cbdd41b2a9e0f6bf8c428c69134 (diff)
downloadfreebsd-ports-gnome-f4119eef64e55d4ab3e8049a842e8d2dbd4cb269.tar.gz
freebsd-ports-gnome-f4119eef64e55d4ab3e8049a842e8d2dbd4cb269.tar.zst
freebsd-ports-gnome-f4119eef64e55d4ab3e8049a842e8d2dbd4cb269.zip
Add p5-Glade2 after a repocopy from p5-Glade. p5-Glade2 adds libglade
interface building bindings to Perl so you can create and manipulate GTK+ and GNOME user interfaces in Perl. PR: 70682 Submitted by: ports@c0decafe.net <ports@c0decafe.net>
Diffstat (limited to 'x11-toolkits/p5-Glade2/pkg-descr')
-rw-r--r--x11-toolkits/p5-Glade2/pkg-descr14
1 files changed, 12 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Glade2/pkg-descr b/x11-toolkits/p5-Glade2/pkg-descr
index bed3243b27d2..734ad1e504b0 100644
--- a/x11-toolkits/p5-Glade2/pkg-descr
+++ b/x11-toolkits/p5-Glade2/pkg-descr
@@ -1,3 +1,13 @@
-The Glade interface files of Gtk-Perl (Gtk::GladeXML namespace).
+Glade is a free user interface builder for GTK+ and GNOME. After designing a
+user interface with glade-2 the layout and configuration are saved in an XML
+file. libglade is a library which knows how to build and hook up the user
+interface described in the Glade XML file at application run time.
-WWW: http://projects.prosa.it/gtkperl/
+This extension module binds libglade to Perl so you can create and manipulate
+user interfaces in Perl code in conjunction with Gtk2 and even Gnome2. Better
+yet you can load a file's contents into a PERL scalar do a few magical regular
+expressions to customize things and the load up the app.
+It doesn't get any easier.
+
+Author: Ross McFarland <rwmcfa1 at neces dot com>
+WWW: http://search.cpan.org/~rmcfarla/Gtk2-GladeXML/