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

{
    "name": "dvi2bitmap",
    "portdir": "graphics/dvi2bitmap",
    "version": "1.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://purl.org/nxg/dist/dvi2bitmap",
    "description": "Utility to convert TeX DVI files directly to bitmaps",
    "long_description": "dvi2bitmap is a utility to convert TeX DVI files directly to bitmaps, without going through the complicated (and slow!) route of conversion via PostScript and PNM. It consists of a library plus an application.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "automake",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "libpng"
            ]
        }
    ],
    "depends_on": []
}