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

{
    "count": 52352,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=1047",
    "results": [
        {
            "name": "ipatool",
            "portdir": "sysutils/ipatool",
            "version": "2.3.1",
            "license": "MIT",
            "platforms": "{darwin >= 21}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/majd/ipatool",
            "description": "CLI for searching and downloading iOS app packages from the App Store",
            "long_description": "CLI for searching and downloading iOS app packages from the App Store.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "therealketo",
                    "github": "therealketo",
                    "ports_count": 17
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "croc",
            "portdir": "net/croc",
            "version": "10.4.12",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://schollz.com/blog/croc6",
            "description": "Easily and securely send things from one computer to another",
            "long_description": "croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that: allows any two computers to transfer data (using a relay), provides end-to-end encryption (using PAKE), enables easy cross-platform transfers (Windows, Linux, Mac), allows multiple file transfers, allows resuming transfers that are interrupted, does not need a local server or port-forwarding, is faster than wormhole, rsync, scp through compression and multiplexing (speedups 1.5x to 4x), and supports IPv6.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1074
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}