NOTICE: This package has been removed from pkgsrc

./wip/e_dbus, Dbus wrapping and glue layer library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.7.9, Package name: e_dbus-1.7.9, Maintainer: dieter.NetBSD

E_Dbus is a set of wrappers around DBus APIs by third parties, so
they can be easily used by EFL applications, automatically providing
Ecore/main loop integration, as well as Eina data types.

So far, E_Dbus wraps the following:

dbus: core dbus integrated into ecore main loop, it is the base
for all users of DBus in EFL.
connman: implements API described by ConnMan, a network connection
manager.
hal: implements API described by Hardware Abstraction Layer, a
freedesktop.org standard to access storage, power management
features and so on.
libnotify: implements API described by libnotify, used by many
applications and default in many distributions as the standard
to inform user about status changes. It is the based o Ubuntu's
OSD, a passive notification system.
bluez: implement bluetooth handling and control via bluez.
ukit: udev (umount/power etc.) handling.
ofono: ofono telephony access.


Required to run:
[sysutils/dbus] [wip/ecore] [wip/evas] [wip/efreet]

Required to build:
[pkgtools/x11-links] [x11/compositeproto] [x11/scrnsaverproto] [x11/renderproto] [x11/xproto] [x11/recordproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [x11/printproto] [x11/fixesproto4] [pkgtools/cwrappers]

Master sites:

SHA1: aa5d75553419711bd220a97ba1677a00fd351b21
RMD160: 3d3956b1cfea36126ca3127ef4fb4b6766344eab
Filesize: 428.403 KB

Version history: (Expand)


CVS history: (Expand)


   2013-11-09 15:37:07 by dieter roelants | Files touched by this commit (2)
Log message:
Update e_dbus to version 1.7.9.

Changes since E_dbus 1.7.8:

No changes, just updating to keep in sync with lastest release.
   2013-09-15 19:22:35 by dieter roelants | Files touched by this commit (25)
Log message:
Update Enlightenment libraries to version 1.7.8.
   2013-02-17 14:14:01 by dieter roelants | Files touched by this commit (2)
Log message:
Update E_dbus to 1.7.5.

Changes since E_dbus 1.7.4:

* API consistency fix from Jérémy Zurcher