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

{
    "name": "tea",
    "portdir": "editors/tea",
    "version": "62.1.2",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://tea.ourproject.org",
    "description": "TEA is the powerful text editor for GNU/Linux and *BSD.",
    "long_description": "TEA is the powerful text editor for GNU/Linux and *BSD.",
    "active": true,
    "categories": [
        "editors"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1761
        }
    ],
    "variants": [
        "qt4",
        "qt5",
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "qt5-qtbase",
                "zlib",
                "aspell",
                "hunspell"
            ]
        }
    ],
    "depends_on": []
}