pkgsrc/sysutils/dbus/PLIST
jmmv 0317032b87 Initial import of dbus, version 0.22:
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.
2004-10-11 17:45:26 +00:00

36 lines
1.1 KiB
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/11 17:45:26 jmmv Exp $
bin/dbus-cleanup-sockets
bin/dbus-daemon-1
bin/dbus-launch
bin/dbus-send
include/dbus-1.0/dbus/dbus-address.h
include/dbus-1.0/dbus/dbus-bus.h
include/dbus-1.0/dbus/dbus-connection.h
include/dbus-1.0/dbus/dbus-errors.h
include/dbus-1.0/dbus/dbus-macros.h
include/dbus-1.0/dbus/dbus-memory.h
include/dbus-1.0/dbus/dbus-message.h
include/dbus-1.0/dbus/dbus-pending-call.h
include/dbus-1.0/dbus/dbus-protocol.h
include/dbus-1.0/dbus/dbus-server.h
include/dbus-1.0/dbus/dbus-shared.h
include/dbus-1.0/dbus/dbus-threads.h
include/dbus-1.0/dbus/dbus-types.h
include/dbus-1.0/dbus/dbus.h
lib/dbus-1.0/include/dbus/dbus-arch-deps.h
lib/libdbus-1.la
lib/pkgconfig/dbus-1.pc
man/man1/dbus-cleanup-sockets.1
man/man1/dbus-daemon-1.1
man/man1/dbus-launch.1
man/man1/dbus-send.1
share/examples/dbus/session.conf
share/examples/dbus/system.conf
@dirrm share/examples/dbus
@exec ${MKDIR} %D/lib/dbus-1.0/services
@dirrm lib/dbus-1.0/services
@dirrm lib/dbus-1.0/include/dbus
@dirrm lib/dbus-1.0/include
@dirrm lib/dbus-1.0
@dirrm include/dbus-1.0/dbus
@dirrm include/dbus-1.0