diff options
author | roy <roy@pkgsrc.org> | 2014-10-06 19:46:59 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2014-10-06 19:46:59 +0000 |
commit | 211a37da215b1af4949af1f5f92772c0b3b77103 (patch) | |
tree | a59a5570cd9daa8b90ef6940af8bda2ed555ffa0 /net/dhcpcd-qt | |
parent | b6c0588a1fe006b2d224faacf6abc021f2fdb742 (diff) | |
download | pkgsrc-211a37da215b1af4949af1f5f92772c0b3b77103.tar.gz |
Import dhcpcd-ui-0.7.3 with the following changes:
* Removed dhcpcd-dbus dependency
* Split icons off into dhcpcd-icons
* Add dhcpcd-qt front end
* Improved IPv6 support in dhcpcd-6 is now reported
* Numerous bug fixes
* SSID menus now update in realtime when new scans come in
Diffstat (limited to 'net/dhcpcd-qt')
-rw-r--r-- | net/dhcpcd-qt/DESCR | 3 | ||||
-rw-r--r-- | net/dhcpcd-qt/Makefile | 24 | ||||
-rw-r--r-- | net/dhcpcd-qt/PLIST | 4 | ||||
-rw-r--r-- | net/dhcpcd-qt/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net/dhcpcd-qt/DESCR b/net/dhcpcd-qt/DESCR new file mode 100644 index 00000000000..eb5dc75acba --- /dev/null +++ b/net/dhcpcd-qt/DESCR @@ -0,0 +1,3 @@ +The dhcpcd-gtk package provides a monitor and configuration GUI +for dhcpcd. It is written in GTK+. It provides a notification area +icon and a menu showing available wireless access points. diff --git a/net/dhcpcd-qt/Makefile b/net/dhcpcd-qt/Makefile new file mode 100644 index 00000000000..c31cff83146 --- /dev/null +++ b/net/dhcpcd-qt/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2014/10/06 19:46:59 roy Exp $ +# + +PKGNAME= dhcpcd-qt-${DHCPCD_UI_VERSION} +CATEGORIES= net + +DEPENDS+= dhcpcd>=6.4.4:../../net/dhcpcd +DEPENDS+= dhcpcd-icons:../../net/dhcpcd-icons + +.include "../../net/dhcpcd-icons/Makefile.common" + +USE_LANGUAGES= c99 c++ +CONFIGURE_ARGS+= --with-qt +# Until I can get KDE4 to install... +CONFIGURE_ARGS+= --disable-notification + +INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR:Q} + +BUILDLINK_DEPMETHOD.qt4-tools= build + +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/dhcpcd-qt/PLIST b/net/dhcpcd-qt/PLIST new file mode 100644 index 00000000000..55bd3e214e0 --- /dev/null +++ b/net/dhcpcd-qt/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2014/10/06 19:46:59 roy Exp $ +bin/dhcpcd-qt +man/man8/dhcpcd-qt.8 +share/applications/dhcpcd-qt.desktop diff --git a/net/dhcpcd-qt/distinfo b/net/dhcpcd-qt/distinfo new file mode 100644 index 00000000000..9c4585cdf0f --- /dev/null +++ b/net/dhcpcd-qt/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/10/06 19:46:59 roy Exp $ + +SHA1 (dhcpcd-ui-0.7.3.tar.bz2) = 52082b49748cb9e744037274178eb400f965a329 +RMD160 (dhcpcd-ui-0.7.3.tar.bz2) = a67177b8af83f8e56d966667cc65648b7b15b3ce +Size (dhcpcd-ui-0.7.3.tar.bz2) = 169878 bytes |