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

{
    "name": "xmltoman",
    "portdir": "textproc/xmltoman",
    "version": "0.4",
    "license": "GPL-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://sourceforge.net/projects/xmltoman/",
    "description": "Small scripts to convert xml to man pages in groff format or html",
    "long_description": "xmltoman and xmlmantohtml are two small scripts to convert xml to man pages in groff format or html. It features the usual man page items such a \"description\", \"options\", \"see also\" etc.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "i0ntempest",
            "github": "i0ntempest",
            "ports_count": 150
        }
    ],
    "variants": [
        "perl5_28",
        "perl5_30",
        "perl5_32",
        "perl5_34"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "coreutils",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "p5.34-xml-parser"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "avahi"
            ]
        }
    ]
}