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

{
    "name": "osm2pgrouting",
    "portdir": "gis/osm2pgrouting",
    "version": "2.3.8",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pgrouting.org",
    "description": "osm2pgrouting is an OSM data injector for PGrouting",
    "long_description": "osm2pgrouting is a command line tool to import Open Street Map (a.k.a OSM) data into a PostGreSQL/PgRouting spatial database in order to solve graph problems (shortest path, TSP…)",
    "active": true,
    "categories": [
        "gis"
    ],
    "maintainers": [
        {
            "name": "vince",
            "github": "Veence",
            "ports_count": 59
        }
    ],
    "variants": [
        "debug",
        "postgresql12",
        "postgresql13",
        "postgresql14",
        "postgresql15",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boost176",
                "libpqxx",
                "pg15-postgis3",
                "postgresql15",
                "expat"
            ]
        }
    ],
    "depends_on": []
}