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

{
    "name": "cwdiff",
    "portdir": "textproc/cwdiff",
    "version": "0.4.0",
    "license": "GPL-2+",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/junghans/cwdiff",
    "description": "A script that wraps wdiff to support directories and colorize the output",
    "long_description": "A script that wraps wdiff to support directories and colorize the output",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "wdiff"
            ]
        }
    ],
    "depends_on": []
}