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

{
    "name": "xorg-scripts",
    "portdir": "x11/xorg-scripts",
    "version": "1.0.1",
    "license": "X11",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.x.org/",
    "description": "Several useful X11 scripts: fontname.sh, fontprop.sh, xon",
    "long_description": "Installs several useful X11 scripts: fontname.sh, generates a FONT property. fontprop.sh, generates various XLFD font properties. xon, which starts an X11 program on a remote machine.",
    "active": true,
    "categories": [
        "x11"
    ],
    "maintainers": [
        {
            "name": "jeremyhu",
            "github": "jeremyhu",
            "ports_count": 259
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "xorg-libX11",
                "clang-14"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "xorg-apps"
            ]
        }
    ]
}