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

{
    "name": "kfloppy",
    "portdir": "kde/kfloppy",
    "version": "4.14.3",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://utils.kde.org/projects/kfloppy/",
    "description": "Format floppy disks.",
    "long_description": "KFloppy is a utility that provides a straightforward graphical means to format 3.5\" and 5.25\" floppy disks.",
    "active": true,
    "categories": [
        "kde",
        "kde4"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "docs",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14",
                "automoc",
                "cmake",
                "pkgconfig"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "qt4-mac",
                "phonon",
                "kdelibs4",
                "oxygen-icons"
            ]
        },
        {
            "type": "run",
            "ports": [
                "dcfldd"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "kdeutils4"
            ]
        }
    ]
}