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

{
    "name": "sphinx",
    "portdir": "textproc/sphinx",
    "version": "2.2.11",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://sphinxsearch.com/",
    "description": "Sphinx is a full-text search engine",
    "long_description": "Sphinx is a full-text search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL or PostgreSQL, or from an XML pipe.",
    "active": true,
    "categories": [
        "net",
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "postgresql92",
        "postgresql93",
        "postgresql94",
        "postgresql95",
        "postgresql96",
        "mysql51",
        "mysql55",
        "postgresql91",
        "mysql56",
        "mysql57",
        "mariadb",
        "percona",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mysql57",
                "expat",
                "libiconv"
            ]
        }
    ],
    "depends_on": []
}