GET /api/v1/ports/xkbcomp/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "xkbcomp",
"portdir": "x11/xkbcomp",
"version": "1.4.5",
"license": "X11",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.x.org/",
"description": "Compile XKB keyboard description",
"long_description": "The xkbcomp keymap compiler converts a description of an XKB keymap into one of several output formats. The most common use for xkbcomp is to create a compiled keymap file (.xkm extension) which can be read directly by XKB-capable X servers or utilities. The keymap compiler can also produce C header files or XKB source files.",
"active": true,
"categories": [
"x11"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 259
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"xorg-libxkbfile"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libxklavier",
"xkeyboard-config"
]
},
{
"type": "run",
"ports": [
"xorg-apps"
]
}
]
}