Subject: CVS commit: pkgsrc/sysutils/dbus-glib
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 08/23/2006 09:45:16
Module Name: pkgsrc
Committed By: jmmv
Date: Wed Aug 23 09:45:16 UTC 2006
Modified Files:
pkgsrc/sysutils/dbus-glib: Makefile PLIST buildlink3.mk
Added Files:
pkgsrc/sysutils/dbus-glib: distinfo
pkgsrc/sysutils/dbus-glib/patches: patch-aa
Log Message:
Update to 0.71:
D-Bus GLib Bindings 0.71 (24 July 2006)
==
- Correctly installs a few missing headers
- Build was cleaned up a bit
D-Bus GLib Bindings 0.70 (17 July 2006)
==
- First release after bindings split
- dbus-binding-tool heeds org.freedesktop.DBus.GLib.ClientCSymbol C symbol
name annotations when generating glib client bindings
- DBusGProxy can now be inherited from
- Support added for generating bindings to arrays that are represented as
GPtrArrays rather than GArrays (ie size-variable things, such as strings,
objects, structs, etc).
- Modification of the existing specialised types to have N type parameters
(rather than the current 1 or 2 for arrays and dictionaries respectively).
You can then use this to get a glib type to represent any arbitrary
D-Bus struct type using dbus_g_type_get_struct. The only implementation of
these types is with GValueArrays as before, but it's now possible to store
these in arrays, emit them in signals, etc.
- New methodbus_g_connection_open provides a way to open connections to an
arbitrary address
- Various bugs and memory leaks fixed
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/sysutils/dbus-glib/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/dbus-glib/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/sysutils/dbus-glib/buildlink3.mk
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/dbus-glib/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/dbus-glib/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.