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

{
    "name": "cvsdiff2patch",
    "portdir": "devel/cvsdiff2patch",
    "version": "1.0.1",
    "license": "BSD",
    "platforms": "darwin freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://people.freebsd.org/~alfred/sources/cvsdiff2patch/",
    "description": "Turn cvs diff output into patch input.",
    "long_description": "This is a text filter for turning cvs diff output into something that patch(1) understands. This is needed when your version of cvs(1) makes diffs that confuse patch(1).",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "bsdmake",
                "clang-14"
            ]
        }
    ],
    "depends_on": []
}