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

{
    "name": "gindent",
    "portdir": "devel/gindent",
    "version": "2.2.12",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/indent",
    "description": "C language source code formatting program",
    "long_description": "GNU indent changes the appearance of a C program by inserting or deleting whitespace according to a plethora of options. Some canned styles of formatting are supported as well. GNU indent is a descendant of BSD indent. GNU indent does NOT work for C++, only C.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "larryv",
            "github": "larryv",
            "ports_count": 47
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "gperf",
                "clang-14"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "libiconv"
            ]
        }
    ],
    "depends_on": []
}