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

{
    "name": "scid",
    "portdir": "games/scid",
    "version": "4.7.0",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://scid.sourceforge.net/",
    "description": "Shane's Chess Information Database",
    "long_description": "Scid is an open source application to view, edit, and manage collections of chess games.",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [
        {
            "name": "macports",
            "github": "Raimondi",
            "ports_count": 6
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "tcl-tls",
                "tcl",
                "tDOM",
                "tk"
            ]
        }
    ],
    "depends_on": []
}