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

{
    "name": "poedit",
    "portdir": "editors/poedit",
    "version": "3.3.2",
    "license": "MIT and GPL-3+",
    "platforms": "macosx",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://poedit.net/",
    "description": "Gettext translations editor",
    "long_description": "This program is GUI frontend to GNU gettext utilities and catalogs editor/source code parser.",
    "active": true,
    "categories": [
        "editors"
    ],
    "maintainers": [
        {
            "name": "l2dy",
            "github": "l2dy",
            "ports_count": 82
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "bison",
                "ninja",
                "curl",
                "gsed",
                "clang-15"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        }
    ],
    "depends_on": []
}