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

{
    "name": "libshout2",
    "portdir": "audio/libshout2",
    "version": "2.4.6",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.icecast.org/",
    "description": "Data and connectivity lib for the icecast server",
    "long_description": "A port of the libshout library. Libshout allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details.",
    "active": true,
    "categories": [
        "net",
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl",
                "libvorbis",
                "libtheora",
                "libogg",
                "speex"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ezstream",
                "ices2",
                "gingerblue",
                "rb-shout",
                "ices0",
                "xmms2",
                "gstreamer010-gst-plugins-good",
                "gstreamer1-gst-plugins-good"
            ]
        }
    ]
}