Wed Feb 20 11:07:29 2008 UTC ()
Update to 1.164.

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.


(xtraeme)
diff -r1.22 -r1.23 pkgsrc/x11/p5-gtk2/Makefile
diff -r1.5 -r1.6 pkgsrc/x11/p5-gtk2/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/x11/p5-gtk2/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/p5-gtk2/Makefile 2007/05/13 22:57:57 1.22
+++ pkgsrc/x11/p5-gtk2/Makefile 2008/02/20 11:07:29 1.23
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.22 2007/05/13 22:57:57 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2008/02/20 11:07:29 xtraeme Exp $
2 2
3DISTNAME= Gtk2-${DIST_VER} 3DISTNAME= Gtk2-${DIST_VER}
4PKGNAME= p5-gtk2-${DIST_VER} 4PKGNAME= p5-gtk2-${DIST_VER}
5CATEGORIES= x11 perl5 5CATEGORIES= x11 perl5
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://gtk2-perl.sourceforge.net/ 9HOMEPAGE= http://gtk2-perl.sourceforge.net/
10COMMENT= Perl bindings for GTK+ 2.0 10COMMENT= Perl bindings for GTK+ 2.0
11 11
12DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends 12DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
13DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig 13DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig
14 14
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16 16
17DIST_VER= 1.144 17DIST_VER= 1.164
18 18
19PERL5_PACKLIST= auto/Gtk2/.packlist 19PERL5_PACKLIST= auto/Gtk2/.packlist
20 20
21BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.140 21BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.140
22.include "../../devel/p5-glib2/buildlink3.mk" 22.include "../../devel/p5-glib2/buildlink3.mk"
23.include "../../graphics/p5-cairo/buildlink3.mk" 23.include "../../graphics/p5-cairo/buildlink3.mk"
24.include "../../lang/perl5/module.mk" 24.include "../../lang/perl5/module.mk"
25.include "../../x11/gtk2/buildlink3.mk" 25.include "../../x11/gtk2/buildlink3.mk"
26.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/x11/p5-gtk2/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/p5-gtk2/distinfo 2007/04/13 23:28:12 1.5
+++ pkgsrc/x11/p5-gtk2/distinfo 2008/02/20 11:07:29 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2007/04/13 23:28:12 xtraeme Exp $ 1$NetBSD: distinfo,v 1.6 2008/02/20 11:07:29 xtraeme Exp $
2 2
3SHA1 (Gtk2-1.144.tar.gz) = 3c04e4a0393b96be83897679062776195d63ac09 3SHA1 (Gtk2-1.164.tar.gz) = e2c147b412aecbe87983e317461e0997b2a7148a
4RMD160 (Gtk2-1.144.tar.gz) = 1d826041a8cd57ea53bea34a14d6e196f992a517 4RMD160 (Gtk2-1.164.tar.gz) = db776ddc4c55f28593ea797da4e33461b09f2eac
5Size (Gtk2-1.144.tar.gz) = 654571 bytes 5Size (Gtk2-1.164.tar.gz) = 676885 bytes