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

{
    "name": "htmldoc",
    "portdir": "textproc/htmldoc",
    "version": "1.9.18",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/michaelrsweet/htmldoc",
    "description": "Converts HTML or Markdown files to various other formats",
    "long_description": "HTMLDOC is a program that reads HTML and Markdown source files or web pages and generates corresponding EPUB, HTML, PostScript, or PDF files with an optional table of contents.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "libjpeg-turbo",
                "libpng"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py27-chm2pdf"
            ]
        }
    ]
}