# -*- 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: Portfile 101454 2013-01-11 05:26:28Z larryv@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        simsong tcpflow 1.3.0 tcpflow-

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.

checksums           rmd160  9fe6b8c85955fcc1c06108c53d5f046790eadfd7 \
                    sha256  a87dd29332f6e680495e10ccccd3ad67560c149feecc3193ea1203f71364940e

depends_build       bin:autoreconf:autoconf \
                    bin:automake:automake
pre-configure {
    system -W ${worksrcpath} "sh ./bootstrap.sh"
}

depends_lib         port:libpcap
