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

{
    "name": "mapnik",
    "portdir": "gis/mapnik",
    "version": "3.1.0",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://mapnik.org",
    "description": "Open Source C++/Python mapping toolkit.",
    "long_description": "Mapnik is a Free Toolkit for developing mapping applications. It is written in modern C++ and has Python bindings that support fast-paced agile development. It can comfortably be used for both desktop map design and web development. Mapnik is about making beautiful maps. It uses the AGG graphics library, which offers world-class anti-aliasing rendering with subpixel accuracy for geographic data.",
    "active": true,
    "categories": [
        "devel",
        "gis"
    ],
    "maintainers": [
        {
            "name": "macports",
            "github": "",
            "ports_count": 2
        },
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2544
        }
    ],
    "variants": [
        "cairo",
        "gdal",
        "postgis",
        "sqlite",
        "libxml2"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "python311",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "proj4",
                "harfbuzz",
                "libjpeg-turbo",
                "libpng",
                "zlib",
                "webp",
                "freetype",
                "boost176",
                "tiff",
                "postgresql10",
                "icu"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "mod_tile"
            ]
        }
    ]
}