Changeset 4511 for trunk/dports


Ignore:
Timestamp:
Jan 7, 2004, 9:01:43 PM (20 years ago)
Author:
toby
Message:

Fixing homepage and whitespace.

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/tcpflow/Portfile

    r4480 r4511  
    1 # $Id: Portfile,v 1.8 2004/01/06 09:44:52 fkr Exp $
     1# $Id: Portfile,v 1.9 2004/01/07 21:01:43 toby Exp $
    22
    33PortSystem 1.0
    4 name            tcpflow
    5 version         0.21
    6 categories      net security
    7 maintainers     tp62@cornell.edu
    8 description     TCP flow recorder
    9 long_description        \
    10         tcpflow is a program that captures data transmitted as part of TCP \
    11         connections (flows), and stores the data in a way that is convenient \
    12         for protocol analysis or debugging. A program like tcpdump(4) shows \
    13         a summary of packets seen on the wire, but usually doesn't store the \
    14         data that's actually being transmitted.  In contrast, tcpflow \
    15         reconstructs the actual data streams and stores each flow in a \
    16         separate file for later analysis.  tcpflow understands TCP sequence \
    17         numbers and will correctly reconstruct data streams regardless of \
    18         retransmissions or out-of-order delivery.
    19 homepage        http://www.circlemud.org/pub/jelson/tcpflow/
    20 platforms       darwin freebsd
    21 master_sites    ${homepage}
    22 checksums       md5 45a5aef6f043312315b7f342afc4a9c5
    23 depends_lib     lib:libpcap:libpcap
     4name             tcpflow
     5version          0.21
     6revision         1
     7categories       net security
     8maintainers      tp62@cornell.edu
     9description      TCP flow recorder
     10long_description \
     11    tcpflow is a program that captures data transmitted as part of TCP \
     12    connections (flows), and stores the data in a way that is convenient \
     13    for protocol analysis or debugging. A program like tcpdump(4) shows \
     14    a summary of packets seen on the wire, but usually doesn't store the \
     15    data that's actually being transmitted.  In contrast, tcpflow \
     16    reconstructs the actual data streams and stores each flow in a \
     17    separate file for later analysis.  tcpflow understands TCP sequence \
     18    numbers and will correctly reconstruct data streams regardless of \
     19    retransmissions or out-of-order delivery.
     20homepage         http://www.circlemud.org/~jelson/software/tcpflow/
     21platforms        darwin freebsd
     22master_sites     http://www.circlemud.org/pub/jelson/tcpflow/
     23checksums        md5 45a5aef6f043312315b7f342afc4a9c5
     24depends_lib      lib:libpcap:libpcap
    2425
    2526variant darwin {
    26         pre-configure {
    27                 file copy -force /usr/share/libtool/config.guess ${worksrcpath}/config.guess
    28                 file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub
    29         }
     27    pre-configure {
     28        file copy -force /usr/share/libtool/config.guess ${worksrcpath}/config.guess
     29        file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub
     30    }
    3031}
Note: See TracChangeset for help on using the changeset viewer.