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

{
    "name": "emacs",
    "portdir": "editors/emacs",
    "version": "29.3",
    "license": "GPL-3+",
    "platforms": "darwin freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/emacs/emacs.html",
    "description": "The GNU Emacs text editor",
    "long_description": "GNU Emacs is a self-documenting, customizable, extensible real-time display editor. Users new to Emacs will be able to use basic features fairly rapidly by studying the tutorial and using the self-documentation features. Emacs also has an extensive interactive manual browser. It is easily extensible since its editing commands are written in Lisp.",
    "active": true,
    "categories": [
        "editors"
    ],
    "maintainers": [
        {
            "name": "dports",
            "github": "drkp",
            "ports_count": 74
        },
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 1279
        }
    ],
    "variants": [
        "gtk",
        "x11",
        "motif",
        "imagemagick",
        "dbus",
        "xwidgets",
        "nativecomp",
        "treesitter",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "texinfo"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "jansson",
                "ncurses",
                "tree-sitter",
                "sqlite3",
                "webp",
                "libxml2",
                "gcc13",
                "gmp",
                "gnutls"
            ]
        },
        {
            "type": "run",
            "ports": [
                "tree-sitter-yaml",
                "tree-sitter-cmake",
                "tree-sitter-dockerfile",
                "tree-sitter-go-mod",
                "tree-sitter-toml",
                "tree-sitter-bash",
                "tree-sitter-c",
                "tree-sitter-c-sharp",
                "tree-sitter-cpp",
                "tree-sitter-css",
                "tree-sitter-go",
                "tree-sitter-java",
                "tree-sitter-javascript",
                "tree-sitter-json",
                "tree-sitter-python",
                "tree-sitter-ruby",
                "tree-sitter-rust",
                "tree-sitter-tsx",
                "tree-sitter-typescript"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "psgml",
                "po-mode.el"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "markdown-mode.el",
                "erc",
                "haskell-mode.el",
                "ocaml-mode.el",
                "prolog-mode.el",
                "n3-mode.el",
                "nxml-mode",
                "sml-mode.el",
                "tuareg-mode.el",
                "auctex",
                "py27-pymacs",
                "slime",
                "beancount.el",
                "d-mode.el",
                "ess",
                "cedet",
                "ecb",
                "org-mode",
                "lookup",
                "emacs-w3m",
                "yaml-mode.el",
                "python-mode.el",
                "pure-mode.el",
                "bbdb",
                "color-theme-mode.el",
                "mediawiki.el",
                "php-mode.el",
                "pcap-mode.el"
            ]
        },
        {
            "type": "run",
            "ports": [
                "python-mode.el"
            ]
        }
    ]
}