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

{
    "name": "tig",
    "portdir": "devel/tig",
    "version": "2.5.8",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://jonas.github.io/tig/",
    "description": "A text interface to git repositories",
    "long_description": "A text interface to git repositories",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "cal",
            "github": "neverpanic",
            "ports_count": 58
        }
    ],
    "variants": [
        "doc"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "asciidoc",
                "xmlto",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "readline",
                "git",
                "libiconv",
                "ncurses",
                "pcre2"
            ]
        }
    ],
    "depends_on": []
}