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

{
    "name": "appres",
    "portdir": "x11/appres",
    "version": "1.0.5",
    "license": "X11",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.x.org/",
    "description": "Show resources seen by an X11 application",
    "long_description": "The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance names. It can be used to determine which resources a particular program will load.",
    "active": true,
    "categories": [
        "x11"
    ],
    "maintainers": [
        {
            "name": "jeremyhu",
            "github": "jeremyhu",
            "ports_count": 259
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "xorg-libXt"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "xorg-apps"
            ]
        }
    ]
}