diff options
author | mef <mef@pkgsrc.org> | 2016-04-20 12:32:11 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-04-20 12:32:11 +0000 |
commit | 7ce49a41aecdb83aa59330c565df3706b18ea644 (patch) | |
tree | 51b2d5bee84c07ed50f9ced474bfd29470bb9f39 | |
parent | 406521157f436c3c974887f6df740df21c38d35c (diff) | |
download | pkgsrc-7ce49a41aecdb83aa59330c565df3706b18ea644.tar.gz |
Updated to devel/p5-Glib-Ojbect-Instrospection-0.040 (from 0.027)
-----------------------------------------------------------------
Overview of changes in Glib::Object::Introspection 0.040
========================================================
* Makefile.PL: Make G:O:I dependent on Glib version >= 1.320
* Makefile.PL: Module marked as "stable"; no code changes since 0.033
Overview of changes in Glib::Object::Introspection 0.033
========================================================
* perli11ndoc: Add a path bar to the results display
Overview of changes in Glib::Object::Introspection 0.032
========================================================
* Makefile.PL/setup.pl: change library extensions on OS X
* Docs: include an edited version of Gtk2::api
* perli11ndoc: hush a warning when run in text mode without args
* perli11ndoc: display a synopsis for callables
* perli11ndoc: make Control+k focus the search entry
* perli11ndoc: make Right/Left expand/collapse rows in the tree view
* perli11ndoc: make the result text view readonly
* Croak in setup for unhandled modificaion combinations
* perli11ndoc: when filtering, show children of matching elements
Overview of changes in Glib::Object::Introspection 0.031
========================================================
* Add perli11ndoc, an interactive documentation viewer
* Added perli11ndoc to MANIFEST
Overview of changes in Glib::Object::Introspection 0.030
========================================================
* Avoid repeating setting up a library as this can lead to issues.
* Add some missing version guards to the tests
* Added t/variants.t to MANIFEST
Overview of changes in Glib::Object::Introspection 0.029
========================================================
* Hook up the generic Glib::Boxed constructor on load, not in setup()
* Add support for marshalling GVariants.
* Add support for marshalling GArrays, GPtrArrays and GByteArrays.
* Support flat arrays when converting from C to Perl.
Overview of changes in Glib::Object::Introspection 0.028
========================================================
* Harmonize the format of type names in error messages
* Add a FIXME about a corner case of GInitiallyUnowned handling
-rw-r--r-- | devel/p5-Glib-Object-Introspection/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Glib-Object-Introspection/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/p5-Glib-Object-Introspection/Makefile b/devel/p5-Glib-Object-Introspection/Makefile index 77ab59d1588..d6dbc1dd8b5 100644 --- a/devel/p5-Glib-Object-Introspection/Makefile +++ b/devel/p5-Glib-Object-Introspection/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:49:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/20 12:32:11 mef Exp $ -DISTNAME= Glib-Object-Introspection-0.027 +DISTNAME= Glib-Object-Introspection-0.040 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} \ ${MASTER_SITE_PERL_CPAN:=Glib/} @@ -26,7 +25,8 @@ BUILDLINK_DEPMETHOD.cairo-gobject= build .include "../../graphics/cairo-gobject/buildlink3.mk" .endif -BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.280 + +BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.320 .include "../../devel/p5-glib2/buildlink3.mk" BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.10.0 .include "../../devel/gobject-introspection/buildlink3.mk" diff --git a/devel/p5-Glib-Object-Introspection/distinfo b/devel/p5-Glib-Object-Introspection/distinfo index 6e34f9c4c6d..0e045372d92 100644 --- a/devel/p5-Glib-Object-Introspection/distinfo +++ b/devel/p5-Glib-Object-Introspection/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:19 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/20 12:32:11 mef Exp $ -SHA1 (Glib-Object-Introspection-0.027.tar.gz) = 9c2db5caaeb7fa52093114d24cede1aba491ddee -RMD160 (Glib-Object-Introspection-0.027.tar.gz) = c688a06dc37cd23d14b730480a7154205a1d9548 -SHA512 (Glib-Object-Introspection-0.027.tar.gz) = 43c110141ab1d4fadf4899b9bad9d1155f4fd17fc687524f4ab6bd662faf6624e86adda349aefe24b2ba2efdbeb829c7a3af1ae9a3097c1047db8230c19159f9 -Size (Glib-Object-Introspection-0.027.tar.gz) = 61731 bytes +SHA1 (Glib-Object-Introspection-0.040.tar.gz) = 848887992cc3d1993af6f428609481f9047cfeb6 +RMD160 (Glib-Object-Introspection-0.040.tar.gz) = cf978c42e5e2995d0f9b44fc79089c3a499edb49 +SHA512 (Glib-Object-Introspection-0.040.tar.gz) = bd5e4db8b6e331fb9641e75a50a95fff1a823597a8e4c4e9f99a81e7aa2ee30d93856c56ecfea3785b8719dba6590169bcd006ea06d97170889091e6b9480e9f +Size (Glib-Object-Introspection-0.040.tar.gz) = 79009 bytes |