[117976] trunk/dports/net/tcpick/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Mar 17 15:03:10 PDT 2014


Revision: 117976
          https://trac.macports.org/changeset/117976
Author:   macsforever2000 at macports.org
Date:     2014-03-17 15:03:09 -0700 (Mon, 17 Mar 2014)
Log Message:
-----------
tcpick: Add mode line. De-tab and fix spacing.

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

Modified: trunk/dports/net/tcpick/Portfile
===================================================================
--- trunk/dports/net/tcpick/Portfile	2014-03-17 22:01:16 UTC (rev 117975)
+++ trunk/dports/net/tcpick/Portfile	2014-03-17 22:03:09 UTC (rev 117976)
@@ -1,35 +1,37 @@
+# -*- 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             tcpick
-version          0.2.1
-revision         1
-categories       net
-license          GPL-2+
-maintainers      nomaintainer
-description      a tcp stream sniffer, tracker and capturer
+name                tcpick
+version             0.2.1
+revision            1
+categories          net
+license             GPL-2+
+maintainers         nomaintainer
+description         a tcp stream sniffer, tracker and capturer
 long_description \
-	tcpick is a textmode sniffer libpcap-based that can track, \
-	reassemble and reorder tcp streams. Tcpick is able to save \
-	the captured flows in different files or displays them in \
-	the terminal, and so it is useful to sniff files that are \
-	transmitted via ftp or http. It can display all the stream \
-	on the terminal, when the connection is closed in different \
-	display modes like hexdump, hexdump + ascii, only printable \
-	charachters, raw mode and so on. Available a color mode \
-	too, helpful to read and understand better the output of \
-	the program. Actually it can handle several interfaces, \
-	including ethernet cards and ppp. It is useful to keep \
-	track of what users of a network are doing, and is usable \
-	with textmode tools like grep, sed, awk.
-homepage         http://tcpick.sourceforge.net/
-platforms        darwin
-master_sites     sourceforge
-checksums        md5 bb94f2f9ea81aeb645619fbe9b3b9a29
+    tcpick is a textmode sniffer libpcap-based that can track, \
+    reassemble and reorder tcp streams. Tcpick is able to save \
+    the captured flows in different files or displays them in \
+    the terminal, and so it is useful to sniff files that are \
+    transmitted via ftp or http. It can display all the stream \
+    on the terminal, when the connection is closed in different \
+    display modes like hexdump, hexdump + ascii, only printable \
+    charachters, raw mode and so on. Available a color mode \
+    too, helpful to read and understand better the output of \
+    the program. Actually it can handle several interfaces, \
+    including ethernet cards and ppp. It is useful to keep \
+    track of what users of a network are doing, and is usable \
+    with textmode tools like grep, sed, awk.
+homepage            http://tcpick.sourceforge.net/
+platforms           darwin
+master_sites        sourceforge
+checksums           md5 bb94f2f9ea81aeb645619fbe9b3b9a29
 
-depends_lib      port:libpcap
+depends_lib         port:libpcap
 
-configure.args   --mandir=${prefix}/share/man
+configure.args      --mandir=${prefix}/share/man
 
-configure.cflags-append -std=gnu89
+configure.cflags-append \
+                    -std=gnu89
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140317/c6bf6c90/attachment.html>


More information about the macports-changes mailing list