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

{
    "count": 51943,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=992",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=990",
    "results": [
        {
            "name": "falcon",
            "portdir": "lang/falcon",
            "version": "0.9.6.8",
            "license": "(GPL-2 or FPLL-1.1)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20250121012652/http://www.falconpl.org/",
            "description": "simple, fast and powerful programming language, easy to learn and to feel comfortable with, and a scripting engine ready to empower mission-critical multithreaded applications.",
            "long_description": "Falcon provides six integrated programming paradigms: procedural, object oriented, prototype oriented, functional, tabular and message oriented. And you don't have to master all of them; you just need to pick the ingredients you prefer, and let the code follow your inspiration.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "curl",
                        "freetype"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kross-interpreters"
                    ]
                }
            ]
        },
        {
            "name": "fakeroot",
            "portdir": "sysutils/fakeroot",
            "version": "1.37",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.debian.org/FakeRoot/",
            "description": "Tool for simulating superuser privileges",
            "long_description": "fakeroot runs a command in an environment where it appears to have root privileges for file manipulation. It does this by means of LD_PRELOAD and SYSV IPC (or TCP) trickery.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fairthreads",
            "portdir": "devel/fairthreads",
            "version": "1.0",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www-sop.inria.fr/mimosa/rp/FairThreads/FTC/",
            "description": "Fair Threads in C",
            "long_description": "FairThreads offers a very simple framework for concurrent and parallel programming. Basically, it defines schedulers which are synchronization servers, to which threads can dynamically link or unlink. All threads linked to the same scheduler are executed in a cooperative way, at the same pace, and they can synchronize and communicate using broadcast events. Threads which are not linked to any scheduler are executed by the OS in a preemptive way, at their own pace. FairThreads offers programming constructs for linking and unlinking threads.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fail2ban",
            "portdir": "security/fail2ban",
            "version": "0.9.4",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.fail2ban.org/",
            "description": "Fail2ban protects computer against brute-force attacks",
            "long_description": "Fail2ban scans log files (e.g. /var/log/apache/error_log) and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc. Generally Fail2Ban then used to update firewall rules to reject the IP addresses for a specified amount of time, although any arbitrary other action (e.g. sending an email, or ejecting CD-ROM tray) could also be configured. Out of the box Fail2Ban comes with filters for various services (apache, curier, ssh, etc).",
            "active": true,
            "categories": [
                "security",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "factor",
            "portdir": "lang/factor",
            "version": "0.97",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.factorcode.org/",
            "description": "A practical stack language",
            "long_description": "The Factor programming language combines powerful language features with a full-featured library. The implementation is fully compiled for performance, while still supporting interactive development. Factor applications are portable between all common platforms. Factor can deploy stand- alone applications on all platforms.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "facter",
            "portdir": "sysutils/facter",
            "version": "1.7.6",
            "license": "Apache-2 and MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://puppetlabs.com/facter",
            "description": "A cross-platform library for describing OS attributes.",
            "long_description": "A cross-platform library for describing OS attributes. Supports multiple resolution mechanisms, any of which can be restricted to working only on certain operating systems or environments. Facter is especially useful for retrieving things like operating system names, IP addresses, MAC addresses, and SSH keys.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "puppet"
                    ]
                }
            ]
        },
        {
            "name": "FACE",
            "portdir": "devel/FACE",
            "version": "1.1.3",
            "license": "(BSD or GPL-3 or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/szaghi/FACE",
            "description": "Fortran Ansi Colors (and Styles) Environment",
            "long_description": "A KISS pure Fortran Library for easy colorize (and stylize) strings.",
            "active": true,
            "categories": [
                "devel",
                "fortran"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fabric_select",
            "portdir": "python/fabric_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default fabric version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of fabric.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-fabric",
                        "py27-fabric",
                        "py36-fabric",
                        "py38-fabric",
                        "py39-fabric",
                        "py310-fabric",
                        "py311-fabric",
                        "py312-fabric",
                        "py313-fabric",
                        "py314-fabric"
                    ]
                }
            ]
        },
        {
            "name": "fabric",
            "portdir": "llm/fabric",
            "version": "1.4.442",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://danielmiessler.com/p/fabric-origin-story",
            "description": "open-source framework for augmenting humans using AI",
            "long_description": "fabric is an open-source framework for augmenting humans using AI. It provides a modular system for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.",
            "active": true,
            "categories": [
                "llm"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "faad2",
            "portdir": "audio/faad2",
            "version": "2.11.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/knik0/faad2",
            "description": "Fastest ISO AAC audio decoder.",
            "long_description": "FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LC (Low Complexity), HE (High Efficiency), LTP (Long Term Prediction), LD (Low Delay) and ER (Error Resiliency) object type AAC files.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dab-cmdline",
                        "qmmp",
                        "moc",
                        "libquicktime",
                        "libquicktime-devel",
                        "xine-lib",
                        "aacgain",
                        "audacious-plugins",
                        "cmus",
                        "ices0",
                        "mpd",
                        "xmms2",
                        "scummvm",
                        "scummvm-devel",
                        "gstreamer010-gst-plugins-bad",
                        "VLC2",
                        "libVLC2",
                        "avidemux",
                        "gpac",
                        "gtkpod",
                        "welle.io",
                        "welle.io-devel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "nrsc5"
                    ]
                }
            ]
        },
        {
            "name": "faac",
            "portdir": "audio/faac",
            "version": "1.40",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/knik0/faac",
            "description": "ISO AAC audio encoder",
            "long_description": "FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 LTP, MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types. It also supports multichannel and gapless encoding.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "ninja",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libquicktime",
                        "libquicktime-devel",
                        "avidemux",
                        "mythtv-core.27",
                        "mythtv-core.28",
                        "transcode"
                    ]
                }
            ]
        },
        {
            "name": "f77_diagram",
            "portdir": "devel/f77_diagram",
            "version": "0.0.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.deater.net/weave/vmwprod/f77_diagram",
            "description": "Fortran 77 flowcharting utility",
            "long_description": "f77_diagram will create a flow-chart of (hopefully) any F77 FORTRAN program.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 96
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "f77chk",
            "portdir": "devel/f77chk",
            "version": "1.2.2f",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://spdg1.sci.shizuoka.ac.jp/contrib/f77chk/index.html.en",
            "description": "Fortran77 source code checker",
            "long_description": "F77chk is written in Perl and checks consistencies of arguments at every calls to externals in source files. Including definition files, in which definitions of externals in libraries are listed, entire consistencies of arguments can be checked to reduce run time errors. A definition file for a library can be generated by f77chk automatically if the source code is available, or by hand referring user's manuals, for example.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "f3",
            "portdir": "sysutils/f3",
            "version": "8.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://oss.digirati.com.br/f3/",
            "description": "Verifies the reliability of local storage, e.g. flash",
            "long_description": "F3 stands for Fight Flash Fraud, or Fight Fake Flash, and will tell if a flash drive reports more capacity than it actually has. It writes known data on any local storage until it is full, and in a second phase, it reads all the data back and verifies it. If the storage is reliable, no discrepancies will be found.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 146
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "argp-standalone"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "f2c",
            "portdir": "lang/f2c",
            "version": "20240504",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://netlib.org/f2c/",
            "description": "Fortran to C converter",
            "long_description": "f2c is a Fortran to C converter.",
            "active": true,
            "categories": [
                "lang",
                "fortran"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libf2c"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fort77"
                    ]
                }
            ]
        },
        {
            "name": "ezstream",
            "portdir": "audio/ezstream",
            "version": "1.0.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.icecast.org/ezstream/",
            "description": "command line source client for Icecast media streaming servers",
            "long_description": "ezstream is a command line source client for Icecast media streaming servers. It began as the successor of the old \"shout\" utility, and has since gained a lot of useful features.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "check",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libshout2",
                        "libxml2",
                        "taglib",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ez-ipupdate",
            "portdir": "net/ez-ipupdate",
            "version": "3.0.11b7",
            "license": "GPL-2+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ez-ipupdate.com",
            "description": "dynamic dns client",
            "long_description": "ez-ipupdate is a small utility for updating your host name at one of the dynamic DNS services. The daemon mode is currently not working under Darwin/OS-X.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "eza",
            "portdir": "sysutils/eza",
            "version": "0.23.4",
            "license": "EUPL-1.2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://eza.rocks",
            "description": "A modern, maintained replacement for ls",
            "long_description": "eza is a modern, maintained replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems, giving it more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary. By deliberately making some decisions differently, eza attempts to be a more featureful, more user-friendly version of ls.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1054
                }
            ],
            "variants": [
                "git",
                "doc",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "cargo",
                        "legacy-support",
                        "rust",
                        "pandoc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgit2",
                        "libunwind",
                        "libiconv",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "eyeclock",
            "portdir": "x11/eyeclock",
            "version": "2.0",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://web.ffn.ne.jp/~hsakai/myfreesoft/index.html#3",
            "description": "A clock with eyes following the mouse pointer",
            "long_description": "EyeClock is a simple clock application for X11. You can put your favorite picture on the face of the clock. And you can move the eyes of the picture following the mouse pointer.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXt",
                        "xpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "eye",
            "portdir": "science/eye",
            "version": "1.4.1",
            "license": "CeCILL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.astromatic.net/software/eye/",
            "description": "software for training SExtractor's retina",
            "long_description": "Eye stands for Enhance your Extraction: software for training SExtractor's retina. The retina expands the possibility offered by traditional convolution (e.g. matched filtering) to the non-linear domain. A neural network, connected to pixels of a moving window (retina) in one or several input image(s), is trained to associate these stimuli to the corresponding response in one or several model image(s). The resulting filter can then be loaded in SExtractor to operate complex, wildly non-linear filters on astronomical images. Typical applications of this system include adaptive filtering, feature detection and cosmetic corrections.",
            "active": true,
            "categories": [
                "graphics",
                "science"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ex-vi",
            "portdir": "editors/ex-vi",
            "version": "050325",
            "license": "BSD-old and LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ex-vi.sourceforge.net/",
            "description": "the traditional ex/vi editor",
            "long_description": "the traditional ex/vi editor",
            "active": true,
            "categories": [
                "editors"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "extractpdfmark",
            "portdir": "textproc/extractpdfmark",
            "version": "1.1.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/trueroad/extractpdfmark",
            "description": "Extract page mode and named destinations as PDFmark from PDF.",
            "long_description": "This tool helps ghostscript circumvent a bug while embedding PDF files in another PDF document (https://bugs.ghostscript.com/show_bug.cgi?id=695760) If you have control over font embedding in all PDF files, the resulting PDF can become *much* smaller and still fully functional.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "wl",
                    "github": "lemzwerg",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "poppler",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "lilypond",
                        "lilypond-devel"
                    ]
                }
            ]
        },
        {
            "name": "extractopinion",
            "portdir": "textproc/extractopinion",
            "version": "1.2",
            "license": "(BSD or LGPL or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://alaginrc.nict.go.jp/opinion/index.html",
            "description": "an opinion extraction tool for Japanese texts",
            "long_description": "extractopinion is an opinion extraction tool for Japanese texts.",
            "active": true,
            "categories": [
                "textproc",
                "japanese"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "crfpp",
                        "juman6",
                        "gawk",
                        "libiconv",
                        "p5.34-text-csv_xs",
                        "knp3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "extfstools",
            "portdir": "sysutils/extfstools",
            "version": "20230925-3541ca09",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nlitsme/extfstools",
            "description": "tools for reading ext2/ext3/ext4 filesystem images",
            "long_description": "extfstools provides tools for reading ext2/ext3/ext4 filesystem images.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ext4fuse",
            "portdir": "fuse/ext4fuse",
            "version": "0.1.3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gerard/ext4fuse",
            "description": "ext4 filesystem in user space",
            "long_description": "Implementation of the ext4 filesystem in user space, using the FUSE library. This allows read-only access.",
            "active": true,
            "categories": [
                "fuse"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "fs_link"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "macfuse"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ext2fuse",
            "portdir": "fuse/ext2fuse",
            "version": "0.8.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/ext2fuse/",
            "description": "ext2 filesystem in user space",
            "long_description": "Implementation of the ext2 filesystem in user space, using the FUSE library.",
            "active": true,
            "categories": [
                "fuse"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "e2fsprogs",
                        "macfuse"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "expresso",
            "portdir": "sysutils/expresso",
            "version": "1.3.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sttz/expresso",
            "description": "expresso is a command line interface to control the ExpressVPN app",
            "long_description": "expresso is a command line interface to control the ExpressVPN app. It uses the same native messaging interface as the open-source ExpressVPN browser extension.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "msbuild",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "mono"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "expreduce",
            "portdir": "math/expreduce",
            "version": "0.5.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/corywalker/expreduce",
            "description": "An experimental computer algebra system written in Go",
            "long_description": "Expreduce implements a language with specialized constructs for term rewriting. It is a neat language for a computer algebra system because it is able to express expression manipulation steps in a form very similar to standard math equations",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1054
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "exploitdb",
            "portdir": "security/exploitdb",
            "version": "2022-10-18",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.exploit-db.com",
            "description": "Offensive Security’s Exploit Database Archive",
            "long_description": "Offensive Security’s Exploit Database Archive",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "bash"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "expgram",
            "portdir": "textproc/expgram",
            "version": "0.2.1",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://att-astrec.nict.go.jp/product/expgram/",
            "description": "an ngram toolkit with succinct storage",
            "long_description": "an ngram toolkit with succinct storage",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gfortran",
                "mpich",
                "openmpi"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-docutils",
                        "py27-pygments",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost171",
                        "mpich-clang18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cicada"
                    ]
                }
            ]
        },
        {
            "name": "expense.txt",
            "portdir": "office/expense.txt",
            "version": "1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tazzben/expense.txt",
            "description": "Expense.txt allows you to track and analyze your expenses using plain text files.",
            "long_description": "Expense.txt allows you to track and analyze your expenses using plain text files. With this tool you can see what your spending money on, search based on categories, projects amounts, dates or some combination of the aforementioned list. The format of the expense file is completely freeform and consistent with GTD style for todos.",
            "active": true,
            "categories": [
                "office"
            ],
            "maintainers": [
                {
                    "name": "bosmith",
                    "github": "tazzben",
                    "ports_count": 9
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-dateutil"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "expenses",
            "portdir": "finance/expenses",
            "version": "0.2.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/manojkarthick/expenses",
            "description": "Simple, Interactive, command line Expense logger",
            "long_description": "An interactive command line expense logger. Answer a series of questions to log your expenses. Currently writes to CSV and SQLite backends.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "smanojkarthick",
                    "github": "manojkarthick",
                    "ports_count": 10
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "expect",
            "portdir": "devel/expect",
            "version": "5.45.4",
            "license": "Tcl/Tk",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://expect.sourceforge.net/",
            "description": "An automating and testing tool",
            "long_description": "Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "dejagnu",
                        "viking"
                    ]
                }
            ]
        },
        {
            "name": "expat",
            "portdir": "textproc/expat",
            "version": "2.7.5",
            "license": "MIT",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.libexpat.org/",
            "description": "XML 1.0 parser written in C",
            "long_description": "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "lzip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "php70-wddx",
                        "libosmium-doc",
                        "php56-wddx",
                        "php72-wddx",
                        "php55-wddx",
                        "libosmium",
                        "php54-wddx",
                        "php71-wddx",
                        "php53-wddx",
                        "php73-wddx",
                        "php52-wddx"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "audacity",
                        "python314",
                        "python314-freethreading",
                        "htcondor",
                        "subversion-pythonbindings-3.9",
                        "audacity2",
                        "audacity-devel",
                        "qgis3",
                        "gdal",
                        "gdal-hdf5",
                        "gdal-kea",
                        "gdal-netcdf",
                        "subversion-pythonbindings-2.7",
                        "subversion-pythonbindings-3.5",
                        "subversion-pythonbindings-3.6",
                        "subversion-pythonbindings-3.7",
                        "py37-graph-tool",
                        "py37-astropy",
                        "py38-graph-tool",
                        "subversion-pythonbindings-3.8",
                        "py38-astropy",
                        "osm2pgsql-lua",
                        "py39-astropy",
                        "py39-graph-tool",
                        "R-units",
                        "BoCA",
                        "libofa",
                        "normalize",
                        "shntool",
                        "tenacity",
                        "arm-none-eabi-gdb",
                        "avr-gdb",
                        "spatialite-tools",
                        "zebra",
                        "apr-util",
                        "boost169",
                        "boost171",
                        "boost176",
                        "boost178",
                        "boost181",
                        "boost187",
                        "boost188",
                        "cegui",
                        "cmake",
                        "cmake-gui",
                        "cmake-docs",
                        "cmake-devel",
                        "cmake-devel-docs",
                        "cmake-gui-devel",
                        "cmake-docs-devel",
                        "dbus",
                        "dbus-glib",
                        "gdb",
                        "git",
                        "git-devel",
                        "libpdel",
                        "libsolv",
                        "libxspf",
                        "log4c",
                        "log4cxx",
                        "poco",
                        "subversion",
                        "subversion-javahlbindings",
                        "subversion-python27bindings",
                        "subversion-perlbindings-5.28",
                        "subversion-perlbindings-5.30",
                        "subversion-perlbindings-5.32",
                        "subversion-perlbindings-5.34",
                        "subversion-rubybindings",
                        "subversion-pythonbindings-3.10",
                        "subversion-pythonbindings-3.11",
                        "subversion-pythonbindings-3.12",
                        "zeroc-ice33",
                        "zeroc-ice34",
                        "zeroc-ice35",
                        "advancemame",
                        "mame",
                        "scummvm",
                        "scummvm-devel",
                        "ggz-client-libs",
                        "wesnoth",
                        "libkml",
                        "orfeotoolbox",
                        "osm2pgrouting",
                        "py310-orfeotoolbox",
                        "py311-orfeotoolbox",
                        "py312-orfeotoolbox",
                        "py313-orfeotoolbox",
                        "py314-orfeotoolbox",
                        "osm2pgsql",
                        "osmium-tool",
                        "Aseprite",
                        "ImageMagick",
                        "ImageMagick7",
                        "InsightToolkit",
                        "InsightToolkit4",
                        "py310-InsightToolkit",
                        "py311-InsightToolkit",
                        "py312-InsightToolkit",
                        "py313-InsightToolkit",
                        "py310-InsightToolkit4",
                        "py311-InsightToolkit4",
                        "py312-InsightToolkit4",
                        "py313-InsightToolkit4",
                        "cairo",
                        "cairo-devel",
                        "exact-image",
                        "exiv2",
                        "fontconfig",
                        "gpick",
                        "graphviz-devel",
                        "graphviz",
                        "libwmf",
                        "opencolorio",
                        "poppler",
                        "poppler-qt5",
                        "poppler-devel",
                        "poppler-devel-qt5",
                        "poppler-qt4-mac",
                        "vips",
                        "wxWidgets-2.8",
                        "wxWidgets-3.0",
                        "wxgtk-2.8",
                        "wxWidgets-3.0-cxx11",
                        "wxPython-3.0",
                        "wxgtk-3.0",
                        "wxgtk-3.0-cxx11",
                        "wxWidgets-3.2",
                        "digikam",
                        "kopete",
                        "gawk-xml",
                        "gst",
                        "php74-xmlrpc",
                        "php73-xmlrpc",
                        "php72-xmlrpc",
                        "php71-xmlrpc",
                        "php70-xmlrpc",
                        "php56-xmlrpc",
                        "php55-xmlrpc",
                        "php54-xmlrpc",
                        "php53-xmlrpc",
                        "php52-xmlrpc",
                        "pypy",
                        "pypy36",
                        "pypy37",
                        "pypy38",
                        "pypy39",
                        "python27",
                        "python310",
                        "python311",
                        "python312",
                        "python313",
                        "python313-freethreading",
                        "python34",
                        "python35",
                        "python37",
                        "python36",
                        "python39",
                        "python38",
                        "racket",
                        "lua54-luaexpat",
                        "lua53-luaexpat",
                        "lua52-luaexpat",
                        "lua51-luaexpat",
                        "libetpan",
                        "mail-server",
                        "gnuplot",
                        "gnudatalanguage",
                        "despotify",
                        "mkvtoolnix",
                        "mkvtoolnix-devel",
                        "mkvtoolnix-legacy",
                        "antinat",
                        "avahi",
                        "ejabberd",
                        "gq",
                        "jabber",
                        "jabberd",
                        "lftp",
                        "libmetalink",
                        "libstrophe",
                        "mldonkey",
                        "newsraft",
                        "profanity",
                        "rpki-client",
                        "tcpflow",
                        "tcpflow-devel",
                        "unbound",
                        "libreoffice",
                        "p5.28-xml-parser",
                        "p5.30-xml-parser",
                        "p5.32-xml-parser",
                        "p5.34-xml-parser",
                        "scribus",
                        "scribus-devel",
                        "py310-astropy",
                        "py311-astropy",
                        "py312-astropy",
                        "py313-astropy",
                        "py314-astropy",
                        "py310-graph-tool",
                        "py311-graph-tool",
                        "py312-graph-tool",
                        "py313-graph-tool",
                        "rb-xmlparser",
                        "EMBOSS",
                        "gdcm",
                        "gdcm2",
                        "gds",
                        "geant4.10.3",
                        "geant4.10.4",
                        "geant4.10.5",
                        "geant4.10.6",
                        "iAIDA",
                        "magicspp",
                        "memesuite",
                        "metview",
                        "ncview",
                        "paraview",
                        "root5",
                        "root6",
                        "udunits2",
                        "vapor",
                        "afflib",
                        "bulk_extractor",
                        "ophcrack",
                        "rats",
                        "redwax-tool",
                        "voms",
                        "rpm54",
                        "cmconvert",
                        "freexl",
                        "intltool",
                        "sablotron",
                        "sphinx",
                        "tDOM",
                        "wbxml2",
                        "xml-coreutils",
                        "NetSurf",
                        "apache2",
                        "elinks",
                        "elinks-devel",
                        "flood",
                        "libwww",
                        "litmus",
                        "lws",
                        "neon",
                        "Xft2",
                        "gcin",
                        "libhangul",
                        "subversion-perlbindings-5.26",
                        "mesa",
                        "p5.26-xml-parser",
                        "py27-astropy",
                        "py35-astropy",
                        "py36-astropy",
                        "python27-bootstrap",
                        "py27-graph-tool",
                        "pwlib",
                        "python315-devel",
                        "python315-freethreading-devel",
                        "wxsvg"
                    ]
                }
            ]
        },
        {
            "name": "exonerate",
            "portdir": "science/exonerate",
            "version": "2.4.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nathanweeks/exonerate",
            "description": "A generic tool for sequence alignment",
            "long_description": "Exonerate is a generic tool for pairwise sequence comparison. It allows you to align sequences using many alignment models, using either exhaustive dynamic programming, or a variety of heuristics.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "mg13",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "exodriver",
            "portdir": "science/exodriver",
            "version": "2.5.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://labjack.com/support/linux-and-mac-os-x-drivers",
            "description": "The Exodriver is a thin interface (think exoskeleton) to LabJack devices",
            "long_description": "The Exodriver is a thin interface (think exoskeleton) to LabJack devices. The library can open, close, read from, and write to a LabJack U3, U6, UE9, and U12.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libusb"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-LabJackPython",
                        "py37-LabJackPython",
                        "py38-LabJackPython",
                        "py39-LabJackPython",
                        "py310-LabJackPython",
                        "py312-LabJackPython"
                    ]
                }
            ]
        },
        {
            "name": "exo",
            "portdir": "xfce/exo",
            "version": "4.18.0",
            "license": "GPL-2+ and LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.xfce.org/xfce/exo/start",
            "description": "libexo is targeted at application development for Xfce",
            "long_description": "libexo is targeted at application development for Xfce",
            "active": true,
            "categories": [
                "xfce"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "intltool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk3",
                        "p5.34-uri",
                        "libxfce4ui",
                        "libxfce4util"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "Thunar",
                        "orage",
                        "xfce",
                        "xfce4-panel",
                        "xfce4-settings",
                        "xfce4-terminal"
                    ]
                }
            ]
        },
        {
            "name": "exiv2",
            "portdir": "graphics/exiv2",
            "version": "0.27.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.exiv2.org",
            "description": "EXIF and IPTC metadata manipulation library and tools",
            "long_description": "Exiv2 comprises of a C++ library and a command line utility which allows you to manipulate EXIF and IPTC image metadata.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "cmake",
                        "gmake",
                        "python311"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "gettext",
                        "expat",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py39-pysaga",
                        "py310-pysaga",
                        "py311-pysaga",
                        "py312-pysaga",
                        "py314-pysaga",
                        "py313-pysaga"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nomacs",
                        "libextractor",
                        "gpscorrelate",
                        "gexiv2",
                        "gthumb",
                        "GIMP-Lensfun",
                        "darktable",
                        "darktable-devel",
                        "geeqie",
                        "hugin-app",
                        "photoqt",
                        "photoqt-qt4",
                        "rawproc",
                        "rawstudio",
                        "rawtherapee",
                        "ufraw",
                        "gwenview",
                        "kde4-runtime",
                        "kfilemetadata",
                        "libkexiv2",
                        "nepomuk-core",
                        "gegl-devel",
                        "mythtv-core.28",
                        "gegl",
                        "gegl-0.3",
                        "qgis3",
                        "saga",
                        "luminance-hdr"
                    ]
                }
            ]
        },
        {
            "name": "exim",
            "portdir": "mail/exim",
            "version": "4.94.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.exim.org/",
            "description": "complete replacement for sendmail",
            "long_description": "Exim is a mail transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. In overall style it is similar to Smail 3, but its facilities are more extensive.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "mysql5",
                "ldap",
                "macports_ldap"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pcre",
                        "clang-18",
                        "perl5"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "db48",
                        "openssl",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "exiftran",
            "portdir": "graphics/exiftran",
            "version": "2.14",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kraxel.org/blog/linux/fbida/",
            "description": "A tool for transformations on JPEG from fbida",
            "long_description": "A command line tool for lossless transformations of JPEG images images. exiftran is similar to jpegtran, but respects EXIF data. This utility is part of the fbida project.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libexif",
                        "libjpeg-turbo",
                        "libpixman"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "geeqie"
                    ]
                }
            ]
        },
        {
            "name": "exiftool",
            "portdir": "perl/exiftool",
            "version": "13.580.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://exiftool.org",
            "description": "exiftool - General command line utility to read, write and edit EXIF metadata",
            "long_description": "exiftool - General command line utility to read, write and edit EXIF metadata",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2646
                }
            ],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-image-exiftool"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "ale",
                        "darktable",
                        "darktable-devel",
                        "geeqie",
                        "mat2"
                    ]
                }
            ]
        },
        {
            "name": "exiftags",
            "portdir": "graphics/exiftags",
            "version": "1.01",
            "license": "BSD-old",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://johnst.org/sw/exiftags",
            "description": "Utility spits out Exif tags from a digital camera JPEG file",
            "long_description": "The exiftags utility parses a specified JPEG file or, by default, its standard input, looking for a JPEG APP1 section containing Exif (Exchangeable Image File) image metadata. The properties contained in these data are then printed to the standard output. Digital cameras typically add Exif data to the image files they produce, containing information about the camera and digitized image.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "exif",
            "portdir": "graphics/exif",
            "version": "0.6.22",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/libexif/exif",
            "description": "Command line tool to read, write, modify and display EXIF data",
            "long_description": "Command line utility to read, write, modify and display EXIF data found in digital image files written by digital cameras.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "popt",
                        "libexif"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "exfat-utils",
            "portdir": "sysutils/exfat-utils",
            "version": "1.4.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/relan/exfat",
            "description": "Filesystem utilities from a free, full-featured exFAT file system implementation for Unix-like systems",
            "long_description": "Filesystem utilities from a free, full-featured exFAT file system implementation for Unix-like systems",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "exercism",
            "portdir": "devel/exercism",
            "version": "3.5.8",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://exercism.org",
            "description": "Command-line tool to interact with exercism.org",
            "long_description": "Solve coding exercises and get mentored to gain true fluency in your chosen programming languages. Exercism is open-source and not-for-profit.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "dharalanov",
                    "github": "dalizard",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "exempi",
            "portdir": "graphics/exempi",
            "version": "2.6.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libopenraw.freedesktop.org/exempi/",
            "description": "Exempi is an implementation of XMP.",
            "long_description": "Exempi is an implementation of XMP. Version 2.6.4 is based on Adobe XMP SDK v2023.07.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2646
                }
            ],
            "variants": [
                "unit_test",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "eog",
                        "nautilus",
                        "tellico",
                        "EqualX"
                    ]
                }
            ]
        },
        {
            "name": "exec-wrapper",
            "portdir": "sysutils/exec-wrapper",
            "version": "1.0.1",
            "license": "GPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/exec-wrapper/",
            "description": "script that creates setuid-wrappers for scripts and other executables",
            "long_description": "exec-wrapper is a script that creates setuid-wrappers for scripts and other executables.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 100
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "coreutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "execline",
            "portdir": "lang/execline",
            "version": "2.9.9.0",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://skarnet.org/software/execline/",
            "description": "non-interactive scripting language",
            "long_description": "execline is a (non-interactive) scripting language, like sh - but its syntax is quite different from a traditional shell syntax. The execlineb program is meant to be used as an interpreter for a text file; the other commands are essentially useful inside an execlineb script. execline is as powerful as a shell: it features conditional loops, getopt-style option handling, filename globbing, and more. Meanwhile, its syntax is far more logic and predictable than the shell's syntax, and has no security issues.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "skalibs",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "s6"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "s6"
                    ]
                }
            ]
        },
        {
            "name": "exact-image",
            "portdir": "graphics/exact-image",
            "version": "1.2.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://exactcode.com/opensource/exactimage/",
            "description": "a fast, modern and generic image processing library",
            "long_description": "ExactImage is a fast, modern and generic image processing library.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng",
                        "openexr",
                        "tiff",
                        "antigraingeometry",
                        "expat",
                        "jasper2",
                        "libheif",
                        "lcms"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "pdfsandwich"
                    ]
                }
            ]
        },
        {
            "name": "exabgp",
            "portdir": "net/exabgp",
            "version": "5.0.4",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Exa-Networks/exabgp",
            "description": "BGP swiss army knife",
            "long_description": "Control your network using BGP from any commodity servers and reap the benefit of software defined networking without OpenFlow. Receive parsed BGP updates in friendly form (plain text or JSON) and manipulate them with simple scripts.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}