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

{
    "name": "gmt4",
    "portdir": "science/gmt4",
    "version": "4.5.18",
    "license": "Restrictive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.generic-mapping-tools.org",
    "description": "The Generic Mapping Tools",
    "long_description": "GMT is an open source collection of ~65 tools for manipulating geographic and Cartesian data sets and producing PostScript illustrations ranging from simple x-y plots via contour maps to artificially illuminated surfaces and 3D perspective views.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "takeshi",
            "github": "tenomoto",
            "ports_count": 54
        }
    ],
    "variants": [
        "octave",
        "gdal",
        "triangle",
        "xgrid"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gdal",
                "ghostscript",
                "gshhg-gmt",
                "netcdf"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "relax3d"
            ]
        }
    ]
}