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

{
    "name": "bzr-svn",
    "portdir": "devel/bzr-svn",
    "version": "1.2.2",
    "license": "GPL-2+",
    "platforms": "{darwin any}",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "http://bazaar-vcs.org/BzrForeignBranches/Subversion",
    "description": "Plugin that allows direct access to Subversion repositories",
    "long_description": "A bzr plugin that allows most bzr commands to work directly against Subversion repositories, as if you were using bzr with a native bzr repository. The plugin can at the moment be used to commit to, pull from, merge from, push to and view logs of Subversion branches from Bazaar.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "raimue",
            "github": "raimue",
            "ports_count": 55
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "bzr",
                "bzr-rewrite",
                "python27",
                "py27-subvertpy"
            ]
        }
    ],
    "depends_on": []
}