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

{
    "name": "hdfeos",
    "portdir": "science/hdfeos",
    "version": "3.0",
    "license": "public-domain",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://git.earthdata.nasa.gov/projects/DAS/repos/hdfeos",
    "description": "HDF-EOS library built on HDF4",
    "long_description": "library designed built on HDF4 to support EOS-specific data structures, namely Grid, Point, and Swath.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "takeshi",
            "github": "tenomoto",
            "ports_count": 54
        }
    ],
    "variants": [
        "szip",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "libtool",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "hdf4"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "h4h5tools",
                "py27-nio",
                "ncarg"
            ]
        }
    ]
}