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

{
    "name": "jpeg",
    "portdir": "graphics/jpeg",
    "version": "9f",
    "license": "IJG",
    "platforms": "darwin freebsd sunos",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.ijg.org/",
    "description": "Library for manipulating JPEG images",
    "long_description": "This package contains C software to implement JPEG image encoding, decoding, and transcoding. This software implements JPEG baseline, extended-sequential, and progressive compression processes.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-gmic",
                "ufo-ai",
                "py38-gmic",
                "py39-gmic"
            ]
        }
    ]
}