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

{
    "name": "freac",
    "portdir": "audio/freac",
    "version": "1.1.7",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.freac.org",
    "description": "An open source audio converter.",
    "long_description": "freac is a free audio converter and CD ripper with support for various popular formats and encoders. It converts freely between MP3, M4A/AAC, FLAC, WMA, Opus, Ogg Vorbis, Speex, Monkey's Audio (APE), WavPack, WAV and other formats.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "BoCA",
                "smooth"
            ]
        },
        {
            "type": "run",
            "ports": [
                "lame",
                "libfdk-aac",
                "libopus",
                "libsamplerate",
                "libsndfile",
                "libvorbis",
                "mpg123",
                "rubberband",
                "speex",
                "wavpack",
                "ffmpeg",
                "libogg",
                "mp4v2",
                "flac"
            ]
        }
    ],
    "depends_on": []
}