diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-23 06:35:01 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-23 06:35:01 +0800 |
commit | 018e57d3ca559349302f8c900caf60c7fe7d3861 (patch) | |
tree | aaf076302b8551b4e1d0746c6f88d59ebee4a80c /devel/dbus/pkg-descr | |
parent | 296c17bced36f00765c705a70bf6e142cb767118 (diff) | |
download | marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar.gz marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar.bz2 marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar.lz marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar.xz marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.tar.zst marcuscom-ports-018e57d3ca559349302f8c900caf60c7fe7d3861.zip |
Dbus has been committed to the FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14824 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dbus/pkg-descr')
-rw-r--r-- | devel/dbus/pkg-descr | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/dbus/pkg-descr b/devel/dbus/pkg-descr deleted file mode 100644 index 2a1c3cc0a..000000000 --- a/devel/dbus/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -D-BUS supplies both a system daemon (for events such as "new hardware device -added" or "printer queue changed") and a per-user-login-session daemon (for -general IPC needs among user applications). Also, the message bus is built on -top of a general one-to-one message passing framework, which can be used by -any two apps to communicate directly (without going through the message bus -daemon). - -WWW: http://www.freedesktop.org/Software/dbus |