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

{
    "name": "mypaint-brushes1",
    "portdir": "graphics/mypaint-brushes",
    "version": "1.3.1",
    "license": "public-domain",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/mypaint/mypaint-brushes",
    "description": "libmypaint brush data version 1 (used by GIMP)",
    "long_description": "libmypaint brush data version 1 (used by GIMP)",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "devans",
            "github": "dbevans",
            "ports_count": 2653
        },
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gimp2",
                "gimp2-devel",
                "gimp3-devel"
            ]
        }
    ]
}