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

{
    "name": "fop",
    "portdir": "textproc/fop",
    "version": "1.1",
    "license": "Apache-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://xmlgraphics.apache.org/fop/",
    "description": "Apache FOP Java XSL-FO Print Formatter",
    "long_description": "Apache FOP is the world's first print formatter driven by XSL formatting objects. It is a Java application that reads a formatting object tree conforming to the XSL 1.0 Recommendation (15 October 2001) and then turns it into a PDF document, certain other output formats or allows you to preview it directly on screen. Some parts of the XSL 1.1 specification (work in progress!) have also been implemented.",
    "active": true,
    "categories": [
        "textproc",
        "java"
    ],
    "maintainers": [
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 340
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "xorg-libXt",
                "bibletime"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zorba"
            ]
        },
        {
            "type": "run",
            "ports": [
                "xmlto",
                "olena",
                "asciidoc"
            ]
        }
    ]
}