diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /devel/dbus-glib | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dbus-glib')
-rw-r--r-- | devel/dbus-glib/Makefile | 35 | ||||
-rw-r--r-- | devel/dbus-glib/distinfo | 3 | ||||
-rw-r--r-- | devel/dbus-glib/files/dbus-bus-introspect.xml | 77 | ||||
-rw-r--r-- | devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh | 15 | ||||
-rw-r--r-- | devel/dbus-glib/pkg-descr | 3 | ||||
-rw-r--r-- | devel/dbus-glib/pkg-plist | 11 |
6 files changed, 0 insertions, 144 deletions
diff --git a/devel/dbus-glib/Makefile b/devel/dbus-glib/Makefile deleted file mode 100644 index 8644bd1c0..000000000 --- a/devel/dbus-glib/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: dbus-glib -# Date Created: 07 October 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dbus -PORTVERSION= 0.71 -CATEGORIES= devel gnome -MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/ -PKGNAMESUFFIX= -glib -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib bindings for the D-BUS messaging system - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus - -USE_GNOME= gnomehack glib20 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \ - --disable-doxygen-docs \ - --disable-xml-docs -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_SUB= VERSION="1.0" - -pre-build: - @${CP} ${FILESDIR}/dbus-bus-introspect.xml ${WRKSRC}/tools - -.include <bsd.port.mk> diff --git a/devel/dbus-glib/distinfo b/devel/dbus-glib/distinfo deleted file mode 100644 index 77979418b..000000000 --- a/devel/dbus-glib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbus-glib-0.71.tar.gz) = 4e1e7348b26ee8b6485452113f4221cc -SHA256 (dbus-glib-0.71.tar.gz) = b58a489fdd35a70d241f512bc08f3b6d9d8e05110f4a1d5341cff6a0b7d854b7 -SIZE (dbus-glib-0.71.tar.gz) = 566889 diff --git a/devel/dbus-glib/files/dbus-bus-introspect.xml b/devel/dbus-glib/files/dbus-bus-introspect.xml deleted file mode 100644 index 889d1cfaf..000000000 --- a/devel/dbus-glib/files/dbus-bus-introspect.xml +++ /dev/null @@ -1,77 +0,0 @@ - <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" -"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> -<node> - <interface name="org.freedesktop.DBus.Introspectable"> - <method name="Introspect"> - <arg name="data" direction="out" type="s"/> - </method> - </interface> - <interface name="org.freedesktop.DBus"> - <method name="RequestName"> - <arg direction="in" type="s"/> - <arg direction="in" type="u"/> - <arg direction="out" type="u"/> - </method> - <method name="ReleaseName"> - <arg direction="in" type="s"/> - <arg direction="out" type="u"/> - </method> - <method name="StartServiceByName"> - <arg direction="in" type="s"/> - <arg direction="in" type="u"/> - <arg direction="out" type="u"/> - </method> - <method name="Hello"> - <arg direction="out" type="s"/> - </method> - <method name="NameHasOwner"> - <arg direction="in" type="s"/> - <arg direction="out" type="b"/> - </method> - <method name="ListNames"> - <arg direction="out" type="as"/> - </method> - <method name="ListActivatableNames"> - <arg direction="out" type="as"/> - </method> - <method name="AddMatch"> - <arg direction="in" type="s"/> - </method> - <method name="RemoveMatch"> - <arg direction="in" type="s"/> - </method> - <method name="GetNameOwner"> - <arg direction="in" type="s"/> - <arg direction="out" type="s"/> - </method> - <method name="ListQueuedOwners"> - <arg direction="in" type="s"/> - <arg direction="out" type="as"/> - </method> - <method name="GetConnectionUnixUser"> - <arg direction="in" type="s"/> - <arg direction="out" type="u"/> - </method> - <method name="GetConnectionUnixProcessID"> - <arg direction="in" type="s"/> - <arg direction="out" type="u"/> - </method> - <method name="GetConnectionSELinuxSecurityContext"> - <arg direction="in" type="s"/> - <arg direction="out" type="ay"/> - </method> - <method name="ReloadConfig"> - </method> - <signal name="NameOwnerChanged"> - <arg type="s"/> - <arg type="s"/> - <arg type="s"/> - </signal> - <signal name="NameLost"> - <arg type="s"/> - </signal> - <signal name="NameAcquired"> - <arg type="s"/> - </signal> - </interface> -</node> diff --git a/devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh b/devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh deleted file mode 100644 index 4aa4e5a18..000000000 --- a/devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- tools/run-with-tmp-session-bus.sh.orig Sat Oct 7 16:18:50 2006 -+++ tools/run-with-tmp-session-bus.sh Sat Oct 7 16:19:24 2006 -@@ -1,10 +1,10 @@ --#! /bin/bash -+#! /bin/sh - - SCRIPTNAME=$0 - WRAPPED_SCRIPT=$1 - shift - --function die() -+die() - { - if ! test -z "$DBUS_SESSION_BUS_PID" ; then - echo "killing message bus "$DBUS_SESSION_BUS_PID >&2 diff --git a/devel/dbus-glib/pkg-descr b/devel/dbus-glib/pkg-descr deleted file mode 100644 index bc3c57d8f..000000000 --- a/devel/dbus-glib/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GLib bindings for the D-BUS interprocess messaging system. - -WWW: http://www.freedesktop.org/wiki/Software_2fDBusBindings diff --git a/devel/dbus-glib/pkg-plist b/devel/dbus-glib/pkg-plist deleted file mode 100644 index abc3049f9..000000000 --- a/devel/dbus-glib/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/dbus-binding-tool -include/dbus-%%VERSION%%/dbus/dbus-glib-bindings.h -include/dbus-%%VERSION%%/dbus/dbus-glib-error-enum.h -include/dbus-%%VERSION%%/dbus/dbus-glib-lowlevel.h -include/dbus-%%VERSION%%/dbus/dbus-glib.h -include/dbus-%%VERSION%%/dbus/dbus-gtype-specialized.h -lib/libdbus-glib-1.a -lib/libdbus-glib-1.la -lib/libdbus-glib-1.so -lib/libdbus-glib-1.so.2 -libdata/pkgconfig/dbus-glib-1.pc |