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

{
    "name": "jbig2dec",
    "portdir": "graphics/jbig2dec",
    "version": "0.20",
    "license": "AGPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.jbig2dec.com/",
    "description": "A decoder implementation of the JBIG2 image compression format",
    "long_description": "JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit monochrome) images at moderately high resolution, and in particular scanned paper documents. In this domain it can be very efficient, offering compression ratios on the order of 100:1. This is a decoder only implementation, and its primary use is in Ghostscript and MuPDF for decoding JBIG2 streams in PDF files. Thus its primary focus is the set of JBIG2 features supported in PDF.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ghostscript",
                "mupdf"
            ]
        }
    ]
}