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

{
    "name": "privoxy",
    "portdir": "www/privoxy",
    "version": "3.0.34",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.privoxy.org/",
    "description": "Advanced filtering web proxy",
    "long_description": "Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, modifying web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks.",
    "active": true,
    "categories": [
        "net",
        "security",
        "www"
    ],
    "maintainers": [
        {
            "name": "s.t.smith",
            "github": "essandess",
            "ports_count": 34
        }
    ],
    "variants": [
        "https_inspection",
        "ecc"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "libtool",
                "sf-pwgen",
                "clang-16",
                "autoconf",
                "automake"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "gnupg2"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "brotli",
                "zlib",
                "openssl",
                "pcre"
            ]
        },
        {
            "type": "run",
            "ports": [
                "perl5.34",
                "p5.34-getopt-long",
                "p5.34-time-local",
                "privoxy-pki-bundle"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "macos-fortress-proxy",
                "macos-fortress-proxy-squid"
            ]
        },
        {
            "type": "run",
            "ports": [
                "adblock2privoxy"
            ]
        }
    ]
}