GET /api/v1/ports/HandBrakeCLI/?format=api
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": 46
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "yasm",
                "libtool",
                "pkgconfig",
                "clang-9.0",
                "python27",
                "autoconf",
                "automake",
                "cmake"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "fontconfig",
                "libiconv",
                "bzip2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "HandBrake"
            ]
        }
    ]
}