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

{
    "name": "cgit",
    "portdir": "www/cgit",
    "version": "1.2.3",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://git.zx2c4.com/cgit/",
    "description": "A hyperfast web frontend for git repositories written in C.",
    "long_description": "cgit is an attempt to create a fast web interface for the Git SCM (Source Code Management) using a builtin cache to decrease server io-pressure. It can run on any CGI-capable web server.",
    "active": true,
    "categories": [
        "devel",
        "www"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "libiconv"
            ]
        },
        {
            "type": "run",
            "ports": [
                "lzip",
                "xz",
                "zstd",
                "git",
                "openssl",
                "bzip2"
            ]
        }
    ],
    "depends_on": []
}