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

{
    "name": "rav1e",
    "portdir": "multimedia/rav1e",
    "version": "0.7.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/xiph/rav1e",
    "description": "the fastest and safest AV1 encoder",
    "long_description": "the fastest and safest AV1 encoder",
    "active": true,
    "categories": [
        "multimedia"
    ],
    "maintainers": [
        {
            "name": "mcalhoun",
            "github": "MarcusCalhoun-Lopez",
            "ports_count": 1409
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "cargo-c",
                "legacy-support",
                "nasm",
                "rust",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "av1an"
            ]
        }
    ]
}