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

{
    "name": "xcursorgen",
    "portdir": "x11/xcursorgen",
    "version": "1.0.7",
    "license": "X11",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.x.org/",
    "description": "Create an X11 cursor file from a collection of PNG images",
    "long_description": "xcursorgen takes a list of images, hotspot, and size information and converts them to Xcursor format.",
    "active": true,
    "categories": [
        "x11"
    ],
    "maintainers": [
        {
            "name": "jeremyhu",
            "github": "jeremyhu",
            "ports_count": 259
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0",
                "xorg-util-macros"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpng",
                "xorg-libXcursor"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "xorg-apps"
            ]
        }
    ]
}