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

{
    "name": "ncmpcpp",
    "portdir": "audio/ncmpcpp",
    "version": "0.9.2",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://rybczak.net/ncmpcpp/",
    "description": "an ncurses mpd client inspired by ncmpc",
    "long_description": "Ncmpcpp has UI very similar to ncmpc's one, but it provides new useful features such as support for regular expressions in search engine, extended song format, items filtering, last.fm support, ability to sort playlist, local filesystem browser and other minor functions.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "visualizer",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "icu",
                "ncurses",
                "libmpdclient",
                "curl",
                "boost176",
                "readline",
                "taglib"
            ]
        }
    ],
    "depends_on": []
}