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

{
    "name": "xemacs",
    "portdir": "editors/xemacs",
    "version": "21.4.22",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "http://www.xemacs.org",
    "description": "A highly customizable open-source text editor.",
    "long_description": "XEmacs is a highly customizable open-source text editor and application development system. It is protected under the GNU Public License and related to other versions of Emacs, in particular GNU Emacs. efs and xemacs-base packages are installed by default, more with +sumo.",
    "active": true,
    "categories": [
        "editors",
        "x11"
    ],
    "maintainers": [
        {
            "name": "dstrubbe",
            "github": "dstrubbe",
            "ports_count": 34
        }
    ],
    "variants": [
        "sumo",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "texinfo",
                "xbitmaps"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "compface",
                "libjpeg-turbo",
                "libpng",
                "zlib",
                "Xaw3d",
                "xorg-libXaw",
                "tiff",
                "gdbm",
                "gettext"
            ]
        },
        {
            "type": "run",
            "ports": [
                "ctags"
            ]
        }
    ],
    "depends_on": []
}