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

{
    "name": "mozjpeg",
    "portdir": "graphics/mozjpeg",
    "version": "3.3.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/mozilla/mozjpeg",
    "description": "A fork of libjpeg-turbo by Mozilla with 'jpgcrush' feature",
    "long_description": "mozjpeg is a fork of libjpeg-turbo with jpgcrush functionality to reduce the size of JPEG images. The 'jpgcrush' feature finds the progressive coding configuration which uses the fewest bits. This most frequently reduces file size by 2-10%, but those are not hard limits. Significantly greater reductions have been observed.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "nasm",
                "clang-17"
            ]
        }
    ],
    "depends_on": []
}