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

{
    "name": "gibberish",
    "portdir": "net/gibberish",
    "version": "0.2",
    "license": "none",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.vanheusden.com/Linux/",
    "description": "sends gibberish to a given host, port",
    "long_description": "With this tool you can test if your tcp-server can handle gibberish. For example a webserver: with this tool you can test if your webserver can handle it if someone sends gibberish instead of an http-request.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}