import DBusKit: GNUstep dbus interface

DBusKit is the GNUstep D-Bus bindings framework. The framework allows
Objective-C applications to access the D-Bus inter-process communication
system.

OK landry@
This commit is contained in:
sebastia 2011-05-14 08:32:30 +00:00
parent 5dbbaad218
commit cd3938e3c3
4 changed files with 101 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/14 08:32:30 sebastia Exp $
COMMENT = GNUstep dbus interface
CATEGORIES += x11/gnustep devel
VERSION = 0.1
DISTNAME = dbuskit-${VERSION}
PKGNAME = gnustep-dbuskit-${VERSION}
EXTRACT_SUFX = .tar.bz2
SHARED_LIBS = DBusKit 0.0
HOMEPAGE = http://www.gnustep.org/
MASTER_SITES = http://download.gna.org/gnustep/
MODULES += x11/gnustep
MODGNUSTEP_NEEDS_GUI = No
WANTLIB += c dbus-1 m pthread gnustep-base objc
BUILD_DEPENDS += print/texlive/base \
textproc/texi2html
# Setting porthome is needed to successfully build the
# documenation
PORTHOME = ${WRKDIST}
MAKE_FLAGS = DBusKit_INTERFACE_VERSION=${LIBDBusKit_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (gnustep/dbuskit-0.1.tar.bz2) = 7ULtT3sxO/OmG3lV1jd87g==
RMD160 (gnustep/dbuskit-0.1.tar.bz2) = 83X6vRkZzUDdizORpd+CBlIEKTs=
SHA1 (gnustep/dbuskit-0.1.tar.bz2) = YRhR39Llj09KZY0aOo0tL3DFPS8=
SHA256 (gnustep/dbuskit-0.1.tar.bz2) = imx+oAo5P0Pozw3SM3vGtY6PVCtCVoMk+ZaiBw3jOAw=
SIZE (gnustep/dbuskit-0.1.tar.bz2) = 430580

View File

@ -0,0 +1,3 @@
DBusKit is the GNUstep D-Bus bindings framework. The framework allows
Objective-C applications to access the D-Bus inter-process communication
system.

View File

@ -0,0 +1,66 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/14 08:32:30 sebastia Exp $
@bin bin/dk_make_protocol
include/DBusKit
@info info/DBusKit.info
lib/GNUstep/Frameworks/
lib/GNUstep/Frameworks/DBusKit.framework/
lib/GNUstep/Frameworks/DBusKit.framework/DBusKit
lib/GNUstep/Frameworks/DBusKit.framework/Headers
lib/GNUstep/Frameworks/DBusKit.framework/Resources
lib/GNUstep/Frameworks/DBusKit.framework/Versions/
lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/
lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/DBusKit
lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/Headers/
lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/Headers/DBusKit.h
lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/Headers/DKNotificationCenter.h
lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/Headers/DKPort.h
lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/Headers/DKPortNameServer.h
lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/Headers/DKProxy.h
lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/Headers/NSConnection+DBus.h
lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/Resources/
lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/Resources/Info-gnustep.plist
@lib lib/GNUstep/Frameworks/DBusKit.framework/Versions/0.0/libDBusKit.so.${LIBDBusKit_VERSION}
lib/GNUstep/Frameworks/DBusKit.framework/Versions/Current
@lib lib/GNUstep/Frameworks/DBusKit.framework/libDBusKit.so.${LIBDBusKit_VERSION}
@lib lib/libDBusKit.so.${LIBDBusKit_VERSION}
share/doc/GNUstep/
share/doc/GNUstep/Developer/
share/doc/GNUstep/Developer/DBusKit/
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit/
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit.html
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit.pdf
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit/dependencies
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit_1.html
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit_2.html
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit_3.html
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit_4.html
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit_5.html
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit_abt.html
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit_fot.html
share/doc/GNUstep/Developer/DBusKit/ProgrammingManual/DBusKit_toc.html
share/doc/GNUstep/Developer/DBusKit/Reference/
share/doc/GNUstep/Developer/DBusKit/Reference/ClassesTOC.gsdoc
share/doc/GNUstep/Developer/DBusKit/Reference/ClassesTOC.html
share/doc/GNUstep/Developer/DBusKit/Reference/DBusKit.html
share/doc/GNUstep/Developer/DBusKit/Reference/DBusKit.igsdoc
share/doc/GNUstep/Developer/DBusKit/Reference/DKNotificationCenter.gsdoc
share/doc/GNUstep/Developer/DBusKit/Reference/DKNotificationCenter.html
share/doc/GNUstep/Developer/DBusKit/Reference/DKPort.gsdoc
share/doc/GNUstep/Developer/DBusKit/Reference/DKPort.html
share/doc/GNUstep/Developer/DBusKit/Reference/DKProxy.gsdoc
share/doc/GNUstep/Developer/DBusKit/Reference/DKProxy.html
share/doc/GNUstep/Developer/DBusKit/Reference/MainIndex.html
share/doc/GNUstep/Developer/DBusKit/Reference/OrderedSymbolDeclarations.plist
share/doc/GNUstep/Developer/DBusKit/Reference/TypesAndConstants.gsdoc
share/doc/GNUstep/Developer/DBusKit/Reference/TypesAndConstants.html
share/doc/GNUstep/Developer/DBusKit/Reference/TypesTOC.gsdoc
share/doc/GNUstep/Developer/DBusKit/Reference/TypesTOC.html
share/doc/GNUstep/Developer/DBusKit/Reference/VariablesTOC.gsdoc
share/doc/GNUstep/Developer/DBusKit/Reference/VariablesTOC.html
share/doc/GNUstep/Developer/DBusKit/Reference/index.html
share/doc/GNUstep/Developer/DBusKit/ReleaseNotes/
share/doc/GNUstep/Developer/DBusKit/ReleaseNotes/0.1/
share/doc/GNUstep/Developer/DBusKit/ReleaseNotes/0.1/ANNOUNCE
share/doc/GNUstep/Developer/DBusKit/ReleaseNotes/0.1/INSTALL
share/doc/GNUstep/Developer/DBusKit/ReleaseNotes/0.1/README