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

{
    "name": "qBittorrent",
    "portdir": "net/qBittorrent",
    "version": "4.6.4",
    "license": "(GPL-2+ or OpenSSLException)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.qbittorrent.org",
    "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent.",
    "long_description": "qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg. It aims to be a good alternative to all other bittorrent clients out there. qBittorrent is fast, stable and provides unicode support as well as many features.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "i0ntempest",
            "github": "i0ntempest",
            "ports_count": 150
        }
    ],
    "variants": [
        "debug",
        "gui",
        "webui",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "qt6-qttools",
                "boost181",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "qt6-qttranslations",
                "openssl",
                "libtorrent-rasterbar",
                "qt6-qtbase",
                "qt6-qtsvg"
            ]
        }
    ],
    "depends_on": []
}