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

{
    "name": "sphinxbase",
    "portdir": "audio/sphinxbase",
    "version": "0.8",
    "license": "BSD and MIT",
    "platforms": "darwin freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://cmusphinx.sourceforge.net/",
    "description": "Support library for CMU Sphinx",
    "long_description": "The CMU Sphinx toolkit is a group of speech recognition systems developed at Carnegie Mellon University. This package is a support library that is used by several elements of CMU Sphinx.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "doxygen",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "pocketsphinx",
                "sphinx3",
                "sphinxtrain"
            ]
        }
    ]
}