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

{
    "name": "texlive-tlpdb",
    "portdir": "tex/texlive-tlpdb",
    "version": "2025.74524",
    "license": "Permissive",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.tug.org/texlive/",
    "description": "TeX Live package database (for scripts)",
    "long_description": "This port provides the TeX Live package database to support scripts such as texdoc that require it",
    "active": true,
    "categories": [
        "tex"
    ],
    "maintainers": [
        {
            "name": "dports",
            "github": "drkp",
            "ports_count": 73
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "texlive-bin-extra"
            ]
        }
    ]
}