GET /api/v1/ports/?format=api&ordering=name&page=46
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 50744,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=47",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=45",
    "results": [
        {
            "name": "electric-fence",
            "portdir": "devel/electric-fence",
            "version": "2.1.13-0.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://perens.com/FreeSoftware/",
            "description": "a library to detect memory buffers over- and underruns",
            "long_description": "Electric Fence (efence) stops your program on the exact instruction that overruns (or underruns) a malloc() memory buffer. GDB will then display the source-code line that causes the bug. It works by using the virtual-memory hardware to create a red-zone at the border of each buffer - touch that, and your program stops. Catch all of those formerly impossible-to-catch overrun bugs that have been bothering you for years.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elftoolchain",
            "portdir": "devel/elftoolchain",
            "version": "0.7.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://elftoolchain.sourceforge.net/",
            "description": "Compilation tools and libraries for ELF",
            "long_description": "BSD-licensed compilation tools and libaries for handling the ELF file format. This includes implementations of libelf and libdwarf along with the tools nm, ar, as, elfdump and more.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "raimue",
                    "github": "raimue",
                    "ports_count": 57
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "bmake",
                        "bsdmake",
                        "flex",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libarchive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elhttp",
            "portdir": "net/elhttp",
            "version": "0.22",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.cr0.net:8040/code/network/",
            "description": "the extra-light http proxy server",
            "long_description": "the extra-light http proxy server",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elinks",
            "portdir": "www/elinks",
            "version": "0.11.7",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://elinks.or.cz/",
            "description": "text mode web browser",
            "long_description": "ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly customizable and can be extended via Lua or Guile scripts.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "col256",
                "lua",
                "perl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2",
                        "openssl",
                        "spidermonkey",
                        "libidn",
                        "expat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elinks-devel",
            "portdir": "www/elinks-devel",
            "version": "0.12pre6",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://elinks.or.cz/",
            "description": "Full-Featured Text WWW Browser",
            "long_description": "ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "colors",
                "debug",
                "fsp",
                "guile",
                "lua",
                "perl",
                "python",
                "ruby",
                "samba",
                "see"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "openssl",
                        "tre",
                        "bzip2",
                        "libidn",
                        "expat",
                        "libiconv",
                        "spidermonkey",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elixir",
            "portdir": "lang/elixir",
            "version": "1.19.2",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://elixir-lang.org/",
            "description": "The Elixir Programming language",
            "long_description": "Elixir is a functional, meta-programming aware language built on top of the Erlang VM. It is a dynamic language that focuses on tooling to leverage Erlang's abilities to build concurrent, distributed and fault-tolerant applications with hot code upgrades.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                },
                {
                    "name": "me",
                    "github": "milmazz",
                    "ports_count": 1
                },
                {
                    "name": "secsaba",
                    "github": "secsaba",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "erlang"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "atomvm"
                    ]
                }
            ]
        },
        {
            "name": "elk",
            "portdir": "lang/elk",
            "version": "3.99.8",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20240321110425/http://sam.zoy.org/elk/",
            "description": "Scheme Extension Language Kit",
            "long_description": "Elk (the Extension Language Kit) is an implementation of the Scheme programming language. It can be used as a standalone Scheme interpreter, or as an embeddable, reusable extension language subsystem for applications written in C or C++ through the libelk library.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elmerfem",
            "portdir": "science/elmerfem",
            "version": "2024.11.29",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.elmerfem.org",
            "description": "Elmer is a tool that can solve a large number of partial differential equations",
            "long_description": "Elmer is a tool that can solve a large number of partial differential equations making it an ideal tool for multiphysical problems. It includes models for structural mechanics, fluid dynamics, heat transfer, electromagnetics and beyond. Elmer can also be used on massively parallel HPC platforms.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "accelerate",
                "atlas",
                "blis",
                "flexiblas",
                "openblas",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "ice"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "vecLibFort",
                        "qwt-qt5",
                        "libgcc",
                        "SuiteSparse_AMD",
                        "qt5-qtbase",
                        "SuiteSparse_CCOLAMD",
                        "SuiteSparse_COLAMD",
                        "SuiteSparse_CHOLMOD",
                        "SuiteSparse_UMFPACK",
                        "SuiteSparse_CAMD",
                        "qt5-qtsvg",
                        "qt5-qtscript",
                        "qt5-qttools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elp",
            "portdir": "erlang/elp",
            "version": "2024-11-07",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/WhatsApp/erlang-language-platform",
            "description": "Erlang Language Platform",
            "long_description": "Designed at WhatsApp and inspired by the success of the Rust Analyzer project, ELP provides a scalable, fully incremental, IDE-first library for the semantic analysis of Erlang code.",
            "active": true,
            "categories": [
                "devel",
                "erlang"
            ],
            "maintainers": [
                {
                    "name": "pguyot",
                    "github": "pguyot",
                    "ports_count": 23
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "eqwalizer",
                        "cargo",
                        "legacy-support",
                        "rebar3",
                        "erlang",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "eltclsh",
            "portdir": "lang/eltclsh",
            "version": "1.16",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://homepages.laas.fr/mallet/soft/shell/eltclsh",
            "description": "Tcl shell using editline",
            "long_description": "The editline tcl shell is an interactive shell for the Tcl interpreter. It provides command line editing, history browsing, and variable/command completion thanks to the features of editline (aka libedit). The completion engine is programmable and comes with built-in completion for all of Tk. The package also includes elwish, an interactive interpreter for Tcl/Tk that corresponds to wish.",
            "active": true,
            "categories": [
                "lang",
                "tcl"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 172
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libedit",
                        "tcl",
                        "tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elvis",
            "portdir": "editors/elvis",
            "version": "2.2_0",
            "license": "Artistic-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://elvis.the-little-red-haired-girl.org/",
            "description": "A vi/ex clone",
            "long_description": "Elvis is a very powerful vi/ex clone providing a remarkable number of bells and whistles like, Syntax Highlighting, Multiple files in multiple windows, Networking support (http and ftp).",
            "active": true,
            "categories": [
                "editors"
            ],
            "maintainers": [
                {
                    "name": "crosma",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elvish",
            "portdir": "shells/elvish",
            "version": "0.21.0",
            "license": "BSD",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://elv.sh",
            "description": "Elvish = Expressive Programming Language + Versatile Interactive Shell",
            "long_description": "Elvish is a friendly interactive shell and an expressive programming language. It runs on Linux, BSDs, macOS and Windows.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "plugin_support"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "em",
            "portdir": "editors/em",
            "version": "1.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pgas.freeshell.org/C/em/",
            "description": "editor for mortals",
            "long_description": "The first visual editor for UNIX. Originally written by George Coulouris. Updated for more recent UNIX variants by Pierre Gaston. Historical context: https://www.coulouris.net/cs_history/em_story/",
            "active": true,
            "categories": [
                "editors"
            ],
            "maintainers": [
                {
                    "name": "artkiver",
                    "github": "artkiver",
                    "ports_count": 12
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "emacs",
            "portdir": "editors/emacs",
            "version": "30.2",
            "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": 70
                }
            ],
            "variants": [
                "x11",
                "motif",
                "gtk",
                "imagemagick",
                "dbus",
                "xwidgets",
                "nativecomp",
                "treesitter",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "texinfo"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "gcc15",
                        "sqlite3",
                        "gmp",
                        "gnutls",
                        "ncurses",
                        "tree-sitter",
                        "webp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tree-sitter-rust",
                        "tree-sitter-tsx",
                        "tree-sitter-typescript",
                        "tree-sitter-yaml",
                        "tree-sitter-cmake",
                        "tree-sitter-dockerfile",
                        "tree-sitter-go-mod",
                        "tree-sitter-toml",
                        "tree-sitter-elixir",
                        "tree-sitter-heex",
                        "tree-sitter-lua",
                        "tree-sitter-phpdoc",
                        "tree-sitter-bash",
                        "tree-sitter-c",
                        "tree-sitter-c-sharp",
                        "tree-sitter-cpp",
                        "tree-sitter-css",
                        "tree-sitter-go",
                        "tree-sitter-html",
                        "tree-sitter-java",
                        "tree-sitter-javascript",
                        "tree-sitter-json",
                        "tree-sitter-php",
                        "tree-sitter-python",
                        "tree-sitter-ruby"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "po-mode.el",
                        "psgml"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "erc",
                        "haskell-mode.el",
                        "ocaml-mode.el",
                        "prolog-mode.el",
                        "pure-mode.el",
                        "nxml-mode",
                        "sml-mode.el",
                        "tuareg-mode.el",
                        "py27-pymacs",
                        "d-mode.el",
                        "ess",
                        "cedet",
                        "ecb",
                        "org-mode",
                        "lookup",
                        "python-mode.el",
                        "bbdb",
                        "color-theme-mode.el",
                        "php-mode.el",
                        "emacs-w3m",
                        "pcap-mode.el",
                        "auctex",
                        "markdown-mode.el",
                        "mediawiki.el",
                        "n3-mode.el",
                        "yaml-mode.el",
                        "beancount.el",
                        "slime"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "python-mode.el"
                    ]
                }
            ]
        },
        {
            "name": "emacs-app",
            "portdir": "editors/emacs",
            "version": "30.2",
            "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": [
                "aqua",
                "editors"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "imagemagick",
                "rsvg",
                "xwidgets",
                "nativecomp",
                "treesitter"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "gnutls",
                        "ncurses",
                        "tree-sitter",
                        "lcms2",
                        "librsvg",
                        "webp",
                        "libxml2",
                        "gcc15",
                        "sqlite3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tree-sitter-typescript",
                        "tree-sitter-yaml",
                        "tree-sitter-cmake",
                        "tree-sitter-dockerfile",
                        "tree-sitter-go-mod",
                        "tree-sitter-toml",
                        "tree-sitter-elixir",
                        "tree-sitter-heex",
                        "tree-sitter-lua",
                        "tree-sitter-phpdoc",
                        "tree-sitter-bash",
                        "tree-sitter-c",
                        "tree-sitter-c-sharp",
                        "tree-sitter-cpp",
                        "tree-sitter-css",
                        "tree-sitter-go",
                        "tree-sitter-html",
                        "tree-sitter-java",
                        "tree-sitter-javascript",
                        "tree-sitter-json",
                        "tree-sitter-php",
                        "tree-sitter-python",
                        "tree-sitter-ruby",
                        "tree-sitter-rust",
                        "tree-sitter-tsx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "emacs-app-devel",
            "portdir": "editors/emacs",
            "version": "20250924",
            "license": "GPL-3+",
            "platforms": "darwin freebsd",
            "epoch": 5,
            "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": [
                "aqua",
                "editors"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "imagemagick",
                "rsvg",
                "xwidgets",
                "nativecomp",
                "treesitter"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18",
                        "autoconf",
                        "texinfo",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "webp",
                        "libxml2",
                        "gcc15",
                        "sqlite3",
                        "gmp",
                        "gnutls",
                        "ncurses",
                        "tree-sitter",
                        "lcms2",
                        "librsvg"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tree-sitter-typescript",
                        "tree-sitter-yaml",
                        "tree-sitter-cmake",
                        "tree-sitter-dockerfile",
                        "tree-sitter-go-mod",
                        "tree-sitter-toml",
                        "tree-sitter-elixir",
                        "tree-sitter-heex",
                        "tree-sitter-lua",
                        "tree-sitter-go-work",
                        "tree-sitter-phpdoc",
                        "tree-sitter-jsdoc",
                        "tree-sitter-liquid",
                        "tree-sitter-gitattributes",
                        "tree-sitter-bash",
                        "tree-sitter-c",
                        "tree-sitter-c-sharp",
                        "tree-sitter-cpp",
                        "tree-sitter-css",
                        "tree-sitter-go",
                        "tree-sitter-html",
                        "tree-sitter-java",
                        "tree-sitter-javascript",
                        "tree-sitter-json",
                        "tree-sitter-markdown",
                        "tree-sitter-php",
                        "tree-sitter-python",
                        "tree-sitter-ruby",
                        "tree-sitter-rust",
                        "tree-sitter-tsx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "emacs-devel",
            "portdir": "editors/emacs",
            "version": "20250924",
            "license": "GPL-3+",
            "platforms": "darwin freebsd",
            "epoch": 5,
            "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": 70
                }
            ],
            "variants": [
                "x11",
                "motif",
                "gtk",
                "imagemagick",
                "dbus",
                "xwidgets",
                "nativecomp",
                "treesitter",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig",
                        "texinfo",
                        "libtool",
                        "automake",
                        "autoconf"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls",
                        "sqlite3",
                        "ncurses",
                        "tree-sitter",
                        "webp",
                        "libxml2",
                        "gcc15",
                        "gmp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tree-sitter-rust",
                        "tree-sitter-tsx",
                        "tree-sitter-typescript",
                        "tree-sitter-yaml",
                        "tree-sitter-cmake",
                        "tree-sitter-dockerfile",
                        "tree-sitter-go-mod",
                        "tree-sitter-toml",
                        "tree-sitter-elixir",
                        "tree-sitter-heex",
                        "tree-sitter-lua",
                        "tree-sitter-go-work",
                        "tree-sitter-phpdoc",
                        "tree-sitter-jsdoc",
                        "tree-sitter-liquid",
                        "tree-sitter-gitattributes",
                        "tree-sitter-bash",
                        "tree-sitter-c",
                        "tree-sitter-c-sharp",
                        "tree-sitter-cpp",
                        "tree-sitter-css",
                        "tree-sitter-go",
                        "tree-sitter-html",
                        "tree-sitter-java",
                        "tree-sitter-javascript",
                        "tree-sitter-json",
                        "tree-sitter-markdown",
                        "tree-sitter-php",
                        "tree-sitter-python",
                        "tree-sitter-ruby"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "emacs-mac-app",
            "portdir": "aqua/emacs-mac-app",
            "version": "10.1",
            "license": "GPL-3+",
            "platforms": "{darwin >= 14}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/mituharu/emacs-mac",
            "description": "Emacs Mac port",
            "long_description": "emacs-mac-app is the \"Mac port\" of GNU Emacs 29.4. This provides a native GUI with tight OS integration.",
            "active": true,
            "categories": [
                "aqua",
                "editors"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 163
                }
            ],
            "variants": [
                "multitty",
                "rsvg",
                "imagemagick",
                "nativecomp",
                "treesitter",
                "metal",
                "renameapp"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "gnutls",
                        "jansson",
                        "ncurses",
                        "sqlite3",
                        "tree-sitter",
                        "lcms2",
                        "webp",
                        "libxml2",
                        "gcc15"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "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",
                        "tree-sitter-yaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "emacs-mac-app-devel",
            "portdir": "aqua/emacs-mac-app",
            "version": "20250920",
            "license": "GPL-3+",
            "platforms": "{darwin >= 14}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/mituharu/emacs-mac",
            "description": "Emacs Mac port",
            "long_description": "emacs-mac-app is the \"Mac port\" of GNU Emacs 29.4. This provides a native GUI with tight OS integration.",
            "active": true,
            "categories": [
                "aqua",
                "editors"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 163
                }
            ],
            "variants": [
                "multitty",
                "rsvg",
                "imagemagick",
                "nativecomp",
                "treesitter",
                "metal",
                "renameapp"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libtool",
                        "texinfo",
                        "clang-18",
                        "pkgconfig",
                        "autoconf",
                        "automake"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "gnutls",
                        "jansson",
                        "sqlite3",
                        "ncurses",
                        "tree-sitter",
                        "lcms2",
                        "webp",
                        "libxml2",
                        "gcc15"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "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",
                        "tree-sitter-yaml",
                        "tree-sitter-cmake"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "emacs-w3m",
            "portdir": "www/emacs-w3m",
            "version": "20191030.537",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 20191030537,
            "replaced_by": null,
            "homepage": "https://github.com/emacs-w3m/emacs-w3m",
            "description": "Use the textual w3m web browser from Emacs",
            "long_description": "w3m is a pager with WWW capability, developed by Akinori ITO. Although it is a pager, it can be used as a text-mode WWW browser. emacs-w3m is a simple Emacs interface to w3m.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [
                {
                    "name": "easieste",
                    "github": "easye",
                    "ports_count": 15
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "emacs",
                        "w3m"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "emacs-w3m-devel",
            "portdir": "www/emacs-w3m-devel",
            "version": "20120808",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "emacs-w3m",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by emacs-w3m",
            "long_description": "This port has been replaced by emacs-w3m.",
            "active": false,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "EMBOSS",
            "portdir": "science/EMBOSS",
            "version": "6.6.0",
            "license": "GPL-2 and LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://emboss.sourceforge.net",
            "description": "Molecular Biology software analysis package",
            "long_description": "EMBOSS is a free Open Source software analysis package specially developed for the needs of the molecular biology user community. The software automatically copes with data in a variety of formats and even allows transparent retrieval of sequence data from the web.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "freetype",
                        "gd2",
                        "libiconv",
                        "xorg-libX11",
                        "expat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "embree",
            "portdir": "graphics/embree",
            "version": "3.13.5",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.embree.org",
            "description": "collection of high-performance ray tracing kernels",
            "long_description": "Embree is a collection of high-performance ray tracing kernels, developed at Intel. It contains algorithms optimized for incoherent workloads (e.g. Monte Carlo ray tracing algorithms) and coherent workloads (e.g. primary visibility and hard shadow rays). It also supports dynamic scenes by implementing high-performance two-level spatial index structure construction algorithms.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "jasonliu--",
                    "ports_count": 37
                }
            ],
            "variants": [
                "debug",
                "static",
                "tutorials",
                "ray_mask",
                "backface_culling",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ispc",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng",
                        "tbb",
                        "openimageio",
                        "glfw",
                        "libjpeg-turbo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "blender"
                    ]
                }
            ]
        },
        {
            "name": "embryo",
            "portdir": "devel/embryo",
            "version": "1.7.10",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://trac.enlightenment.org/e/wiki/Embryo",
            "description": "A C like scripting language",
            "long_description": "Embryo implements a C like scripting language used in various parts of the Enlightenment project, namely Edje. Embryo's scripting language is based on CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999. Embryo allows scripting capabilities in places that otherwise wouldnt support basic programming structures such as in Edje EDCs.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "eina"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "edje"
                    ]
                }
            ]
        },
        {
            "name": "emergent",
            "portdir": "science/emergent",
            "version": "5.3.7",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://grey.colorado.edu/emergent",
            "description": "Neural network simulator",
            "long_description": "emergent is a comprehensive simulation environment for creating complex, sophisticated models of the brain and cognitive processes using neural network models. It includes a full GUI environment for constructing networks and the input/output patterns for the networks to process, and many different analysis tools for understanding what the networks are doing.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "subversion"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ode",
                        "gsl",
                        "readline",
                        "Quarter"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "empathy",
            "portdir": "gnome/empathy",
            "version": "3.12.14",
            "license": "GPL-2+ and LGPL-2.1+ and GFDL-1.3+ and CC-BY-SA-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Apps/Empathy",
            "description": "Empathy is an instant-messaging(chat) program for GNOME",
            "long_description": "Empathy is an instant-messaging(chat) program which supports text, voice, video, file transfers, and inter-application communication (tubes) over many different protocols(Google, Jabber, Facebook, SIP, Yahoo, etc).",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [
                "map",
                "geocode",
                "location",
                "goa"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libtool",
                        "clang-17",
                        "libxslt",
                        "itstool",
                        "intltool",
                        "python27",
                        "yelp-tools",
                        "gnome-common",
                        "pkgconfig",
                        "autoconf",
                        "automake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gcr",
                        "geocode-glib",
                        "gnome-online-accounts",
                        "gsettings-desktop-schemas",
                        "gstreamer1",
                        "gtk3",
                        "libcanberra",
                        "libsecret",
                        "clutter-gst3",
                        "clutter-gtk",
                        "enchant",
                        "libxml2",
                        "webkit2-gtk",
                        "xorg-libX11",
                        "libsoup-2.4",
                        "libchamplain",
                        "pulseaudio",
                        "telepathy-farstream",
                        "telepathy-glib",
                        "telepathy-logger",
                        "telepathy-mission-control",
                        "dbus-glib",
                        "iso-codes",
                        "libgee",
                        "libnotify",
                        "desktop-file-utils",
                        "folks"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "yelp",
                        "gnome-keyring",
                        "adwaita-icon-theme",
                        "telepathy-salut",
                        "telepathy-mission-control",
                        "telepathy-idle",
                        "telepathy-haze",
                        "telepathy-gabble"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "emscripten",
            "portdir": "lang/emscripten",
            "version": "5.0.0",
            "license": "MIT and NCSA",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://emscripten.org",
            "description": "open source compiler toolchain to WebAssembly",
            "long_description": "Emscripten is a complete Open Source compiler toolchain to WebAssembly.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "npm11",
                        "cmake",
                        "git",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "binaryen",
                        "clang-devel",
                        "nodejs24"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "enblend",
            "portdir": "graphics/enblend",
            "version": "4.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://enblend.sourceforge.net/",
            "description": "a tool to composite images",
            "long_description": "Enblend is a tool to composite overlapping images with invisible (or very difficult to see) seams. Enfuse is a tool for automatic exposure and contrast blending.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "texlive-latex",
                        "help2man",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxmi",
                        "vigra",
                        "gnuplot",
                        "glew",
                        "mesa",
                        "boost176",
                        "openexr2",
                        "gsl",
                        "lcms2",
                        "libjpeg-turbo",
                        "libpng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "hugin-app"
                    ]
                }
            ]
        },
        {
            "name": "enca",
            "portdir": "textproc/enca",
            "version": "1.21",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cihar.com/software/enca",
            "description": "character set analyser",
            "long_description": "Enca is an Extremely Naive Charset Analyser. It detects character set and encoding of text files and can also convert them to other encodings.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "bash"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qmmp"
                    ]
                }
            ]
        },
        {
            "name": "encfs",
            "portdir": "fuse/encfs",
            "version": "1.9.5",
            "license": "(GPL-3+ or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://vgough.github.io/encfs/",
            "description": "An encrypted pass-through FUSE filesystem",
            "long_description": "EncFS is an encrypted pass-through filesystem which runs in userspace, using the FUSE kernel module. Similar in design to CFS and other pass-through filesystems, all data is encrypted and stored in the underlying filesystem. Unlike loopback filesystems, there is no predetermined or pre-allocated filesystem size.",
            "active": true,
            "categories": [
                "fuse"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "macfuse",
                        "openssl",
                        "rlog"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-enchant",
                        "conglomerate",
                        "empathy",
                        "webkit-gtk",
                        "webkit-gtk3",
                        "libgtkhtml3",
                        "libgtkhtml4",
                        "bibledit",
                        "php74-enchant",
                        "php73-enchant",
                        "php72-enchant",
                        "php71-enchant",
                        "php70-enchant",
                        "php56-enchant",
                        "php55-enchant",
                        "php54-enchant",
                        "php53-enchant",
                        "gtkspell2",
                        "kdelibs4",
                        "LyX",
                        "abiword-x11",
                        "webkit-gtk-2.0",
                        "webkit-gtk3-2.0",
                        "claws-mail"
                    ]
                }
            ]
        },
        {
            "name": "enchant2",
            "portdir": "textproc/enchant2",
            "version": "2.8.12",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rrthomas.github.io/enchant/",
            "description": "Generic spell checking library",
            "long_description": "Enchant aims to provide a simple but comprehensive abstraction for dealing with different spell checking libraries in a consistent way. Installs in parallel with legacy Enchant 1.x versions without conflict.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "aspell",
                "hunspell",
                "nuspell",
                "applespell",
                "test",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "groff",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-enchant",
                        "gspell",
                        "gtkspell3",
                        "php84-enchant",
                        "php83-enchant",
                        "php82-enchant",
                        "php81-enchant",
                        "php80-enchant",
                        "bluefish",
                        "py36-enchant",
                        "py37-enchant",
                        "py38-enchant",
                        "py39-enchant",
                        "webkit2-gtk",
                        "webkit2-gtk-devel",
                        "cherrytree",
                        "cl-enchant",
                        "py310-enchant",
                        "py311-enchant",
                        "py312-enchant",
                        "py313-enchant",
                        "py314-enchant"
                    ]
                }
            ]
        },
        {
            "name": "endian",
            "portdir": "sysutils/endian",
            "version": "1.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/outpaddling/endian",
            "description": "Report endianness of a system.",
            "long_description": "Accurately determine the endianness of a system by placing a longword into memory and checking the order of the bytes at that address.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "enigma",
            "portdir": "games/enigma",
            "version": "1.30",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/enigma/",
            "description": "puzzle game inspired by the games Oxyd and Rock'n'Roll",
            "long_description": "Enigma is a puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga. The object of the game is to find and uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "ImageMagick",
                        "texi2html",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2_image",
                        "libsdl2_ttf",
                        "libpng",
                        "zlib",
                        "libenet",
                        "libiconv",
                        "xercesc3",
                        "curl",
                        "libsdl2_mixer",
                        "gettext",
                        "libsdl2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "enigma4",
            "portdir": "security/enigma4",
            "version": "2022.07.02",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/m3sserschmitt/enigma4",
            "description": "Onion Routing App",
            "long_description": "Onion Routing App",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "enigma-devel",
            "portdir": "games/enigma",
            "version": "20250908",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/enigma/",
            "description": "puzzle game inspired by the games Oxyd and Rock'n'Roll",
            "long_description": "Enigma is a puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga. The object of the game is to find and uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "pkgconfig",
                        "ImageMagick",
                        "texi2html",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng",
                        "curl",
                        "zlib",
                        "libiconv",
                        "xercesc3",
                        "libenet",
                        "libsdl2_mixer",
                        "gettext",
                        "libsdl2",
                        "libsdl2_image",
                        "libsdl2_ttf"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "enlightenment",
            "portdir": "x11/enlightenment",
            "version": "1.0.7",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.enlightenment.org/",
            "description": "Enlightenment is a highly configurable windowmanager.",
            "long_description": "Enlightenment is a completely themeable, highly configurable Window Manager for i the X Window System, traditionally used in Unix environments.",
            "active": true,
            "categories": [
                "x11",
                "x11-wm"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "imlib2",
                        "freetype",
                        "xorg-libXcomposite",
                        "xorg-libXdamage",
                        "esound",
                        "xorg-libXrandr",
                        "xorg-libXxf86vm",
                        "xorg-libsm",
                        "xorg-libXinerama",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "enlightenment-docs"
                    ]
                }
            ]
        },
        {
            "name": "enlightenment-docs",
            "portdir": "x11/enlightenment-docs",
            "version": "0.16.7",
            "license": "Restrictive/Distributable",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.enlightenment.org/",
            "description": "Documentation for the Enlightenment windowmanager.",
            "long_description": "Documentation for the Enlightenment windowmanager.",
            "active": true,
            "categories": [
                "x11",
                "x11-wm"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "enlightenment"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "enscript",
            "portdir": "print/enscript",
            "version": "1.6.6",
            "license": "GPL-3+",
            "platforms": "darwin sunos",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/enscript/",
            "description": "Replacement for Adobe's 'enscript' program",
            "long_description": "GNU enscript is a drop-in replacement for the enscript program. Enscript converts ASCII files to PostScript and stores generated output to a file or sends it directly to the printer.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "mediaA4",
                "mediaLetter",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gegl-0.3"
                    ]
                }
            ]
        },
        {
            "name": "ensmallen",
            "portdir": "math/ensmallen",
            "version": "3.10.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ensmallen.org",
            "description": "flexible C++ library for efficient numerical optimization",
            "long_description": "ensmallen provides a simple set of abstractions for writing an objective function to optimize. It also provides a large set of standard and cutting-edge optimizers that can be used for virtually any numerical optimization task. These include full-batch gradient descent techniques, small-batch techniques, gradient-free optimizers, and constrained optimization.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "debug",
                "tests"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "armadillo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mlpack"
                    ]
                }
            ]
        },
        {
            "name": "ent",
            "portdir": "math/ent",
            "version": "20220220",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.fourmilab.ch/random/",
            "description": "Entropy calculator",
            "long_description": "ent applies various tests to sequences of bytes stored in files and reports the results of those tests. The program is useful for those evaluating pseudorandom number generators for encryption and statistical sampling applications, compression algorithms and other applications where the information density of a file is of interest.",
            "active": true,
            "categories": [
                "security",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "entityx",
            "portdir": "devel/entityx",
            "version": "1.3.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alecthomas/entityx",
            "description": "A fast, type-safe C++ Entity-Component system",
            "long_description": "A fast, type-safe C++ Entity-Component system. Entity Component Systems (ECS) are a form of decomposition that completely decouples entity logic and data from the entity \"objects\" themselves. The Evolve your Hierarchy article provides a solid overview of EC systems and why you should use them. EntityX is an EC system that uses C++11 features to provide type-safe component management, event delivery, etc. It was built during the creation of a 2D space shooter.",
            "active": true,
            "categories": [
                "devel",
                "games"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "entr",
            "portdir": "sysutils/entr",
            "version": "5.7",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://eradman.com/entrproject",
            "description": "a utility for running arbitrary commands when files change.",
            "long_description": "a utility for running arbitrary commands when files change. Uses kqueue(2) to avoid polling. entr responds to file system events by executing command line arguments.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "bat-extras"
                    ]
                }
            ]
        },
        {
            "name": "entropy",
            "portdir": "math/entropy",
            "version": "2.0",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.seccuris.com/",
            "description": "calculate the entropy of a given file/stream",
            "long_description": "Entropy is a program that will calculate the entropy of a given set of data. This program is mainly used to benchmark the efficiency of existing or developing compression algorithms.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "entt",
            "portdir": "devel/entt",
            "version": "3.16.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/skypjack/entt",
            "description": "EnTT is a header-only, tiny and easy to use library for game programming and much more written in modern C++.",
            "long_description": "EnTT is a header-only, tiny and easy to use library for game programming and much more written in modern C++.",
            "active": true,
            "categories": [
                "devel",
                "games"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "enumer",
            "portdir": "devel/enumer",
            "version": "1.5.11",
            "license": "BSD",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dmarkham/enumer",
            "description": "A Go tool to auto generate methods for your enums",
            "long_description": "A Go tool to auto generate methods for your enums",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "envelope",
            "portdir": "sysutils/envelope",
            "version": "0.5.1",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mattrighetti/envelope",
            "description": "An environment variables cli tool backed by SQLite",
            "long_description": "An environment variables cli tool backed by SQLite",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "eo",
            "portdir": "science/eo",
            "version": "1.3.1",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://eodev.sourceforge.net/",
            "description": "an evolutionary computation library",
            "long_description": "Evolving Objects (EO) is a templates-based, ANSI-C++ compliant evolutionary computation library. It contains classes for almost any kind of evolutionary computation you might come up with -- at least for the ones we could think of. It is component-based, so that if you don't find the class you need in it, it is very easy to subclass existing abstract or concrete classes.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "jochen",
                    "github": "jokuha",
                    "ports_count": 3
                }
            ],
            "variants": [
                "debug",
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "gcc10",
                "gcc11",
                "gcc12",
                "gccdevel",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnuplot"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "eog",
            "portdir": "gnome/eog",
            "version": "3.38.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Apps/EyeOfGnome",
            "description": "An image viewing and cataloging program.",
            "long_description": "This is the Eye of Gnome, an image viewer program. It is meant to be a fast and functional image viewer as well as an image cataloging program.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "itstool",
                        "clang-17",
                        "python310",
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "gtk-doc"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libexif",
                        "libjpeg-turbo",
                        "librsvg",
                        "libxml2",
                        "glib2",
                        "libpeas1",
                        "gettext-runtime",
                        "shared-mime-info",
                        "desktop-file-utils",
                        "gnome-desktop",
                        "gobject-introspection",
                        "gsettings-desktop-schemas",
                        "gtk3",
                        "exempi",
                        "lcms2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "yelp",
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "eog-plugins",
                        "gnome3-core"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "eog-plugins",
            "portdir": "gnome/eog-plugins",
            "version": "3.26.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Apps/EyeOfGnome",
            "description": "Extra plugins for the Eye of GNOME image viewer",
            "long_description": "Extra plugins for the Eye of GNOME image viewer",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [
                "python310",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "gettext",
                        "libtool",
                        "pkgconfig",
                        "python310"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime",
                        "eog",
                        "libpeas1",
                        "gsettings-desktop-schemas",
                        "gtk3",
                        "libchamplain",
                        "libgdata",
                        "clutter",
                        "clutter-gtk",
                        "libexif"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}