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

{
    "name": "fragroute",
    "portdir": "net/fragroute",
    "version": "1.2",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://monkey.org/~dugsong/fragroute/",
    "description": "intercept, modify, and rewrite egress traffic",
    "long_description": "fragroute intercepts, modifies, and rewrites egress traffic destined for a specified host, implementing most of the attacks described in the Secure Networks Insertion, Evasion, and Denial of Service:  Eluding Network Intrusion Detection paper of January 1998.",
    "active": true,
    "categories": [
        "net",
        "security"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libevent",
                "libdnet",
                "libpcap"
            ]
        }
    ],
    "depends_on": []
}