GET /api/v1/ports/podman/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "podman",
"portdir": "sysutils/podman",
"version": "4.0.2",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/containers/podman",
"description": "Tool for managing OCI containers and pods.",
"long_description": "Podman is a tool for running Linux containers. You can do this from a MacOS desktop as long as you have access to a linux box either running inside of a VM on the host, or available via the network. You need to install the remote client and then setup ssh connection information.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 343
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13",
"go"
]
},
{
"type": "run",
"ports": [
"qemu",
"gvisor-tap-vsock"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"podman-compose"
]
}
]
}