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

{
    "name": "hyperestraier",
    "portdir": "textproc/hyperestraier",
    "version": "1.4.13",
    "license": "unknown",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://hyperestraier.sourceforge.net/",
    "description": "Hyper Estraier is a full-text search system.",
    "long_description": "Hyper Estraier is a full-text search system. It has the following characteristics. (1) High performance of search (2) High scalability of target documents (3) Perfect recall ratio by N-gram method (4) High precision by hybrid mechanism of N-gram and morphological analyzer (5) Phrase search, regular expressions, attribute search, and similarity search (6) Multilingualism with Unicode (7) Independent of file format and repository (8) Intelligent web crawler (9) Simple and powerful API (10) Supporting P2P architecture.",
    "active": true,
    "categories": [
        "net",
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "mecab",
        "no_zlib",
        "lzo",
        "bzip2",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "qdbm",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-hypy",
                "py37-hypy",
                "rb-hyperestraier",
                "py27-hyperestraier",
                "py312-hypy"
            ]
        }
    ]
}