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

{
    "name": "glitz",
    "portdir": "graphics/glitz",
    "version": "0.5.6",
    "license": "X11",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.freedesktop.org/wiki/Software/glitz/",
    "description": "Glitz is an OpenGL image compositing library.",
    "long_description": "Glitz is an OpenGL image compositing library. Glitz provides Porter/Duff compositing of images and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles.",
    "active": true,
    "categories": [
        "devel",
        "graphics",
        "x11"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mesa"
            ]
        }
    ],
    "depends_on": []
}