pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wistumbler2 Initial import of wistumbler2-2.00pre3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36b7b7f69f7d
branches:  trunk
changeset: 464070:36b7b7f69f7d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Dec 03 19:11:01 2003 +0000

description:
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@localhost>
Fork&patches:  pancake <pancake%phreaker.net@localhost>

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:

 net/wistumbler2/DESCR    |  20 ++++++++++++++++++++
 net/wistumbler2/Makefile |  32 ++++++++++++++++++++++++++++++++
 net/wistumbler2/PLIST    |   3 +++
 net/wistumbler2/distinfo |   4 ++++
 4 files changed, 59 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 368de85ec758 -r 36b7b7f69f7d net/wistumbler2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wistumbler2/DESCR     Wed Dec 03 19:11:01 2003 +0000
@@ -0,0 +1,20 @@
+======== WiStumler2 ======================
+Network stumbler for WaveLAN/IEEE wireless
+==========================================
+
+Original code: Isao SEKI <iseki%gongon.com@localhost>
+Fork&patches:  pancake <pancake%phreaker.net@localhost>
+
+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 -r 368de85ec758 -r 36b7b7f69f7d net/wistumbler2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wistumbler2/Makefile  Wed Dec 03 19:11:01 2003 +0000
@@ -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@localhost
+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 -r 368de85ec758 -r 36b7b7f69f7d net/wistumbler2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wistumbler2/PLIST     Wed Dec 03 19:11:01 2003 +0000
@@ -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 -r 368de85ec758 -r 36b7b7f69f7d net/wistumbler2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wistumbler2/distinfo  Wed Dec 03 19:11:01 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index