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

{
    "count": 51956,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=970",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=968",
    "results": [
        {
            "name": "mksh",
            "portdir": "shells/mksh",
            "version": "R59c",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mirbsd.org/mksh.htm",
            "description": "A free implementation of the Korn Shell programming language",
            "long_description": "A free implementation of the Korn Shell programming language and a successor to the Public Domain Korn Shell (pdksh).",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mrsh",
            "portdir": "shells/mrsh",
            "version": "0.0.0-20220914",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git.sr.ht/~emersion/mrsh",
            "description": "A minimal POSIX shell.",
            "long_description": "mrsh is a minimal shell striving for POSIX compliance, no less, no more.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [],
            "variants": [
                "readline",
                "libedit",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libedit"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "murex",
            "portdir": "shells/murex",
            "version": "7.2.1001",
            "license": "GPL-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://murex.rocks",
            "description": "Bash-like $SHELL designed for greater commandline productivity and safer shell scripts",
            "long_description": "murex is a shell, like bash / zsh / fish / etc. It follows a similar syntax to POSIX shells like Bash however supports more advanced features than you'd typically expect from a $SHELL. It aims to be similar enough to traditional shells that you can retain most of your muscle memory, while not being afraid to make breaking changes where bash-isms lead to unreadable, hard to maintain, or unsafe code. murex is designed for DevOps productivity so it isn't suited for high-performance workloads beyond what you'd typically run in Bash (eg pipelines forked as concurrent processes).",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "aspell",
                        "aspell-dict-en"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ngs",
            "portdir": "shells/ngs",
            "version": "0.2.17",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ngs-lang.org",
            "description": "Next Generation Shell (NGS)",
            "long_description": "NGS is an alternative shell. At its core is a domain-specific language that was specifically designed to be a shell language. It is designed with a focus on Ops and systems engineering. One way to think about NGS is bash plus data structures plus better syntax and error handling.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gawk",
                        "gsed",
                        "pandoc",
                        "peg",
                        "cmake",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "pcre",
                        "json-c",
                        "boehmgc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nsh",
            "portdir": "shells/nsh",
            "version": "0.4.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nuta/nsh",
            "description": "A command-line shell like fish, but POSIX compatible.",
            "long_description": "A command-line shell that focuses on productivity and swiftness featuring a POSIX compliant interactive shell with some Bash extensions, tab completions and syntax highlighting, Bash completion support (by internally invoking the genuine Bash), builtin zero configration features, and written in Rust.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "bash"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nushell",
            "portdir": "shells/nushell",
            "version": "0.112.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nushell.sh",
            "description": "A new type of shell",
            "long_description": "Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works seamlessly with the data from your filesystem, operating system, and a growing number of file formats to make it easy to build powerful commandline pipelines.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "bastyen.a",
                    "github": "b4nst",
                    "ports_count": 2
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "oilshell",
            "portdir": "shells/oilshell",
            "version": "0.37.0",
            "license": "(Apache-2 or PSF)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://oils.pub",
            "description": "Oils is our upgrade path from bash to a better language and runtime.",
            "long_description": "Oils is our upgrade path from bash to a better language and runtime. Compared to POSIX shell and bash, Oil is easier to learn, write, and debug. It's designed for programmers who know Python, JavaScript, or Ruby, but avoid shell. Oil will do everything bash can, and more. For example, it will have dynamic types and structured data, not just strings.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "oksh",
            "portdir": "shells/oksh",
            "version": "7.8",
            "license": "BSD and ISC and public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ibara/oksh",
            "description": "A portable OpenBSD Korn Shell",
            "long_description": "A portable OpenBSD Korn Shell based on the Public Domain Korn Shell (pdksh)",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "sirn",
                    "github": "sirn",
                    "ports_count": 33
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pdksh",
            "portdir": "shells/pdksh",
            "version": "5.2.14",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20160918190548/http://www.cs.mun.ca/~michael/pdksh/",
            "description": "A Public Domain clone of ksh",
            "long_description": "At the moment, it has most of the ksh88 features, not much of the ksh93 features, and a number of its own features. pdksh was initially created by Eric Gisin using Charles Forsyth's public domain V7 shell as a base as well as parts of the BRL shell. Since then a number of people have maintained and contributed to it",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "posh",
            "portdir": "shells/posh",
            "version": "0.14.1",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://salsa.debian.org/clint/posh",
            "description": "Policy-compliant ordinary shell",
            "long_description": "posh is a stripped-down version of pdksh that aims for compliance with Debian's policy, and few extra features.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "powershell",
            "portdir": "shells/powershell",
            "version": "7.6.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://microsoft.com/PowerShell",
            "description": "Cross-platform automation and configuration tool/framework",
            "long_description": "PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework.",
            "active": true,
            "categories": [
                "shells",
                "dotnet"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "dotnet-cli",
                        "clang-18",
                        "dotnet-sdk-10"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dotnet-runtime-10"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "psh",
            "portdir": "shells/psh",
            "version": "1.9_01-20121218",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gnp.github.io/psh/",
            "description": "The Perl Shell",
            "long_description": "The Perl Shell (psh) combines aspects of bash and other shells with the power of Perl scripting.",
            "active": true,
            "categories": [
                "shells",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-bsd-resource",
                        "p5.34-term-readline-gnu"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rc",
            "portdir": "shells/rc",
            "version": "1.7.4",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://tobold.org/article/rc",
            "description": "A Plan 9 shell",
            "long_description": "This is a reimplementation for Unix, by Byron Rakitzis, of the Plan 9 shell. rc offers much the same capabilities as a traditional Bourne shell, but with a much cleaner syntax.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [],
            "variants": [
                "readline",
                "editline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rootsh",
            "portdir": "shells/rootsh",
            "version": "1.5.3",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://rootsh.sourceforge.net/",
            "description": "logging wrapper for shells",
            "long_description": "Rootsh is a wrapper for shells which logs all echoed keystrokes and terminal output to a file and/or to syslog. Its main purpose is the auditing of users who need a shell with root privileges. They start rootsh through the sudo mechanism.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sudosh",
            "portdir": "shells/sudosh",
            "version": "1.6.3",
            "license": "Copyleft and GPLConflict",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sourceforge.net/projects/sudosh/",
            "description": "sudo shell",
            "long_description": "Sudosh provides a logged root shell that can be used for auditing. It works just like a VCR, records the root shell session and offers real-time playback. Sudosh is designed to be used with sudo in an enterprise environment.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sudosh2",
            "portdir": "shells/sudosh2",
            "version": "1.0.7",
            "license": "OSL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/squash/sudosh2",
            "description": "sudosh is an auditing shell filter and can be used as a login shell.",
            "long_description": "sudosh is an auditing shell filter and can be used as a login shell. sudosh is an auditing shell filter and can be used as a login shell. Sudosh records all keystrokes and output and can play back the session as just like a VCR. Sudosh2 is a continuation of the development of sudosh. Sudosh2 is an auditing layer between sudo and a user's shell, that can also be used as a login shell. User sessions are recorded and are available for later playback by the system administrator. sudosh2 does not record command history except when executed remotely via ssh's command option. If you're looking for something to just log commands, there are other tools for that. sudosh2 does not log sessions to syslog. If you need to consolidate session logs to a single location, logging them to a network filesystem is currently the recommended option. sudosh2 was forked from sudosh, which was pulled by its original developer when a commercial company bought it from him. The initial project goals were to fix several major bugs, make it 64 bit safe, and port to newer versions of Unix operating systems. The initial targets were RHEL5 and Solaris 10, but most recent free Unix systems should work perfectly.",
            "active": true,
            "categories": [
                "security",
                "shells"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tcsh",
            "portdir": "shells/tcsh",
            "version": "6.24.16",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.tcsh.org/",
            "description": "C shell with file name completion and command line editing",
            "long_description": "Tcsh is a version of the Berkeley C-Shell, with the addition of: a command line editor, command and file name completion, listing, etc. and a bunch of small additions to the shell itself.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ncbi_tools"
                    ]
                }
            ]
        },
        {
            "name": "yash",
            "portdir": "shells/yash",
            "version": "2.58.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://magicant.github.io/yash",
            "description": "Yet Another Shell",
            "long_description": "Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as powerful command line editing.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 49
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "asciidoc",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zsh",
            "portdir": "shells/zsh",
            "version": "5.9",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.zsh.org",
            "description": "The Z shell",
            "long_description": "Zsh is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were added.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 49
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gdbm",
                        "ncurses",
                        "pcre",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "zshdb"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "zsh-history-substring-search",
                        "zsh-syntax-highlighting",
                        "zsh-templates-osx"
                    ]
                }
            ]
        },
        {
            "name": "3mux",
            "portdir": "sysutils/3mux",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aaronjanse/3mux",
            "description": "Terminal multiplexer inspired by i3",
            "long_description": "3mux is a terminal multiplexer with out-of-the-box support for search, mouse-controlled scrollback, and i3-like keybindings. Imagine tmux with a smaller learning curve and more user-friendly defaults.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "sikmir",
                    "github": "sikmir",
                    "ports_count": 6
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "AutoRaise",
            "portdir": "sysutils/AutoRaise",
            "version": "2.1.0",
            "license": "GPL-3+",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lhaeger/AutoRaise",
            "description": "AutoRaise raises application windows to the front and gives them focus on mouse hover",
            "long_description": "AutoRaise raises application windows to the front and gives them focus on mouse hover after a configurable delay. There is also an option to warp the mouse to the center of the activated window, using the cmd-tab key combination for example.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "DPCIManager",
            "portdir": "sysutils/DPCIManager",
            "version": "2.0",
            "license": "GPL-2",
            "platforms": "{macosx >= 12}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/MuntashirAkon/DPCIManager",
            "description": "Simple app for viewing PCI hardware info",
            "long_description": "Simple app for viewing PCI hardware info",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "cli",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pciids",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "EFIAgent",
            "portdir": "sysutils/EFIAgent",
            "version": "1.3.6",
            "license": "MIT",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/benbaker76/EFI-Agent",
            "description": "Simple, low resource, efficient and no frills tool to mount EFI partitions.",
            "long_description": "Simple, low resource, efficient and no frills tool to mount EFI partitions.",
            "active": true,
            "categories": [
                "aqua",
                "sysutil"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "FDclone",
            "portdir": "sysutils/FDclone",
            "version": "3.01a",
            "license": "Restrictive/Distributable",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://hp.vector.co.jp/authors/VA012337/soft/fd/index.html",
            "description": "File & Directory Maintenance Tool",
            "long_description": "File & Directory Maintenance Tool",
            "active": true,
            "categories": [
                "sysutils",
                "shells"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "engmes"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "FatDriveSorter",
            "portdir": "sysutils/FatDriveSorter",
            "version": "1.4.0",
            "license": "GPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lwouis/fat-drive-sorter",
            "description": "Actually sort files on your FAT drives",
            "long_description": "FatDriveSorter is a graphical front end for fatsort and helps you actually sort files on your FAT12, FAT16, FAT32, and exFAT drives.",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fatsort"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "FluffyDisplay",
            "portdir": "sysutils/FluffyDisplay",
            "version": "1.0.5",
            "license": "Apache-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tml1024/FluffyDisplay",
            "description": "create virtual displays/screens/monitors",
            "long_description": "FluffyDisplay lets you create virtual displays/screens/monitors on your primary Mac so that you could connect to them from a second computer using VNC or screen sharing and thereby use your second computer's display to extend your primary Mac's screen space.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "Hackintool",
            "portdir": "sysutils/Hackintool",
            "version": "4.1.5",
            "license": "MIT",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/headkaze/Hackintool",
            "description": "The Swiss army knife of vanilla Hackintoshing",
            "long_description": "The Swiss army knife of vanilla Hackintoshing",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pciids"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "HexEditPowerPC",
            "portdir": "sysutils/HexEditPowerPC",
            "version": "2.20",
            "license": "(LGPL-2 or MPL-1)",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/hexedit",
            "description": "Original HexEdit",
            "long_description": "Allows editing of any size file in hexadecimal, decimal and ASCII. A great tool that allows you to edit and analyze the contents for either the data or resource fork of any type of file. 68K, PPC and Carbon run on MacOS 7-9 and X.",
            "active": true,
            "categories": [
                "aqua",
                "devel",
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ImageSnap",
            "portdir": "sysutils/ImageSnap",
            "version": "0.3.0.2",
            "license": "public-domain",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rharder/imagesnap",
            "description": "command-line tool to capture images from iSight or other video source",
            "long_description": "ImageSnap is a command-line tool that lets you capture still images from an iSight or other video source.",
            "active": true,
            "categories": [
                "sysutils",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacPorts",
            "portdir": "sysutils/MacPorts",
            "version": "2.12.5",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org/",
            "description": "The MacPorts Infrastructure",
            "long_description": "MacPorts provides the infrastructure that allows easy installation and management of freely available software on Mac OS X 10.5 or newer systems.",
            "active": true,
            "categories": [
                "sysutils",
                "macports"
            ],
            "maintainers": [
                {
                    "name": "macports-mgr",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "keep_prefix",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacPorts_daemondo",
            "portdir": "sysutils/MacPorts_daemondo",
            "version": "1.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org/",
            "description": "HACK to get daemondo into mpkg",
            "long_description": "Nasty HACK to get daemondo into mpkg. When using MacPorts to create an mpkg, any daemons requiring daemondo would fail. Adding this port as dependency permits them to work.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "mythtv-pkg.27"
                    ]
                }
            ]
        },
        {
            "name": "MachO-Explorer",
            "portdir": "sysutils/MachO-Explorer",
            "version": "20200905",
            "license": "MIT",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/DeVaukz/MachO-Explorer",
            "description": "A graphical Mach-O viewer for macOS. Powered by Mach-O Kit.",
            "long_description": "A graphical Mach-O viewer for macOS. Powered by Mach-O Kit.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "git",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MiddleDrag",
            "portdir": "sysutils/MiddleDrag",
            "version": "1.4.3",
            "license": "MIT",
            "platforms": "{darwin >= 24}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://middledrag.app",
            "description": "Three-finger trackpad gestures for middle-click and middle-drag on macOS",
            "long_description": "Mac trackpads don't have a middle mouse button. Many apps expect one. MiddleDrag fixes this. Three-finger tap for middle-click. Three-finger drag for middle-drag. Works alongside Mission Control and other system gestures.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "hello",
                    "github": "NullPointerDepressiveDisorder",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "OpenIPMI",
            "portdir": "sysutils/OpenIPMI",
            "version": "2.0.37",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://openipmi.sourceforge.net/",
            "description": "OpenIPMI provides a full-function IPMI interface.",
            "long_description": "The Open IPMI project aims to develop an open code base to allow access to platform information using Intelligent Platform Management Interface (IPMI).",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "python",
                "perl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "gsed"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "popt",
                        "net-snmp",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "zabbix42",
                        "zabbix44",
                        "zabbix3"
                    ]
                }
            ]
        },
        {
            "name": "Pallet",
            "portdir": "sysutils/Pallet",
            "version": "1.1",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org/",
            "description": "Aqua application to control a MacPorts installation.",
            "long_description": "Pallet is an aqua application that controls a MacPorts installation, including the installation, upgrading, and removal of individual ports.",
            "active": true,
            "categories": [
                "aqua",
                "sysutils",
                "macports"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "subversion"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "MacPorts_Framework"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "QLColorCode",
            "portdir": "sysutils/QLColorCode",
            "version": "4.1.0",
            "license": "(GPL-3 or MIT)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/anthonygelibert/QLColorCode",
            "description": "Quick Look plugin that renders source code with syntax highlighting.",
            "long_description": "Quick Look plugin that renders source code with syntax highlighting.",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "boost",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "PineFlash",
            "portdir": "sysutils/PineFlash",
            "version": "0.5.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Spagett1/PineFlash",
            "description": "A GUI tool to flash IronOS to the Pinecil V1, V2 and future other pine products",
            "long_description": "A GUI tool to flash IronOS to the Pinecil V1, V2 and future other pine products",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "rust",
                        "cargo",
                        "legacy-support",
                        "makeicns",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "libusb",
                        "curl",
                        "libiconv"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "blisp",
                        "dfu-util"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "QLMarkdown",
            "portdir": "sysutils/QLMarkdown",
            "version": "1.3.6",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/toland/qlmarkdown",
            "description": "QuickLook generator for Markdown files",
            "long_description": "QuickLook generator for Markdown files",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "QLStephen",
            "portdir": "sysutils/QLStephen",
            "version": "1.5.1",
            "license": "public-domain",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/whomwah/qlstephen",
            "description": "A QuickLook plugin that lets you view plain text files without a file extension",
            "long_description": "A QuickLook plugin that lets you view plain text files without a file extension",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "RHash",
            "portdir": "sysutils/RHash",
            "version": "1.4.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rhash/RHash",
            "description": "Utility for calculation and verification of magnet links and various message digests.",
            "long_description": "RHash (Recursive Hasher) is a console utility for calculation and verification of magnet links and various message digests, including CRC32, CRC32C, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, DC++ TTH, BitTorrent BTIH, Tiger, GOST R 34.11-94, GOST R 34.11-2012, RIPEMD-160, HAS-160, EDON-R, and Whirlpool.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libigloo"
                    ]
                }
            ]
        },
        {
            "name": "Serial-Studio",
            "portdir": "sysutils/Serial-Studio",
            "version": "1.1.7",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://serial-studio.github.io/",
            "description": "Multi-purpose serial data visualization & processing program",
            "long_description": "Multi-purpose serial data visualization & processing program",
            "active": true,
            "categories": [
                "sysutils",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "sikmir",
                    "github": "sikmir",
                    "ports_count": 44
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtquickcontrols2",
                        "qt5-qtsvg",
                        "qt5-qtbase",
                        "qt5-qtserialport"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "SilentKnight",
            "portdir": "sysutils/SilentKnight",
            "version": "1.21",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://eclecticlight.co/lockrattler-systhist/",
            "description": "Automatic checking of security systems",
            "long_description": "SilentKnight checks your Mac's basic security systems are active, reports version numbers of security configuration files which are active, the latest updates installed, and makes it easy to check for and install updates. Ideal for checking that SIP is enabled, and it has Apple's latest silent security updates. Also checks EFI firmware, security settings and data files, and has both a summary Help page and a detailed reference.",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "abduco",
            "portdir": "sysutils/abduco",
            "version": "0.6",
            "license": "ISC",
            "platforms": "darwin linux freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/martanne/abduco",
            "description": "abduco is a tool for session {at,de}tach support",
            "long_description": "abduco is a tool for session {at,de}tach support. abduco provides session management i.e. it allows programs to be run independently from their controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "afscompress",
            "portdir": "sysutils/afscompress",
            "version": "1.7.3",
            "license": "GPL-3",
            "platforms": "{darwin >= 10}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RJVB/afsctool",
            "description": "A fork of brkirch's afsctool utility, featuring several improvements.",
            "long_description": "AFSC (Apple File System Compression) tool is a utility that can be used to apply HFS+/APFS compression to file(s), decompress HFS+/APFS compressed file(s), or get information about existing HFS+/APFS compressed file(s). macOS 10.6 or later is required. This fork has several modifications, mostly concerning the compression feature, including: improved error reporting, an attempt to reduce memory pressure pressure compressing large files, support for multiple files/folders specified on the commandline, a backup option while compressing (that comes in addition to the existing undo if something went wrong), and support for files that are read-only (and/or write-only) by changing their permissions temporarily. No error checking is done for this feature; failure will lead to errors that are already caught. The main new feature that justifies the version bump, however, is the parallel processing feature, allowing the user to specify an arbitrary (though positive :)) number of threads that will compress the specified files in parallel.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "georgedp",
                    "github": "ylluminarious",
                    "ports_count": 6
                }
            ],
            "variants": [
                "debug",
                "original_name",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "sparsehash"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "afsctool",
            "portdir": "sysutils/afsctool",
            "version": "1.6.4",
            "license": "GPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://brkirch.wordpress.com/afsctool/",
            "description": "Utility for manipulating HFS+ compressed files",
            "long_description": "AFSC (Apple File System Compression) tool is an utility that can be used to apply HFS+ compression to file(s), decompress HFS+ compressed file(s), or get information about existing HFS+ compressed file(s). Mac OS 10.6 or later is required.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "agrep",
            "portdir": "sysutils/agrep",
            "version": "2.04",
            "license": "Noncommercial",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://netbsd.org",
            "description": "agrep is similar to egrep.",
            "long_description": "agrep is similar to egrep (or grep or fgrep), but it is much more general (and usually faster).",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bsdmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "albafetch",
            "portdir": "sysutils/albafetch",
            "version": "4.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alba4k/albafetch",
            "description": "Faster neofetch alternative, written in C",
            "long_description": "albafetch is a simple and fast program to display a lot of system information in a neofetch-like layout in way less than a second.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "alertmanager",
            "portdir": "sysutils/alertmanager",
            "version": "0.27.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://prometheus.io/docs/alerting/alertmanager",
            "description": "The Alertmanager handles alerts sent by client applications such as the Prometheus server.",
            "long_description": "AlertManager takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "promu",
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "am-utils",
            "portdir": "sysutils/am-utils",
            "version": "6.1.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.am-utils.org",
            "description": "The Berkeley Automounter Suite of Utilities",
            "long_description": "the next generation of the popular BSD Automounter, Amd. Am-utils includes many additional updates, ports, programs, features (such as Autofs support, NFS V.3 support, and shared libraries), bug fixes, and more.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "amazon-ecr-credential-helper",
            "portdir": "sysutils/amazon-ecr-credential-helper",
            "version": "0.12.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/awslabs/amazon-ecr-credential-helper",
            "description": "Automatically gets credentials for Amazon ECR on docker push/docker pull",
            "long_description": "Automatically gets credentials for Amazon ECR on docker push/docker pull. The Amazon ECR Docker Credential Helper is a credential helper for the Docker daemon that makes it easier to use Amazon Elastic Container Registry.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}