GET /api/v1/ports/dvdauthor/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "dvdauthor",
    "portdir": "multimedia/dvdauthor",
    "version": "0.7.2",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://dvdauthor.sourceforge.net/",
    "description": "A simple set of tools to help author a DVD.",
    "long_description": "A simple set of tools to help you author a DVD. The idea is to be able to create menus, buttons, chapters, etc, but for now you can just take an mpeg stream (as created by mplex -f 8 from mjpegtools 1.6.0) and write it to DVD.",
    "active": true,
    "categories": [
        "multimedia"
    ],
    "maintainers": [
        {
            "name": "maurice",
            "github": "robbyn",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpng",
                "freetype",
                "bzip2",
                "libiconv",
                "libxml2",
                "fribidi",
                "zlib",
                "libdvdread",
                "ImageMagick",
                "fontconfig"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "tovid"
            ]
        },
        {
            "type": "run",
            "ports": [
                "kdenlive"
            ]
        }
    ]
}