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

{
    "name": "sshfs",
    "portdir": "fuse/sshfs",
    "version": "2.10",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/libfuse/sshfs",
    "description": "SSH filesystem for FUSE",
    "long_description": "This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there is nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.",
    "active": true,
    "categories": [
        "fuse"
    ],
    "maintainers": [
        {
            "name": "dports",
            "github": "drkp",
            "ports_count": 73
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "glib2",
                "openssh",
                "libiconv",
                "macfuse"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "sshfs-gui"
            ]
        }
    ]
}