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

{
    "name": "pg15-pgrouting",
    "portdir": "gis/pgrouting",
    "version": "3.7.1",
    "license": "LGPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.pgrouting.org/",
    "description": "Routing algorithms for PostgreSQL/PostGIS",
    "long_description": "pgRouting is a PostGreSQL/PostGIS extension that contains a variety of algorithms to solve traditional network problems such as finding shortest paths or the Traveling Sales Person (TSP).",
    "active": true,
    "categories": [
        "gis"
    ],
    "maintainers": [
        {
            "name": "vince",
            "github": "Veence",
            "ports_count": 54
        },
        {
            "name": "n_larsson",
            "github": "nilason",
            "ports_count": 82
        }
    ],
    "variants": [
        "debug",
        "doc",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "perl5",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boost176",
                "postgresql15",
                "pg15-postgis3"
            ]
        }
    ],
    "depends_on": []
}