[75785] trunk/dports/security/aircrack-ng/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Feb 8 09:16:17 PST 2011


Revision: 75785
          http://trac.macports.org/changeset/75785
Author:   ryandesign at macports.org
Date:     2011-02-08 09:16:15 -0800 (Tue, 08 Feb 2011)
Log Message:
-----------
aircrack-ng: whitespace changes / reformatting only

Modified Paths:
--------------
    trunk/dports/security/aircrack-ng/Portfile

Modified: trunk/dports/security/aircrack-ng/Portfile
===================================================================
--- trunk/dports/security/aircrack-ng/Portfile	2011-02-08 16:57:30 UTC (rev 75784)
+++ trunk/dports/security/aircrack-ng/Portfile	2011-02-08 17:16:15 UTC (rev 75785)
@@ -1,28 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		aircrack-ng
-version		1.1
-categories	security
-maintainers	nomaintainer
-description	Aircrack-ng is the next generation of aircrack with lots of new features
-long_description aircrack is an 802.11 WEP and WPA-PSK keys cracking program that can recover \
-                 keys once enough data packets have been captured. It implements the standard \
-		 FMS attack along with some optimizations like KoreK attacks, thus making the \
-		 attack much faster compared to other WEP cracking tools. In fact, aircrack is \
-		 a set of tools for auditing wireless networks.
+name                aircrack-ng
+version             1.1
+categories          security
+platforms           darwin
+maintainers         nomaintainer
 
-homepage	http://aircrack-ng.org
-platforms	darwin
-master_sites	http://download.aircrack-ng.org/
+description         Aircrack-ng is the next generation of aircrack with lots of new features
 
+long_description    aircrack is an 802.11 WEP and WPA-PSK keys cracking \
+                    program that can recover keys once enough data packets \
+                    have been captured. It implements the standard FMS \
+                    attack along with some optimizations like KoreK attacks, \
+                    thus making the attack much faster compared to other WEP \
+                    cracking tools. In fact, aircrack is a set of tools for \
+                    auditing wireless networks.
+
+homepage            http://aircrack-ng.org/
+master_sites        http://download.aircrack-ng.org/
+
 checksums           md5     f7a24ed8fad122c4187d06bfd6f998b4 \
                     sha1    16eed1a8cf06eb8274ae382150b56589b23adf77 \
                     rmd160  7d70533b0397e801d4a85c1be3584699364f3d38
 
-build.cmd       ${prefix}/bin/gmake
-
 post-patch {
     reinplace s@/usr/local@${prefix}@ ${worksrcpath}/common.mak
     reinplace s/-Werror// ${worksrcpath}/common.mak
@@ -33,20 +36,18 @@
         ${worksrcpath}/src/sha1-sse2.h
 }
 
-depends_build \
-    port:gmake
+depends_build       port:gmake
 
-depends_lib \
-    port:openssl
+depends_lib         port:openssl
 
-use_configure	no
+use_configure       no
 
-use_parallel_build yes
+use_parallel_build  yes
 
-build.args \
-    ASM_AC=
+build.cmd           ${prefix}/bin/gmake
 
-destroot.args \
-    mandir=${prefix}/share/man/man1
+build.args          ASM_AC=
 
-universal_variant no
+destroot.args       mandir=${prefix}/share/man/man1
+
+universal_variant   no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110208/ad24a65f/attachment.html>


More information about the macports-changes mailing list