Commit graph

48 commits

Author SHA1 Message Date
wiz
fb1a8e5414 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
abs
3f75449e9e Updated x11/p5-gtk2 to 1.242
Overview of changes in Gtk2 1.242
=================================

* Add gitweb link to old ChangeLog
* Be compatible with perl 5.8.0 (Bugzilla bug #666227)
* Gtk2::Widget: don't implement is_sensitive() twice
* Disable a few potentially annoying tests

Overview of changes in Gtk2 1.241
=================================

* Add the missing NEWS entries from the stable branch
* Fix a test failure in t/tied-objects.t
* Fix a test failure in t/GtkEntryBuffer.t

Overview of changes in Gtk2 1.240
=================================

 Since 1.22x (the previous stable series)
 ----------------------------------------
 * Wrap missing gdk, gdk-pixbuf and gtk+ 2.12, 2.14, 2.16, 2.18, 2.20
   and 2.22 API.
 * Add Gtk2::Gdk::Image.
 * Add Gtk2::Container->find_child_property and list_child_properties.
 * Add Gtk2::Widget->find_style_property and list_style_properties.
 * Add Gtk2::Gdk::Pixbuf->get_option.
 * Add is_writable field to Gtk2::Gdk::PixbufFormat.
 * Make Gtk2::FontButton->new and Gtk2::ColorButton->new more flexible.
 * Accept format strings in Gtk2::MessageDialog->format_secondary_markup.
 * In syntax check mode, do not call gtk_init.
 * Improve the documentation in many places.

 Since 1.232
 -----------
 * Document the unusual return semantics of Gtk2::CellLayout::get_cells.

Overview of changes in Gtk2 1.232
=================================

* Gtk2::Gdk::Pixbuf->new_from_data(): accept overloaded strings
* Expand and clarify some of the documentation.
* Allow undef in a few more places.
* Fix a few test failures.

Overview of changes in Gtk2 1.231
=================================

* Wrap gtk+ 2.22 API.
* Wrap gdk 2.20 and 2.22 API.
* Wrap missing gtk+ 2.8, 2.10, 2.12, 2.14, 2.16, 2.18 and 2.20 API.
* Wrap missing gdk 2.18 API.
* Wrap missing gdk-pixbuf 2.18 API.
* Add Gtk2::Gdk::Image.
* Add Gtk2::Container->find_child_property and list_child_properties.
* Add Gtk2::Widget->find_style_property and list_style_properties.
* Add Gtk2::Gdk::Pixbuf->get_option.
* Add is_writable field to Gtk2::Gdk::PixbufFormat.
* Allow Gtk2::Buildable implementations to return undef from
  GET_INTERNAL_CHILD.
* Cope with the rename of the keysym defines in gtk+ 2.22.
* Fix invocation of Gtk2::Notebook window creation hooks.
* Fix length of Gtk2::Gdk::Pixbuf->get_pixels() return.
* Ensure that the option strings passed to Gtk2::Gdk::Pixbuf->save() are
  upgraded to utf8 if necessary.  Also, complain if an odd number of key/value
  args is given.
* Update Gtk2->show_about_dialog to match upstream.
* Make damage events Gtk2::Gdk::Event::Expose objects.
* Allow undef in a few more places.
* Correct the memory management in Gtk2::Gdk::Window->new.
* Correct length of the Gtk2::Gdk::Pixbuf->get_pixels() return.
* Plug leaks in Gtk2::Gdk::Drawable->get_image, Gtk2::CellLayout and
  Gtk2::TreeSortable.
* Use Glib's infrastructure for attaching "magic".
* Add some examples.
* Improve the documentation in a few places.
* Fix a few build and test failures.

Overview of changes in Gtk2 1.230
=================================

* Wrap gtk+ 2.20 API in:  [Special thanks to Quentin Sculo]
  - Gtk2::Notebook
* Wrap gtk+ 2.18 API in:  [Special thanks to Quentin Sculo]
  - Gtk2::FileChooser
  - Gtk2::IconView
  - Gtk2::InfoBar
  - Gtk2::Label
  - Gtk2::Menu
  - Gtk2::Range
  - Gtk2::StatusIcon
  - Gtk2::Gdk::Cairo
  - Gtk2::Gdk::Region
  - Gtk2::Gdk::Window
* Wrap gtk+ 2.16 API in:  [Special thanks to Emmanuele Bassi and Quentin
  Sculo]
  - Gtk2::Action
  - Gtk2::Entry
  - Gtk2::Gdk::Keymap
  - Gtk2::IMContext
  - Gtk2::MenuItem, Gtk2::ImageMenuItem
  - Gtk2::Scale
  - Gtk2::Window
* Wrap gtk+ 2.14 API:
  - Gtk2::Adjustment  [Special thanks to Kevin Ryde]
  - Gtk2::Gdk::Event
  - Gtk2::Gdk::Screen
* Wrap gtk+ 2.12 API in Gtk2::Gdk::Window.
* Make Gtk2::FontButton->new and Gtk2::ColorButton->new more flexible:
  When called with an argument, turn new() into new_with_color() or
  new_with_font(), respectively.
* Accept format strings in Gtk2::MessageDialog->format_secondary_markup.
* Allow undef in a few places:
  - Gtk2::Gdk::Drawable->draw_pixbuf, draw_layout_with_colors,
    draw_layout_line_with_colors, draw_segments
  - Gtk2::Gdk::Window->invalidate_rect, set_icon_name,
    input_shape_combine_mask, shape_combine_mask,
    input_shape_combine_region, shape_combine_region
  - Gtk2::AccelLabel->set_accel_widget
  - Gtk2::Menu->set_screen
  - Gtk2::Widget->set_accel_path, shape_combine_mask
  - Gtk2::Window->set_default_icon_name
* In syntax check mode, do not call gtk_init.  gtk_init may abort the
  program (e.g. if DISPLAY is not set), so only call gtk_init_check even
  if asked to call gtk_init.
* Gtk2::Menu: trap exceptions in popup callbacks.  Uncaught exceptions
  in a popup callback can result in persistent mouse and keyboard grabs,
  locking the screen until the program is killed.
* Make Gtk2::ListStore->remove()'s return value consistent on gtk+ 2.0.
* Fix memory handling in Gtk2::RecentInfo->get_application_info.
* Improve the documentation in many places.  [Special thanks to Kevin
  Ryde]
* Fix some build and test failures.
2012-01-22 18:49:58 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
wiz
81867eedd2 Update to 1.224:
Overview of changes in Gtk2 1.224
=================================

* Fix a few test failures.

Overview of changes in Gtk2 1.223
=================================

* Cope with the rename of the keysym defines in gtk+ 2.22
* Correct the memory management in Gtk2::Gdk::Window->new
* Fix a test failure in GtkBuilder.t
2011-08-16 22:10:14 +00:00
obache
db07027aa3 Revision bump after updating perl to 5.14.1. 2011-08-14 07:20:52 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
9bc1c4da35 Update to 1.222:
Overview of changes in Gtk2 1.222
=================================

* Make Gtk2::ListStore->remove()'s return value consistent on gtk+ 2.0
* Fix some build and test failures.
2010-09-06 11:21:57 +00:00
wiz
90883b45c4 Update to 1.221:
Overview of changes in Gtk2 1.221
=================================

* Properly wrap the binding for gtk_binding_entry_skip in version guards.
* Fix some build and test failures.
2010-09-03 22:33:32 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
sno
4aa4b726f4 add missing include of p5-pango 2009-05-22 05:58:22 +00:00
sno
477487b412 pkgsrc changes:
- Updating packages for p5 Gtk+ bindings
  - Setting gnu-lgpl-v2.1 as license
  - Adding p5-pango as dependency
  - Update dependency versions from Makefile.PL

Upstream changes:
2009-03-17  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* Makefile.PL
	* NEWS
	* README: Stable release 1.220.

2009-03-17  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkStyle.t
	* xs/GtkStyle.xs: Adapt to the rename of gtk_style_get_property to
	gtk_style_get_style_property.  Make
	Gtk2::Style::get_style_property an alias for Gtk2::Style::get.

2009-03-17  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellView.t
	* t/GtkEntry.t
	* t/GtkIMContext.t
	* t/GtkImageMenuItem.t
	* t/GtkOrientable.t
	* t/GtkPrintSettings.t
	* t/GtkStatusIcon.t
	* t/GtkStyle.t
	* xs/GtkCellView.xs
	* xs/GtkEntry.xs
	* xs/GtkIMMulticontext.xs
	* xs/GtkImageMenuItem.xs
	* xs/GtkPrintOperation.xs
	* xs/GtkPrintSettings.xs
	* xs/GtkSelection.xs
	* xs/GtkStatusIcon.xs
	* xs/GtkStyle.xs: Change all versions checks to refer to stable
	releases only.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* Makefile
	* NEWS
	* README: Unstable release 1.212.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkHBox.t: Test that widgets packed into a box are completely
	freed upon removal even if they previously appeared as a callback
	argument.  This is a test for a recent memory leak fix in Glib.

	* t/GtkTreeModelIface.t: The leak fix mentioned above causes this
	test to correctly run FINALIZE_INSTANCE now, so adjust the test
	plan.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkTreeModelFilter.t
	* xs/GtkTreeModelFilter.xs: Take ownership of objects returned by
	gtk_tree_model_filter_new to avoid leaking them.  Patch by
	Kevin Ryde.

2009-03-08  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkStyle.t
	* xs/GtkStyle.xs: Remove the get_property() alias for
	Gtk2::Style::get() so that calling get_property() on a Gtk2::Style
	resolves to Glib::Object::get_property().

2009-03-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkAccelGroup.xs: Remove two FIXME comments which turned out
	to be incorrect.  Patch by Kevin Ryde.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkKeys.t: Skip most tests if we can't find a key entry to
	test against.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/00.Gtk2.t: Don't fail if there is no valid DISPLAY.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* pm/TestHelper.pm
	* pm/Helper.pm
	* Gtk2.pm: Fix more POD errors.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/Gtk2.xs
	* xs/GtkTreeModel.xs
	* xs/GtkWidget.xs
	* xs/GtkWindow.xs: Fix POD errors reported by podchecker.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkStyle.t
	* xs/GtkStyle.xs: Wrap the gtk_style_get() family of methods as
	Gtk2::Style::get(), and make Gtk2::Style::get_property() an alias
	for get().  Patch by Emmanuel Rodriguez.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* NEWS
	* README: Unstable release 1.211.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Require Glib 1.212 for the precompiled headers
	stuff.  Print the stability warning.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* gtk2perl.h: Remove the definitions for the custom pango GTypes.
	They now come from pango-perl.h.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkIconView.xs: Fix stack handling bugs in
	Gtk2::IconView::get_item_at_pos(), get_dest_item_at_pos(), and
	get_tooltip_context().  Patch by Kevin Ryde.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkBindings.xs (gtk2perl_binding_set_get_type): To make the
	doc generator happy, register our custom GtkBindingSet GType under
	the name "GtkBindingSet".

2009-02-11  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* constants-2.0
	* gtk2perl.h
	* Gtk2.pm
	* MANIFEST
	* maps-2.0
	* xs_files-2.0
	* t/GtkBindings.t
	* xs/GtkBindings.xs: Wrap the GtkBindings stuff.  Patch by
	Kevin Ryde.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* MANIFEST
	* maps-2.16
	* xs_files-2.16
	* t/GtkOrientable.t
	* xs/GtkOrientable.xs: Wrap the new GtkOrientable interface.  No
	support for implementing it in Perl subclasses yet.  Patch by
	Emmanuel Rodriguez.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkEntry.t: Test Gtk2::Entry->get_icon_storage_type.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkEntry.t
	* xs/GtkEntry.xs: Track the recent upstream function renaming:
	gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf,
	gtk_entry_get_stock -> gtk_entry_get_icon_stock, and
	gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GdkX11.xs: Call the atom arg for
	Gtk2::Gdk::Atom->to_xatom_for_display "atom" for clarity in the
	generated POD.  Patch by Kevin Ryde.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkRecentChooser.t
	* t/GtkRecentManager.t: Use Gtk2->main_iteration instead of
	Gtk2::TestHelper's run_main to spin the main loop.  This avoids
	hangs on some machines.  Patch by Jeffrey Ratcliffe.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkIconTheme.t: Skip tests that rely on the presence of a
	stock icon if that icon isn't present.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/pango-compat.t: Don't use Gtk2::Pango::Cairo::FontMap in the
	compatibility checks as it isn't available in all pango versions
	and I don't want to fiddle with version checks.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkEvent.t: Fix a skip count.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkAction.t: Use an activatable widget for testing the proxy
	stuff.  Recent gtk+ versions enforce this.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkPixbufLoader.t: Don't use an auto-detecting pixbuf loader
	since that's broken for PPM images in at least gtk+ >= 2.14.3 (see
	GNOME #570780).

2009-01-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkX11.t
	* xs/GdkX11.xs: Wrap gdk_x11_atom_to_xatom and
	gdk_x11_atom_to_xatom_for_display.  Patch by chris.  (GNOME
	#566884)

2009-01-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellRenderer.t
	* xs/GtkCellRenderer.xs: In gtk2perl_cell_renderer_start_editing,
	make sure we return an object with a floating reference as is
	expected of a start_editing vfunc.  In the xsub for
	gtk_cell_renderer_start_editing and in the fallback START_EDITING
	xsub, make sure we sink any floating reference on the created cell
	editable in order to comply with the usual rule of not passing
	floating references on to Perl code.  Patch by Kevin Ryde.

2009-01-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkBuildable.xs: Declare all private functions as 'static' so
	that they aren't exported.

2009-01-19  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkSelection.xs: Fix the definition of the accessor macros
	for older gtk+.  Patch by Kevin Ryde.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkSelection.xs: Use gtk_selection_data_get_selection when
	available.  Also introduce convenience defines for the other
	GtkSelectionData accessors.  Patch by Emmanuel Rodriguez and
	muppet.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkPrintSettings.t
	* xs/GtkPrintSettings.xs: Wrap new API.  Patch by Emmanuel
	Rodriguez.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkPrintOperation.t
	* xs/GtkPrintOperation.xs: Wrap new API.  Patch by Emmanuel
	Rodriguez.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Use Glib::MakeHelper to create a
	'precompiled-headers' target that precompiles gtk2perl.h.  This
	speeds up the compilation of Gtk2 by 36% on my machine.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* AUTHORS
	* t/GtkStatusIcon.t
	* xs/GtkStatusIcon.xs: Wrap new GtkStatusIcon API.  Patch by
	Chris Sincock.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkIMContext.t
	* xs/GtkIMMulticontext.xs: Wrap
	gtk_im_multicontext_get_context_id.  Patch by Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkImageMenuItem.t
	* xs/GtkImageMenuItem.xs: Wrap new GtkImageMenuItem API.  Patch by
	Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellView.t
	* xs/GtkCellView.xs: Allow undef for the model in
	Gtk2::CellView::set_model.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellView.t
	* xs/GtkCellView.xs: Wrap gtk_cell_view_get_model.  Patch by
	Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* AUTHORS
	* MANIFEST
	* maps-2.16 (added)
	* t/GtkEntry.t
	* xs/GtkEntry.xs: Wrap the new GtkEntry API.  Patch by
	Emmanuel Rodriguez.

2009-01-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm: In the Gtk2::Pango compatibility code, avoid warnings
	about names that are used only once by checking for definedness
	before creating aliases.

2009-01-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/Gtk2.xs
	* xs/GtkWindow.xs: Use Gtk2::EVENT_STOP and EVENT_PROPAGATE in the
	synopsis for Gtk2::Window and in the docs for
	Gtk2::key_snooper_install.  Patch by Kevin Ryde.

2008-12-30  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkTreeModel.xs: Document the signature of the callback used
	by Gtk2::TreeModel::foreach.  Patch by Kevin Ryde.

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkEntryCompletion.t
	* xs/GtkEntryCompletion.xs: In Gtk2::EntryCompletion::set_model,
	allow undef for the model parameter.  (#562682)

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkEntryCompletion.xs: Fix a leak in
	Gtk2::EntryCompletion::new.  (#562682)

2008-11-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/00.Gtk2.t
	* xs/Gtk2.xs: Wrap gtk_get_option_group.

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm:
	* NEWS:
	* README: Unstable release 1.210.

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Unconditionally use META_MERGE.  Tell the CPAN
	indexer to ignore the directories "tools" and "xs".

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm: Link to Pango.

2008-11-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL
	* README: Update Pango requirement to 1.210.

2008-11-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	Use the standalone Pango module.

	* CodeGen.pm: Add handlers for 'Alias' variants of most types.

	* maps_pango-1.0
	* maps_pango-1.4
	* maps_pango-1.6
	* maps_pango-1.8
	* maps_pango-1.10
	* maps_pango-1.16
	* maps_pango-1.18: Use the above to register Gtk2::Pango::* type
	aliases.

	* gtk2perl.h: Include pango-perl.h

	* Gtk2.pm: Use Pango.  Set up package aliases under Gtk2::Pango::
	for the things that now live under Pango::.

	* xs/Gtk2.xs: Remove unneeded pango stuff.  Make the doc generator
	create stub Gtk2::Pango::* POD pages that explain the situation
	and link to the relevant Pango::* docs.

	* MANIFEST
	* t/pango-compat.t (added): Add some tests that try to ensure
	backwards compatibility in ways not tested by the existing
	t/Pango*.t tests.

	* doctypes
	* Makefile.PL: Remove unneeded pango stuff.

	* MANIFEST
	* pango.typemap (deleted)
	* xs/PangoAttributes.xs (deleted)
	* xs/PangoCairo.xs (deleted)
	* xs/PangoContext.xs (deleted)
	* xs/PangoFontMap.xs (deleted)
	* xs/PangoFontset.xs (deleted)
	* xs/PangoFont.xs (deleted)
	* xs/PangoGravity.xs (deleted)
	* xs/PangoLayout.xs (deleted)
	* xs/PangoMatrix.xs (deleted)
	* xs/PangoRenderer.xs (deleted)
	* xs/PangoScript.xs (deleted)
	* xs/PangoTabs.xs (deleted)
	* xs/PangoTypes.xs (deleted)
	* xs_files_pango-1.0 (deleted)
	* xs_files_pango-1.6 (deleted)
	* xs_files_pango-1.10 (deleted)
	* xs_files_pango-1.16 (deleted): Remove now unneeded files.

2008-11-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkSocket-GtkPlug.t: Correct skip count for the case of
	finding no "blib" directory.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* xs/GtkWidget.xs: Add constants Gtk2::EVENT_STOP and
	EVENT_PROPAGATE for use in event handlers.  Patch by Kevin Ryde.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellRenderer.t
	* xs/GtkCellRenderer.xs: Fix the stack handling in
	Gtk2::CellRenderer::get_size().  Patch by Kevin Ryde.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkCellRenderer.xs: Hush compiler warning.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkBuildable.xs: Mention in the POD that chaining up to the
	parent does not work yet for custom Gtk2::Buildable
	implementations.  Patch by Kevin Ryde.
2009-05-21 19:37:43 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
wiz
19f173c209 Update to 1.203:
2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Gtk2.pm
	* NEWS
	* README: Stable release 1.203.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkIconView.xs: Fix stack handling bugs in
	Gtk2::IconView::get_item_at_pos(), get_dest_item_at_pos(), and
	get_tooltip_context().  Patch by Kevin Ryde.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkRecentChooser.t
	* t/GtkRecentManager.t: Use Gtk2->main_iteration instead of
	Gtk2::TestHelper's run_main to spin the main loop.  This avoids
	hangs on some machines.  Patch by Jeffrey Ratcliffe.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkIconTheme.t: Skip tests that rely on the presence of a
	stock icon if that icon isn't present.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkEvent.t: Fix a skip count.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkAction.t: Use an activatable widget for testing the proxy
	stuff.  Recent gtk+ versions enforce this.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GdkPixbufLoader.t: Don't use an auto-detecting pixbuf loader
	since that's broken for PPM images in at least gtk+ >= 2.14.3 (see
	GNOME #570780).

2009-01-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/Gtk2.xs
	* xs/GtkWindow.xs: Use Gtk2::EVENT_STOP and EVENT_PROPAGATE in the
	synopsis for Gtk2::Window and in the docs for
	Gtk2::key_snooper_install.  Patch by Kevin Ryde.

2009-01-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/PangoLayout.t
	* xs/PangoLayout.xs: Allow passing undef to
	Gtk2::Pango::Layout::set_attributes().  Patch by Emmanuel
	Rodriguez.  (RT #42079)

2008-12-30  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkTreeModel.xs: Document the signature of the callback used
	by Gtk2::TreeModel::foreach.  Patch by Kevin Ryde.

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkEntryCompletion.t
	* xs/GtkEntryCompletion.xs: In Gtk2::EntryCompletion::set_model,
	allow undef for the model parameter.  (#562682)

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GtkEntryCompletion.xs: Fix a leak in
	Gtk2::EntryCompletion::new.  (#562682)

2008-11-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkSocket-GtkPlug.t: Correct skip count for the case of
	finding no "blib" directory.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GtkCellRenderer.t
	* xs/GtkCellRenderer.xs: Fix the stack handling in
	Gtk2::CellRenderer::get_size().  Patch by Kevin Ryde.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	Merge from trunk:

	* xs/GtkBuildable.xs: Mention in the POD that chaining up to the
	parent does not work yet for custom Gtk2::Buildable
	implementations.  Patch by Kevin Ryde.
2009-02-23 08:28:43 +00:00
he
4c039c1ab5 Update from version 1.182nb1 to 1.202.
...even though not all self-tests complete... (2 failures)

Pkgsrc changes:
 o Add API dependence on p5-cairo

Upstream changes:
 o Hmm, 651 lines of change log between these versions upstream, it's
   a bit much to paste directly in here.  The complete list is at
   http://search.cpan.org/src/TSCH/Gtk2-1.202/ChangeLog
2009-01-11 21:55:22 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
kefren
ce53f766c9 MAKE_JOBS_SAFE=no
Add buildlink3.mk file
2008-10-12 18:55:15 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
xtraeme
82b479abe1 Update to 1.182:
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-04-21 14:53:19 +00:00
xtraeme
96cec8dbd8 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.
2008-02-20 11:07:29 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
263f3750b4 Improve previous. 2007-05-13 22:57:57 +00:00
dogcow
30bebecf55 add a missing version dependency (p5-glib2 >= 1.140) 2007-05-13 22:40:03 +00:00
joerg
cb3bd51c27 Revert now that the real issue is fixed. 2007-04-17 21:40:03 +00:00
joerg
c3a141803d Needs gmake at least on DragonFly. 2007-04-17 19:57:47 +00:00
xtraeme
e5c4ca9ca4 Update to 1.144:
bugfixes, support for more modules, Makefiles converted for BSD make,
etc.
2007-04-13 23:28:12 +00:00
xtraeme
93e008e129 Update to 1.122... latest stable version with many bugfixes. 2006-08-24 08:40:26 +00:00
joerg
e6edc63839 Needs pkg-config. 2006-06-11 14:49:17 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xtraeme
27ca65df56 Update to 1.103:
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-25 11:49:33 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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-12-20 11:30:55 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
xtraeme
3c135c67d4 Fix typo. 2004-04-19 17:53:39 +00:00
xtraeme
18a4ec79bb Initial import of p5-gtk2-1.040, from pkgsrc-wip.
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.
2004-04-19 17:25:57 +00:00