[30561] trunk/dports/net

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 31 01:16:04 PDT 2007


Revision: 30561
          http://trac.macosforge.org/projects/macports/changeset/30561
Author:   ryandesign at macports.org
Date:     2007-10-31 01:16:03 -0700 (Wed, 31 Oct 2007)

Log Message:
-----------
kismet: new port, see #12890

Added Paths:
-----------
    trunk/dports/net/kismet/
    trunk/dports/net/kismet/Portfile

Added: trunk/dports/net/kismet/Portfile
===================================================================
--- trunk/dports/net/kismet/Portfile	                        (rev 0)
+++ trunk/dports/net/kismet/Portfile	2007-10-31 08:16:03 UTC (rev 30561)
@@ -0,0 +1,46 @@
+# $Id$
+
+PortSystem              1.0
+
+name                    kismet
+version                 2007-10-R1
+description             Wireless network detector and sniffer
+long_description        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, \
+                        802.11n, and 802.11g traffic (devices and drivers permitting). It can work \
+                        with MacBook and MacBook Pro Atheros-based cards with which currently KisMac is unable to.\
+                        Kismet identifies networks by passively collecting packets and detecting \
+                        standard named networks, detecting (and given time, decloaking) hidden \
+                        networks, and inferring the presence of non-beaconing networks via data traffic.
+
+maintainers             sava.chankov at gmail.com
+categories              net
+platforms               darwin
+
+homepage                http://www.kismetwireless.net/
+master_sites            ${homepage}code
+
+checksums               md5 2100c667e69db0cde35fa2d06c8516e2
+
+depends_lib             port:libpcap
+
+# Dependency building command fails but dependecies are built nevertheless
+pre-build {
+    system "(cd ${worksrcpath} && gnumake depend ) || true"
+}
+
+build.type              gnu
+
+set docdir              ${prefix}/share/doc/${name}-${version}
+
+post-destroot {
+    xinstall -d ${destroot}${docdir}
+    xinstall -W ${worksrcpath} README ${destroot}${docdir}
+}
+
+post-install {
+    ui_msg "Read ${docdir}/README and edit ${prefix}/etc/kismet.conf"
+    ui_msg "In ${prefix}/etc/kismet.con set sources=darwin,en1,airport_extreme"
+    ui_msg "and replace your_user_here in suiduser with your username"
+}


Property changes on: trunk/dports/net/kismet/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071031/acaa7c06/attachment.html


More information about the macports-changes mailing list