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

{
    "name": "lsdvd",
    "portdir": "sysutils/lsdvd",
    "version": "0.17",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://sourceforge.net/projects/lsdvd/",
    "description": "lsdvd is a console application that displays the content of a dvd.",
    "long_description": "lsdvd is a console application that displays the content of a dvd. It provides output about the types of video and audio tracks, subtitles etc... output is available in a number of formats including human readable, perl, ruby or xml.",
    "active": true,
    "categories": [
        "sysutils",
        "multimedia"
    ],
    "maintainers": [
        {
            "name": "ecronin",
            "github": "ecronin",
            "ports_count": 6
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libdvdread"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "x264transcode"
            ]
        }
    ]
}