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

{
    "name": "tree",
    "portdir": "sysutils/tree",
    "version": "2.1.1",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://mama.indstate.edu/users/ice/tree",
    "description": "display tree-view of directories with optional color/HTML output",
    "long_description": "Tree is a simple utility that displays a tree-view of directories and files. It has options to use ANSI color escape-sequences or ASCII graphic characters, and can also output in HTML format. Tree was written by Steve Baker for Linux.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "larryv",
            "github": "larryv",
            "ports_count": 46
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "gutils-suite-core",
                "passage",
                "pass"
            ]
        }
    ]
}