diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-03 18:33:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-03 18:33:42 +0800 |
commit | c55e2cc63760b83366833bec7fcde3f21607816a (patch) | |
tree | 49bb076cc63267bb99c5922d1432f42cd982df00 /net/wistumbler2 | |
parent | f95782dabc918c0902a67a1c8938198f3b66fe13 (diff) | |
download | freebsd-ports-gnome-c55e2cc63760b83366833bec7fcde3f21607816a.tar.gz freebsd-ports-gnome-c55e2cc63760b83366833bec7fcde3f21607816a.tar.zst freebsd-ports-gnome-c55e2cc63760b83366833bec7fcde3f21607816a.zip |
[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>
Diffstat (limited to 'net/wistumbler2')
-rw-r--r-- | net/wistumbler2/Makefile | 39 | ||||
-rw-r--r-- | net/wistumbler2/distinfo | 1 | ||||
-rw-r--r-- | net/wistumbler2/pkg-descr | 15 | ||||
-rw-r--r-- | net/wistumbler2/pkg-plist | 1 |
4 files changed, 56 insertions, 0 deletions
diff --git a/net/wistumbler2/Makefile b/net/wistumbler2/Makefile new file mode 100644 index 000000000000..1e3e2f97c1c0 --- /dev/null +++ b/net/wistumbler2/Makefile @@ -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> diff --git a/net/wistumbler2/distinfo b/net/wistumbler2/distinfo new file mode 100644 index 000000000000..5682fb773b9f --- /dev/null +++ b/net/wistumbler2/distinfo @@ -0,0 +1 @@ +MD5 (wistumbler2.00-pre3.tar.gz) = 922da338af586c24d81cdd87b2020c0e diff --git a/net/wistumbler2/pkg-descr b/net/wistumbler2/pkg-descr new file mode 100644 index 000000000000..47bd2352d5b9 --- /dev/null +++ b/net/wistumbler2/pkg-descr @@ -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 diff --git a/net/wistumbler2/pkg-plist b/net/wistumbler2/pkg-plist new file mode 100644 index 000000000000..aa3ecfff1753 --- /dev/null +++ b/net/wistumbler2/pkg-plist @@ -0,0 +1 @@ +bin/wistumbler2 |