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

{
    "name": "aria2",
    "portdir": "net/aria2",
    "version": "1.37.0",
    "license": "(GPL-2+ or OpenSSLException)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/aria2/aria2",
    "description": "download utility with resuming and segmented downloading",
    "long_description": "aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 707
        }
    ],
    "variants": [
        "cares",
        "gnutls",
        "openssl",
        "sqlite3",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "autoconf",
                "automake",
                "gettext",
                "libtool",
                "pkgconfig"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libiconv",
                "libxml2",
                "gettext-runtime",
                "libuv"
            ]
        }
    ],
    "depends_on": []
}