Import dbus-intf 0.4.
A high-level interface to dbus-tcl. Ok landry@
This commit is contained in:
parent
a387c90166
commit
f1a9e17f94
29
x11/dbus-intf/Makefile
Normal file
29
x11/dbus-intf/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/08 11:46:35 stu Exp $
|
||||
|
||||
COMMENT = high level interface to dbus-tcl
|
||||
|
||||
DISTNAME = dbus-intf0.4
|
||||
PKGNAME = dbus-intf-0.4
|
||||
CATEGORIES = x11
|
||||
HOMEPAGE = http://dbus-tcl.sourceforge.net/
|
||||
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=dbus-tcl/}
|
||||
MODULES = lang/tcl
|
||||
BUILD_DEPENDS = devel/tcllib
|
||||
RUN_DEPENDS = x11/dbus-tcl
|
||||
SEPARATE_BUILD =Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
CONFIGURE_ARGS+=--with-tcl=${MODTCL_LIBDIR} \
|
||||
--libdir=${MODTCL_TCLDIR}
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/dbus-intf/distinfo
Normal file
2
x11/dbus-intf/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (dbus-intf0.4.tar.gz) = QqxNxbhxHDWciGRHUS4uYJunOcJBNv2G7Z7dje0A5pk=
|
||||
SIZE (dbus-intf0.4.tar.gz) = 87714
|
9
x11/dbus-intf/pkg/DESCR
Normal file
9
x11/dbus-intf/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
DBus-Intf is a Tcl library for easily providing
|
||||
an introspectable DBus interface to Tcl programs.
|
||||
|
||||
Supports standard DBus interfaces and calls:
|
||||
org.freedesktop.DBus.Peer, Properties, and Introspectable.
|
||||
org.freedesktop.DBus.Properties.Get, Set, and GetAll.
|
||||
|
||||
Provides introspection of methods, signals, and properties.
|
||||
Responds to org.freedesktop.DBus.Peer.Ping requests.
|
8
x11/dbus-intf/pkg/PLIST
Normal file
8
x11/dbus-intf/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/08/08 11:46:35 stu Exp $
|
||||
lib/tcl/dbus-intf/
|
||||
lib/tcl/dbus-intf/dbus-intf.tcl
|
||||
lib/tcl/dbus-intf/pkgIndex.tcl
|
||||
@man man/mann/dbus-intf.n
|
||||
share/doc/dbus-intf/
|
||||
share/doc/dbus-intf/dbus-intf.html
|
||||
share/doc/dbus-intf/license.terms
|
Loading…
x
Reference in New Issue
Block a user