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

{
    "name": "ufraw",
    "portdir": "graphics/ufraw",
    "version": "0.22",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://ufraw.sourceforge.net",
    "description": "Unidentified Flying Raw (UFRaw)",
    "long_description": "The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate raw images from digital cameras. It can be used on its own or as a Gimp plug-in. It reads raw images using Dave Coffin's raw conversion utility - DCRaw. UFRaw supports basic color management using Little CMS, allowing the user to apply color profiles.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 310
        }
    ],
    "variants": [
        "x11",
        "quartz",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "perl5",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "exiv2",
                "gimp2",
                "jasper",
                "lcms2",
                "gtkimageview",
                "libjpeg-turbo",
                "libpng",
                "tiff",
                "cfitsio",
                "lensfun",
                "gtk2",
                "dcraw"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "gimp-gap-devel"
            ]
        }
    ]
}