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

{
    "count": 51891,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=989",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=987",
    "results": [
        {
            "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": "xonsh",
            "portdir": "shells/xonsh",
            "version": "0.23.5",
            "license": "Permissive",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/xonsh/xonsh",
            "description": "Xonsh is a Python-ish, BASHwards-looking shell language and command prompt.",
            "long_description": "Xonsh is a Python-ish, BASHwards-looking shell language and command prompt. The language is a superset of Python 3.4+ with additional shell primitives that you are used to from Bash and IPython. It works on all major systems including Linux, macOS, and Windows. Xonsh is meant for the daily use of experts and novices alike.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [
                "python310",
                "python311",
                "python312",
                "python313",
                "python314"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pygments",
                        "py314-gnureadline",
                        "py314-prompt_toolkit",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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": 222
                }
            ],
            "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",
                        "zabbix4",
                        "zabbix5"
                    ]
                }
            ]
        },
        {
            "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": 1052
                }
            ],
            "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": 1052
                }
            ],
            "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": 1052
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "amttools",
            "portdir": "sysutils/amttools",
            "version": "1.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kraxel.org/blog/linux/amtterm/",
            "description": "Intel AMT® Serial-over-LAN client and tools",
            "long_description": "AMT (included in Intel vPro and Centrino Pro) provides out-of-band (OOB) management for Desktops and Laptops, using an agent integrated in the network adapter and in the motherboard. Serial-over-lan provides a secure way to connect a remote computer, through a pseudo serial interface. amtterm and gamt are two terminal tools to connect to that pseudo serial interface from a remote computer. amttool is a perl script to gather information about and remotely control AMT managed computers. Note that AMT 9.0 dropped support for the old SOAP- protocol-based communication this package implements. Newer versions use WS Management implemented starting with AMT 3.0 and are not supported by this software.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ionic",
                    "github": "Ionic",
                    "ports_count": 24
                }
            ],
            "variants": [
                "universal",
                "gtk"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk3",
                        "vte"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.34-soap-lite"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "anacron",
            "portdir": "sysutils/anacron",
            "version": "2.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sourceforge.net/projects/anacron",
            "description": "Schedules periodic jobs on systems that are not permanently up",
            "long_description": "Anacron is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "andatool",
            "portdir": "sysutils/andatool",
            "version": "0.8",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20161011014755/https://www.vanheusden.com/andatool/",
            "description": "Andatool displays in realtime how often regular expressions match",
            "long_description": "Andatool displays in realtime how often one or more regular expressions match with what scrolls-by in a logfile. That way you can see quickly, for example, what firewall-rules get triggered most.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ansible",
            "portdir": "sysutils/ansible",
            "version": "2.3.2.0.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": "py-ansible",
            "homepage": "https://github.com/ansible/ansible",
            "description": "SSH-based configuration management and deployment system",
            "long_description": "Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "pedro.salgado",
                    "github": "steenzout",
                    "ports_count": 53
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ansible-lint",
            "portdir": "sysutils/ansible-lint",
            "version": "26.1.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ansible/ansible-lint",
            "description": "Best practices checker for Ansible playbooks",
            "long_description": "ansible-lint checks playbooks for practices and behaviour that could potentially be improved",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "zdw",
                    "github": "zdw",
                    "ports_count": 1
                },
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-toml",
                        "py314-setuptools_scm",
                        "py314-wheel",
                        "py314-setuptools",
                        "py314-installer",
                        "clang-18",
                        "py314-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-wcmatch",
                        "py314-jsonschema",
                        "py314-ruamel-yaml-clib",
                        "python314",
                        "py314-packaging",
                        "py314-filelock",
                        "py314-yaml",
                        "py314-ruamel-yaml",
                        "py314-enrich",
                        "py314-tenacity"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-ansible",
                        "py314-ansible-compat",
                        "py314-black",
                        "py314-importlib-metadata",
                        "yamllint"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "antibody",
            "portdir": "sysutils/antibody",
            "version": "6.1.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://getantibody.github.io",
            "description": "The fastest shell plugin manager",
            "long_description": "Antibody is a shell plugin manager made from the ground up thinking about performance.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "anyrow",
            "portdir": "sysutils/anyrow",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://anyrow.ai",
            "description": "AI-native document extraction CLI",
            "long_description": "Command-line client for Anyrow. Extract structured data from PDFs, images, emails, calls, and websites. Manages tables, rows, batches, and live extraction streams. Config via ~/.config/anyrow/config.toml or ANYROW_API_KEY.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "lovro.zagar5",
                    "github": "lovrozagar",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "apachetop",
            "portdir": "sysutils/apachetop",
            "version": "0.23.2",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tessus/apachetop",
            "description": "top-like display of Apache logs",
            "long_description": "ApacheTop watches a logfile generated by Apache (in standard common or combined logformat, and generates human-parsable output in realtime.",
            "active": true,
            "categories": [
                "sysutils",
                "www"
            ],
            "maintainers": [
                {
                    "name": "tessarek",
                    "github": "tessus",
                    "ports_count": 4
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "pcre2",
                        "readline",
                        "adns"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "apcupsd",
            "portdir": "sysutils/apcupsd",
            "version": "3.14.14",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.apcupsd.org",
            "description": "APC UPS Daemon",
            "long_description": "Apcupsd can be used for power mangement and controlling most of APC’s UPS models on Unix and Windows machines.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "stephen",
                    "github": "stephenreay",
                    "ports_count": 1
                }
            ],
            "variants": [
                "usb",
                "modbus",
                "cgi",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "apl_select",
            "portdir": "sysutils/apl_select",
            "version": "1.0",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Common files for selecting default apl version",
            "long_description": "apl_select installs files that allow 'port select' to switch the default version of apl. It symlinks the standard apl executables in the MacPorts prefix to the selected version.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "casouri",
                    "github": "casouri",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gnu-apl"
                    ]
                }
            ]
        },
        {
            "name": "apparix",
            "portdir": "sysutils/apparix",
            "version": "11-062",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://micans.org/apparix/",
            "description": "File system navigation on steroids",
            "long_description": "Apparix allows fast file system navigation by bookmarking directories and jumping to a bookmark directly.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "matias.piipari",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arq_restore",
            "portdir": "sysutils/arq_restore",
            "version": "5.7",
            "license": "MIT",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/arqbackup/arq_restore",
            "description": "command-line utility for restoring from backups created by Arq",
            "long_description": "arq_restore is a command-line utility for restoring from backups created by Arq. See https://www.arqbackup.com",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl10"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "as-tree",
            "portdir": "sysutils/as-tree",
            "version": "0.12.0",
            "license": "permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jez/as-tree",
            "description": "Print a list of paths as a tree of paths",
            "long_description": "Print a list of paths as a tree of paths. This tool is particularly useful when used with find or fd to produce such a list of files. It's similar in spirit to tree, but find and fd tend to be more powerful when it comes to controlling which files to list.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1052
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "asciinema",
            "portdir": "sysutils/asciinema",
            "version": "3.2.0",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://asciinema.org",
            "description": "Record and share your terminal sessions, the right way",
            "long_description": "Forget screen recording apps and blurry video. Enjoy a lightweight, purely text based approach to terminal recording. asciinema is a free and open source solution for recording terminal sessions and sharing them on the web.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 49
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "asdf",
            "portdir": "sysutils/asdf",
            "version": "0.18.1",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://asdf-vm.com/",
            "description": "Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more",
            "long_description": "asdf is a CLI tool that can manage multiple language runtime versions on a per-project basis.",
            "active": true,
            "categories": [
                "devel",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1052
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git",
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}