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

{
    "name": "hdhomerun",
    "portdir": "net/hdhomerun",
    "version": "20230303",
    "license": "LGPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.silicondust.com/",
    "description": "HDHomeRun device configuration utility",
    "long_description": "Provides a library and utility program to access, configure and test HDHomeRun network tuner devices from SiliconDust. May also be used to upgrade firmware. Command line-driven and scriptable.",
    "active": true,
    "categories": [
        "net",
        "multimedia"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-18"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "hdhomerun_gui"
            ]
        }
    ]
}