GET /api/v1/ports/HandBrakeCLI/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "HandBrakeCLI",
"portdir": "multimedia/HandBrake",
"version": "0.10.0",
"license": "GPL-2",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://handbrake.fr/",
"description": "The open source video transcoder (CLI)",
"long_description": "HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. (This port provides the command-line interface only; install the `HandBrake` port for the graphical user interface.)",
"active": true,
"categories": [
"multimedia"
],
"maintainers": [
{
"name": "larryv",
"github": "larryv",
"ports_count": 47
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"libtool",
"pkgconfig",
"python27",
"yasm",
"autoconf",
"automake",
"cmake"
]
},
{
"type": "lib",
"ports": [
"zlib",
"fontconfig",
"libiconv",
"bzip2"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"HandBrake"
]
}
]
}