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

{
    "name": "dcraw",
    "portdir": "graphics/dcraw",
    "version": "9.28.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.dechifro.org/dcraw/",
    "description": "Digital camera raw photo decoding software supporting hundreds of cameras",
    "long_description": "dcraw is a small program for processing raw, unprocessed CCD data files from any of hundreds of digital cameras with better quality output than the tools provided by camera vendors.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1764
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "jasper",
                "lcms2",
                "libjpeg-turbo",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ufraw",
                "mythtv-plugins.27",
                "mythtv-plugins.28"
            ]
        }
    ]
}