GET /api/v1/ports/osm2pgrouting/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "osm2pgrouting",
"portdir": "gis/osm2pgrouting",
"version": "3.0.0",
"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": 68
}
],
"variants": [
"debug",
"postgresql12",
"postgresql13",
"postgresql14",
"postgresql15",
"postgresql16",
"postgresql17",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"boost176",
"libpqxx",
"pg17-postgis",
"postgresql17",
"expat"
]
}
],
"depends_on": []
}