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

{
    "name": "nxcomp",
    "portdir": "net/nxcomp",
    "version": "3.5.99.22",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://wiki.x2go.org/doku.php/wiki:libs:nx-libs",
    "description": "nxcomp is the X compression library by NX",
    "long_description": "nxcomp is a library compressing X commands to be passed over network for use with the X2Go suite.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "ionic",
            "github": "Ionic",
            "ports_count": 25
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libjpeg-turbo",
                "libpng",
                "xorg-xorgproto",
                "zlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "nxproxy"
            ]
        }
    ]
}