./sysutils/dbus, Message bus system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q3, Version: 1.10.0nb1, Package name: dbus-1.10.0nb1, Maintainer: pkgsrc-users

D-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in terms
of complexity.

D-BUS supports broadcast messages, asynchronous messages (thus decreasing
latency), authentication, and more. It is designed to be low-overhead;
messages are sent using a binary protocol, not using XML. D-BUS also
supports a method call mapping for its messages, but it is not required;
this makes using the system quite simple.

This package provides the D-BUS core library and daemon, as well as
some utilities that complement it.

DEINSTALL [+/-]
MESSAGE.launchd [+/-]

Required to build:
[textproc/xmlto] [pkgtools/x11-links]

Package options: kqueue, x11

Master sites:

SHA1: eec3c798633f623e960eb1d9f93b47648f389443
RMD160: 2a70f98a1af157bea71daac5402b85f9b1770cde
Filesize: 1971.439 KB

Version history: (Expand)


CVS history: (Expand)


   2015-10-18 18:26:12 by S.P.Zeidler | Files touched by this commit (2)
Log message:
Pullup ticket #4839 - requested by gdt
sysutils/dbus: build fix

Revisions pulled up:
- sysutils/dbus/distinfo                                        1.67
- sysutils/dbus/patches/patch-tools_dbus-print-message.c        1.1

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Thu Oct  8 14:32:09 UTC 2015

   Modified Files:
   	pkgsrc/sysutils/dbus: distinfo
   Added Files:
   	pkgsrc/sysutils/dbus/patches: patch-tools_dbus-print-message.c

   Log message:
   Fix build on NetBSD 5.x and 6.x.

   To generate a diff of this commit:
   cvs rdiff -u -r1.66 -r1.67 pkgsrc/sysutils/dbus/distinfo
   cvs rdiff -u -r0 -r1.1 \
       pkgsrc/sysutils/dbus/patches/patch-tools_dbus-print-message.c