[New Port]:: net/wistumbler2 WiStumbler2 is a fork of original wistumbler
[New Port]:: net/wistumbler2 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 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. - 0 warnings with -Wall on gcc3.3 on NetBSD-current. - Speaker beeps like windows-stumbler. (ear-wardriving) PR: ports/59527 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info>
This commit is contained in:
parent
aa86583435
commit
64b5e76ce5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97209
@ -754,6 +754,7 @@
|
||||
SUBDIR += whois
|
||||
SUBDIR += wide-dhcp
|
||||
SUBDIR += widentd
|
||||
SUBDIR += wistumbler2
|
||||
SUBDIR += wmlj
|
||||
SUBDIR += wmnd
|
||||
SUBDIR += wmnet
|
||||
|
39
net/wistumbler2/Makefile
Normal file
39
net/wistumbler2/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: wistumbler2
|
||||
# Date created: 2003/11/15
|
||||
# Whom: Sebastian Yepes F. <esn@x123.info>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wistumbler2
|
||||
PORTVERSION= 2.00
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.nopcode.org/prj/wistumbler2/
|
||||
DISTNAME= wistumbler${PORTVERSION}-pre3
|
||||
|
||||
MAINTAINER= esn@x123.info
|
||||
COMMENT= Network Stumbler for WaveLAN/IEEE Wireless
|
||||
|
||||
MAKE_ENV= PREFIX=${LOCALBASE} USE_GTK=1
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
USE_GNOME= gtk20
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= wistumbler2.1
|
||||
|
||||
.if !exists(/sys/dev/owi/if_ieee80211.h)
|
||||
BROKEN= You need to upgrade you system
|
||||
.endif
|
||||
|
||||
.if defined(NO_X)
|
||||
MAKE_ENV= PREFIX=${LOCALBASE} USE_GTK=0
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO} "You may specify the following on the command line:"
|
||||
@${ECHO} ""
|
||||
@${ECHO} " NO_X=yes Disable The X(GTK2) Support."
|
||||
@${ECHO} ""
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/wistumbler2/distinfo
Normal file
1
net/wistumbler2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wistumbler2.00-pre3.tar.gz) = 922da338af586c24d81cdd87b2020c0e
|
15
net/wistumbler2/pkg-descr
Normal file
15
net/wistumbler2/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
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 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.
|
||||
- 0 warnings with -Wall on gcc3.3 on NetBSD-current.
|
||||
- Speaker beeps like windows-stumbler. (ear-wardriving)
|
||||
|
||||
WWW: http://www.nopcode.org/?t=wistumbler2
|
1
net/wistumbler2/pkg-plist
Normal file
1
net/wistumbler2/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/wistumbler2
|
Loading…
Reference in New Issue
Block a user