Import dbus-intf 0.4.

A high-level interface to dbus-tcl.

Ok landry@
This commit is contained in:
stu 2012-08-08 11:46:35 +00:00
parent a387c90166
commit f1a9e17f94
4 changed files with 48 additions and 0 deletions

29
x11/dbus-intf/Makefile Normal file
View 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
View 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
View 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
View 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