pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/py-dbus Intial import py-dbus-0.23.4nb2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7260d7cb94d
branches: trunk
changeset: 507924:a7260d7cb94d
user: rxg <rxg%pkgsrc.org@localhost>
date: Sat Feb 11 14:55:51 2006 +0000
description:
Intial import py-dbus-0.23.4nb2.
This package provides the Python D-BUS bindings.
Oked by wiz.
diffstat:
sysutils/py-dbus/DESCR | 11 +++++++++++
sysutils/py-dbus/Makefile | 23 +++++++++++++++++++++++
sysutils/py-dbus/PLIST | 5 +++++
sysutils/py-dbus/buildlink3.mk | 24 ++++++++++++++++++++++++
4 files changed, 63 insertions(+), 0 deletions(-)
diffs (79 lines):
diff -r fe7899807069 -r a7260d7cb94d sysutils/py-dbus/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-dbus/DESCR Sat Feb 11 14:55:51 2006 +0000
@@ -0,0 +1,11 @@
+D-BUS is a message bus, used for sending messages between applications.
+Conceptually, it fits somewhere in between raw sockets and CORBA in terms
+of complexity.
+
+D-BUS supports broadcast messages, asynchronous messages (thus decreasing
+latency), authentication, and more. It is designed to be low-overhead;
+messages are sent using a binary protocol, not using XML. D-BUS also
+supports a method call mapping for its messages, but it is not required;
+this makes using the system quite simple.
+
+This package provides the Python D-BUS bindings.
diff -r fe7899807069 -r a7260d7cb94d sysutils/py-dbus/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-dbus/Makefile Sat Feb 11 14:55:51 2006 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/11 14:55:51 rxg Exp $
+#
+
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+
+DBUS_INTERFACE= python
+DBUS_DIRS= dbus glib python tools
+
+.include "../../sysutils/dbus/Makefile.common"
+PKGREVISION= 2
+
+DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex
+
+# We can't install from within the 'dbus' nor 'tools' directory automatically
+# because we'd get a lot of other stuff installed (overriding files in the
+# dbus package).
+INSTALL_DIRS= python
+
+PY_PATCHPLIST= YES
+
+.include "../../lang/python/extension.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fe7899807069 -r a7260d7cb94d sysutils/py-dbus/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-dbus/PLIST Sat Feb 11 14:55:51 2006 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/11 14:55:51 rxg Exp $
+${PYSITELIB}/dbus.py
+${PYSITELIB}/dbus.pyc
+${PYSITELIB}/dbus.pyo
+${PYSITELIB}/dbus_bindings.la
diff -r fe7899807069 -r a7260d7cb94d sysutils/py-dbus/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-dbus/buildlink3.mk Sat Feb 11 14:55:51 2006 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/02/11 14:55:51 rxg Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+PY_DBUS_BUILDLINK3_MK:= ${PY_DBUS_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= py-dbus
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npy-dbus}
+BUILDLINK_PACKAGES+= py-dbus
+
+.if !empty(PY_DBUS_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.py-dbus+= py-dbus>=0.23.4
+BUILDLINK_RECOMMENDED.py-dbus?= py-dbus>=0.23.4nb2
+BUILDLINK_PKGSRCDIR.py-dbus?= ../../sysutils/py-dbus
+.endif # PY_DBUS_BUILDLINK3_MK
+
+.include "../../lang/python/pyversion.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index