[37007] trunk/dports/net/lft/Portfile

victor at macports.org victor at macports.org
Thu May 22 13:16:55 PDT 2008


Revision: 37007
          http://trac.macosforge.org/projects/macports/changeset/37007
Author:   victor at macports.org
Date:     2008-05-22 13:16:54 -0700 (Thu, 22 May 2008)

Log Message:
-----------
LFT upgraded to version 3.1.  Added libpcap dependency and universal variant to Portfile.

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

Modified: trunk/dports/net/lft/Portfile
===================================================================
--- trunk/dports/net/lft/Portfile	2008-05-22 19:43:54 UTC (rev 37006)
+++ trunk/dports/net/lft/Portfile	2008-05-22 20:16:54 UTC (rev 37007)
@@ -2,23 +2,31 @@
 
 PortSystem    1.0
 name          lft
-version       3.0
+version       3.1
 #revision      1
-categories    net
-maintainers   nomaintainer
-description   Layer four traceroute capable of tracing protocol paths
+categories    net security
+maintainers   victor
+description   Layer Four Traceroute - modern traceroute replacement
 long_description LFT, short for Layer Four Traceroute, is a \
     sort of 'traceroute' that often works much \
     faster (than the commonly-used Van Jacobson \
     method) and goes through many configurations \
-    of packet-filter based firewalls. More \
-    importantly, LFT implements numerous other \
-    features including AS number lookups, \
+    of firewalls. More importantly, LFT \
+    implements numerous other features including \
+    firewall detection and identification, load \
+    balancer detection, AS number lookups, \
     loose source routing, netblock name lookups,\
-    et al.  
+    et al.  Also includes whob, a whois client.
 homepage      http://pwhois.org/lft
 platforms     darwin
-checksums     md5 678c61164c16da77090c43720676c531
+depends_lib   port:libpcap
+checksums     md5 70e69706e7600f34c0dfb54e2ee5eb01 \
+              sha1 94a7b1760c099d8d7f19a5f943b8b84e87284a28 \
+              rmd160 98423f1d435e493a6c0ea939fb228fed727f1d9f
 master_sites  http://pwhois.org/get/
 configure.args    --mandir=\\\${prefix}/share/man
 destroot.destdir  prefix=${destroot}${prefix}
+variant universal description {Build universal binary} {
+    configure.args-append \
+            --enable-universal
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080522/43c17275/attachment.htm 


More information about the macports-changes mailing list