aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/kismet
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* switch to the smaller tarballBrendan Fabeny2013-04-202-2/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316168
* update to 2013-03-R1bBrendan Fabeny2013-04-186-37/+40
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316036
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Simplify the WITH_SETUID option by usingBrendan Fabeny2011-05-214-87/+6
| | | | | | | GROUPS, rather than PKG[DE]INSTALL scripts Notes: svn path=/head/; revision=274406
* Restore the accidentally-deleted PORTEPOCHBrendan Fabeny2011-04-181-0/+1
| | | | Notes: svn path=/head/; revision=272891
* Update to 2011-03-R2Brendan Fabeny2011-04-112-4/+3
| | | | Notes: svn path=/head/; revision=272496
* Update to 2011-01-R1Brendan Fabeny2011-03-162-4/+12
| | | | Notes: svn path=/head/; revision=271038
* Fix plugins build with CC=cc [1]; remove md5 checksumsBrendan Fabeny2010-10-292-3/+3
| | | | | | | | | | | from distinfo PR: 151430 [1] Submitted by: Alexander <bas@it-core.org> [1] Approved by: makc, miwi (mentors, implicit) Notes: svn path=/head/; revision=263756
* Update to 2010-07-R1Brendan Fabeny2010-10-0313-122/+209
| | | | | | | Approved by: makc, miwi (co-mentors, implicit) Notes: svn path=/head/; revision=262337
* Update ImageMagick to 6.6.2-10Martin Matuska2010-07-241-2/+2
| | | | Notes: svn path=/head/; revision=258173
* Change my ports to use my FreeBSD.org email address.Brendan Fabeny2010-07-081-1/+1
| | | | Notes: svn path=/head/; revision=257520
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* - Bump Magick++, MagickWand or MagickCore dependencyMartin Matuska2010-03-281-2/+2
| | | | Notes: svn path=/head/; revision=251659
* - Pass maintainership to b. f. <bf1783@googlemail.com>Martin Wilke2010-01-251-1/+1
| | | | Notes: svn path=/head/; revision=248583
* Reset peter.thoenen@yahoo.com at his request; he is moving and willMark Linimon2010-01-251-1/+1
| | | | | | | | | | not have access to a machine for a while. We hope to see him back this summer. Hat: portmgr Notes: svn path=/head/; revision=248577
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-1/+1
| | | | Notes: svn path=/head/; revision=233833
* Spell NOPORTDOCS corretly.Ion-Mihai Tetcu2009-05-121-2/+1
| | | | Notes: svn path=/head/; revision=233775
* - Update ImageMagick to 6.4.9.2Martin Matuska2009-02-101-2/+2
| | | | | | | | - Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above Notes: svn path=/head/; revision=228018
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-4/+0
| | | | Notes: svn path=/head/; revision=225335
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - s/NOPORTDOC/NOPORTDOCSMartin Wilke2008-05-301-2/+2
| | | | | | | Reported by: ionbot Notes: svn path=/head/; revision=213989
* - Update to 200805.r1Martin Wilke2008-05-303-23/+5
| | | | | | | | PR: 124142 Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> (maintainer) Notes: svn path=/head/; revision=213980
* - Chase graphics/ImageMagick shlib version bumpMartin Wilke2008-04-221-1/+2
| | | | | | | Pointyhat to: mi@ Notes: svn path=/head/; revision=211761
* - Update to 200710.r1Martin Wilke2007-10-233-5/+21
| | | | | | | | PR: 117341 Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> (maintainer) Notes: svn path=/head/; revision=201866
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 200701.r1Martin Wilke2007-01-272-6/+6
| | | | | | | | PR: ports/108271 Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> (maintainer) Notes: svn path=/head/; revision=183447
* net-mgmt/kismet: update to 200604.r1Daichi GOTO2006-06-294-47/+62
| | | | | | | | PR: ports/95909 Submitted by: maintainer Notes: svn path=/head/; revision=166587
* - Change dependencies reflecting update in graphics/ImageMagickMarcus Alves Grando2006-05-241-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=163284
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-2/+2
| | | | Notes: svn path=/head/; revision=161929
* Add an unofficial Google Map support.Roman Bogorodskiy2006-04-135-2/+59
| | | | | | | | Submitted by: "Anton A. Karpov" <toxa@toxahost.ru> Approved by: Peter Thoenen (maintainer) Notes: svn path=/head/; revision=159405
* Chase expat shlib version update.Mark Linimon2006-02-031-1/+2
| | | | Notes: svn path=/head/; revision=155167
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154949
* - Use OPTIONS and add an optional gpsmap support [1]Roman Bogorodskiy2006-01-252-24/+35
| | | | | | | | | | | | - Fix build on 4.x [2] PR: 92204 [1] Submitted by: Anton Karpov <toxa@toxahost.ru> [1] novel [2] Approved by: Peter Thoenen (maintainer) Notes: svn path=/head/; revision=154450
* Update to 200508.r1Volker Stolz2005-08-312-5/+4
| | | | | | | | PR: ports/85007 Submitted by: maintainer Notes: svn path=/head/; revision=141588
* - Update to 200507.r1aSergey Matveychuk2005-07-313-27/+5
| | | | | | | | PR: ports/84226 Submitted by: maintainer Notes: svn path=/head/; revision=140549
* - Improve patch filePav Lucistnik2005-07-071-5/+17
| | | | | | | | PR: ports/83068 Submitted by: Peter Thoenen <eol1@yahoo.com> Notes: svn path=/head/; revision=138654
* - Update to 2005-06-R1Pav Lucistnik2005-07-053-4/+15
| | | | | | | | PR: ports/82977 Submitted by: Peter Thoenen <eol1@yahoo.com> (maintainer) Notes: svn path=/head/; revision=138541
* - Update to 200504.r1Pav Lucistnik2005-04-082-4/+4
| | | | | | | | PR: ports/79647 Submitted by: Peter Thoenen <eol1@yahoo.com> (maintainer) Notes: svn path=/head/; revision=132775
* - Update to 200501R1Pav Lucistnik2005-01-243-16/+5
| | | | | | | | | | | - Transfer maintainership to new volunteer PR: ports/76535 Submitted by: Thomas Spreng <spreng@socket.ch> (maintainer), Peter Thoenen <eol1@yahoo.com> Notes: svn path=/head/; revision=127193
* - Fix build with gcc-3.4Pav Lucistnik2004-08-191-0/+11
| | | | | | | | PR: ports/70642 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=116695
* Add kismet, an 802.11 layer2 wireless network detector, sniffer, and intrusionPav Lucistnik2004-05-054-0/+95
detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic. PR: ports/66274 Submitted by: Thomas Spreng <spreng@socket.ch> Notes: svn path=/head/; revision=108462