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

{
    "name": "squid2",
    "portdir": "net/squid2",
    "version": "2.7.STABLE9",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.squid-cache.org/",
    "description": "advanced proxy caching server for http, https, ftp, gopher",
    "long_description": "Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests. Squid 2.x is an old release series, which is mostly obsolete but still has a few features that have not yet been ported to 6.x.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "jmr",
            "github": "jmroot",
            "ports_count": 318
        }
    ],
    "variants": [
        "openssl",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "automake",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "openssl"
            ]
        }
    ],
    "depends_on": []
}