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

{
    "name": "gnetcat",
    "portdir": "net/gnetcat",
    "version": "0.7.1",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://netcat.sourceforge.net/",
    "description": "A rewrite of the well-known networking tool, but more portable, with new features and fully GNU compliant.",
    "long_description": "Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol. It is designed to be a reliable back-end tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "arno+macports",
            "github": "fracai",
            "ports_count": 12
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "util-linux",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "xserve-raid-tools"
            ]
        },
        {
            "type": "run",
            "ports": [
                "gutils-suite-core"
            ]
        }
    ]
}