summaryrefslogtreecommitdiff
path: root/net/wistumbler2
AgeCommit message (Collapse)AuthorFilesLines
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv1-2/+2
more and he has agreed in private mail to drop maintainership.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-03-02+MAKE_JOBS_SAFE=noabs1-1/+2
2008-10-06Add a forgotten patch file.joerg1-0/+13
2008-10-02Fix build on amd64 -- machine/speaker.h is not needed. Add DESTDIRjoerg5-12/+28
support.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-01-08Add DragonFly support.joerg5-1/+74
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-09Unmask DragonFly.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-31Add patch that should fix build on amd64.wiz2-1/+11
Provided by author in private mail.
2005-05-25Not needed after update to 2.0pre10.wiz4-88/+0
2005-05-25Update to 2.0pre10:wiz4-22/+14
pre10: (2005-05-24) - disable ifup every time. heavy for kernel - add -s to disable the sniffer - better checks in GUI - fix gui message - port to ACR - change distname to wistumbler2-2.00preXX - drop some deprecated GTK tips - fix return value in error_polling - fixups in X/noX modes - fixups in stumbler code - Add SYSCONFDIR in configure - indent code (gg=G) - Add Kismet code for gpsdrive sync (Christoph Lohmann) Package change: Change PKGNAME to wistumbler2{,-gtk} to sync with directory and program name.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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.