Gimp Toolkit for X11 GUI (current stable version) Maintained by:gnome@FreeBSD.org Port Added: 30 Jul 2011 09:21:46 License: LGPL20
The GIMP ToolKit (GTK+) is a collection of GUI widgets. GTK+
essentially provides the building blocks from which GUIs can be
built. It is highly themable, and its functionality is highly
extensible.
GTK+-3 is a very stable release, similar only in design to GTK+-2.
GTK+-3 can coexist happily alongside GTK+-2, but applications are
written for one version or the other.
WWW: http://www.gtk.org/
To install the port:cd /usr/ports/x11-toolkits/gtk30/ && make install clean To add the package:pkg_add -r gtk30
Configuration Options
===> The following configuration options are available for gtk-3.0.12_1:
CUPS=on (default) "Enable cups printing support"
===> Use 'make config' to modify these settings
Fix the build when japanese/sed is installed. Get it to use the system sed
instead of try to pick up japanese/sed.
PR: ports/160224
Reported by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Feature safe: yes
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.
Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import.