GET /api/v1/ports/sshfs/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "sshfs",
"portdir": "fuse/sshfs",
"version": "3.7.5",
"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": "i0ntempest",
"github": "i0ntempest",
"ports_count": 224
}
],
"variants": [
"fs_link"
],
"dependencies": [
{
"type": "build",
"ports": [
"coreutils",
"py313-docutils",
"clang-18",
"meson",
"ninja",
"pkgconfig"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"macfuse",
"openssh",
"glib2"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"sshfs-gui"
]
}
]
}