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

{
    "name": "cgminer",
    "portdir": "finance/cgminer",
    "version": "4.10.0",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ckolivas/cgminer",
    "description": "ASIC/FPGA miner in c for bitcoin",
    "long_description": "This is a multi-threaded multi-pool FPGA and ASIC miner for bitcoin.",
    "active": true,
    "categories": [
        "finance"
    ],
    "maintainers": [],
    "variants": [
        "ants1",
        "ants2",
        "ants3",
        "avalon",
        "avalon2",
        "bab",
        "bflsc",
        "bitforce",
        "bitfury",
        "bitmine_a1",
        "blockerupter",
        "cointerra",
        "drillbit",
        "hashfast",
        "hashratio",
        "icarus",
        "klondike",
        "knc",
        "minion",
        "modminer",
        "sp10",
        "sp30",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "libtool",
                "pkgconfig",
                "gawk",
                "autoconf",
                "automake"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "curl",
                "libusb"
            ]
        }
    ],
    "depends_on": []
}