head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.70 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.68 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.66 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.64 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.62 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.60 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.58 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.56 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.54 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.52 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.50 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.48 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.46 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.44 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.42 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.40 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.38 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.36 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.34 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.32 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.30 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.28 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.26 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.22 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.24 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.20 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.18 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.16 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.14 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.12 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.10 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.8 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.6 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.4 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.1.0.18 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.16 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.14 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.12 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.10 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.8 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.6 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.4 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.2 pkgsrc-2015Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2017.08.12.15.46.56; author triaxx; state Exp; branches; next 1.1; commitid DGgYRo0z3M4kgW2A; 1.1 date 2015.06.10.15.44.16; author khorben; state Exp; branches; next ; commitid zmWWzBtxT1ZzKToy; desc @@ 1.2 log @Update devel/lua-gi to 0.9.1 Reviewed by maya@@ Changes: * marshal NULL strings as nil instead of empty strings. This allows use of e.g. DataInputStream:read_line() APIs. * fix and improve build for OSX and Win-based configurations * add support for arrays with lengths as struct fields * allow GLib.Variant construction for lightuserdata * fix gtop binding (certain structs could not be imported) * adapt to new set of annotations in newer glib * assorted Lua5.3 fixes, lgi is now fully Lua5.3 compatible * fix binding of Gdk.Rectangle from newer GDK @ text @$NetBSD: patch-lgi_Makefile,v 1.1 2015/06/10 15:44:16 khorben Exp $ Don't use mkdir and cp directly, use BSD_INSTALL_* abstraction instead --- lgi/Makefile.orig 2016-05-27 19:56:36.000000000 +0000 +++ lgi/Makefile @@@@ -80,11 +80,11 @@@@ OVERRIDES = $(wildcard override/*.lua) CORESOURCES = $(wildcard *.lua) install : $(CORE) $(VERSION_FILE) - mkdir -p $(DESTDIR)$(LUA_LIBDIR)/lgi - cp $(CORE) $(DESTDIR)$(LUA_LIBDIR)/lgi - mkdir -p $(DESTDIR)$(LUA_SHAREDIR) - cp ../lgi.lua $(DESTDIR)$(LUA_SHAREDIR) - mkdir -p $(DESTDIR)$(LUA_SHAREDIR)/lgi - cp $(CORESOURCES) $(DESTDIR)$(LUA_SHAREDIR)/lgi - mkdir -p $(DESTDIR)$(LUA_SHAREDIR)/lgi/override - cp $(OVERRIDES) $(DESTDIR)$(LUA_SHAREDIR)/lgi/override + $(BSD_INSTALL_LIB_DIR) $(DESTDIR)$(LUA_LIBDIR)/lgi + $(BSD_INSTALL_LIB) $(CORE) $(DESTDIR)$(LUA_LIBDIR)/lgi + $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(LUA_SHAREDIR) + $(BSD_INSTALL_DATA) ../lgi.lua $(DESTDIR)$(LUA_SHAREDIR) + $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(LUA_SHAREDIR)/lgi + $(BSD_INSTALL_DATA) $(CORESOURCES) $(DESTDIR)$(LUA_SHAREDIR)/lgi + $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(LUA_SHAREDIR)/lgi/override + $(BSD_INSTALL_DATA) $(OVERRIDES) $(DESTDIR)$(LUA_SHAREDIR)/lgi/override @ 1.1 log @Update devel/lua-gi to version 0.9.0 Changes since 0.8.0: - new feature: allow defining new properties on custom GObject subclasses implemented using lgi - fix: improve compatibility with locales (turkish) - fix: GPtrArray handling - fix: improve behavior when running in assorted multiple-embedded and concurrent scenarios Changes since 0.7.2: - new feature: add automatically-generated wrappers for do_async()/do_finish() pairs. Documented as Gio.Async namespace functionality. - new feature: automatically initialize objects implementing Gio.Initable and Gio.AsyncInitable interfaces. - new feature: GLib.Error is now handled properly, functions returning errors return GLib.Error instances instead of error numbers and strings. This also allows overriding virtual methods from Lua which report errors by returning GLib.Error - new feature: GLib.Bytes support, adding # operator and 'data' property allowing easy use of GLib.Bytes object. This leads to deprecation of seldomly used modifiable buffers extensions. - optimization: type attribute caching brings significant speedup of method and property lookups. - fix: Gtk: override for Gtk.Menu.popup() compatible with new GTK annotation. - fix: cairo: assorted small fixes of bad signatures, added some convenience properties. - fix: GLib: add overrides for GLib.MarkupParser - fix: Gio: add overrides for Gio.DBus*Info structures - fix: Pango: add override for Pango.GlyphString.glyphs array - fix: Gdk: Add override inheriting specific Gdk.EventXxx from Gdk.Event - fix: Compile cleanly against Lua5.2 with compatibility mode turned on - fix: avoid leak when adding already cached owned record and for retrieving Variant from Value. Changes since 0.7.1: - fix: improper marshalling of certain APIs passing pointers to records. - fix: cairo.PsSurface.create() had incorrect signature, missing filename. - fix: If GTK initialization fails, raise Lua exception instead of hard-crash of calling process. - fix: when running test in devel tree, prefer lgi from devel tree instead of the installed one. - add: cairo.Status.to_string() API - fix: avoid referencing GdkRGBA in GDk override when targetting Gdk2.0, which does not have GdkRGBA. - fix: replace GStaticRecMutex with GRecMutex to avoid compilation warnings. - fix: Gtk.Container.'child' pseudoproperty works even in Gtk2, where it was shadowed by internal field. - fix: add workaround for improperly parsed g_bytes_get_data() annotation. - fix: add workarounf for incorrect annotation on Pango.Layour.set_attributes(), which caused memory leak. - fix: adapt to Gio.InputStream.[read|read_all|read_async] API change, which does not accept buffer length argument any more (due to the newly added annotations). @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- lgi/Makefile.orig 2015-03-23 22:48:44.000000000 +0000 d7 1 a7 1 @@@@ -74,11 +74,11 @@@@ OVERRIDES = $(wildcard override/*.lua) d16 1 a16 1 - cp $(CORESOURCES) $(VERSION_FILE) $(DESTDIR)$(LUA_SHAREDIR)/lgi d24 1 a24 1 + $(BSD_INSTALL_DATA) $(CORESOURCES) $(VERSION_FILE) $(DESTDIR)$(LUA_SHAREDIR)/lgi @