[55798] trunk/dports/net/kismet/Portfile

snc at macports.org snc at macports.org
Wed Aug 19 06:08:30 PDT 2009


Revision: 55798
          http://trac.macports.org/changeset/55798
Author:   snc at macports.org
Date:     2009-08-19 06:08:27 -0700 (Wed, 19 Aug 2009)
Log Message:
-----------
whitespace

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

Modified: trunk/dports/net/kismet/Portfile
===================================================================
--- trunk/dports/net/kismet/Portfile	2009-08-19 12:53:34 UTC (rev 55797)
+++ trunk/dports/net/kismet/Portfile	2009-08-19 13:08:27 UTC (rev 55798)
@@ -1,38 +1,42 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem              1.0
+PortSystem          1.0
 
-name                    kismet
-version                 2008-05-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.
+name                kismet
+version             2008-05-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.
+#license             GPL
+maintainers         snc openmaintainer
+categories          net
+platforms           darwin
 
-maintainers             snc openmaintainer
-categories              net
-platforms               darwin
+homepage            http://www.kismetwireless.net/
+master_sites        ${homepage}code
 
-homepage                http://www.kismetwireless.net/
-master_sites            ${homepage}code
+checksums           md5 6ee365d36354b4dee4945e67f8149294
 
-checksums               md5 6ee365d36354b4dee4945e67f8149294
+depends_lib         port:libpcap
 
-depends_lib             port:libpcap
-
 # Dependency building command fails but dependecies are built nevertheless
 pre-build {
     system "(cd ${worksrcpath} && gnumake depend ) || true"
 }
 
-build.type              gnu
+build.type          gnu
 
-set docdir              ${prefix}/share/doc/${name}-${version}
+set docdir          ${prefix}/share/doc/${name}-${version}
 
 post-destroot {
     xinstall -d ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090819/14ebdef3/attachment.html>


More information about the macports-changes mailing list