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

{
    "name": "qtads",
    "portdir": "games/qtads",
    "version": "3.4.0",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://realnc.github.io/qtads/",
    "description": "A multimedia TADS interactive fiction player.",
    "long_description": "QTads is a so called \"interpreter\" for games created with the Text Adventure Development System, or \"TADS\" for short, a C-like object oriented programming language for authoring Interactive Fiction (similar to the Infocom or Legend Entertainment games, like \"Zork\").",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libvorbis",
                "mpg123",
                "qt5-qtbase",
                "fluidsynth",
                "libsdl2",
                "qt5-qtsvg",
                "libsndfile"
            ]
        }
    ],
    "depends_on": []
}