aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gtk3
Commit message (Collapse)AuthorAgeFilesLines
* Fix *_DEPENDSSunpoet Po-Chuan Hsieh2017-04-191-1/+4
| | | | | | | | | | | | | - Add missing p5-Cairo-GObject - Update version requirement of p5-Glib-Object-Introspection - Bump PORTREVISION for dependency change PR: 218358 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days) Notes: svn path=/head/; revision=438849
* - Fix LICENSESunpoet Po-Chuan Hsieh2016-11-271-1/+3
| | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr (blanket) Notes: svn path=/head/; revision=427245
* New port: x11-toolkits/p5-Gtk3Kurt Jaeger2016-04-184-0/+37
Perl bindings to the 3.x series of the gtk+ toolkit. This module allows you to write graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. Find out more about gtk+ at http://www.gtk.org. The gtk+ reference manual is also a handy companion when writing Gtk3 programs in Perl: http://developer.gnome.org/gtk3/stable/. The Perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source. WWW: https://metacpan.org/pod/Gtk3 PR: 208372 Submitted by: hiroto.kagotani@gmail.com Notes: svn path=/head/; revision=413545