From 762c6eec7abe5da8f638f35c04c3aeeee1965ab7 Mon Sep 17 00:00:00 2001 From: mezz Date: Mon, 14 Jan 2008 22:03:27 +0000 Subject: 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 --- devel/ndesk-dbus/Makefile | 34 ++++++++++++++++++++++++++++++++++ devel/ndesk-dbus/distinfo | 3 +++ devel/ndesk-dbus/pkg-descr | 8 ++++++++ devel/ndesk-dbus/pkg-plist | 11 +++++++++++ 4 files changed, 56 insertions(+) create mode 100644 devel/ndesk-dbus/Makefile create mode 100644 devel/ndesk-dbus/distinfo create mode 100644 devel/ndesk-dbus/pkg-descr create mode 100644 devel/ndesk-dbus/pkg-plist (limited to 'devel') 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 +# +# $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 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 -- cgit v1.2.3