GET /api/v1/ports/tcpflow/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "tcpflow",
    "portdir": "net/tcpflow",
    "version": "1.6.1",
    "license": "GPL-2",
    "platforms": "darwin freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/simsong/tcpflow",
    "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.",
    "active": true,
    "categories": [
        "net",
        "security"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "pkgconfig",
                "boost176",
                "clang-17"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "freetype",
                "bzip2",
                "openssl3",
                "expat",
                "zlib",
                "cairo",
                "fontconfig",
                "libpixman",
                "libpcap"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "nsm-console"
            ]
        }
    ]
}