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

{
    "name": "abcde",
    "portdir": "audio/abcde",
    "version": "2.9.3",
    "license": "GPL-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://abcde.einval.com/",
    "description": "A Better CD Encoder",
    "long_description": "abcde is a frontend command-line utility (actually, a shell script) that grabs tracks off a CD, encodes them to Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or MPP/MP+(Musepack) format, and tags them, all in one go.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [
        {
            "name": "gr",
            "github": "0x6772",
            "ports_count": 1
        },
        {
            "name": "chrischavez",
            "github": "chrstphrchvz",
            "ports_count": 91
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cdparanoia",
                "flac",
                "id3v2",
                "lame",
                "cd-discid",
                "vorbis-tools",
                "p5.34-digest-sha",
                "p5.34-musicbrainz-discid",
                "p5.34-webservice-musicbrainz",
                "normalize"
            ]
        }
    ],
    "depends_on": []
}