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

{
    "name": "libao",
    "portdir": "audio/libao",
    "version": "1.2.2",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.xiph.org/ao/",
    "description": "A Cross-platform Audio Library",
    "long_description": "libao is a way to easily add cross-platform audio output to your program. Output devices are implemented as dynamic plugins, and OSS, ESD, ALSA, aRTs, PulseAudio, Solaris, and Irix outputs are currently supported.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "esd",
        "pulse",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-14"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "uade2",
                "goldendict",
                "dvbcut",
                "rdesktop",
                "freedv-gui",
                "mpd",
                "vorbis-tools",
                "frotz",
                "cmus",
                "nrsc5",
                "shell-fm",
                "xmms2",
                "shairport-sync",
                "pidgin",
                "pianobar",
                "libpiano"
            ]
        }
    ]
}