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

{
    "name": "postgis",
    "portdir": "databases/postgis",
    "version": "1.5.8",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://postgis.refractions.net/",
    "description": "PostGIS adds support for geographic objects to the PostgreSQL database",
    "long_description": "PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS \"spatially enables\" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS Simple Features Specification for SQL and will be submitted for conformance testing at version 1.0.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [],
    "variants": [
        "postgresql82",
        "postgresql83",
        "postgresql84",
        "postgresql90",
        "postgresql91",
        "postgresql92",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ImageMagick",
                "docbook-xsl-nons",
                "libxslt",
                "clang-13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "postgresql92",
                "libxml2",
                "proj4",
                "geos",
                "libiconv"
            ]
        }
    ],
    "depends_on": []
}