[88469] trunk/dports/net/tcpflow/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 3 01:50:22 PST 2012


Revision: 88469
          http://trac.macports.org/changeset/88469
Author:   ryandesign at macports.org
Date:     2012-01-03 01:50:22 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
tcpflow: whitespace changes, add modeline

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

Modified: trunk/dports/net/tcpflow/Portfile
===================================================================
--- trunk/dports/net/tcpflow/Portfile	2012-01-03 09:48:20 UTC (rev 88468)
+++ trunk/dports/net/tcpflow/Portfile	2012-01-03 09:50:22 UTC (rev 88469)
@@ -1,34 +1,38 @@
+# -*- 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             tcpflow
+name                tcpflow
 version             1.0.6
-categories       net security
-platforms        darwin freebsd
-license          GPL-2
-maintainers      nomaintainer
-description      TCP flow recorder
-long_description \
-    tcpflow is a program that captures data transmitted as part of TCP \
-    connections (flows), and stores the data in a way that is convenient \
-    for protocol analysis or debugging. A program like tcpdump(4) shows \
-    a summary of packets seen on the wire, but usually doesn't store the \
-    data that's actually being transmitted.  In contrast, tcpflow \
-    reconstructs the actual data streams and stores each flow in a \
-    separate file for later analysis.  tcpflow understands TCP sequence \
-    numbers and will correctly reconstruct data streams regardless of \
-    retransmissions or out-of-order delivery.
+categories          net security
+platforms           darwin freebsd
+maintainers         nomaintainer
+license             GPL-2
 
+description         TCP flow recorder
+
+long_description    tcpflow is a program that captures data transmitted as \
+                    part of TCP connections (flows), and stores the data in a \
+                    way that is convenient for protocol analysis or debugging. \
+                    A program like tcpdump(4) shows a summary of packets seen \
+                    on the wire, but usually doesn't store the data that's \
+                    actually being transmitted. In contrast, tcpflow \
+                    reconstructs the actual data streams and stores each flow \
+                    in a separate file for later analysis. tcpflow understands \
+                    TCP sequence numbers and will correctly reconstruct data \
+                    streams regardless of retransmissions or out-of-order \
+                    delivery.
+
 homepage            http://afflib.org/software/tcpflow
 master_sites        http://afflib.org/downloads
 
 checksums           rmd160  77e86cd7496f7e207056ce2139039e1ff125397b \
                     sha256  0be3f9c07b40b68c22794d249104184b8b4e1b2444aa6e647108f2c5cb582579
 
-depends_lib      port:libpcap
+depends_lib         port:libpcap
 
-patchfiles		 patch-src_util.c.diff
+patchfiles          patch-src_util.c.diff
 
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]/tcpflow_version.txt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/d9ba6f73/attachment-0001.html>


More information about the macports-changes mailing list