diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 06:03:27 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 06:03:27 +0800 |
commit | 762c6eec7abe5da8f638f35c04c3aeeee1965ab7 (patch) | |
tree | a2df8425af8d40bdf5fa34fb5ceeed6672dde736 | |
parent | ce0012d974525eb2adb3cbab23211d1f22d3faf4 (diff) | |
download | marcuscom-ports-762c6eec7abe5da8f638f35c04c3aeeee1965ab7.tar marcuscom-ports-762c6eec7abe5da8f638f35c04c3aeeee1965ab7.tar.gz marcuscom-ports-762c6eec7abe5da8f638f35c04c3aeeee1965ab7.tar.bz2 marcuscom-ports-762c6eec7abe5da8f638f35c04c3aeeee1965ab7.tar.lz marcuscom-ports-762c6eec7abe5da8f638f35c04c3aeeee1965ab7.tar.xz marcuscom-ports-762c6eec7abe5da8f638f35c04c3aeeee1965ab7.tar.zst marcuscom-ports-762c6eec7abe5da8f638f35c04c3aeeee1965ab7.zip |
This is a C# implementation of D-Bus. It's often referred to as "managed
D-Bus" to avoid confusion with existing bindings (which wrap libdbus).
D-Bus is an inter-process communication framework that lets applications
interface with the system event bus as well as allowing them to talk to
one another in a peer-to-peer configuration.
WWW: http://www.ndesk.org/DBusSharp
This is part of GNOME 2.22 module.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10094 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/ndesk-dbus/Makefile | 34 | ||||
-rw-r--r-- | devel/ndesk-dbus/distinfo | 3 | ||||
-rw-r--r-- | devel/ndesk-dbus/pkg-descr | 8 | ||||
-rw-r--r-- | devel/ndesk-dbus/pkg-plist | 11 |
4 files changed, 56 insertions, 0 deletions
diff --git a/devel/ndesk-dbus/Makefile b/devel/ndesk-dbus/Makefile new file mode 100644 index 000000000..b5e7c997d --- /dev/null +++ b/devel/ndesk-dbus/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: ndesk-dbus +# Date created: 14 January 2008 +# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> +# +# $FreeBSD: ports/x11/ndesk-dbus/Makefile,v 1.21 2007/10/24 23:36:52 marcus Exp $ +# + +PORTNAME= ndesk-dbus +PORTVERSION= 0.6.0 +CATEGORIES= devel +MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A C\# implementation of D-Bus + +BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono +RUN_DEPENDS= mono:${PORTSDIR}/lang/mono + +USE_GMAKE= yes +USE_GNOME= gnomehack gnometarget +GNU_CONFIGURE= yes + +DOCS= AUTHORS COPYING README + +.ifndef (NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} +.for i in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + +.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" +.include <bsd.port.mk> diff --git a/devel/ndesk-dbus/distinfo b/devel/ndesk-dbus/distinfo new file mode 100644 index 000000000..fe9c62ff8 --- /dev/null +++ b/devel/ndesk-dbus/distinfo @@ -0,0 +1,3 @@ +MD5 (ndesk-dbus-0.6.0.tar.gz) = 5157ba105c9ac491f6e900bc78d1791f +SHA256 (ndesk-dbus-0.6.0.tar.gz) = 252322f18e906ba7e64cecd0baec08d1a0109206777a5507a713e12def126424 +SIZE (ndesk-dbus-0.6.0.tar.gz) = 122303 diff --git a/devel/ndesk-dbus/pkg-descr b/devel/ndesk-dbus/pkg-descr new file mode 100644 index 000000000..dbc41441d --- /dev/null +++ b/devel/ndesk-dbus/pkg-descr @@ -0,0 +1,8 @@ +This is a C# implementation of D-Bus. It's often referred to as "managed +D-Bus" to avoid confusion with existing bindings (which wrap libdbus). + +D-Bus is an inter-process communication framework that lets applications +interface with the system event bus as well as allowing them to talk to +one another in a peer-to-peer configuration. + +WWW: http://www.ndesk.org/DBusSharp diff --git a/devel/ndesk-dbus/pkg-plist b/devel/ndesk-dbus/pkg-plist new file mode 100644 index 000000000..43615a4a2 --- /dev/null +++ b/devel/ndesk-dbus/pkg-plist @@ -0,0 +1,11 @@ +lib/mono/gac/NDesk.DBus/1.0.0.0__f6716e4f9b2ed099/NDesk.DBus.dll +lib/mono/gac/NDesk.DBus/1.0.0.0__f6716e4f9b2ed099/NDesk.DBus.dll.mdb +lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll +libdata/pkgconfig/ndesk-dbus-1.0.pc +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm lib/mono/ndesk-dbus-1.0 +@dirrm lib/mono/gac/NDesk.DBus/1.0.0.0__f6716e4f9b2ed099 +@dirrm lib/mono/gac/NDesk.DBus |