pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dhcpcd-dbus Import dhcpcd-dbus-0.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b805bb319cb
branches: trunk
changeset: 555618:9b805bb319cb
user: roy <roy%pkgsrc.org@localhost>
date: Thu Mar 05 23:43:08 2009 +0000
description:
Import dhcpcd-dbus-0.3.0
dhcpcd-dbus provides DBus bindings for dhcpcd.
It also provides a DBus interface for wpa_supplicant if wpa_supplicant
has been configured to use /var/run/wpa_supplicant as it's socket
directory. This means that wpa_supplicant does not have to be built
with DBus support.
diffstat:
net/dhcpcd-dbus/DESCR | 1 +
net/dhcpcd-dbus/Makefile | 28 ++++++++++++++++++++++++++++
net/dhcpcd-dbus/PLIST | 5 +++++
net/dhcpcd-dbus/distinfo | 5 +++++
4 files changed, 39 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r f23f5b3148aa -r 9b805bb319cb net/dhcpcd-dbus/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dhcpcd-dbus/DESCR Thu Mar 05 23:43:08 2009 +0000
@@ -0,0 +1,1 @@
+DBus bindings for dhcpcd.
diff -r f23f5b3148aa -r 9b805bb319cb net/dhcpcd-dbus/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dhcpcd-dbus/Makefile Thu Mar 05 23:43:08 2009 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/05 23:43:08 roy Exp $
+#
+
+DISTNAME= dhcpcd-dbus-0.3.0
+CATEGORIES= net
+MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
+MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= roy%marples.name@localhost
+HOMEPAGE= http://roy.marples.name/projects/dhcpcd/
+COMMENT= DBus binding for dhcpcd
+
+PKG_DESTDIR_SUPPORT= user-destdir
+USE_LANGUAGES= c99
+
+EGDIR= ${PREFIX}/share/examples/dhcpcd-dbus
+INSTALL_MAKE_FLAGS+= SYSCONFDIR=${EGDIR}
+
+# Install the configuration file
+CONF_FILES+= ${EGDIR}/dhcpcd-dbus.conf \
+ ${PKG_SYSCONFDIR}/dbus-1/system.d/dhcpcd-dbus.conf
+
+DEPENDS+= dhcpcd>=4.99.14:../../net/dhcpcd
+DEPENDS+= dbus>=1.1:../../sysutils/dbus
+
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f23f5b3148aa -r 9b805bb319cb net/dhcpcd-dbus/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dhcpcd-dbus/PLIST Thu Mar 05 23:43:08 2009 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/05 23:43:08 roy Exp $
+libexec/dhcpcd-dbus
+share/dbus-1/system-services/name.marples.roy.dhcpcd.service
+share/examples/dhcpcd-dbus/dhcpcd-dbus.conf
+@dirrm share/examples/dhcpcd-dbus
diff -r f23f5b3148aa -r 9b805bb319cb net/dhcpcd-dbus/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dhcpcd-dbus/distinfo Thu Mar 05 23:43:08 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/05 23:43:08 roy Exp $
+
+SHA1 (dhcpcd-dbus-0.3.0.tar.bz2) = 917d55d5f462ca54bce899cfdce1b462f387bbfe
+RMD160 (dhcpcd-dbus-0.3.0.tar.bz2) = 04d6380df9a40a8cc5aa6956277c2337dd2afadc
+Size (dhcpcd-dbus-0.3.0.tar.bz2) = 18906 bytes
Home |
Main Index |
Thread Index |
Old Index