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

{
    "name": "qrencode",
    "portdir": "graphics/qrencode",
    "version": "4.1.1",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://fukuchi.org/works/qrencode",
    "description": "A fast and compact library for QR Code generation",
    "long_description": "Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "libpng"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "faustlive-devel",
                "glabels",
                "prison",
                "litecoin",
                "KeePassXC",
                "KeePassXC-devel",
                "toxic"
            ]
        },
        {
            "type": "run",
            "ports": [
                "passage",
                "pam-google-authenticator",
                "pass",
                "pass-otp"
            ]
        }
    ]
}