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

{
    "name": "fnc",
    "portdir": "devel/fnc",
    "version": "0.16",
    "license": "ISC",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://fnc.bsdbox.org",
    "description": "An interactive text-based user interface for Fossil",
    "long_description": "fnc is an interactive text-based user interface that uses ncurses and libfossil to create a fossil ui experience in the terminal by providing timeline, diff, tree, blame, and branch views to navigate repositories, and parse local changes at the hunk level with an interactive stash command to prepare atomic commits.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "mark",
            "github": "mcjsk",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "bsdmake",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}