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

{
    "name": "gpatch",
    "portdir": "devel/gpatch",
    "version": "2.7.6",
    "license": "GPL-3+",
    "platforms": "darwin sunos",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/patch/",
    "description": "GNU patch, for applying diffs to files",
    "long_description": "Patch takes a patch file containing a difference listing produced by the diff program and applies those differences to one or more original files, producing patched versions.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "dpkg",
                "quilt"
            ]
        },
        {
            "type": "run",
            "ports": [
                "gutils-suite-core"
            ]
        }
    ]
}