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

{
    "name": "BoCA",
    "portdir": "audio/BoCA",
    "version": "1.0.7",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.freac.org",
    "description": "The component framework behind the fre:ac audio converter.",
    "long_description": "BoCA provides unified interfaces for components like encoders, decoders, taggers and extensions as well as code to support communication between the application and its components.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "smooth",
                "libcdio-paranoia",
                "libcdio",
                "uriparser",
                "expat"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "freac"
            ]
        }
    ]
}