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

{
    "name": "cvsweb",
    "portdir": "devel/cvsweb",
    "version": "3.0.6",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.freebsd.org/projects/cvsweb.html",
    "description": "WWW interface for CVS repositories",
    "long_description": "FreeBSD-CVSweb is a WWW CGI script that allows remote users to browse a CVS repository tree via web. It can display the revision history of a file, as well as diffs between revisions and downloading the whole file.",
    "active": true,
    "categories": [
        "devel",
        "www"
    ],
    "maintainers": [],
    "variants": [
        "macports_apache2"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "run",
            "ports": [
                "perl5.34",
                "p5.34-file-temp",
                "p5.34-ipc-run",
                "cvsgraph",
                "p5.34-string-ediff",
                "p5.34-uri",
                "p5.34-mime-types"
            ]
        }
    ],
    "depends_on": []
}