GET /api/v1/ports/?format=api&ordering=updated_at&page=1018
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 50851,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=1017",
    "results": [
        {
            "name": "tomcat-native",
            "portdir": "java/tomcat-native",
            "version": "1.3.6",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tomcat.apache.org/",
            "description": "Tomcat 7+ HTTP Server native library support.",
            "long_description": "This port provides access to native apr and other functions utilized by tomcat.",
            "active": true,
            "categories": [
                "java",
                "www"
            ],
            "maintainers": [
                {
                    "name": "matt",
                    "github": "mattbishop",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apr",
                        "openssl",
                        "openjdk8-zulu"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}