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

{
    "name": "pg14-postgis3",
    "portdir": "databases/postgis3",
    "version": "3.5.2",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://postgis.net/",
    "description": "PostGIS is the spatial extension to the PostGreSQL database.",
    "long_description": "PostGIS adds geometrical, geographical and topological types, and functions operating thereon, to the PostGreSQL database. It also handles raster tiles and MVT format.",
    "active": true,
    "categories": [
        "databases",
        "gis"
    ],
    "maintainers": [
        {
            "name": "n_larsson",
            "github": "nilason",
            "ports_count": 89
        },
        {
            "name": "vince",
            "github": "Veence",
            "ports_count": 59
        }
    ],
    "variants": [
        "address_standardizer",
        "lto",
        "proj6",
        "proj7",
        "proj8",
        "proj9",
        "raster",
        "sfcgal",
        "topology",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "libxslt",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "postgresql14",
                "protobuf-c",
                "proj9",
                "gdal",
                "geos",
                "json-c",
                "libiconv",
                "libxml2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "pg14-pgrouting"
            ]
        }
    ]
}