Path to this page:
./
sysutils/dbus,
Message bus system
Branch: pkgsrc-2012Q4,
Version: 1.6.8,
Package name: dbus-1.6.8,
Maintainer: pkgsrc-usersD-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 [+/-]# $NetBSD: DEINSTALL,v 1.2 2011/10/29 15:17:17 dholland Exp $
# DEINSTALL is used rather than @pkgdir because the automatic directory
# deletion mechanism makes dbus services remove these directories first,
# and thus "Directory disappeared" messages will likely appear under @pkgdir
case ${STAGE} in
POST-DEINSTALL)
CYCLE="@PREFIX@/share/dbus-1/system-services \
@PREFIX@/share/dbus-1/services \
@PREFIX@/libexec/dbus-1"
for dbuspath in ${CYCLE}; do
if [ -d ${dbuspath} ]; then
if [ -n `${LS} -A ${dbuspath}` ]; then
${RMDIR} ${dbuspath}
fi
fi
done
;;
esac
Required to build:[
devel/libtool-base] [
devel/gmake] [
devel/pkg-config] [
pkgtools/x11-links]
Package options: kqueue, x11
Master sites:
SHA1: d9634807d1de9b64727ae2178e3af2227fca0fca
RMD160: 063d855945bae0124a10b2fa98d64fd09e3b8eda
Filesize: 1884.404 KB
Version history: (Expand)
- (2013-01-06) Package added to pkgsrc.se, version dbus-1.6.8 (created)