diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-08-23 09:45:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-08-23 09:45:16 +0000 |
commit | e6c0bb7f766569e76d0fc527a0190681f79995b2 (patch) | |
tree | 78da85ed4f485843e2022a9c8c341394b98bb1d6 /sysutils/dbus-glib/distinfo | |
parent | 48034db38e857a52c83a8793507fe3cf99929da8 (diff) | |
download | pkgsrc-e6c0bb7f766569e76d0fc527a0190681f79995b2.tar.gz |
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
Diffstat (limited to 'sysutils/dbus-glib/distinfo')
-rw-r--r-- | sysutils/dbus-glib/distinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/dbus-glib/distinfo b/sysutils/dbus-glib/distinfo new file mode 100644 index 00000000000..b2de76b87ff --- /dev/null +++ b/sysutils/dbus-glib/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2006/08/23 09:45:16 jmmv Exp $ + +SHA1 (dbus-glib-0.71.tar.gz) = 3493225f8dc53d98b40c3237ffa1be020dcc0f76 +RMD160 (dbus-glib-0.71.tar.gz) = 086ca10c8fd56c2575670fee5cff573ac4a465c4 +Size (dbus-glib-0.71.tar.gz) = 566889 bytes +SHA1 (patch-aa) = 678054bfbfa35228b5c6bfd3c3f2cec9f68e898f |