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

{
    "name": "mpc",
    "portdir": "audio/mpc",
    "version": "0.34",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.musicpd.org/clients/mpc/",
    "description": "a command line tool for MPD",
    "long_description": "mpc is a simple command line client for MPD. Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists. MPD is designed for integrating a computer into a stereo system that provides control for music playback over a local network. It also makes a great desktop music player, especially if you are a console junkie, like frontend options, or restart X often.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14",
                "ninja",
                "pkgconfig",
                "py310-sphinx",
                "meson"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libiconv",
                "libmpdclient"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "moc"
            ]
        }
    ]
}