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

{
    "count": 50520,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=605",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=603",
    "results": [
        {
            "name": "lmms",
            "portdir": "multimedia/lmms",
            "version": "1.2.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lmms.io/",
            "description": "Linux Multimedia Studio",
            "long_description": "LMMS is a free cross-platform alternative to commercial programs like FL Studio®, which allow you to produce music with your computer. This includes the creation of melodies and beats, the synthesis and mixing of sounds, and arranging of samples. You can have fun with your MIDI-keyboard and much more, all in a user-friendly and modern interface.",
            "active": true,
            "categories": [
                "multimedia",
                "audio"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt5-qttools",
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libvorbis",
                        "portaudio",
                        "stk",
                        "fltk",
                        "fftw-3-single",
                        "fluidsynth",
                        "libogg",
                        "libsdl",
                        "qt5-qtbase",
                        "jack",
                        "libsamplerate",
                        "libsndfile"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "RigCtldGUI",
            "portdir": "science/RigCtldGUI",
            "version": "20220406-d49f88b9",
            "license": "GPL-2",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dl1ycf/RigCtldGUI",
            "description": "a graphical user interface for rig control, offering also rigctld functionality",
            "long_description": "RigCtldGUI is a graphical user interface for rig control, offering also rigctld functionality",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fltk",
                        "portaudio",
                        "hamlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xdiskusage",
            "portdir": "x11/xdiskusage",
            "version": "1.60",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://xdiskusage.sourceforge.net/",
            "description": "program to show you what is using up all your disk space",
            "long_description": "xdiskusage is a program to show you what is using up all your disk space.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fltk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gdb",
            "portdir": "devel/gdb",
            "version": "16.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gdb/",
            "description": "GDB: The GNU Project Debugger",
            "long_description": "GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed. GDB can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act: a) start your program, specifying anything that might affect its behavior, b) make your program stop on specified conditions, c) examine what has happened, when your program has stopped, d) change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another. The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages). Those programs might be executing on the same machine as GDB (native) or on another machine (remote). GDB can run on most popular UNIX and Microsoft Windows variants.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "python27",
                "python35",
                "python36",
                "python37",
                "python38",
                "python39",
                "python310",
                "python311",
                "python312",
                "multiarch"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "mpfr",
                        "ncurses",
                        "zlib",
                        "libiconv",
                        "gettext-runtime",
                        "expat",
                        "boehmgc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "upc"
                    ]
                }
            ]
        },
        {
            "name": "xtail",
            "portdir": "sysutils/xtail",
            "version": "2.1",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20200222030047/http://www.unicom.com/sw/xtail",
            "description": "like 'tail -f' on a bunch of files at once",
            "long_description": "xtail watches the growth of files. It's like running a tail -f on a bunch of files at once. My favorite usage is: xtail /var/log/* You can specify both filenames and directories on the command line. If you specify a directory, it watches all the files in that directory. It will notice when new files are created (and start watching them) or when old files are deleted (and stop watching them).",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "certigo",
            "portdir": "sysutils/certigo",
            "version": "1.17.1",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/square/certigo",
            "description": "A utility to examine and validate certificates in a variety of formats.",
            "long_description": "Certigo is a utility to examine and validate certificates to help with debugging SSL/TLS issues. It supports all common file formats such as X.509 (DER/PEM), JCEKS, PKCS7 and PKCS12 files, supports STARTTLS protocols, can validate, lint and has scripting support.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zellij",
            "portdir": "sysutils/zellij",
            "version": "0.43.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://zellij.dev",
            "description": "A terminal workspace with batteries included",
            "long_description": "Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. At its core, it is a terminal multiplexer (similar to tmux and screen), but this is merely its infrastructure layer. Zellij includes a layout system, and a plugin system allowing one to create plugins in any language that compiles to WebAssembly.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "go-md2man",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-mac-propertylist",
            "portdir": "perl/p5-mac-propertylist",
            "version": "1.501.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mac::PropertyList",
            "description": "Mac::PropertyList - work with Mac plists at a low level",
            "long_description": "Mac::PropertyList - work with Mac plists at a low level",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-xml-entities"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-mac-sysprofile",
                        "p5.26-sys-info-driver-osx"
                    ]
                }
            ]
        },
        {
            "name": "p5-mac-propertylist",
            "portdir": "perl/p5-mac-propertylist",
            "version": "1.605.0",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-mac-propertylist",
            "homepage": "https://metacpan.org/pod/Mac::PropertyList",
            "description": "Mac::PropertyList - work with Mac plists at a low level",
            "long_description": "Mac::PropertyList - work with Mac plists at a low level",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-mac-propertylist"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-mac-propertylist",
            "portdir": "perl/p5-mac-propertylist",
            "version": "1.605.0",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mac::PropertyList",
            "description": "Mac::PropertyList - work with Mac plists at a low level",
            "long_description": "Mac::PropertyList - work with Mac plists at a low level",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-xml-entities"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-mac-sysprofile",
                        "p5.28-sys-info-driver-osx"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-mac-propertylist",
            "portdir": "perl/p5-mac-propertylist",
            "version": "1.605.0",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mac::PropertyList",
            "description": "Mac::PropertyList - work with Mac plists at a low level",
            "long_description": "Mac::PropertyList - work with Mac plists at a low level",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-xml-entities"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-mac-sysprofile",
                        "p5.30-sys-info-driver-osx"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-mac-propertylist",
            "portdir": "perl/p5-mac-propertylist",
            "version": "1.605.0",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mac::PropertyList",
            "description": "Mac::PropertyList - work with Mac plists at a low level",
            "long_description": "Mac::PropertyList - work with Mac plists at a low level",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-xml-entities"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-mac-sysprofile",
                        "p5.32-sys-info-driver-osx"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-mac-propertylist",
            "portdir": "perl/p5-mac-propertylist",
            "version": "1.605.0",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mac::PropertyList",
            "description": "Mac::PropertyList - work with Mac plists at a low level",
            "long_description": "Mac::PropertyList - work with Mac plists at a low level",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-xml-entities"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-mac-sysprofile",
                        "log2timeline",
                        "p5-mac-propertylist",
                        "p5.34-sys-info-driver-osx"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "openbrowser"
                    ]
                }
            ]
        },
        {
            "name": "jasper",
            "portdir": "graphics/jasper",
            "version": "4.2.8",
            "license": "JasPer-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ece.uvic.ca/~mdadams/jasper/",
            "description": "Library for manipulating JPEG-2000 images",
            "long_description": "The JasPer Project is an open-source initiative to provide a free software-based reference implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1).",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [
                "debug",
                "docs",
                "heif",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-pygrib",
                        "py35-pygrib",
                        "py36-pygrib",
                        "py310-pygrib",
                        "dcraw",
                        "libicns",
                        "ufraw",
                        "darktable",
                        "darktable-devel",
                        "gegl-0.3",
                        "qt511-qtimageformats",
                        "py37-pygrib",
                        "ResIL",
                        "qt69-qtimageformats",
                        "qt53-qtimageformats",
                        "qt56-qtimageformats",
                        "gegl",
                        "qt55-qtimageformats",
                        "qt57-qtimageformats",
                        "qt58-qtimageformats",
                        "qt59-qtimageformats",
                        "metview",
                        "magicspp",
                        "py27-nio",
                        "qt5-qtimageformats",
                        "py38-pygrib",
                        "libraw",
                        "libdevil",
                        "ncarg",
                        "qt64-qtimageformats",
                        "qt67-qtimageformats",
                        "qt68-qtimageformats",
                        "GraphicsMagick",
                        "gegl-devel",
                        "py39-pygrib",
                        "gstreamer010-gst-plugins-bad",
                        "netpbm",
                        "qt513-qtimageformats",
                        "OpenSceneGraph",
                        "OpenSceneGraph-devel",
                        "qt6-qtimageformats"
                    ]
                }
            ]
        },
        {
            "name": "mdbtools",
            "portdir": "databases/mdbtools",
            "version": "1.0.1",
            "license": "(GPL-2+ or LGPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mdbtools/mdbtools",
            "description": "libraries and programs to help using MSAccess databases",
            "long_description": "MDB Tools is a suite of libraries and programs to facilitate the use of Microsoft Access databases, also known as Jet databases after the Microsoft Jet Database Engine or as MDB databases after the .mdb extension used by the file containing the database.",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "unixodbc",
                "iodbc",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "flex",
                        "pkgconfig",
                        "gawk",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gmdb2"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-ipc-run",
            "portdir": "perl/p5-ipc-run",
            "version": "20200505.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/IPC::Run",
            "description": "system() and background procs w/ piping, redirs, ptys",
            "long_description": "system() and background procs w/ piping, redirs, ptys",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-io-tty",
                        "p5.26-readonly"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-pdl-fftw3",
                        "p5.26-module-signature"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-bioperl",
                        "p5.26-config-identity",
                        "p5.26-graphviz",
                        "p5.26-net-cli-interact",
                        "p5.26-archive-tar-wrapper",
                        "p5.26-pdl-graphics-gnuplot",
                        "p5.26-b-c"
                    ]
                }
            ]
        },
        {
            "name": "p5-ipc-run",
            "portdir": "perl/p5-ipc-run",
            "version": "20250809.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-ipc-run",
            "homepage": "https://metacpan.org/pod/IPC::Run",
            "description": "IPC::Run - system() and background procs w/ piping, redirs, ptys",
            "long_description": "IPC::Run - system() and background procs w/ piping, redirs, ptys",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-ipc-run"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-ipc-run",
            "portdir": "perl/p5-ipc-run",
            "version": "20250809.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/IPC::Run",
            "description": "IPC::Run - system() and background procs w/ piping, redirs, ptys",
            "long_description": "IPC::Run - system() and background procs w/ piping, redirs, ptys",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-io-tty",
                        "p5.28-readonly"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-pdl-fftw3",
                        "p5.28-module-signature"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-bioperl",
                        "p5.28-config-identity",
                        "p5.28-graphviz",
                        "p5.28-net-cli-interact",
                        "p5.28-archive-tar-wrapper",
                        "p5.28-pdl-graphics-gnuplot",
                        "p5.28-b-c"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-ipc-run",
            "portdir": "perl/p5-ipc-run",
            "version": "20250809.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/IPC::Run",
            "description": "IPC::Run - system() and background procs w/ piping, redirs, ptys",
            "long_description": "IPC::Run - system() and background procs w/ piping, redirs, ptys",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-io-tty",
                        "p5.30-readonly"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-pdl-fftw3",
                        "p5.30-module-signature"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-config-identity",
                        "p5.30-graphviz",
                        "p5.30-net-cli-interact",
                        "p5.30-archive-tar-wrapper",
                        "p5.30-b-c",
                        "p5.30-pdl-graphics-gnuplot",
                        "p5.30-bioperl"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-ipc-run",
            "portdir": "perl/p5-ipc-run",
            "version": "20250809.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/IPC::Run",
            "description": "IPC::Run - system() and background procs w/ piping, redirs, ptys",
            "long_description": "IPC::Run - system() and background procs w/ piping, redirs, ptys",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-io-tty",
                        "p5.32-readonly"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-pdl-fftw3",
                        "p5.32-module-signature"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-config-identity",
                        "p5.32-graphviz",
                        "p5.32-net-cli-interact",
                        "p5.32-archive-tar-wrapper",
                        "p5.32-b-c",
                        "p5.32-pdl-graphics-gnuplot",
                        "p5.32-bioperl"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-ipc-run",
            "portdir": "perl/p5-ipc-run",
            "version": "20250809.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/IPC::Run",
            "description": "IPC::Run - system() and background procs w/ piping, redirs, ptys",
            "long_description": "IPC::Run - system() and background procs w/ piping, redirs, ptys",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-io-tty",
                        "p5.34-readonly"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "timescaledb",
                        "pg12-timescaledb",
                        "pg13-timescaledb",
                        "pg14-timescaledb",
                        "pg15-timescaledb",
                        "pg16-timescaledb",
                        "pg17-timescaledb",
                        "p5.34-module-signature",
                        "fusioninventory-agent",
                        "pg18-timescaledb",
                        "ikiwiki",
                        "p5.34-pdl-fftw3"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-pdl-graphics-gnuplot",
                        "p5.34-bioperl",
                        "p5.34-config-identity",
                        "p5.34-graphviz",
                        "p5.34-net-cli-interact",
                        "p5.34-archive-tar-wrapper",
                        "p5-ipc-run",
                        "pearl",
                        "p5.34-b-c"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "moreutils",
                        "cvsweb"
                    ]
                }
            ]
        },
        {
            "name": "bart",
            "portdir": "science/bart",
            "version": "0.9.00",
            "license": "BSD",
            "platforms": "{darwin >= 17}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mrirecon/bart",
            "description": "Toolbox for Computational Magnetic Resonance Imaging",
            "long_description": "Toolbox for Computational Magnetic Resonance Imaging",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 221
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "cuda"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "OpenBLAS",
                        "fftw-3",
                        "libpng",
                        "flock",
                        "python311",
                        "fftw-3-single",
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sshuttle",
            "portdir": "net/sshuttle",
            "version": "1.3.2",
            "license": "LGPL-2.1",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sshuttle.readthedocs.io/en/stable",
            "description": "Transparent proxy server that works as a poor man's VPN.",
            "long_description": "Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling.",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py313-build",
                        "py313-installer",
                        "py313-hatchling"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest",
                        "py313-pytest-cov",
                        "py313-pytest-runner",
                        "py313-flake8",
                        "py313-pyflakes"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "skim",
            "portdir": "sysutils/skim",
            "version": "0.20.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lotabout/skim",
            "description": "Fuzzy Finder in Rust",
            "long_description": "Skim is a general fuzzy finder that saves you time. It works on files, lines and commands. It is blazingly fast as it reads the data source asynchronously.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gocryptfs",
            "portdir": "fuse/gocryptfs",
            "version": "2.6.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nuetzlich.net/gocryptfs/",
            "description": "Encrypted overlay filesystem written in Go",
            "long_description": "Encrypted overlay filesystem written in Go",
            "active": true,
            "categories": [
                "fuse"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 225
                }
            ],
            "variants": [
                "openssl",
                "doc",
                "fs_link"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "go",
                        "pandoc",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "macfuse"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pgtcl",
            "portdir": "databases/pgtcl",
            "version": "3.1.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://flightaware.github.io/Pgtcl/",
            "description": "Tcl PostgreSQL interface",
            "long_description": "Tcl client interface to PostgreSQL",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcl",
                        "postgresql16",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libgphoto2",
            "portdir": "devel/libgphoto2",
            "version": "2.5.32",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gphoto.org/proj/libgphoto2/",
            "description": "The gphoto2 digital camera library",
            "long_description": "The gphoto2 library can be used by applications to access various digital camera models.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "doxygen",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtool",
                        "libusb-compat",
                        "gd2",
                        "libexif",
                        "dbus",
                        "curl",
                        "libiconv",
                        "libxml2",
                        "libjpeg-turbo",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "darktable",
                        "darktable-devel",
                        "digikam",
                        "gphoto2",
                        "rawstudio"
                    ]
                }
            ]
        },
        {
            "name": "gettext-bootstrap",
            "portdir": "devel/gettext",
            "version": "0.19.8.1",
            "license": "(LGPL-2.1+ or GPL-3+)",
            "platforms": "darwin freebsd linux",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gettext/",
            "description": "GNU internationalization (i18n) and localization (l10n) library",
            "long_description": "gettext is the GNU internationalization (i18n) and localization (l10n) library, used for writing multilingual programs.",
            "active": false,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apple-gcc42"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses-bootstrap",
                        "libiconv-bootstrap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "FScript",
            "portdir": "aqua/FScript",
            "version": "2.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pmougin/F-Script",
            "description": "Open-source interactive Cocoa scripting environment",
            "long_description": "F-Script is an open-source interactive and scripting environment for Cocoa. Based on Smalltalk, F-Script provides a pure object-oriented environment that leverages Mac OS X technologies and frameworks. It aims to be a useful and fun tool for both beginners and experts, allowing interactively exploring, testing and using Cocoa-based objects and frameworks.",
            "active": true,
            "categories": [
                "aqua",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                }
            ],
            "variants": [
                "ib_plugin",
                "injection_service",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fscript-cli"
                    ]
                }
            ]
        },
        {
            "name": "mongodb-devel",
            "portdir": "databases/mongodb-devel",
            "version": "6.0.7",
            "license": "SSPL",
            "platforms": "{darwin >= 18}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mongodb.com/community",
            "description": "high-performance, schema-free, document-oriented (\"NoSQL\") database",
            "long_description": "MongoDB is a high-performance, schema-free, document-oriented (\"NoSQL\") database. The mongodb-devel port tracks the rapid release cycle which makes new features available faster but is not supported.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libyaml",
                        "python311",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre",
                        "yaml-cpp",
                        "curl",
                        "snappy",
                        "libstemmer",
                        "cyrus-sasl2",
                        "libpcap",
                        "zlib",
                        "zstd"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mongodb",
            "portdir": "databases/mongodb",
            "version": "6.0.7",
            "license": "SSPL",
            "platforms": "{darwin >= 18}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.mongodb.com/community",
            "description": "high-performance, schema-free, document-oriented (\"NoSQL\") database",
            "long_description": "MongoDB is a high-performance, schema-free, document-oriented (\"NoSQL\") database. The mongodb port tracks the annual major release cycle which focuses on stability.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libyaml",
                        "python311",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre",
                        "yaml-cpp",
                        "curl",
                        "snappy",
                        "libstemmer",
                        "cyrus-sasl2",
                        "libpcap",
                        "zlib",
                        "zstd"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "GASNet",
            "portdir": "devel/GASNet",
            "version": "1.26.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gasnet.cs.berkeley.edu",
            "description": "Global-Address Space Networking",
            "long_description": "GASNet is a language-independent, low-level networking layer that provides network-independent, high-performance communication primitives tailored for implementing parallel global address space SPMD languages",
            "active": true,
            "categories": [
                "devel",
                "net",
                "science",
                "parallel"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "mpich",
                "openmpi"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "perl5",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-clang17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gettext",
            "portdir": "devel/gettext",
            "version": "0.22.5",
            "license": "GPL-3+",
            "platforms": "darwin freebsd linux",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gettext/",
            "description": "GNU internationalization (i18n) and localization (l10n) tools",
            "long_description": "gettext provides the tools like msgfmt for writing multilingual applications. The tools are required to build applications which use gettext. The runtime library libintl is in the separate gettext-runtime port.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ncurses",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "libtextstyle",
                        "gettext-runtime",
                        "gettext-tools-libs"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libgpg-error",
                        "libaacs",
                        "amtk",
                        "at-spi2-core",
                        "devhelp",
                        "aria2",
                        "avahi",
                        "axel",
                        "x86_64-w64-mingw32-gcc",
                        "eog",
                        "eog-plugins",
                        "epiphany",
                        "gWakeOnLAN",
                        "gajim",
                        "evolution-data-server",
                        "gftp",
                        "file-roller",
                        "gcab",
                        "gupnp-tools",
                        "gcr",
                        "gdmap",
                        "httping",
                        "kerberos5",
                        "lftp",
                        "libgweather",
                        "libpsl",
                        "libpsl-docs",
                        "mcabber",
                        "gedit",
                        "gedit-plugins",
                        "newsboat",
                        "genius",
                        "pastebinit",
                        "geocode-glib",
                        "pidgin",
                        "libpurple",
                        "finch",
                        "gitg",
                        "rrdtool",
                        "samba4",
                        "snownews",
                        "glib-networking",
                        "transmission-x11",
                        "gnome-characters",
                        "wget",
                        "gnome-devel-docs",
                        "libhandy",
                        "pan2",
                        "gnome-getting-started-docs",
                        "gnome-js-common",
                        "zathura",
                        "zathura-docs",
                        "gnome-maps",
                        "p5.28-libintl-perl",
                        "p5.30-libintl-perl",
                        "x86_64-w64-mingw32-gcc-bootstrap",
                        "p5.28-locale-gettext",
                        "p5.30-locale-gettext",
                        "gnome-mime-data",
                        "gnome-online-accounts",
                        "gnome-radio",
                        "gnome-settings-daemon",
                        "gnome-user-docs",
                        "x86_64-w64-mingw32-gcc-nothreads",
                        "gnumeric",
                        "goffice",
                        "goocanvas",
                        "goocanvas2",
                        "denemo",
                        "grilo-plugins",
                        "grisbi",
                        "gspell",
                        "libnewt",
                        "quodlibet",
                        "chemical-mime-data",
                        "gstreamer1",
                        "gpredict",
                        "gstreamer1-gst-plugins-good",
                        "gtk-vnc",
                        "pavucontrol",
                        "gdbm",
                        "gtksourceview2",
                        "gtksourceview3",
                        "gtksourceview4",
                        "gucharmap",
                        "m4",
                        "mercurial",
                        "midgard2-core",
                        "libgda5",
                        "arm-none-linux-gnueabi-gcc",
                        "cracklib",
                        "libgsf",
                        "pxlib",
                        "gss",
                        "libgtop",
                        "libpeas",
                        "libsecret",
                        "libsoup",
                        "metacity",
                        "regexxer",
                        "popt",
                        "sound-theme-freedesktop",
                        "spice-gtk",
                        "tepl",
                        "totem",
                        "tracker",
                        "virt-manager",
                        "vte",
                        "p11-kit",
                        "pidgin-otr",
                        "policykit",
                        "yelp",
                        "yelp-xsl",
                        "bash",
                        "bash50",
                        "fish",
                        "zenity",
                        "autotrace",
                        "darktable",
                        "pulseaudio",
                        "calcurse",
                        "cdrtools",
                        "coreutils",
                        "dc3dd",
                        "di",
                        "diffutils",
                        "doodle",
                        "shared-mime-info",
                        "duff",
                        "fntsample",
                        "e2fsprogs",
                        "libcomerr",
                        "fontconfig",
                        "findutils",
                        "smake",
                        "gkrellm",
                        "grep",
                        "gd2",
                        "libvirt",
                        "littleutils",
                        "pinentry-mac",
                        "osinfo-db-tools",
                        "pcsc-tools",
                        "pv",
                        "renameutils",
                        "gegl",
                        "gegl-devel",
                        "sudo",
                        "txt2regex",
                        "watch",
                        "wcd",
                        "gimp-help-en",
                        "aspell",
                        "barcode",
                        "dos2unix",
                        "subversion",
                        "gimp3-devel",
                        "subversion-javahlbindings",
                        "fmt-ptrn",
                        "gsed",
                        "help2man",
                        "gpick",
                        "graphviz",
                        "graphviz-devel",
                        "appstream-glib",
                        "inkscape",
                        "pinfo",
                        "inkscape-devel",
                        "jpegpixi",
                        "lensfun",
                        "texinfo",
                        "lib2geom",
                        "unac",
                        "atk",
                        "wdiff",
                        "xchm",
                        "FileZilla",
                        "libiptcdata",
                        "libmypaint",
                        "goaccess",
                        "ikiwiki",
                        "libopenraw",
                        "poppler",
                        "w3m",
                        "poppler-qt5",
                        "AfterStep",
                        "rawstudio",
                        "subversion-rubybindings",
                        "gtkspell2",
                        "gxmessage",
                        "herrie",
                        "binutils",
                        "upower",
                        "mlterm",
                        "tigervnc",
                        "windowmaker",
                        "wine-devel",
                        "xarchiver",
                        "xdialog",
                        "xfe",
                        "cflow",
                        "xkeyboard-config",
                        "xournalpp",
                        "avr-gcc",
                        "xscreensaver",
                        "tumbler",
                        "znc",
                        "zeitgeist",
                        "fheroes2",
                        "libcdio-paranoia",
                        "p5.32-libintl-perl",
                        "p5.32-locale-gettext",
                        "bluefish",
                        "i386-elf-gcc",
                        "nano",
                        "gnutar",
                        "gawk",
                        "i686-w64-mingw32-gcc",
                        "gnucobol",
                        "gretl",
                        "vala-devel",
                        "i686-w64-mingw32-gcc-bootstrap",
                        "i686-w64-mingw32-gcc-nothreads",
                        "zvbi",
                        "darktable-devel",
                        "gingerblue",
                        "star",
                        "coreutils-devel",
                        "findutils-devel",
                        "ReadyMedia",
                        "p5.34-libintl-perl",
                        "p5.34-locale-gettext",
                        "warzone2100",
                        "gnome-voice",
                        "mame",
                        "poppler-devel",
                        "poppler-devel-qt5",
                        "libsoup-devel",
                        "gnutls-devel",
                        "m68k-elf-gcc",
                        "gdb-apple",
                        "gtk4",
                        "gtksourceview5",
                        "minicom",
                        "mips-elf-gcc",
                        "audiowmark",
                        "git-devel",
                        "libopenraw-legacy",
                        "hivex",
                        "ufo-ai",
                        "eiskaltdcpp",
                        "amule",
                        "girara",
                        "garagejam",
                        "transmission-qt",
                        "gtk4-devel",
                        "font-manager",
                        "nicotine-plus",
                        "git",
                        "m68k-palm-elf-gcc",
                        "v8-8.3",
                        "glade",
                        "chromium-bsu",
                        "glib2",
                        "glib2-devel",
                        "gmake",
                        "libhsts",
                        "tenacity",
                        "v8-11.6",
                        "rb33-gobject-introspection",
                        "rb32-gobject-introspection",
                        "rb31-gobject-introspection",
                        "wget2",
                        "wxHexEditor",
                        "whiptcl",
                        "py38-libnewt",
                        "py39-libnewt",
                        "py310-libnewt",
                        "py311-libnewt",
                        "py312-libnewt",
                        "ampache_browser",
                        "lastfm-desktop",
                        "unixcw",
                        "poke",
                        "sakura",
                        "game-porting-toolkit",
                        "wine-stable",
                        "appstream",
                        "libadwaita",
                        "tracker3",
                        "wine-staging",
                        "libdbusmenu",
                        "xpad",
                        "libshumate",
                        "dino",
                        "xz",
                        "rpcgen-mt",
                        "vala",
                        "gdash",
                        "gnutls",
                        "alpine",
                        "csound",
                        "catgirl-downloader",
                        "ncmpc",
                        "fetchmail",
                        "fetchmail-devel",
                        "syslog-ng-devel",
                        "p5.36-locale-gettext",
                        "p5.38-locale-gettext",
                        "msp430-elf-gcc",
                        "libcmatrix",
                        "Chatty",
                        "evolution-data-server-gtk4",
                        "parabolic",
                        "secrets",
                        "lib2geom-devel",
                        "bash-devel",
                        "libguestfs",
                        "guestfs-tools",
                        "py313-libnewt",
                        "libpeas1",
                        "fish3",
                        "xnec2c",
                        "luanti",
                        "gnupg1",
                        "gnupg2",
                        "lbreakouthd",
                        "libidn",
                        "libidn2",
                        "lpairs2",
                        "msp430-gcc",
                        "msp430-gcc-devel",
                        "msp430-libc",
                        "msp430-libc-devel",
                        "arm-elf-gcc3",
                        "libqalculate",
                        "iso-codes",
                        "json-glib",
                        "dar",
                        "mathgl",
                        "arm-none-eabi-gcc",
                        "pspp",
                        "pspp-devel",
                        "qalculate-gtk",
                        "x86_64-elf-gcc",
                        "libfilezilla",
                        "xboard",
                        "xqf",
                        "audacious-core",
                        "audacious-plugins",
                        "arm-none-eabi-gcc8",
                        "dvdauthor"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "powerpc-wii-binutils",
                        "cpio",
                        "makepak",
                        "sharutils",
                        "gmpc",
                        "libmp3splt",
                        "libmpd",
                        "madplay",
                        "mp3splt",
                        "normalize",
                        "shntool",
                        "tagtool",
                        "vorbis-tools",
                        "gnokii",
                        "arm-aout-binutils",
                        "arm-elf-binutils",
                        "arm-elf-gcc",
                        "arm-none-eabi-binutils",
                        "arm-none-linux-gnueabi-binutils",
                        "avarice",
                        "avr-binutils",
                        "i386-elf-binutils",
                        "i686-w64-mingw32-binutils",
                        "m68k-elf-binutils",
                        "mips-elf-binutils",
                        "msp430-binutils",
                        "msp430-binutils-devel",
                        "msp430-elf-binutils",
                        "ppc-linux-binutils",
                        "spu-binutils",
                        "x86_64-elf-binutils",
                        "x86_64-w64-mingw32-binutils",
                        "csvdb",
                        "mysqlxx",
                        "aegis",
                        "autogen",
                        "cook",
                        "dbus-glib",
                        "dbus-python27",
                        "dbus-python35",
                        "dbus-python36",
                        "dbus-python37",
                        "dbus-python38",
                        "dbus-python39",
                        "gazpacho",
                        "geany",
                        "gindent",
                        "gnet2",
                        "gvfs",
                        "gwenhywfar4",
                        "gwenhywfar4-gtk",
                        "gwenhywfar4-gtk3",
                        "gwenhywfar5",
                        "gwenhywfar5-gtk2",
                        "gwenhywfar5-gtk3",
                        "idutils",
                        "kconfig-frontends",
                        "libelf",
                        "libextractor",
                        "libftdi1",
                        "libgphoto2",
                        "libidl",
                        "libiodbc",
                        "libpwquality",
                        "libxo",
                        "mono",
                        "monotone",
                        "monotone-devel",
                        "remake",
                        "subversion-perlbindings-5.26",
                        "subversion-python27bindings",
                        "t4k_common",
                        "ucommon",
                        "util-linux",
                        "valabind",
                        "MacVim",
                        "cherrytree",
                        "neovim",
                        "poedit1",
                        "vim",
                        "xemacs",
                        "bochs",
                        "mednafen",
                        "scummvm",
                        "scummvm-devel",
                        "ledger",
                        "curlftpfs",
                        "encfs",
                        "blobwars",
                        "enigma",
                        "enigma-devel",
                        "freeciv",
                        "freeciv-x11",
                        "gtypist",
                        "kanatest",
                        "lbreakout2",
                        "lincity",
                        "ltris",
                        "neverball",
                        "pennmush",
                        "pioneers",
                        "snoopy",
                        "toppler",
                        "tuxmath",
                        "tuxtype",
                        "wesnoth",
                        "widelands",
                        "widelands-devel",
                        "lifelines",
                        "gpscorrelate",
                        "dia",
                        "gnome-doc-utils",
                        "gnome-mime-data",
                        "gnotify",
                        "gstreamer010",
                        "gtk2-murrine",
                        "gtksourceview",
                        "libbonobo",
                        "libcroco",
                        "libglade2",
                        "libgnome",
                        "libgnomecups",
                        "libgtksourceviewmm",
                        "seed",
                        "dcraw",
                        "exiv2",
                        "fontforge",
                        "gimp-resynthesizer",
                        "gphoto2",
                        "hugin-app",
                        "libexif",
                        "synfig",
                        "twain-sane",
                        "bitlbee",
                        "hexchat",
                        "silc-client",
                        "weechat",
                        "digikam",
                        "kdelibs4",
                        "kdesdk-thumbnailers",
                        "poxml",
                        "tellico",
                        "clisp",
                        "gcl",
                        "mdk",
                        "php80-gettext",
                        "php74-gettext",
                        "php73-gettext",
                        "php72-gettext",
                        "php71-gettext",
                        "php70-gettext",
                        "php56-gettext",
                        "php55-gettext",
                        "php54-gettext",
                        "php53-gettext",
                        "php52-gettext",
                        "pypy",
                        "pypy36",
                        "pypy37",
                        "q",
                        "yasm",
                        "abook",
                        "anubis",
                        "base-64",
                        "gmime",
                        "mpop",
                        "msmtp",
                        "mutt",
                        "neomutt",
                        "spellutils",
                        "gfm",
                        "libticables2",
                        "libticalcs2",
                        "libtifiles2",
                        "pspp",
                        "tiemu3",
                        "tilp2",
                        "VLC2",
                        "libVLC2",
                        "avidemux",
                        "fluidsynth",
                        "libmms",
                        "libquicktime",
                        "libquicktime-devel",
                        "bmon",
                        "centerim",
                        "deluge",
                        "desproxy",
                        "ganglia",
                        "gloox",
                        "gnetcat",
                        "gvpe",
                        "heimdal",
                        "microdc2",
                        "nc6",
                        "openconnect",
                        "pavuk",
                        "quvi",
                        "transmission",
                        "ucarp",
                        "wgetpro",
                        "whois",
                        "slrn",
                        "pal",
                        "p5.26-libintl-perl",
                        "p5.26-locale-gettext",
                        "php53-oauth",
                        "php54-oauth",
                        "php55-oauth",
                        "php56-oauth",
                        "php70-oauth",
                        "php71-oauth",
                        "php72-oauth",
                        "php73-oauth",
                        "php74-oauth",
                        "php80-oauth",
                        "enscript",
                        "gimp-print",
                        "rlpr",
                        "trueprint",
                        "gcal",
                        "linhpsdr",
                        "magicspp",
                        "metview",
                        "nco",
                        "openscad",
                        "openscad-devel",
                        "pihpsdr",
                        "stellarium",
                        "vis5d",
                        "aide",
                        "authforce",
                        "ccrypt",
                        "cpabe",
                        "gnomint",
                        "gnu-pw-mgr",
                        "libcdata",
                        "libcdatetime",
                        "libcerror",
                        "libcfile",
                        "libclocale",
                        "libcnotify",
                        "libcsplit",
                        "libcstring",
                        "libcthreads",
                        "libevt",
                        "libewf",
                        "libgsasl",
                        "libprelude",
                        "openvas-libraries",
                        "steghide",
                        "tinyca2",
                        "yash",
                        "bacula",
                        "bacula5",
                        "burp",
                        "dpkg",
                        "duplicity",
                        "fhist",
                        "fsearch",
                        "kcd",
                        "rpm",
                        "rpm54",
                        "makejvf",
                        "dwdiff",
                        "eb",
                        "eblook",
                        "hunspell",
                        "itstool",
                        "less",
                        "msort",
                        "opensp",
                        "recode",
                        "sdcv",
                        "ssed",
                        "tnef",
                        "uni2ascii",
                        "clearsilver",
                        "elinks-devel",
                        "lynx",
                        "neon",
                        "wml",
                        "blackbox",
                        "enlightenment",
                        "homebank",
                        "i3",
                        "libhangul",
                        "xforms",
                        "xpm",
                        "melonds",
                        "neovim-devel",
                        "php81-gettext",
                        "subversion-pythonbindings-2.7",
                        "subversion-pythonbindings-3.5",
                        "subversion-pythonbindings-3.6",
                        "subversion-pythonbindings-3.7",
                        "subversion-pythonbindings-3.8",
                        "subversion-pythonbindings-3.9",
                        "gmdb2",
                        "dbus-python310",
                        "pypy38",
                        "php81-oauth",
                        "geany-plugins",
                        "php82-gettext",
                        "pypy39",
                        "php82-oauth",
                        "dbus-python311",
                        "php83-gettext",
                        "m68k-palm-elf-binutils",
                        "dbus-python312",
                        "php83-oauth",
                        "subversion-pythonbindings-3.10",
                        "subversion-pythonbindings-3.11",
                        "subversion-pythonbindings-3.12",
                        "x86_64-linux-binutils",
                        "x86_64-dragonfly-binutils",
                        "x86_64-freebsd-binutils",
                        "x86_64-netbsd-binutils",
                        "x86_64-openbsd-binutils",
                        "x86_64-embedded-binutils",
                        "php84-gettext",
                        "guile-2.2",
                        "guile-1.8",
                        "guile-3.0",
                        "dbus-python313",
                        "x86_64-haiku-binutils",
                        "x86_64-solaris-binutils",
                        "dbus-python314",
                        "powerpc-linux-binutils",
                        "powerpc-aix-binutils",
                        "powerpc-eabi-binutils",
                        "powerpc-elf-binutils",
                        "powerpc-darwin-binutils",
                        "powerpc-freebsd-binutils",
                        "powerpc-netbsd-binutils",
                        "powerpc-openbsd-binutils",
                        "powerpc-embedded-binutils"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "logrotate"
                    ]
                }
            ]
        },
        {
            "name": "libtextstyle",
            "portdir": "devel/gettext",
            "version": "0.22.5",
            "license": "GPL-3+",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gettext/",
            "description": "a text styling library, part of gettext",
            "long_description": "libtextstyle provides an easy way to add styling to programs that produce output to a console or terminal emulator window. This library is part of gettext and a prerequisite for tools like msgfmt and friends.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "poke",
                        "bison",
                        "gettext",
                        "gettext-tools-libs"
                    ]
                }
            ]
        },
        {
            "name": "libasprintf",
            "portdir": "devel/gettext",
            "version": "0.22.5",
            "license": "LGPL-2.1+",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gettext/",
            "description": "autosprintf library, part of gettext",
            "long_description": "libasprintf makes the C formatted output routines (fprintf et al.) usable in C++ programs, for use with <string> strings and <iostream> streams. This library is part of gettext.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gettext-runtime",
            "portdir": "devel/gettext",
            "version": "0.22.5",
            "license": "(LGPL-2.1+ or GPL-3+)",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gettext/",
            "description": "GNU internationalization (i18n) and localization (l10n) runtime library",
            "long_description": "gettext-runtime provides libintl, the GNU internationalization (i18n) and localization (l10n) runtime library. It is part of gettext, which is used for writing multilingual programs. To build applications that use gettext, the tools provided by the separate gettext port are required.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libnick",
                        "parabolic",
                        "clifm",
                        "chromium-bsu",
                        "m4",
                        "gtksourceview2",
                        "gretl",
                        "osinfo-db-tools",
                        "atk",
                        "garagejam",
                        "ampache_browser",
                        "hivex",
                        "gftp",
                        "libhandy",
                        "mcabber",
                        "fontconfig",
                        "vala",
                        "gingerblue",
                        "graphviz-devel",
                        "di",
                        "appstream-glib",
                        "glib2-devel",
                        "glib2",
                        "xdialog",
                        "libiptcdata",
                        "smake",
                        "AfterStep",
                        "git",
                        "git-devel",
                        "spice-gtk",
                        "Chatty",
                        "zeitgeist",
                        "gcr",
                        "poke",
                        "tumbler",
                        "gspell",
                        "libsecret",
                        "w3m",
                        "libxfce4util",
                        "gnutls",
                        "gnutls-devel",
                        "libcmatrix",
                        "eog-plugins",
                        "gitg",
                        "gnumeric",
                        "libpeas",
                        "libpeas1",
                        "totem",
                        "mathgl",
                        "evolution-data-server-gtk4",
                        "geocode-glib",
                        "snownews",
                        "tracker3",
                        "libgweather",
                        "gtksourceview5",
                        "epiphany",
                        "gnome-online-accounts",
                        "autotrace",
                        "vala-devel",
                        "unixcw",
                        "xfce4-dev-tools",
                        "poppler-devel",
                        "poppler-devel-qt5",
                        "gsed",
                        "pavucontrol",
                        "samba4",
                        "libdbusmenu",
                        "xpad",
                        "wput",
                        "gtksourceview3",
                        "gucharmap",
                        "lftp",
                        "metacity",
                        "tracker",
                        "libLASi",
                        "pcsc-tools",
                        "python26",
                        "python27",
                        "darktable",
                        "darktable-devel",
                        "gtk4-devel",
                        "goffice",
                        "inkscape",
                        "inkscape-devel",
                        "lensfun",
                        "gtk-vnc",
                        "lib2geom",
                        "lib2geom-devel",
                        "libopenraw",
                        "libopenraw-legacy",
                        "gtk4",
                        "bluefish",
                        "libgtop",
                        "barcode",
                        "flex",
                        "minicom",
                        "gtk-fortran",
                        "cracklib",
                        "appstream",
                        "graphviz",
                        "renameutils",
                        "gedit-plugins",
                        "gedit",
                        "libtranslate",
                        "duff",
                        "gnome-voice",
                        "calcurse",
                        "bison",
                        "game-porting-toolkit",
                        "pv",
                        "csound",
                        "midgard2-core",
                        "dc3dd",
                        "rrdtool",
                        "libidn2",
                        "xmms2",
                        "zvbi",
                        "devhelp",
                        "tre",
                        "qt69-qtpositioning",
                        "ufo-ai",
                        "secrets",
                        "gegl",
                        "wcd",
                        "grilo-plugins",
                        "ffmpeg4",
                        "gnupg1",
                        "mkvtoolnix-legacy",
                        "gpick",
                        "wdiff",
                        "texinfo",
                        "libcdio-paranoia",
                        "zenity",
                        "wxHexEditor",
                        "fmt-ptrn",
                        "ntfs-3g",
                        "gupnp-tools",
                        "kerberos5",
                        "libgsf",
                        "xboard",
                        "evolution-data-server",
                        "tepl",
                        "vte",
                        "libgpg-error",
                        "pidgin-otr",
                        "cdrtools",
                        "coreutils",
                        "findutils",
                        "findutils-devel",
                        "grep",
                        "py38-libnewt",
                        "fish",
                        "sudo",
                        "libpsl",
                        "libpsl-docs",
                        "windowmaker",
                        "pinfo",
                        "python39",
                        "python32",
                        "python33",
                        "littleutils",
                        "fetchmail",
                        "fetchmail-devel",
                        "warzone2100",
                        "gdb",
                        "transmission-qt",
                        "R",
                        "wget2",
                        "sakura",
                        "kdenlive",
                        "python310",
                        "python34",
                        "python35",
                        "python36",
                        "python37",
                        "python311",
                        "python312",
                        "gnome-maps",
                        "xfe",
                        "dino",
                        "racket",
                        "guestfs-tools",
                        "gss",
                        "font-manager",
                        "nicotine-plus",
                        "gnucobol",
                        "qt64-qtpositioning",
                        "syslog-ng",
                        "qt67-qtpositioning",
                        "qt68-qtpositioning",
                        "gmake",
                        "denemo",
                        "cflow",
                        "chafa",
                        "rb33-cairo-gobject",
                        "rb32-cairo-gobject",
                        "rb31-cairo-gobject",
                        "rb33-gio2",
                        "rb32-gio2",
                        "rb31-gio2",
                        "rb33-gobject-introspection",
                        "rb32-gobject-introspection",
                        "rb31-gobject-introspection",
                        "coreutils-devel",
                        "gettext",
                        "gettext-tools-libs",
                        "eiskaltdcpp",
                        "eog",
                        "doodle",
                        "herrie",
                        "gdbm",
                        "python38",
                        "aria2",
                        "gegl-devel",
                        "bash50",
                        "help2man",
                        "catgirl-downloader",
                        "libadwaita",
                        "alpine",
                        "libmypaint",
                        "popt",
                        "avahi",
                        "wine-devel",
                        "wine-stable",
                        "wine-staging",
                        "p5.28-locale-gettext",
                        "p5.30-locale-gettext",
                        "p5.32-locale-gettext",
                        "p5.34-locale-gettext",
                        "p5.36-locale-gettext",
                        "p5.38-locale-gettext",
                        "libgda5",
                        "gnome-characters",
                        "gnome-radio",
                        "gnome-settings-daemon",
                        "gcab",
                        "gstreamer1",
                        "gstreamer1-gst-plugins-good",
                        "libshumate",
                        "tigervnc",
                        "pspp-devel",
                        "transmission-x11",
                        "binutils",
                        "wget",
                        "gkrellm",
                        "v8-8.3",
                        "v8-11.6",
                        "amule",
                        "p5.30-libintl-perl",
                        "p5.28-libintl-perl",
                        "p5.32-libintl-perl",
                        "p5.34-libintl-perl",
                        "girara",
                        "bash",
                        "bash-devel",
                        "py39-libnewt",
                        "amtk",
                        "gtksourceview4",
                        "httping",
                        "xarchiver",
                        "luanti",
                        "gnupg2",
                        "e2fsprogs",
                        "libcomerr",
                        "json-glib",
                        "qt6-qtpositioning",
                        "python314",
                        "python313",
                        "python314-freethreading",
                        "python313-freethreading",
                        "python315-devel",
                        "python315-freethreading-devel",
                        "audacious-plugins",
                        "poppler",
                        "rawstudio",
                        "poppler-qt5",
                        "newsboat",
                        "lpairs2",
                        "lbreakouthd",
                        "gnutar",
                        "audacious-core",
                        "irssi",
                        "ncmpc",
                        "diffutils",
                        "spice-server",
                        "nano",
                        "libvirt",
                        "dar",
                        "mlterm",
                        "goaccess",
                        "ReadyMedia",
                        "gawk",
                        "p11-kit",
                        "star",
                        "dos2unix",
                        "pulseaudio",
                        "libqalculate",
                        "mkvtoolnix-devel",
                        "mkvtoolnix",
                        "fish3",
                        "libidn",
                        "qalculate-gtk",
                        "jpegpixi",
                        "libguestfs",
                        "subversion",
                        "subversion-javahlbindings",
                        "subversion-rubybindings",
                        "subversion-perlbindings-5.28",
                        "subversion-perlbindings-5.30",
                        "subversion-perlbindings-5.32",
                        "subversion-perlbindings-5.34",
                        "pidgin",
                        "libpurple",
                        "finch",
                        "libnewt",
                        "whiptcl",
                        "py310-libnewt",
                        "py311-libnewt",
                        "py312-libnewt",
                        "py313-libnewt",
                        "xz",
                        "aspell",
                        "gawkextlib",
                        "gawk-abort",
                        "gawk-aregex",
                        "gawk-errno",
                        "gawk-gd",
                        "gawk-haru",
                        "gawk-json",
                        "gawk-lmdb",
                        "gawk-mpfr",
                        "gawk-nl_langinfo",
                        "gawk-pgsql",
                        "gawk-redis",
                        "gawk-select",
                        "gawk-timex",
                        "gawk-xml",
                        "syslog-ng-devel"
                    ]
                }
            ]
        },
        {
            "name": "gettext-tools-libs",
            "portdir": "devel/gettext",
            "version": "0.22.5",
            "license": "GPL-3+",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gettext/",
            "description": "GNU internationalization (i18n) and localization (l10n) tools libraries",
            "long_description": "gettext-tools-libs provides the required libraries for tools like msgfmt from gettext",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ncurses",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "libtextstyle",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ]
        },
        {
            "name": "ld64",
            "portdir": "devel/ld64",
            "version": "3",
            "license": "APSL-2",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/ld64/",
            "description": "ld64 is the new mach-o linker",
            "long_description": "ld64 combines several object files and libraries, resolves references, and produces an ouput file.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "universal",
                "ld64_97",
                "ld64_127",
                "ld64_236",
                "ld64_274",
                "ld64_xcode",
                "ld64_xtools"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ld64-xcode"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "tenfourfox",
                        "aquafox",
                        "opensubdiv",
                        "tenfourfox-devel",
                        "libgcc45",
                        "qgis3",
                        "qgis3-ltr",
                        "Aseprite",
                        "libgcc11",
                        "OpenBLAS-devel",
                        "py310-tensorflow",
                        "libgcc15",
                        "retdec",
                        "retdec-devel",
                        "OpenBLAS",
                        "py39-tensorflow",
                        "libgcc-devel",
                        "g95",
                        "libgcc14",
                        "libgcc9",
                        "libgcc7",
                        "libgcc13",
                        "cpphs",
                        "libgcc6"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gcc9",
                        "llvm-gcc42",
                        "clang-19",
                        "flang-19",
                        "upc",
                        "cabal",
                        "cabal-prebuilt",
                        "R",
                        "clang-devel",
                        "flang-devel",
                        "clang-20",
                        "flang-20",
                        "gcc10",
                        "gcc11",
                        "gcc12",
                        "gcc15",
                        "clang-21",
                        "flang-21",
                        "gcc14",
                        "ghc-prebuilt",
                        "gcc13",
                        "gcc-devel",
                        "gcc43",
                        "gcc44",
                        "gcc45",
                        "gcc46",
                        "gcc47",
                        "gcc48",
                        "gcc49",
                        "gcc5",
                        "gcc6",
                        "gcc7",
                        "gcc8",
                        "apple-gcc42",
                        "ispc-clang",
                        "clang-18",
                        "flang-18",
                        "ecCodes",
                        "ghc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "clang-13",
                        "flang-13",
                        "flang-17",
                        "clang-17",
                        "clang-6.0",
                        "clang-10",
                        "clang-11",
                        "clang-5.0",
                        "clang-9.0",
                        "clang-16",
                        "flang-16",
                        "flang-15",
                        "clang-7.0",
                        "clang-15",
                        "clang-8.0",
                        "clang-12",
                        "flang-14",
                        "clang-14",
                        "flang-devel"
                    ]
                }
            ]
        },
        {
            "name": "libsdl2-powerpc",
            "portdir": "devel/libsdl2-powerpc",
            "version": "2.30.10",
            "license": "zlib",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.libsdl.org",
            "description": "Cross-platform multi-media development API",
            "long_description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low-level access to audio, keyboard, mouse, joystick and graphics hardware via OpenGL and Direct3D. This port is aimed at supporting macOS PowerPC and uses X11 backend.",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "dbus",
                "opengl",
                "pulseaudio",
                "samplerate"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXScrnSaver",
                        "xorg-libXcursor",
                        "xorg-libXfixes",
                        "xorg-libXi",
                        "xorg-libX11",
                        "xorg-libXrandr",
                        "xorg-libXxf86vm",
                        "xrender",
                        "xorg-libXinerama"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "xorg-server-legacy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ld64-97",
            "portdir": "devel/ld64",
            "version": "97.17",
            "license": "APSL-2",
            "platforms": "{darwin < 14}",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/ld64/",
            "description": "ld64 is the new mach-o linker",
            "long_description": "ld64 combines several object files and libraries, resolves references, and produces an ouput file.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "universal",
                "llvm50",
                "llvm60",
                "llvm70",
                "llvm80",
                "llvm90",
                "llvmdev"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "libmacho-headers",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "llvm-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ld64-127",
            "portdir": "devel/ld64",
            "version": "127.2",
            "license": "APSL-2",
            "platforms": "{darwin < 17}",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/ld64/",
            "description": "ld64 is the new mach-o linker",
            "long_description": "ld64 combines several object files and libraries, resolves references, and produces an ouput file.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "universal",
                "llvm50",
                "llvm60",
                "llvm70",
                "llvm80",
                "llvm90",
                "llvmdev"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "libmacho-headers",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "llvm-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ld64-236",
            "portdir": "devel/ld64",
            "version": "236.3",
            "license": "APSL-2",
            "platforms": "{darwin >= 10}",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/ld64/",
            "description": "ld64 is the new mach-o linker",
            "long_description": "ld64 combines several object files and libraries, resolves references, and produces an ouput file.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "universal",
                "llvm50",
                "llvm60",
                "llvm70",
                "llvm80",
                "llvm90",
                "llvmdev"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "libmacho-headers",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "llvm-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ld64-274",
            "portdir": "devel/ld64",
            "version": "274.2",
            "license": "APSL-2",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/ld64/",
            "description": "ld64 is the new mach-o linker",
            "long_description": "ld64 combines several object files and libraries, resolves references, and produces an ouput file.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "llvm50",
                "llvm60",
                "llvm70",
                "llvm80",
                "llvm90",
                "llvmdev"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "libmacho-headers",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libcxx",
                        "llvm-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ld64-xcode",
            "portdir": "devel/ld64",
            "version": "2",
            "license": "APSL-2",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/ld64/",
            "description": "ld64 is the new mach-o linker",
            "long_description": "ld64 combines several object files and libraries, resolves references, and produces an ouput file.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "ld64"
                    ]
                }
            ]
        },
        {
            "name": "ld64-latest",
            "portdir": "devel/ld64",
            "version": "450.3",
            "license": "APSL-2",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/ld64/",
            "description": "ld64 is the new mach-o linker",
            "long_description": "ld64 combines several object files and libraries, resolves references, and produces an ouput file.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "llvm50",
                "llvm60",
                "llvm70",
                "llvm80",
                "llvm90",
                "llvmdev"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "libmacho-headers",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtapi",
                        "libcxx",
                        "llvm-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ld64-xtools",
            "portdir": "devel/ld64",
            "version": "1",
            "license": "APSL-2",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/ld64/",
            "description": "ld64 is the new mach-o linker",
            "long_description": "ld64 combines several object files and libraries, resolves references, and produces an ouput file.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "darwin-xtools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mercurial",
            "portdir": "devel/mercurial",
            "version": "7.0.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mercurial-scm.org",
            "description": "A fast, lightweight, distributed SCM system written in Python.",
            "long_description": "Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. A distributed SCM tool is designed to support a model in which each Repository is loosely coupled to many others. Each Repository contains a complete set of metadata describing one or more projects. These repositories may be located almost anywhere. Individual developers only need access to their own repositories, not to a central one, in order to commit changes. Changes can be share via the builtin webserver, CGI, SSH or a stream of patch emails. Mercurial supports Apples' FileMerge for merges.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 172
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-docutils",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel",
                        "py313-setuptools_scm",
                        "gettext",
                        "gmake",
                        "clang-17",
                        "py313-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "curl-ca-bundle",
                        "py313-re2",
                        "py313-gnureadline"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "fetch",
                    "ports": [
                        "PlasmaClient",
                        "ocropus",
                        "BWToolkit",
                        "py27-pylibelf",
                        "plovr"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hg-keyring",
                        "tortoisehg",
                        "py27-hgsubversion",
                        "py27-hgexperimental",
                        "git-remote-hg",
                        "hg-credentials",
                        "hg-evolve",
                        "hg-git"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-mercurial_extension_utils",
                        "py311-mercurial_extension_utils",
                        "py313-mercurial_extension_utils",
                        "py39-mercurial_extension_utils",
                        "py27-mercurial_extension_utils",
                        "py37-mercurial_extension_utils",
                        "py38-mercurial_extension_utils",
                        "mercurial-rustext"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "shards"
                    ]
                }
            ]
        },
        {
            "name": "mercurial-rustext",
            "portdir": "devel/mercurial",
            "version": "7.0.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mercurial-scm.org",
            "description": "Experimental Rust optimizations for Mercurial",
            "long_description": "Experimental Rust optimizations for Mercurial",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 172
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "libunwind"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mercurial"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "streamlog",
            "portdir": "devel/streamlog",
            "version": "1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/nwehr/streamlog",
            "description": "Logging library built on top of C++ standard output streams",
            "long_description": "Streamlog is a simple and lightweight library that maintains an array of user-defined C++ standard output streams. Every time you write to the log, it automatically writes to all of the added streams.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "gtolemans",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "godot",
            "portdir": "games/godot",
            "version": "3.5.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://godotengine.org",
            "description": "cross-platform 2-D and 3-D game development environment",
            "long_description": "Godot Engine is a cross-platform game engine for creating 2-D and 3-D games. Godot aims to offer a fully integrated game development environment. It provides a comprehensive set of common tools, and games can be exported to a number of target platforms, including major desktop platforms (Linux, macOS, Windows), as well as mobile (Android, iOS) and web-based (HTML5) platforms.",
            "active": true,
            "categories": [
                "graphics",
                "games",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "jasonliu--",
                    "ports_count": 37
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "scons",
                        "yasm",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "zstd",
                        "libopus",
                        "libvorbis",
                        "opusfile",
                        "pcre2",
                        "libpng",
                        "libogg",
                        "libtheora",
                        "miniupnpc",
                        "freetype"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}