import of ndesk-dbus:
ndesk-dbus is a C# implementation of D-Bus. It's often referred to as dbus-sharp, or "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.
This commit is contained in:
parent
169d6240ce
commit
18476e55c6
25
sysutils/ndesk-dbus/Makefile
Normal file
25
sysutils/ndesk-dbus/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/17 07:10:03 robert Exp $
|
||||
|
||||
COMMENT= C# implementation of dbus
|
||||
DISTNAME= ndesk-dbus-0.6.1a
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/
|
||||
HOMEPAGE= http://www.ndesk.org/DBusSharp
|
||||
|
||||
# MIT-X11
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= lang/mono
|
||||
|
||||
LIB_DEPENDS= dbus-1.>=7::x11/dbus
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::lang/mono
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
.include <bsd.port.mk>
|
5
sysutils/ndesk-dbus/distinfo
Normal file
5
sysutils/ndesk-dbus/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (ndesk-dbus-0.6.1a.tar.gz) = hlkAwu2yIf//DI/n2yEKZw==
|
||||
RMD160 (ndesk-dbus-0.6.1a.tar.gz) = Pho6bgQGCbozKzXG4jPR8ALeefw=
|
||||
SHA1 (ndesk-dbus-0.6.1a.tar.gz) = qxKbo9Vm5tju3UG829GOZe3wlf4=
|
||||
SHA256 (ndesk-dbus-0.6.1a.tar.gz) = u0aB+b+5zBdc8sKvv1VwaXXbRdVdEXAfUstOQ2N3rgs=
|
||||
SIZE (ndesk-dbus-0.6.1a.tar.gz) = 121667
|
9
sysutils/ndesk-dbus/pkg/DESCR
Normal file
9
sysutils/ndesk-dbus/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
ndesk-dbus is a C# implementation of D-Bus. It's often referred
|
||||
to as dbus-sharp, or "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.
|
||||
|
8
sysutils/ndesk-dbus/pkg/PLIST
Normal file
8
sysutils/ndesk-dbus/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/17 07:10:03 robert Exp $
|
||||
lib/mono/gac/NDesk.DBus/
|
||||
lib/mono/gac/NDesk.DBus/1.0.0.0__f6716e4f9b2ed099/
|
||||
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/
|
||||
lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll
|
||||
lib/pkgconfig/ndesk-dbus-1.0.pc
|
Loading…
Reference in New Issue
Block a user