Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,43 @@
# $NetBSD: Makefile,v 1.5 2013/05/29 22:59:32 wiz Exp $
DISTNAME= dbus-python-1.2.0
PKGNAME= dbus-python-common-1.2.0
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/
#BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils
#DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/Software/dbus
COMMENT= Python bindings for the D-BUS message bus system
LICENSE= mit
CONFLICTS+= py[0-9]*-dbus<1.1.1
PYTHON_FOR_BUILD_ONLY= yes
PYTHON_VERSIONS_INCLUDE_3X= yes
USE_TOOLS+= pkg-config gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-html-docs --disable-api-docs
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
BUILDLINK_TRANSFORM+= rm:-std=c9x
.endif
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/dbus-1.0/dbus
${INSTALL_DATA} ${WRKSRC}/include/dbus-python.h \
${DESTDIR}${PREFIX}/include/dbus-1.0/dbus
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/pkgconfig
${INSTALL_DATA} ${WRKSRC}/dbus-python.pc \
${DESTDIR}${PREFIX}/lib/pkgconfig
.include "../../lang/python/application.mk"
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.0
.include "../../sysutils/dbus/buildlink3.mk"
BUILDLINK_DEPMETHOD.dbus-glib= build
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2012/08/01 18:01:24 drochner Exp $
include/dbus-1.0/dbus/dbus-python.h
lib/pkgconfig/dbus-python.pc

View File

@@ -0,0 +1,16 @@
# $NetBSD: buildlink3.mk,v 1.2 2013/04/06 13:46:34 rodent Exp $
BUILDLINK_TREE+= dbus-python-common
.if !defined(DBUS_PYTHON_COMMON_BUILDLINK3_MK)
DBUS_PYTHON_COMMON_BUILDLINK3_MK:=
BUILDLINK_DEPMETHOD.dbus-python-common?= build
BUILDLINK_API_DEPENDS.dbus-python-common+= dbus-python-common>=1.1.1
BUILDLINK_PKGSRCDIR.dbus-python-common?= ../../sysutils/dbus-python-common
.include "../../sysutils/dbus/buildlink3.mk"
.endif # DBUS_PYTHON_COMMON_BUILDLINK3_MK
BUILDLINK_TREE+= -dbus-python-common

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2013/05/29 22:59:32 wiz Exp $
SHA1 (dbus-python-1.2.0.tar.gz) = 7a00f7861d26683ab7e3f4418860bd426deed9b5
RMD160 (dbus-python-1.2.0.tar.gz) = cba09a1ca259bfa49c943142110a968241f40360
Size (dbus-python-1.2.0.tar.gz) = 602426 bytes