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

{
    "name": "bfs",
    "portdir": "sysutils/bfs",
    "version": "3.1.3",
    "license": "BSD",
    "platforms": "darwin freebsd linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://tavianator.com/projects/bfs.html",
    "description": "A breadth-first version of the UNIX find command.",
    "long_description": "bfs is a variant of the UNIX find command that operates breadth-first rather than depth-first. It is otherwise intended to be compatible with many versions of find, including: POSIX find, GNU find, BSD find and macOS find. If you're not familiar with find, the GNU find manual provides a good introduction.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "georgedp",
            "github": "ylluminarious",
            "ports_count": 6
        },
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 541
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "oniguruma6"
            ]
        }
    ],
    "depends_on": []
}