summaryrefslogtreecommitdiff
path: root/x11/p5-gtk2
AgeCommit message (Collapse)AuthorFilesLines
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-21Update to 1.182:xtraeme2-7/+7
Overview of changes in Gtk2 1.182 ================================= * Correct memory management in Gtk2::ScaleButton::new() and set_icons(). * Fix many build and test suite issues, especially on MSWin32 and cygwin. Overview of changes in Gtk2 1.181 ================================= * Fix a test failure. * Fix a Makefile.PL problem encountered by CPAN testers. Overview of changes in Gtk2 1.180 ================================= Since 1.16x (the previous stable series) ---------------------------------------- * Add bindings for GtkIMContext, GtkIMContextSimple, and GtkIMMulticontext. * Correct the way we check values for definedness. * Allow Perl code to implement GtkCellLayoutIface. * Allow Perl code to implement GtkBuildableIface. * Add accessors for Gtk2::Assistant's buttons. * Add Gtk2::Container::forall, Gtk2::Pango::Layout::set_height, Gtk2::Pango::Layout::get_height, Gtk2::Pango::LayoutIter_get_layout, Gtk2::Pango::Renderer::get_layout, and Gtk2::Pango::Renderer::get_layout_line. * Improve documentation. * Fix many leaks and other memory handling issues. Since 1.173 ----------- * Fix test failures. Overview of changes in Gtk2 1.173 ================================= * Fix memory handling bugs in Gtk2::Gdk::Region::get_clipbox and Gtk2::StatusIcon::get_geometry. * Make Gtk2::Gdk::Pixbuf::new_from_xpm_data handle incomplete XPM data gracefully. * Wrap new API: - pango_layout_set_height, pango_layout_get_height - pango_layout_iter_get_layout - pango_renderer_get_layout, pango_renderer_get_layout_line * Improve documentation in many places. * Fix some test failures. Overview of changes in Gtk2 1.172 ================================= * Improve the documentation significantly in many places. * Allow Perl code to implement GtkCellLayoutIface. * Allow Perl code to implement GtkBuildableIface. * Make Gtk2::CellLayout::set_attributes() properly clear all previous attributes. * Add accessors for Gtk2::Assistant's cancel, forward, back, apply, close, and last buttons. * Add Gtk2::Container::forall. * Fix build and test suite issues. Overview of changes in Gtk2 1.171 ================================= * Avoid syntax that was causing perl errors in Gtk2::Builder::_do_connect on some platforms. * Add bindings for GtkIMContext, GtkIMContextSimple, and GtkIMMulticontext. * Improve the documentation in various places. * Make Gtk2::Gdk::Color::new take an optional pixel value. * Correct the way we check values for definedness: use Glib's gperl_sv_defined(), an XS version of perl's defined(). Among other things, this should fix the problems where tied values were reported as undefined. * Plug memory leaks. Overview of changes in Gtk2 1.170 ================================= * Make our build output prettier. * Publicize our Makefile.PL-time requirements through META.yml's configure_requires. * Fix leak in Gtk2::Pango::Layout::get_iter. * Fix a few test failures.
2008-02-20Update to 1.164.xtraeme2-6/+6
Overview of changes in Gtk2 1.164 ================================= * Fix build and test suite issues. Overview of changes in Gtk2 1.163 ================================= * Improve the documentation in many places. * Fix many small memory leaks. * Fix a few build and test suite issues. Overview of changes in Gtk2 1.162 ================================= * Fix a strange parse error related to the use of qw// that occured on some versions of perl. [Jeffrey Ratcliffe] Overview of changes in Gtk2 1.161 ================================= * Fix a leak in Gtk2::Pango::Layout::get_iter. * Fix a few test failures. Overview of changes in Gtk2 1.160 ================================= Since 1.14x (the previous stable series) ---------------------------------------- * Add Gtk2::Pango::LayoutLine, Gtk2::Gdk::Pango::AttrEmbossColor, Gtk2::Builder, Gtk2::RecentAction, Gtk2::ScaleButton, and Gtk2::Tooltip. * Add new API in: Gtk2::Gdk, Gtk2::Gdk::Color, Gtk2::Gdk::Display, Gtk2::Gdk::Event, Gtk2::Gdk::Keymap, Gtk2::Gdk::Pixbuf, Gtk2::Gdk::Window, Gtk2::Gdk::X11, Gtk2::Pango, Gtk2::Pango::Cairo, Gtk2::Pango::Color, Gtk2::Pango::Context, Gtk2::Pango::FontFace, Gtk2::Action, Gtk2::CellLayout, Gtk2::EntryCompletion, Gtk2::IconTheme, Gtk2::IconView, Gtk2::Layout, Gtk2::MenuToolButton, Gtk2::PageSetup, Gtk2::PrintSettings, Gtk2::Range, Gtk2::TextBuffer, Gtk2::TextMark, Gtk2::ToolItem, Gtk2::TreeView, Gtk2::Widget, and Gtk2::Window. * Add support for pango attributes and pango gravity.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-05-13Improve previous.wiz1-2/+2
2007-05-13add a missing version dependency (p5-glib2 >= 1.140)dogcow1-1/+2
2007-04-17Revert now that the real issue is fixed.joerg1-2/+2
2007-04-17Needs gmake at least on DragonFly.joerg1-2/+2
2007-04-13Update to 1.144:xtraeme2-8/+11
bugfixes, support for more modules, Makefiles converted for BSD make, etc.
2006-08-24Update to 1.122... latest stable version with many bugfixes.xtraeme2-8/+7
2006-06-11Needs pkg-config.joerg1-2/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-25Update to 1.103:xtraeme2-8/+7
Overview of changes in Gtk2 1.103 ================================= * Depend on Glib 1.103 for the new object registration semantics. Make use of them. [Torsten] Overview of changes in Gtk2 1.102 ================================= * Handle unknown event types gracefully. [muppet] * Improve some of the Gtk2::Gdk::GC API and fix a leak in Gtk2::Gdk::Pixbuf. [Marc Lehmann] * Fix a few test suite issues. [Scott Lanning, Torsten]
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-3/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-19Fix typo.xtraeme1-2/+2
2004-04-19Initial import of p5-gtk2-1.040, from pkgsrc-wip.xtraeme4-0/+35
The Gtk2 module allows Perl access to the Gtk+ 2.0 graphical user interface library. You can find more information about Gtk+ 2.0 on http://www.gtk.org. The Perl binding tries to follow the C interface as much as possible, providing at the same time a fully object-oriented interface and Perl-style calling conventions.