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

{
    "name": "dvipng",
    "portdir": "tex/dvipng",
    "version": "1.17",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://savannah.nongnu.org/projects/dvipng/",
    "description": "a DVI-to-PNG converter",
    "long_description": "This program makes PNG and/or GIF graphics from DVI files as obtained from TeX and its relatives. It is intended to produce anti-aliased screen-resolution images as fast as is possible.",
    "active": true,
    "categories": [
        "tex"
    ],
    "maintainers": [
        {
            "name": "dports",
            "github": "drkp",
            "ports_count": 74
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15",
                "ghostscript",
                "texinfo"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpng",
                "freetype",
                "bzip2",
                "texlive-bin",
                "texlive-basic",
                "t1lib",
                "gd2"
            ]
        },
        {
            "type": "run",
            "ports": [
                "ghostscript"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cadabra2",
                "latex2html"
            ]
        },
        {
            "type": "run",
            "ports": [
                "texstudio",
                "texlive-bin-extra",
                "blahtexml"
            ]
        }
    ]
}