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

{
    "name": "gts",
    "portdir": "math/gts",
    "version": "0.7.6-20121130",
    "license": "LGPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://gts.sourceforge.net/",
    "description": "The GNU Triangulated Surface library",
    "long_description": "GTS stands for the GNU Triangulated Surface Library. It is an Open Source Free Software Library intended to provide a set of useful functions to deal with 3D surfaces meshed with interconnected triangles.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glib2",
                "libnetpbm"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "graphviz",
                "graphviz-devel",
                "gerris"
            ]
        }
    ]
}