pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dbus-glib Initial import of dbus-glib, versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8b740d5ddf9
branches: trunk
changeset: 481741:f8b740d5ddf9
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Mon Oct 11 17:46:41 2004 +0000
description:
Initial import of dbus-glib, version 0.22:
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 D-BUS interface to GLib and the dbus-monitor
utility (included here because it also uses GLib).
diffstat:
sysutils/dbus-glib/DESCR | 12 ++++++++++++
sysutils/dbus-glib/Makefile | 25 +++++++++++++++++++++++++
sysutils/dbus-glib/PLIST | 6 ++++++
sysutils/dbus-glib/buildlink3.mk | 21 +++++++++++++++++++++
4 files changed, 64 insertions(+), 0 deletions(-)
diffs (80 lines):
diff -r 7dedb9b4ef97 -r f8b740d5ddf9 sysutils/dbus-glib/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dbus-glib/DESCR Mon Oct 11 17:46:41 2004 +0000
@@ -0,0 +1,12 @@
+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 D-BUS interface to GLib and the dbus-monitor
+utility (included here because it also uses GLib).
diff -r 7dedb9b4ef97 -r f8b740d5ddf9 sysutils/dbus-glib/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dbus-glib/Makefile Mon Oct 11 17:46:41 2004 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/11 17:46:41 jmmv Exp $
+#
+
+DBUS_INTERFACE= glib
+DBUS_DIRS= glib tools
+
+.include "../../sysutils/dbus/Makefile.common"
+
+# We can't install from within the 'tools' directory automatically because
+# we'd get a lot of other utilities installed (overriding the ones in the
+# dbus package). We install dbus-monitor by hand below.
+INSTALL_DIRS= ${WRKSRC}/glib
+
+INSTALLATION_DIRS= bin lib/pkgconfig man/man1
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/dbus-glib-1.pc \
+ ${PREFIX}/lib/pkgconfig/dbus-glib-1.pc
+ cd ${WRKSRC}/tools && ${LIBTOOL} --mode=install \
+ ${INSTALL_PROGRAM} dbus-monitor ${PREFIX}/bin/dbus-monitor
+ ${INSTALL_DATA} ${WRKSRC}/tools/dbus-monitor.1 \
+ ${PREFIX}/man/man1/dbus-monitor.1
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7dedb9b4ef97 -r f8b740d5ddf9 sysutils/dbus-glib/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dbus-glib/PLIST Mon Oct 11 17:46:41 2004 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/11 17:46:41 jmmv Exp $
+bin/dbus-glib-tool
+bin/dbus-monitor
+lib/libdbus-glib-1.la
+lib/pkgconfig/dbus-glib-1.pc
+man/man1/dbus-monitor.1
diff -r 7dedb9b4ef97 -r f8b740d5ddf9 sysutils/dbus-glib/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dbus-glib/buildlink3.mk Mon Oct 11 17:46:41 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/10/11 17:46:41 jmmv Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+DBUS_GLIB_BUILDLINK3_MK:= ${DBUS_GLIB_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= dbus-glib
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ndbus-glib}
+BUILDLINK_PACKAGES+= dbus-glib
+
+.if !empty(DBUS_GLIB_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.dbus-glib+= dbus-glib>=0.22
+BUILDLINK_PKGSRCDIR.dbus-glib?= ../../sysutils/dbus-glib
+.endif # DBUS_GLIB_BUILDLINK3_MK
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index