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

{
    "name": "enchant",
    "portdir": "textproc/enchant",
    "version": "1.6.0",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.abisource.com/enchant/",
    "description": "Spellchecker wrapping library",
    "long_description": "On the surface, Enchant appears to be a generic spell checking library. You can request dictionaries from it, ask if a word is correctly spelled, get corrections for a misspelled word, etc. but all it really does is to provide a uniform wrapper over several popular spell checking libraries including aspell, ispell and AppleSpell.",
    "active": true,
    "categories": [
        "devel",
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "ispell",
        "aspell",
        "myspell",
        "applespell",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glib2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-enchant",
                "claws-mail",
                "conglomerate",
                "libgtkhtml3",
                "libgtkhtml4",
                "bluefish",
                "kdelibs4",
                "gtkspell2",
                "bibledit",
                "php83-enchant",
                "php82-enchant",
                "php81-enchant",
                "php80-enchant",
                "php74-enchant",
                "php73-enchant",
                "abiword-x11",
                "php72-enchant",
                "php71-enchant",
                "php70-enchant",
                "php56-enchant",
                "php55-enchant",
                "php54-enchant",
                "php53-enchant",
                "webkit-gtk",
                "webkit-gtk3",
                "webkit-gtk-2.0",
                "webkit-gtk3-2.0",
                "LyX",
                "empathy"
            ]
        }
    ]
}