diff options
author | abs <abs@pkgsrc.org> | 2012-01-22 18:43:12 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-01-22 18:43:12 +0000 |
commit | 5570ac9cf94a81167f727182ef5242b706b11479 (patch) | |
tree | 905bf844515f64d89ee8f0d6fe476b34394c34b9 /devel/p5-glib2 | |
parent | add531cbc8c143867cc06f89129f19648a272a2a (diff) | |
download | pkgsrc-5570ac9cf94a81167f727182ef5242b706b11479.tar.gz |
Updated devel/p5-glib2 to 1.242
Overview of changes in Glib 1.242
=================================
* Glib::GenPod: fix typo in default pspec values
(https://bugzilla.gnome.org/show_bug.cgi?id=665331)
* Glib::GenPod: delete a duplicate key in %basic_types
(https://bugzilla.gnome.org/show_bug.cgi?id=665332)
* Change the FSF's address in all GPL license notices (RT#72664)
Overview of changes in Glib 1.241
=================================
* Register the boxed type Glib::GString, based almost completely on a patch by
Emmanuel Rodriguez (https://bugzilla.gnome.org/show_bug.cgi?id=663881).
* Fix linking against perl < 5.9.4 on some platforms; Do not use
SvREFCNT_inc_simple_void_NN as that was introduced in perl 5.9.4, which came
after the 5.8.0 we require.
Overview of changes in Glib 1.240
=================================
Since 1.22x (the previous stable series)
----------------------------------------
* Add Glib::Param::GType support.
* Add Glib::Log->set_default_handler() and
Glib::Log::default_handler().
* Add Glib::ParamSpec->override() and get_redirect_target().
* Add Glib::Param->get_default_value().
* Support the fundamental type Glib::GType.
* Correctly handle variables with "magic" attached, like tied
variables.
* Don't copy boxed objects when passing from Perl to C.
Since 1.233
-----------
* Nada.
Overview of changes in Glib 1.233
=================================
* Change the way we handle objects with floating references again, to be more
compatible.
Overview of changes in Glib 1.232
=================================
* In the documentation generated by Glib::GenPod, show default values for
properties.
* Correctly handle objects which have floating references.
* When checking whether a variable is a reference, correctly account for "get
magic", which occurs for example for tied variables. Add gperl_sv_is_ref for
other bindings to use.
Overview of changes in Glib 1.231
=================================
* Add Glib::Log->set_default_handler() and Glib::Log::default_handler().
* Add Glib::ParamSpec->override() and get_redirect_target().
* Add Glib::Param->get_default_value().
* Make Glib::ParamSpec->value_validate() copy boxed objects if necessary.
* Support the fundamental type Glib::GType.
* Correctly store and look up custom signal marshallers.
* Fix fetching default values for unichar properties of custom subclasses.
* Fix subclassing with {pspec, get, set}-style properties.
* Allow the Glib::Object "magic" to coexist with other extensions' "magic".
* Make Glib::GenPod create docs for child and style properties.
* Improve the documentation in a few places.
* Fix a few build and test failures.
Overview of changes in Glib 1.230
=================================
* Don't copy boxed objects when passing from Perl to C. This mainly affects
Perl subclasses which have signal handlers that involve boxed objects and use
signal_chain_from_overridden() to call parent signal handlers. With this
change, the parent's handlers will now operator on the same object that the
Perl code sees, and changes consequently propagate properly.
* Correctly handle variables with "set" magic attached in the default
SET_PROPERTY implementation for custom Perl subclasses.
* Add Glib::Param::GType support.
* Make Glib::Flags::bool() and as_arrayref() callable as methods.
* Allow undef for default_value in Glib::ParamSpec->string.
* Improve the documentation in a few places.
* Add gperl_hv_take_sv, a wrapper for hv_store, to our C API.
* Fix some build and test failures.
Diffstat (limited to 'devel/p5-glib2')
-rw-r--r-- | devel/p5-glib2/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-glib2/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-glib2/Makefile b/devel/p5-glib2/Makefile index b63e76cdceb..cc18b038073 100644 --- a/devel/p5-glib2/Makefile +++ b/devel/p5-glib2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2011/08/16 08:36:10 adam Exp $ +# $NetBSD: Makefile,v 1.37 2012/01/22 18:43:12 abs Exp $ -DISTNAME= Glib-1.224 +# Not updated to 1.250 as that is an unstable/development version +DISTNAME= Glib-1.242 PKGNAME= p5-${DISTNAME:S/Glib/glib2/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} diff --git a/devel/p5-glib2/distinfo b/devel/p5-glib2/distinfo index 405b8f5165f..13c85f97f5f 100644 --- a/devel/p5-glib2/distinfo +++ b/devel/p5-glib2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2011/08/16 08:36:10 adam Exp $ +$NetBSD: distinfo,v 1.16 2012/01/22 18:43:12 abs Exp $ -SHA1 (Glib-1.224.tar.gz) = 3c6e3be47d62df4fc1557c82029e679fe538de75 -RMD160 (Glib-1.224.tar.gz) = 60c27d7c604768aaf8b3a48566022258e0d7a160 -Size (Glib-1.224.tar.gz) = 270713 bytes +SHA1 (Glib-1.242.tar.gz) = 5662e92eff16e3ba1980081e87b4ecdef88593f1 +RMD160 (Glib-1.242.tar.gz) = c8d5e09b39b02b3df362e8ad26485c2eb09782cf +Size (Glib-1.242.tar.gz) = 275868 bytes |