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

{
    "count": 51950,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=665",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=663",
    "results": [
        {
            "name": "ios-deploy",
            "portdir": "devel/ios-deploy",
            "version": "1.12.2",
            "license": "GPL-3+",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ios-control/ios-deploy",
            "description": "Install and debug iPhone apps from the command line, without using Xcode",
            "long_description": "Install and debug iPhone apps from the command line, without using Xcode",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "inventor",
            "portdir": "devel/inventor",
            "version": "2.1.5-10",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://oss.sgi.com/projects/inventor/",
            "description": "SGI Open InventorTM graphics toolkit",
            "long_description": "Open InventorTM is an object-oriented 3D toolkit offering a comprehensive solution to interactive graphics programming problems. It presents a programming model based on a 3D scene database that dramatically simplifies graphics programming. It includes a rich set of objects such as cubes, polygons, text, materials, cameras, lights, trackballs, handle boxes, 3D viewers, and editors that speed up your programming time and extend your 3D programming capabilities.",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "imagelib"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "freetype",
                        "glw",
                        "libjpeg-turbo",
                        "xorg-libXi",
                        "xorg-libXt",
                        "libGLU"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "inipp",
            "portdir": "devel/inipp",
            "version": "2022.02.04",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mcmtroffaes/inipp",
            "description": "Simple C++ ini parser",
            "long_description": "Simple header-only C++ ini parser and generator.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "iniparser",
            "portdir": "devel/iniparser",
            "version": "4.2.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ndevilla/iniparser",
            "description": "An ini file parser library for C",
            "long_description": "An ini file parser library for C",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "frank.dean",
                    "github": "frankdean",
                    "ports_count": 12
                }
            ],
            "variants": [
                "debug",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mod_tile"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "netatalk4",
                        "cava",
                        "netatalk"
                    ]
                }
            ]
        },
        {
            "name": "inih",
            "portdir": "devel/inih",
            "version": "58",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/benhoyt/inih",
            "description": "inih (INI Not Invented Here) is a simple .INI file parser written in C",
            "long_description": "It's only a couple of pages of code, and it was designed to be small and simple, so it's good for embedded systems. It's also more or less compatible with Python's ConfigParser style of .INI files, including RFC 822-style multi-line syntax and name: value entries.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "rsgain",
                        "tio"
                    ]
                }
            ]
        },
        {
            "name": "inform",
            "portdir": "devel/inform",
            "version": "6.33",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.inform-fiction.org/",
            "description": "A Z-Code (Infocom Text Adventures) compiler",
            "long_description": "Inform is a programming language and design system for interactive fiction, created in 1993 by Graham Nelson.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vim",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "include-what-you-use",
            "portdir": "devel/include-what-you-use",
            "version": "0.26",
            "license": "NCSA",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/include-what-you-use/include-what-you-use",
            "description": "A tool for use with clang to analyze #includes in C and C++ source files",
            "long_description": "A tool for use with clang to analyze #includes in C and C++ source files",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 84
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18",
                        "python314"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "llvm-22",
                        "clang-22"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ihaskell",
            "portdir": "devel/ihaskell",
            "version": "20251124",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/IHaskell/IHaskell",
            "description": "A Haskell kernel for IPython.",
            "long_description": "IHaskell is a kernel for the Jupyter project, which allows you to use Haskell inside Jupyter frontends (including the console and notebook). For a tour of some IHaskell features, check out the demo Notebook at http://nbviewer.ipython.org/github/gibiansky/IHaskell/blob/master/notebooks/IHaskell.ipynb. More example notebooks are available on the wiki at https://github.com/gibiansky/IHaskell/wiki. The wiki also has more extensive documentation of IHaskell features.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [
                "stack"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "cabal",
                        "ghc",
                        "file",
                        "grep",
                        "gsed",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-pkgconfig",
                        "py313-jupyter_core",
                        "py313-jupyter_client",
                        "py313-ipykernel",
                        "py313-nbformat",
                        "py313-ipywidgets",
                        "py313-jupyter",
                        "py313-widgetsnbextension",
                        "py313-magic",
                        "gmp",
                        "zmq",
                        "ghc",
                        "libmagic",
                        "libiconv",
                        "pango",
                        "python313",
                        "py313-cairo"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "hlint"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ige-mac-integration",
            "portdir": "devel/ige-mac-integration",
            "version": "0.9.8",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sourceforge.net/projects/gtk-osx",
            "description": "Mac OS X menu bar integration library for GTK2 quartz",
            "long_description": "A simple library whose purpose is to allow GTK2 quartz applications to integrate with the Mac OS X menu bar. Requires gtk2 and its dependencies to be built with variants +no_x11 +quartz",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mike",
                    "github": "",
                    "ports_count": 4
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-pygtk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "idutils",
            "portdir": "devel/idutils",
            "version": "4.6",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/idutils/",
            "description": "The classic Berkeley gid/lid tools for looking up variables in code",
            "long_description": "`mkid' is a simple, fast, high-capacity, language-independent identifier database tool. Actually, the term `identifier' is too limiting--`mkid' stores tokens, be they program identifiers of any form, literal numbers, or words of human-readable text. Database queries can be issued from the command-line, or from within emacs, serving as an augmented tags facility. `mkid' was originally written by Greg McGary <gkm@gnu.ai.mit.edu> and posted to comp.sources.unix in September 1987. It was then maintained and enhanced by a loose knit group of programmers on the Internet led by Tom Horsley <Tom.Horsley@mail.hcsc.com>. Tom released `mkid2' on comp.sources.unix in March, 1991. Since then, Greg McGary has resumed maintenance and is releasing an improved version 3 under GPL. Version 3 is an interim release. Version 4 will follow in the coming months and include a cscope clone plus other improvements. This version is an improved version of version 3 (which hasn't been updated since 1996!), it now understands C++.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "gmake",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "idevicerestore-devel",
            "portdir": "devel/idevicerestore",
            "version": "20251123",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.libimobiledevice.org/",
            "description": "A command-line application to restore firmware files to iOS devices.",
            "long_description": "The idevicerestore application is a full reimplementation of all granular steps which are performed during the restore of a firmware to a device. In general, upgrades and downgrades are possible, however subject to availability of SHSH blobs from Apple for signing the firmare files. Some key features are: \n* Restore: Update firmware on iOS devices \n* Firmware: Use official IPSW firmware archive file or a directory as source \n* Update: Allows updating the device by default or erasing all data \n* Download: On demand download of latest available firmware for a device \n* Cache: Downloaded firmware files are cached locally \n* Custom Firmware: Restore custom firmware files (requires bootrom exploit) \n* Baseband: Allows you to skip NOR/Baseband upgrade \n* SHSH: Fetch TSS records and save them as .shsh files \n* DFU: Put devices in pwned DFU mode (limera1n devices only) \n* AP Ticket: Use custom AP ticket from a file \n* Cross-Platform: Tested on Linux, macOS, Windows and Android platforms \n* History: Developed since 2010",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "curl",
                        "libzip",
                        "openssl3",
                        "libplist-devel",
                        "zlib",
                        "libimobiledevice-devel",
                        "libirecovery-devel",
                        "libusb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ideviceinstaller-devel",
            "portdir": "devel/ideviceinstaller",
            "version": "20251030",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.libimobiledevice.org/",
            "description": "Manage apps of iOS devices.",
            "long_description": "ideviceinstaller is a tool to interact with the installation_proxy of an iOS device allowing to install, upgrade, uninstall, archive, restore and enumerate installed or archived apps. It makes use of the libimobiledevice library that allows communication with iOS devices.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ijackson",
                    "github": "JacksonIsaac",
                    "ports_count": 44
                },
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libimobiledevice-devel",
                        "libplist-devel",
                        "openssl3",
                        "libzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "idevicerestore",
            "portdir": "devel/idevicerestore",
            "version": "1.0.0",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.libimobiledevice.org/",
            "description": "A command-line application to restore firmware files to iOS devices.",
            "long_description": "The idevicerestore application is a full reimplementation of all granular steps which are performed during the restore of a firmware to a device. In general, upgrades and downgrades are possible, however subject to availability of SHSH blobs from Apple for signing the firmare files. Some key features are: \n* Restore: Update firmware on iOS devices \n* Firmware: Use official IPSW firmware archive file or a directory as source \n* Update: Allows updating the device by default or erasing all data \n* Download: On demand download of latest available firmware for a device \n* Cache: Downloaded firmware files are cached locally \n* Custom Firmware: Restore custom firmware files (requires bootrom exploit) \n* Baseband: Allows you to skip NOR/Baseband upgrade \n* SHSH: Fetch TSS records and save them as .shsh files \n* DFU: Put devices in pwned DFU mode (limera1n devices only) \n* AP Ticket: Use custom AP ticket from a file \n* Cross-Platform: Tested on Linux, macOS, Windows and Android platforms \n* History: Developed since 2010",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "curl",
                        "libzip",
                        "openssl3",
                        "libplist",
                        "zlib",
                        "libimobiledevice",
                        "libirecovery",
                        "libusb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ideviceinstaller",
            "portdir": "devel/ideviceinstaller",
            "version": "1.2.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.libimobiledevice.org/",
            "description": "Manage apps of iOS devices.",
            "long_description": "ideviceinstaller is a tool to interact with the installation_proxy of an iOS device allowing to install, upgrade, uninstall, archive, restore and enumerate installed or archived apps. It makes use of the libimobiledevice library that allows communication with iOS devices.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ijackson",
                    "github": "JacksonIsaac",
                    "ports_count": 44
                },
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libimobiledevice",
                        "libplist",
                        "openssl3",
                        "libzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "icu58",
            "portdir": "devel/icu58",
            "version": "58.3",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://site.icu-project.org/",
            "description": "International Components for Unicode -- Legacy Version",
            "long_description": "International Components for Unicode -- Legacy Version. This port is the last version of icu that builds with c++03. It should be used only for bootstrapping or for software that is not compatible with c++11.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cicada"
                    ]
                }
            ]
        },
        {
            "name": "icu-le-hb",
            "portdir": "devel/icu-le-hb",
            "version": "2.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/harfbuzz/icu-le-hb",
            "description": "library implementing the ICU Layout Engine (icu-le) API",
            "long_description": "icu-le-hb is a library implementing the ICU Layout Engine (icu-le) API using external HarfBuzz library for implementation. This is useful as a compatibility layer to make applications using ICU Layout Engine to use HarfBuzz without porting them to use the HarfBuzz API.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "icu",
                        "harfbuzz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "icu-lx",
                        "icu-devel-lx"
                    ]
                }
            ]
        },
        {
            "name": "icu-devel-lx",
            "portdir": "devel/icu-devel",
            "version": "78.3",
            "license": "Permissive",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://icu.unicode.org/",
            "description": "ICU paragraph layout library",
            "long_description": "ICU paragraph layout library",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 84
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "icu-le-hb",
                        "icu-devel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "icu-devel-docs",
            "portdir": "devel/icu-devel",
            "version": "78.3",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://icu.unicode.org/",
            "description": "International Components for Unicode (documentation)",
            "long_description": "The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms. ICU supports the most current version of the Unicode standard, and they provide support for supplementary Unicode characters (needed for GB 18030 repertoire support). Documentation.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "icu-lx",
            "portdir": "devel/icu",
            "version": "78.3",
            "license": "Permissive",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://icu.unicode.org/",
            "description": "ICU paragraph layout library",
            "long_description": "ICU paragraph layout library",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 84
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "icu",
                        "icu-le-hb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "icu-docs",
            "portdir": "devel/icu",
            "version": "78.3",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://icu.unicode.org/",
            "description": "International Components for Unicode (documentation)",
            "long_description": "The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms. ICU supports the most current version of the Unicode standard, and they provide support for supplementary Unicode characters (needed for GB 18030 repertoire support). Documentation.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "icu-devel",
            "portdir": "devel/icu-devel",
            "version": "78.3",
            "license": "Permissive",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://icu.unicode.org/",
            "description": "International Components for Unicode",
            "long_description": "The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms. ICU supports the most current version of the Unicode standard, and they provide support for supplementary Unicode characters (needed for GB 18030 repertoire support).",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 84
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "icu-devel-lx"
                    ]
                }
            ]
        },
        {
            "name": "icu",
            "portdir": "devel/icu",
            "version": "78.3",
            "license": "Permissive",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://icu.unicode.org/",
            "description": "International Components for Unicode",
            "long_description": "The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms. ICU supports the most current version of the Unicode standard, and they provide support for supplementary Unicode characters (needed for GB 18030 repertoire support).",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 84
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libfreehand"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-pyicu",
                        "py35-pyicu",
                        "py36-pyicu",
                        "gnucash",
                        "gnucash-devel",
                        "zk",
                        "py38-pyicu",
                        "harfbuzz-icu",
                        "py37-xmlsec",
                        "py37-pyicu",
                        "percona",
                        "py39-pyicu",
                        "usql",
                        "R-Cairo",
                        "R-stringi",
                        "phantomjs-qt-qtbase",
                        "phantomjs-qt-qtwebkit",
                        "qt5-qtbase",
                        "qt5-qtwebkit",
                        "qt5-qtlocation",
                        "qt511-qtbase",
                        "qt511-qtwebkit",
                        "qt511-qtlocation",
                        "qt513-qtbase",
                        "qt513-qtwebkit",
                        "qt513-qtlocation",
                        "qt53-qtbase",
                        "qt53-qtwebkit",
                        "qt55-qtbase",
                        "qt55-qtwebkit",
                        "qt56-qtbase",
                        "qt56-qtwebkit",
                        "qt57-qtbase",
                        "qt57-qtwebkit",
                        "qt58-qtbase",
                        "qt58-qtwebkit",
                        "qt59-qtbase",
                        "qt59-qtwebkit",
                        "qt59-qtlocation",
                        "qt6-qtbase",
                        "qt6-qt5compat",
                        "qt610-qtbase",
                        "qt610-qt5compat",
                        "qt64-qtbase",
                        "qt64-qt5compat",
                        "qt67-qtbase",
                        "qt67-qt5compat",
                        "qt68-qtbase",
                        "qt68-qt5compat",
                        "qt69-qtbase",
                        "qt69-qt5compat",
                        "mpd",
                        "ncmpcpp",
                        "couchdb",
                        "mysql8",
                        "pazpar2",
                        "postgresql11",
                        "postgresql12",
                        "postgresql13",
                        "postgresql14",
                        "postgresql15",
                        "postgresql16",
                        "postgresql17",
                        "postgresql18",
                        "sq",
                        "zebra",
                        "boost169",
                        "boost171",
                        "boost176",
                        "boost178",
                        "boost181",
                        "boost187",
                        "boost188",
                        "dolt",
                        "icu-lx",
                        "icu-le-hb",
                        "libical",
                        "liblightgrep",
                        "libphonenumber-cpp",
                        "libqxp",
                        "libzmf",
                        "widelands",
                        "widelands-devel",
                        "mapnik",
                        "mod_tile",
                        "epiphany",
                        "evolution-data-server",
                        "evolution-data-server-gtk4",
                        "gspell",
                        "tepl",
                        "tracker",
                        "tracker3",
                        "vte",
                        "darktable",
                        "darktable-devel",
                        "harfbuzz-icu-devel",
                        "libcdr-0.1",
                        "libmspub",
                        "libvisio-0.1",
                        "znc",
                        "mozjs52",
                        "nodejs10",
                        "nodejs12",
                        "nodejs14",
                        "nodejs16",
                        "nodejs18",
                        "nodejs20",
                        "nodejs22",
                        "nodejs24",
                        "php85-intl",
                        "php84-intl",
                        "php83-intl",
                        "php82-intl",
                        "php81-intl",
                        "php80-intl",
                        "php74-intl",
                        "php73-intl",
                        "php72-intl",
                        "php71-intl",
                        "php70-intl",
                        "php56-intl",
                        "php55-intl",
                        "php54-intl",
                        "php53-intl",
                        "dovecot",
                        "libvmime",
                        "rspamd",
                        "R",
                        "libqalculate",
                        "dino",
                        "prosody",
                        "samba4",
                        "yaz",
                        "tin",
                        "libreoffice",
                        "scribus-devel",
                        "py310-pyicu",
                        "py311-pyicu",
                        "py312-pyicu",
                        "py313-pyicu",
                        "py314-pyicu",
                        "webkit2-gtk-devel",
                        "webkit-gtk3-2.0",
                        "webkit2-gtk",
                        "p5.26-xml-libxslt",
                        "prelude-lml",
                        "xmlsec",
                        "xmlsec-1.2",
                        "fontmatrix",
                        "fsearch",
                        "tectonic",
                        "texlive-bin",
                        "dwdiff",
                        "libe-book",
                        "libxml2",
                        "lttoolbox",
                        "nuspell",
                        "sword",
                        "tesseract-training",
                        "vislcg3",
                        "xercesc3",
                        "zorba",
                        "raptor2",
                        "webkit-gtk",
                        "webkit-gtk-2.0",
                        "webkit-gtk3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rb33-ffi-icu",
                        "rb32-ffi-icu",
                        "rb31-ffi-icu"
                    ]
                }
            ]
        },
        {
            "name": "icompile",
            "portdir": "devel/icompile",
            "version": "0.5.7",
            "license": "none",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ice.sourceforge.net/",
            "description": "icompile is an autocompile tool for C++ projects",
            "long_description": "iCompile is the easiest way to compile your C++ projects on Linux and OS X. It creates executables, static and shared libraries, and HTML documentation with no per-project configuration or scripts",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "icmake",
            "portdir": "devel/icmake",
            "version": "9.03.01",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fbb-git.gitlab.io/icmake/",
            "description": "The Icmake program maintenance utility",
            "long_description": "Icmake is a hybrid between a 'make' utility and a 'shell script' language. Originally, it was written to provide a useful tool for automatic program maintenance and system administrative tasks on old MS-DOS platforms. (Not to be confused with Kitware's CMake build system.)",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 49
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "yodl"
                    ]
                }
            ]
        },
        {
            "name": "icey",
            "portdir": "devel/icey",
            "version": "2.4.5",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://0state.com/icey/",
            "description": "C++20 media stack and libwebrtc alternative for real-time video, signalling, TURN, and media servers",
            "long_description": "C++20 media stack and libwebrtc alternative for real-time video, signalling, TURN, and media servers",
            "active": true,
            "categories": [
                "devel",
                "net",
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-22"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nlohmann-json",
                        "openssl3",
                        "zlib",
                        "llhttp",
                        "ffmpeg8",
                        "minizip",
                        "libuv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "iaito",
            "portdir": "devel/iaito",
            "version": "6.1.4",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.radare.org/n/iaito.html",
            "description": "Fork of Cutter from the last working commit with radare2",
            "long_description": "iaito (formerly Cutter) is a free and open-source reverse engineering framework powered by radare2. Its goal is making an advanced, customizable and FOSS reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.",
            "active": true,
            "categories": [
                "aqua",
                "devel"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "qt6-qttools",
                        "clang-22"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt6-qtsvg",
                        "capstone",
                        "radare2",
                        "qt6-qtbase"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "graphviz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hyprutils",
            "portdir": "devel/hyprutils",
            "version": "0.2.4",
            "license": "BSD",
            "platforms": "{darwin < 11 > 21}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hyprwm/hyprutils",
            "description": "C++ library for utilities used across the Hypr* ecosystem",
            "long_description": "hyprutils is a small C++ library for utilities used across the Hypr* ecosystem.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-22"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpixman"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "hyprlang"
                    ]
                }
            ]
        },
        {
            "name": "hyprlang",
            "portdir": "devel/hyprlang",
            "version": "0.6.0",
            "license": "LGPL-2",
            "platforms": "{darwin < 11} {darwin > 21}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://hyprland.org/hyprlang",
            "description": "The hypr configuration language is an extremely efficient, yet easy to work with, configuration language for applications.",
            "long_description": "The hypr configuration language is an extremely efficient, yet easy to work with, configuration language for applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-22"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hyprutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hwloc",
            "portdir": "devel/hwloc",
            "version": "2.12.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.open-mpi.org/projects/hwloc/",
            "description": "Portable Hardware Locality",
            "long_description": "The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "cuda",
                "opencl",
                "gui",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "libxml2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mpich-devel-gcc11",
                        "mpich-gcc9",
                        "openmpi-gcc9",
                        "mpich-clang90",
                        "mpich-clang10",
                        "openmpi-clang90",
                        "openmpi-clang10",
                        "kokkos",
                        "kokkos-devel",
                        "onetbb",
                        "pika",
                        "starpu",
                        "starpu13",
                        "petsc",
                        "spral",
                        "gromacs",
                        "gromacs-plumed",
                        "mpich-gcc7",
                        "mpich-gcc10",
                        "mpich-gcc11",
                        "mpich-gcc12",
                        "mpich-gcc13",
                        "mpich-gcc14",
                        "mpich-gcc15",
                        "mpich-clang11",
                        "mpich-clang12",
                        "mpich-clang13",
                        "mpich-clang14",
                        "mpich-clang15",
                        "mpich-clang16",
                        "mpich-clang17",
                        "mpich-clang18",
                        "mpich-clang19",
                        "mpich-clang20",
                        "mpich-default",
                        "mpich-clang",
                        "openmpi-default",
                        "openmpi-gcc7",
                        "openmpi-gcc10",
                        "openmpi-gcc11",
                        "openmpi-gcc12",
                        "openmpi-gcc13",
                        "openmpi-gcc14",
                        "openmpi-gcc15",
                        "openmpi-clang11",
                        "openmpi-clang12",
                        "openmpi-clang13",
                        "openmpi-clang14",
                        "openmpi-clang15",
                        "openmpi-clang16",
                        "openmpi-clang17",
                        "openmpi-clang18",
                        "openmpi-clang19",
                        "openmpi-clang20",
                        "openmpi-clang",
                        "pastix",
                        "aircrack-ng"
                    ]
                }
            ]
        },
        {
            "name": "hut",
            "portdir": "devel/hut",
            "version": "0.7.0",
            "license": "AGPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git.sr.ht/~xenrox/hut",
            "description": "A CLI tool for sr.ht.",
            "long_description": "hut lets you interact with the SourceHut API from the command line. See the man page for a full list of available commands.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "woolsweater",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "scdoc",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hub",
            "portdir": "devel/hub",
            "version": "2.14.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://hub.github.com/",
            "description": "git-wrapper for GitHub specific functionality",
            "long_description": "hub is a command line utility which adds GitHub knowledge to git. It can be used on its own or as a git wrapper.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ht",
            "portdir": "devel/ht",
            "version": "2.1.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://hte.sourceforge.net/",
            "description": "HT is a file editor/viewer/analyzer for executables.",
            "long_description": "HT is a file editor/viewer/analyzer for executables. The goal is to combine the low-level functionality of a debugger and the usability of IDEs.",
            "active": true,
            "categories": [
                "devel",
                "editors"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lzo2",
                        "ncurses",
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hscolour",
            "portdir": "devel/hscolour",
            "version": "1.25",
            "license": "GPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://hackage.haskell.org/package/hscolour",
            "description": "A small Haskell script to colourise Haskell code",
            "long_description": "A small Haskell script to colourise Haskell code. It currently has six output formats: ANSI terminal codes (optionally XTerm-256colour codes), HTML 3.2 with font tags, HTML 4.01 with CSS, HTML 4.01 with CSS and mouseover annotations, XHTML 1.0 with inline CSS styling, LaTeX, and mIRC chat codes.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [
                "stack",
                "haskell_cabal_use_prebuilt"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "file",
                        "grep",
                        "gsed",
                        "cabal-prebuilt",
                        "ghc-prebuilt",
                        "clang-18"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal-prebuilt",
                        "ghc-prebuilt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "cpphs",
                        "ghc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cabal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "haskell-language-server"
                    ]
                }
            ]
        },
        {
            "name": "howdoi",
            "portdir": "devel/howdoi",
            "version": "2.0.20",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gleitz/howdoi",
            "description": "instant coding answers via the command line",
            "long_description": "instant coding answers via the command line",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-lxml",
                        "py310-pyquery",
                        "py310-cachelib",
                        "py310-keep",
                        "python310",
                        "py310-pygments",
                        "py310-requests",
                        "py310-appdirs",
                        "py310-cssselect"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hof",
            "portdir": "devel/hof",
            "version": "0.6.10",
            "license": "BSD",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.hofstadter.io",
            "description": "The High Code Framework (low-code for devs), a flexible data modeling & code generation system",
            "long_description": "The hof tool tries to remove redundent development activities by using high level designs, code generation, and diff3 while letting you write custom code directly in the output. (low-code for developers) Users write Single Source of Truth (SSoT) design for data models and the application generators. hof reads the SSoT, processes it through the code generators, and outputs directories and files. Users can write custom code in the output, change their designs, and regenerate code in any order. hof can be customized and extended by only editing text files and not hof source code. Use your own tools, technologies, and practices, hof does not make any choices for you. hof is powered by Cue (https://cuelang.org & https://cuetorials.com)",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hoard",
            "portdir": "devel/hoard",
            "version": "3.13",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://hoard.org",
            "description": "A drop-in replacement for malloc that is very fast on multiprocessor machines",
            "long_description": "A drop-in replacement for malloc that is very fast on multiprocessor machines",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "git",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hlint",
            "portdir": "devel/hlint",
            "version": "3.10",
            "license": "GPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ndmitchell/hlint",
            "description": "A tool for suggesting possible improvements to Haskell code.",
            "long_description": "HLint is a tool for suggesting possible improvements to Haskell code. These suggestions include ideas such as using alternative functions, simplifying code and spotting redundancies.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "cabal",
                        "ghc",
                        "file",
                        "grep",
                        "gsed",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "libiconv"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "ihaskell"
                    ]
                }
            ]
        },
        {
            "name": "highway",
            "portdir": "devel/highway",
            "version": "1.4.0",
            "license": "(Apache-2 or BSD)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/highway",
            "description": "portable SIMD/vector intrinsics",
            "long_description": "Highway is a C++ library that provides portable SIMD/vector intrinsics.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 353
                }
            ],
            "variants": [
                "debug",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libjxl"
                    ]
                }
            ]
        },
        {
            "name": "hg-keyring",
            "portdir": "devel/hg-keyring",
            "version": "1.4.4",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://foss.heptapod.net/mercurial/mercurial_keyring",
            "description": "Mercurial extension used to securely save passwords",
            "long_description": "mercurial_keyring is a Mercurial extension used to securely save HTTP and SMTP authentication passwords in password databases, including the macOS Keychain.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 175
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-keyring",
                        "py313-mercurial_extension_utils",
                        "mercurial"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hg-git",
            "portdir": "devel/hg-git",
            "version": "1.2.0",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mercurial-scm.org/wiki/HgGit",
            "description": "Push to and pull from a Git server repository from Mercurial.",
            "long_description": "This is the Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 175
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel",
                        "py313-setuptools_scm",
                        "clang-18",
                        "py313-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mercurial",
                        "python313",
                        "py313-dulwich",
                        "py313-brotli"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "git",
                        "gnupg2",
                        "dash",
                        "py313-pytest",
                        "py313-pygments",
                        "py313-pyflakes"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hg-evolve",
            "portdir": "devel/hg-evolve",
            "version": "11.1.8",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mercurial-scm.org/doc/evolution/",
            "description": "Additional history rewriting commands for Mercurial.",
            "long_description": "Additional history rewriting commands for Mercurial for faster and safer mutable history. The extension offers a safe and simple way to refine changesets locally and propagate those changes to other repositories. The complex issues that can arise from exchanging draft changesets are automatically detected and handled, and it possible's for multiple developers to safely rewrite the same parts of history in a distributed way.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 175
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-18",
                        "py313-build",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mercurial",
                        "python313"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "dash",
                        "py313-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hg-credentials",
            "portdir": "devel/hg-credentials",
            "version": "0.1.2",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://foss.heptapod.net/mercurial/hg-credentials",
            "description": "Mercurial extension for storing passwords securely",
            "long_description": "Mercurial extension for storing passwords securely in the macOS Keychain.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 175
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-build",
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-18",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "mercurial"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hermit",
            "portdir": "devel/hermit",
            "version": "0.38.1",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cashapp.github.io/hermit",
            "description": "Hermit manages isolated, self-bootstrapping sets of tools in software projects.",
            "long_description": "Hermit manages isolated, self-bootstrapping sets of tools in software projects. Hermit installs tools for software projects in self-contained, isolated sets, so your team, your contributors, and your CI have the same consistent tooling.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "headerbrowser",
            "portdir": "devel/headerbrowser",
            "version": "0.8.3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.headerbrowser.org/",
            "description": "simple, efficient tool for creating doc from C/C++ source",
            "long_description": "Header Browser is a simple and efficient tool for creating documentation from C/C++ source code.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hcloud",
            "portdir": "devel/hcloud",
            "version": "1.61.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hetznercloud/cli",
            "description": "hcloud is a command-line interface for Hetzner Cloud.",
            "long_description": "hcloud is a command-line interface for Hetzner Cloud.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "haskell-stan",
            "portdir": "devel/haskell-stan",
            "version": "0.1.0.1",
            "license": "MPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kowainik/stan",
            "description": "Haskell STatic ANalyser",
            "long_description": "Stan is a Haskell STatic ANalysis tool.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [
                "stack"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "file",
                        "grep",
                        "gsed",
                        "cctools",
                        "openssl",
                        "cabal",
                        "ghc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "gmp"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "haskell-language-server",
            "portdir": "devel/haskell-language-server",
            "version": "2.13.0.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/haskell/haskell-language-server",
            "description": "Official haskell ide support via language server (LSP).",
            "long_description": "The haskell-language-server (HLS) project is an implementation of a server (a \"language server\") for the Language Server Protocol (LSP). A language server talks to a client (typically an editor), which can ask the server to perform various operations, such as reporting errors or providing code completions. The advantage of this system is that clients and servers can interoperate more easily so long as they all speak the LSP protocol. In the case of HLS, that means that it can be used with many different editors, since editor support for the LSP protocol is now widespread.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [
                "dynamic"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "file",
                        "grep",
                        "gsed",
                        "clang-18",
                        "cctools",
                        "openssl",
                        "cabal",
                        "ghc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "ghc",
                        "libiconv"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "hscolour",
                        "cabal"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "happy",
            "portdir": "devel/happy",
            "version": "2.2",
            "license": "GPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simonmar/happy",
            "description": "A parser generator for Haskell",
            "long_description": "Happy is a parser generator for Haskell. Given a grammar specification in BNF, Happy generates Haskell code to parse the grammar. Happy works in a similar way to the yacc tool for C.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [
                "stack",
                "haskell_cabal_use_prebuilt"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "file",
                        "grep",
                        "gsed",
                        "cabal-prebuilt",
                        "ghc-prebuilt",
                        "clang-18"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal-prebuilt",
                        "ghc-prebuilt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "cpphs",
                        "ghc",
                        "pure-gen"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cabal"
                    ]
                }
            ]
        },
        {
            "name": "halloc",
            "portdir": "devel/halloc",
            "version": "1.2.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://swapped.cc/halloc",
            "description": "hierarchical alloc is an extension to standard malloc/free",
            "long_description": "Hierarchical alloc (halloc) is an extension to a standard malloc/free interface that simplifies tasks of memory disposal when allocated structures exhibit hierarchical properties.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hadolint",
            "portdir": "devel/hadolint",
            "version": "2.9.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hadolint/hadolint",
            "description": "Dockerfile linter, validate inline bash, written in Haskell",
            "long_description": "A smarter Dockerfile linter that helps you build best practice Docker images. The linter parses the Dockerfile into an AST and performs rules on top of the AST. It stands on the shoulders of ShellCheck to lint the Bash code inside RUN instructions.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [
                {
                    "name": "wyuenho",
                    "github": "wyuenho",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "stack",
                        "file",
                        "grep",
                        "gsed",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}