summaryrefslogtreecommitdiff
path: root/net/wistumbler2
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-03 19:11:01 +0000
committerxtraeme <xtraeme>2003-12-03 19:11:01 +0000
commit5fe4944b779b212161dafaf7cb7d6d28e0f96f62 (patch)
tree219f000b60762124d9646686122035773d706ff3 /net/wistumbler2
parent85fd61f0c035e30ecca93baad19f4dfb5e3ac985 (diff)
downloadpkgsrc-5fe4944b779b212161dafaf7cb7d6d28e0f96f62.tar.gz
Initial import of wistumbler2-2.00pre3 provided pancake via pkgsrc-wip.
======== WiStumler2 ====================== Network stumbler for WaveLAN/IEEE wireless ========================================== Original code: Isao SEKI <iseki@gongon.com> Fork&patches: pancake <pancake@phreaker.net> WiStumbler2 is a fork of original wistumbler caused by the incommunication of the original author, because seems that development was getting stopped. In the fork of wistumbler I add some new features and bugfixes. Diff on wistumbler: - gtk2 and theme support. - some gtk widgets wasn't correctly used. - Support for console mode (no X needed). - Allow log-saving on the fly (new button). - Patches some GPS pointers that segfaults. - Speaker beeps like windows-stumbler. (ear-wardriving) - FreeBSD port finished.
Diffstat (limited to 'net/wistumbler2')
-rw-r--r--net/wistumbler2/DESCR20
-rw-r--r--net/wistumbler2/Makefile32
-rw-r--r--net/wistumbler2/PLIST3
-rw-r--r--net/wistumbler2/distinfo4
4 files changed, 59 insertions, 0 deletions
diff --git a/net/wistumbler2/DESCR b/net/wistumbler2/DESCR
new file mode 100644
index 00000000000..95dd507395a
--- /dev/null
+++ b/net/wistumbler2/DESCR
@@ -0,0 +1,20 @@
+======== WiStumler2 ======================
+Network stumbler for WaveLAN/IEEE wireless
+==========================================
+
+Original code: Isao SEKI <iseki@gongon.com>
+Fork&patches: pancake <pancake@phreaker.net>
+
+WiStumbler2 is a fork of original wistumbler caused by the incommunication
+of the original author, because seems that development was getting stopped.
+
+In the fork of wistumbler I add some new features and bugfixes.
+
+Diff on wistumbler:
+ - gtk2 and theme support.
+ - some gtk widgets wasn't correctly used.
+ - Support for console mode (no X needed).
+ - Allow log-saving on the fly (new button).
+ - Patches some GPS pointers that segfaults.
+ - Speaker beeps like windows-stumbler. (ear-wardriving)
+ - FreeBSD port finished.
diff --git a/net/wistumbler2/Makefile b/net/wistumbler2/Makefile
new file mode 100644
index 00000000000..97582235f5b
--- /dev/null
+++ b/net/wistumbler2/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:11:01 xtraeme Exp $
+
+DISTNAME= wistumbler2.00-pre3
+PKGNAME= ${DISTNAME:S/wistumbler/wistumbler-/}
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.nopcode.org/prj/wistumbler2/
+
+MAINTAINER= pancake@phreaker.net
+HOMEPAGE= http://www.nopcode.org/?t=wistumbler2
+COMMENT= Fork of original WaveLAN/IEEE network stumbler
+
+USE_BUILDLINK2= YES
+USE_X11= YES
+GNU_CONFIGURE= YES
+MANCOMPRESSED= YES
+
+NOT_FOR_PLATFORM= NetBSD-[01].[012345]*-*
+ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-*
+
+WISTUMBLER2_USES_GTK?= yes
+
+BUILD_DEFS+= WISTUMBLER2_USES_GTK
+
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(WISTUMBLER2_USES_GTK:M[Yy][Ee][Ss])
+.include "../../x11/gtk2/buildlink2.mk"
+.else
+CONFIGURE_ENV+= USE_GTK=0
+.endif
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/wistumbler2/PLIST b/net/wistumbler2/PLIST
new file mode 100644
index 00000000000..df7ef0635e2
--- /dev/null
+++ b/net/wistumbler2/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:11:02 xtraeme Exp $
+bin/wistumbler2
+man/man1/wistumbler2.1
diff --git a/net/wistumbler2/distinfo b/net/wistumbler2/distinfo
new file mode 100644
index 00000000000..0836a1b7e3e
--- /dev/null
+++ b/net/wistumbler2/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:11:02 xtraeme Exp $
+
+SHA1 (wistumbler2.00-pre3.tar.gz) = d950ea5910a02e56b766b113af192f2274712c9a
+Size (wistumbler2.00-pre3.tar.gz) = 15409 bytes