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

{
    "name": "fossil",
    "portdir": "devel/fossil",
    "version": "2.25",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 20110901182519,
    "replaced_by": null,
    "homepage": "https://fossil-scm.org/home/",
    "description": "Simple, high-reliability, distributed software configuration management",
    "long_description": "Fossil is a distributed software configuration management which supports distributed version control, distributed bug tracking, distributed wiki, and a distributed blog mechanism all in single integrated package. It provides an easy-to-use web interface to access and administrate projects over the built-in webserver or CGI.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "ciserlohn",
            "github": "ci42",
            "ports_count": 33
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "tcl",
                "zlib",
                "openssl3",
                "libiconv",
                "sqlite3"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "shards"
            ]
        }
    ]
}