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

{
    "name": "macos-fortress-proxy",
    "portdir": "net/macos-fortress",
    "version": "2024.01.11",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/essandess/macOS-Fortress",
    "description": "Blackhole and Privatizing Proxy.",
    "long_description": "Blackhole and Privatizing Proxy. The proxy uses Privoxy and adblock2privoxy.",
    "active": true,
    "categories": [
        "net",
        "security"
    ],
    "maintainers": [
        {
            "name": "s.t.smith",
            "github": "essandess",
            "ports_count": 35
        }
    ],
    "variants": [
        "initialize_always",
        "https_inspection"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "macos-fortress-hosts",
                "adblock2privoxy",
                "privoxy",
                "macos-fortress-proxypac"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "macos-fortress"
            ]
        }
    ]
}