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

{
    "name": "mtpfs",
    "portdir": "sysutils/mtpfs",
    "version": "1.1",
    "license": "GPL-3",
    "platforms": "freebsd darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.adebenham.com/mtpfs/",
    "description": "read and write from any MTP device",
    "long_description": "MTPfs is a FUSE filesystem that supports reading and writing from any MTP device (as supported by libmtp)",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "snc",
            "github": "nerdling",
            "ports_count": 142
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glib2",
                "libid3tag",
                "libmtp",
                "osxfuse",
                "libmad"
            ]
        }
    ],
    "depends_on": []
}