summaryrefslogtreecommitdiff
path: root/net/kismet
AgeCommit message (Collapse)AuthorFilesLines
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-2/+4
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-02-19Improve pthread test and handle modular Xorg.joerg3-7/+33
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz1-2/+2
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2006-11-02On NetBSD (don't know about other platforms) kismet needs libm or elseadrianp1-1/+2
./configure bails out with an error. Fix with a LIBS.NetBSD accordingly.
2006-10-14Fixed "test ==" and a lot of pkglint warnings.rillig4-9/+51
2006-10-09Fix build on DragonFly.joerg4-4/+131
2006-09-01Fixed the path to the Perl interpreter. Bumped PKGREVISION.rillig1-2/+4
2006-08-04Not me gov.skrll1-2/+2
Bad salo. No biscuit.
2006-08-03Initial import of kismet-2006-04-R1: 802.11 wireless network detector, sniffersalo11-0/+315
and IDS. Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion 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. Kismet identifies networks by passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and infering the presence of nonbeaconing networks via data traffic. Imported from pkgsrc-wip, thanks to <skrll> and <wiz> for help with patches, packaging and testing. XXX: GPS support is untested.