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

{
    "name": "lirc",
    "portdir": "sysutils/lirc",
    "version": "0.9.4d",
    "license": "(GPL-2+ or OpenSSLException)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.lirc.org",
    "description": "Linux Infrared Remote Control",
    "long_description": "LIRC enables receiving and/or sending infra-red remote controls signals. The only hardware is known to work (on the Mac operating system) includes the IR receiver in older HDHomerun tuner boxes and the Sony Vaio PCVA-IR5U receiver. Other hardware _could_ work but is untested. Lirc does not currently work with the IR receiver built into various Mac models. Lirc on OSX can also receive signals relayed from another Lirc server.",
    "active": true,
    "categories": [
        "sysutils",
        "net"
    ],
    "maintainers": [
        {
            "name": "ctreleaven",
            "github": "ctreleaven",
            "ports_count": 43
        }
    ],
    "variants": [
        "gui",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-yaml",
                "man",
                "doxygen",
                "gsed",
                "clang-15",
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libftdi1",
                "libusb",
                "libusb-compat",
                "portaudio"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "libirman",
                "audacious-plugins"
            ]
        }
    ]
}