[26594] trunk/dports/security

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 29 07:02:59 PDT 2007


Revision: 26594
          http://trac.macosforge.org/projects/macports/changeset/26594
Author:   jmpp at macports.org
Date:     2007-06-29 07:02:59 -0700 (Fri, 29 Jun 2007)

Log Message:
-----------

New port: security/aircrack-ng. Thanks to sbranzo at gmail.com for the contribution!
Closes #12181.

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

Added: trunk/dports/security/aircrack-ng/Portfile
===================================================================
--- trunk/dports/security/aircrack-ng/Portfile	                        (rev 0)
+++ trunk/dports/security/aircrack-ng/Portfile	2007-06-29 14:02:59 UTC (rev 26594)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem 1.0
+name		aircrack-ng
+version		0.9.1
+categories	security
+maintainers	sbranzo at gmail.com
+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
+platforms	darwin
+master_sites	http://download.aircrack-ng.org/
+checksums	sha1 e0329ab151ed0da23f4ec5ee269dc25f1654765b
+
+
+use_configure	no
+
+configure {
+    system "mv ${worksrcpath}/Makefile.osx ${worksrcpath}/Makefile"
+    reinplace "s|\$(prefix)|${prefix}|g" ${worksrcpath}/Makefile
+    reinplace "s|\$(destdir)|${destroot}|g" ${worksrcpath}/Makefile
+}


Property changes on: trunk/dports/security/aircrack-ng/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/20070629/eb97b92a/attachment.html


More information about the macports-changes mailing list