pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wpa_gui Qt3 GUI for the wpa_supplicant(8) daemon s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e272c249540d
branches:  trunk
changeset: 520537:e272c249540d
user:      rpaulo <rpaulo%pkgsrc.org@localhost>
date:      Sun Oct 22 23:20:21 2006 +0000

description:
Qt3 GUI for the wpa_supplicant(8) daemon shipped with NetBSD.

diffstat:

 net/wpa_gui/DESCR            |   6 ++++++
 net/wpa_gui/Makefile         |  21 +++++++++++++++++++++
 net/wpa_gui/PLIST            |   2 ++
 net/wpa_gui/distinfo         |   6 ++++++
 net/wpa_gui/patches/patch-aa |  13 +++++++++++++
 5 files changed, 48 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r 14c5058d7d83 -r e272c249540d net/wpa_gui/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wpa_gui/DESCR Sun Oct 22 23:20:21 2006 +0000
@@ -0,0 +1,6 @@
+wpa_supplicant is a WPA Supplicant for Linux, BSD, and Windows with
+support for WPA and WPA2 (IEEE 802.11i / RSN). It is suitable for both
+desktop/laptop computers and embedded systems. Supplicant is the
+IEEE 802.1X/WPA component that is used in the client stations.
+
+This package only includes the wpa_gui frontent for wpa_supplicant.
diff -r 14c5058d7d83 -r e272c249540d net/wpa_gui/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wpa_gui/Makefile      Sun Oct 22 23:20:21 2006 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/22 23:20:21 rpaulo Exp $
+
+DISTNAME=      wpa_supplicant-0.4.9
+PKGNAME=       ${DISTNAME:S/supplicant/gui/}
+CATEGORIES=    net
+MASTER_SITES=  http://hostap.epitest.fi/releases/
+
+MAINTAINER=    rpaulo%NetBSD.org@localhost
+HOMEPAGE=      http://hostap.epitest.fi/wpa_supplicant/
+COMMENT=       QT GUI for wpa_supplicant(8)
+
+USE_LANGUAGES+=        c++
+BUILD_TARGET=  wpa_gui
+USE_TOOLS+=    gmake
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/wpa_gui/wpa_gui ${PREFIX}/sbin/wpa_gui
+
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 14c5058d7d83 -r e272c249540d net/wpa_gui/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wpa_gui/PLIST Sun Oct 22 23:20:21 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/22 23:20:21 rpaulo Exp $
+sbin/wpa_gui
diff -r 14c5058d7d83 -r e272c249540d net/wpa_gui/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wpa_gui/distinfo      Sun Oct 22 23:20:21 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/10/22 23:20:21 rpaulo Exp $
+
+SHA1 (wpa_supplicant-0.4.9.tar.gz) = e6a5cd6fbb7f12cc0a074da212f4fd7fbde0aec0
+RMD160 (wpa_supplicant-0.4.9.tar.gz) = 627ddb6c12f15e08448606f24b3082b50f814a43
+Size (wpa_supplicant-0.4.9.tar.gz) = 483279 bytes
+SHA1 (patch-aa) = 6168171f82fe6dc2262d1be47a1da620e6e81752
diff -r 14c5058d7d83 -r e272c249540d net/wpa_gui/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wpa_gui/patches/patch-aa      Sun Oct 22 23:20:21 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/10/22 23:20:21 rpaulo Exp $
+
+--- Makefile.orig      2006-10-22 19:05:39.000000000 -0400
++++ Makefile   2006-10-22 19:05:53.000000000 -0400
+@@ -460,7 +460,7 @@ windows-bin: $(WINALL)
+       $(STRIP) $(WINALL)
+ 
+ wpa_gui/Makefile:
+-      qmake -o wpa_gui/Makefile wpa_gui/wpa_gui.pro 
++      $(QMAKE) -o wpa_gui/Makefile wpa_gui/wpa_gui.pro 
+ 
+ wpa_gui: wpa_gui/Makefile
+       $(MAKE) -C wpa_gui



Home | Main Index | Thread Index | Old Index