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

{
    "name": "gqrx",
    "portdir": "science/gqrx",
    "version": "2.16",
    "license": "GPL-3 and BSD",
    "platforms": "darwin macosx",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://gqrx.dk",
    "description": "Gqrx is a software defined radio (SDR) receiver using GNU Radio, OSMOSDR, and Qt5.",
    "long_description": "Gqrx is a software defined radio receiver for Funcube Dongle (FCD), RTL2832U-based DVB-T devices (RTL-SDR), Universal Software Radio Peripherals (USRP) and Osmo SDR devices. Gqrx is powered by GNU Radio and the Qt5 GUI toolkit. Gqrx is free and open source software and anyone is invited to hack the source code to suit their needs.",
    "active": true,
    "categories": [
        "science",
        "comms"
    ],
    "maintainers": [
        {
            "name": "michaelld",
            "github": "michaelld",
            "ports_count": 441
        },
        {
            "name": "ra1nb0w",
            "github": "ra1nb0w",
            "ports_count": 146
        }
    ],
    "variants": [
        "debug",
        "iqbal",
        "experimental"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gnuradio",
                "gr-osmosdr",
                "qt5-qtbase",
                "boost176",
                "volk",
                "qt5-qtsvg",
                "portaudio"
            ]
        }
    ],
    "depends_on": []
}