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

{
    "name": "texworks",
    "portdir": "editors/texworks",
    "version": "0.6.3",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/TeXworks/texworks",
    "description": "Editor for TeX documents",
    "long_description": "TeXworks is an environment for authoring TeX (LaTeX, ConTeXt, etc) documents, with a Unicode-based, TeX-aware editor, integrated PDF viewer, and a clean, simple interface accessible to casual and non-technical users.",
    "active": true,
    "categories": [
        "editors",
        "tex"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "qt4",
        "qt5",
        "qtpdf",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "poppler",
                "poppler-qt4-mac",
                "qt4-mac",
                "hunspell",
                "lua",
                "zlib",
                "fontconfig"
            ]
        }
    ],
    "depends_on": []
}