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

{
    "name": "dot2texi",
    "portdir": "tex/dot2texi",
    "version": "3-0-0",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.fauskes.net/code/dot2tex/documentation/#the-dot2texi-latex-package",
    "description": "Allows you to embed DOT descriptions in your TeX document",
    "long_description": "The dot2texi package allows you to embed graphs written the DOT description language directly in your document. The dot2tex tool is used to transform the output from Graphviz to LATEX code using either the TikZ and PGF package, orthe PSTricks package. The generated code can then be included directly in you document. This package can automate the process if shell escape is enabled.",
    "active": true,
    "categories": [
        "tex"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "texlive"
            ]
        },
        {
            "type": "run",
            "ports": [
                "dot2tex",
                "texlive",
                "texlive-pictures"
            ]
        }
    ],
    "depends_on": []
}