summaryrefslogtreecommitdiff
path: root/net/wistumbler2
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2004-11-07Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splittingjmmv3-62/+59
wistumbler2 in two packages: wistumbler2, with console support only, and wistumbler2-gtk, with GTK2 and console support. This provides a choice for users of binary packages and lets us catch build problems in both cases during bulk builds. While here, fix several issues: - In the GTK case, depend on pkg-config, needed during the build. - Patch files during pre-configure, not post-patch. - Fix the CONF_FILES stuff; it was pointing to non-existent files. - Reword DESCR. Because of these changes, that affect the binary package, bump the revision of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk package is at version 2.00pre9.
2004-11-07make non-GTK2 mode compile (not sure if it is fully functional)itojun2-1/+26
2004-10-30- Fix directory permissionsadrianp2-2/+18
- Add CONF_FILES directive for installed .conf - Fix default path of wistumbler2.conf
2004-10-21Fixes :reinoud4-1/+68
non i386 dont have <machine/spkr.h> <net/ieee81102.h> needs <net/if.h> first
2004-10-20Update net/wistumbler2 to 2.00-pre9, closes PR pkg/26245 from pancakextraeme2-9/+9
(author/maintainer). Changes: pre9: - Solve beep stuff problems - Solve async Xlib calls by adding some !gtk code - Clean Makefile and code organization - Drop no-pthreads support - Inform about NetBSD kernel segfault - Add popup signal meter - Add preferences menu - Add wistumbler2 logo pre8: - Patch console mode #ifdefs. - Add correct FreeBSD includes. - Solve some threading problems. - Solve ifconfig tip (down ifaces doesn't scan) - Patch >100 signal beep
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-03-07Update wistumbler2 to 2.00pre7, sent by the Author pancake in privatextraeme2-8/+9
email, this also closes PR pkg/24172 by Noud de Brouwer. Changes: - Wifi rate patched. - Add background sniffer. - Add pthread, for non-blocking GUI. - Autodetect ifaces (up/down) on the fly (threads). While here switch this package to use buildlink3.
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-30Whitespace fixescjep1-3/+3
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-1/+2
2003-12-03Initial import of wistumbler2-2.00pre3 provided pancake via pkgsrc-wip.xtraeme4-0/+59
======== 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.