diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-22 03:45:20 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-22 03:45:20 +0800 |
commit | 0c081474ae30bff418b7d14ce154b613d213ae8f (patch) | |
tree | f06f8ea5a4fa19c0cf509b6197eb8370bbadbc2f /devel/dbus/pkg-descr | |
parent | 9c73f0a82bf90661406d24693ab1b215a4ec0c09 (diff) | |
download | marcuscom-ports-0c081474ae30bff418b7d14ce154b613d213ae8f.tar marcuscom-ports-0c081474ae30bff418b7d14ce154b613d213ae8f.tar.gz marcuscom-ports-0c081474ae30bff418b7d14ce154b613d213ae8f.tar.bz2 marcuscom-ports-0c081474ae30bff418b7d14ce154b613d213ae8f.tar.lz marcuscom-ports-0c081474ae30bff418b7d14ce154b613d213ae8f.tar.xz marcuscom-ports-0c081474ae30bff418b7d14ce154b613d213ae8f.tar.zst marcuscom-ports-0c081474ae30bff418b7d14ce154b613d213ae8f.zip |
Remove dbus now that it is in the main ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2525 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 |