diff options
author | sat <sat@FreeBSD.org> | 2006-12-04 00:11:00 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-12-04 00:11:00 +0800 |
commit | c112b0190bc0480d79c09710151d818d174c9a8b (patch) | |
tree | 5a3365587a250d94bb0e1e3dd4d73dc4a8a91983 /x11-toolkits/Makefile | |
parent | 0b81615bd4959a53626911761cf533fe9c201a3d (diff) | |
download | freebsd-ports-gnome-c112b0190bc0480d79c09710151d818d174c9a8b.tar.gz freebsd-ports-gnome-c112b0190bc0480d79c09710151d818d174c9a8b.tar.zst freebsd-ports-gnome-c112b0190bc0480d79c09710151d818d174c9a8b.zip |
Add port x11-toolkits/p5-Gtk2-Ex-Simple-List:
Gtk2 has a powerful, but complex MVC (Model, View, Controller) system
used to implement list and tree widgets. Gtk2::Ex::Simple::List
automates the complex setup work and allows you to treat the list model
as a more natural list of lists structure.
<...>
WWW: http://search.cpan.org/dist/Gtk2-Ex-Simple-List/
Author: Ross McFarland <rmcfarla@neces.com>
Justification: needed by x11-toolkits/p5-Gtk-Ex-PodViewer
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 3c8af3ef0e4f..fe5720730205 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -133,6 +133,7 @@ SUBDIR += p5-Gnome2-VFS SUBDIR += p5-Gtk SUBDIR += p5-Gtk2 + SUBDIR += p5-Gtk2-Ex-Simple-List SUBDIR += p5-Gtk2-Html2 SUBDIR += p5-Gtk2-PodViewer SUBDIR += p5-Gtk2-TrayIcon |