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

{
    "count": 51956,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=663",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=661",
    "results": [
        {
            "name": "libdevil",
            "portdir": "devel/libdevil",
            "version": "1.8.0",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://openil.sourceforge.net",
            "description": "Library to develop applications with powerful image loading capabilities",
            "long_description": "Developer's Image Library (DevIL) is a programmer's library to develop applications with very powerful image loading capabilities, yet is easy for a developer to learn and use. Ultimate control of images is left to the developer, so unnecessary conversions, etc. are not performed. DevIL utilizes a simple, yet powerful, syntax. DevIL can load, save, convert, manipulate, filter and display a wide variety of image formats. Formerly known as OpenIL, but the name was changed due to SGI's request.",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lcms2",
                        "libjpeg-turbo",
                        "libmng",
                        "zlib",
                        "squish",
                        "tiff",
                        "openexr2",
                        "libpng",
                        "jasper"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cegui",
                        "love-0.7",
                        "love-0.8",
                        "love-0.9"
                    ]
                }
            ]
        },
        {
            "name": "libdc1394",
            "portdir": "devel/libdc1394",
            "version": "2.2.6",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://damien.douxchamps.net/ieee1394/libdc1394/",
            "description": "Library for Firewire IIDC Cameras",
            "long_description": "libdc1394 is a library that provides a complete high level application programming interface (API) for developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specifications (also known as the IIDC or DCAM Specifications).",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl",
                        "libusb"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "Pangolin",
                        "gstreamer010-gst-plugins-bad",
                        "VLC2",
                        "libVLC2"
                    ]
                }
            ]
        },
        {
            "name": "libdbusmenu",
            "portdir": "devel/libdbusmenu",
            "version": "16.04.0",
            "license": "LGPL-2.1+ and GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/libdbusmenu",
            "description": "GLib and Gtk Implementation of the DBusMenu protocol",
            "long_description": "GLib and Gtk Implementation of the DBusMenu protocol",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gettext",
                        "libtool",
                        "pkgconfig",
                        "gobject-introspection",
                        "vala",
                        "intltool",
                        "libxslt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "json-glib",
                        "gtk3",
                        "cairo",
                        "gdk-pixbuf2",
                        "harfbuzz",
                        "gettext-runtime",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libayatana-appindicator",
                        "xpad"
                    ]
                }
            ]
        },
        {
            "name": "libdatrie",
            "portdir": "devel/libdatrie",
            "version": "0.2.5",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://linux.thai.net/projects/datrie",
            "description": "An Implementation of Double-Array Trie.",
            "long_description": "An Implementation of Double-Array Trie.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "doxygen",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libthai"
                    ]
                }
            ]
        },
        {
            "name": "libdaemon",
            "portdir": "devel/libdaemon",
            "version": "0.14",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://0pointer.de/lennart/projects/libdaemon/",
            "description": "C library that eases writing UNIX daemons",
            "long_description": "libdaemon is a lightweight C library that eases the process of writing UNIX daemons. It contains a daemonizing fork() wrapper, a powerful syslog() wrapper, PID file management, and signal serialization.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libinfinity",
                        "shairport-sync",
                        "avahi"
                    ]
                }
            ]
        },
        {
            "name": "libcyaml",
            "portdir": "devel/libcyaml",
            "version": "1.4.2",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tlsa/libcyaml",
            "description": "C library for reading and writing YAML.",
            "long_description": "The fundamental idea behind CYAML is to allow applications to construct schemas which describe both the permissible structure of the YAML documents to read/write, and the C data structure(s) in which the loaded data is arranged in memory.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libyaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libcudd",
            "portdir": "devel/libcudd",
            "version": "3.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://vlsi.colorado.edu/~fabio/CUDD/",
            "description": "An efficient library for manipulating decision diagrams",
            "long_description": "The CUDD package provides functions to manipulate Binary Decision Diagrams (BDDs), Algebraic Decision Diagrams (ADDs), and Zero-suppressed Binary Decision Diagrams (ZDDs). It's been written by Fabio Somenzi at the University of Colorado, Boulder.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "slivingston",
                    "github": "slivingston",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gr1c"
                    ]
                }
            ]
        },
        {
            "name": "libcuckoo",
            "portdir": "devel/libcuckoo",
            "version": "0.3.1",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/efficient/libcuckoo",
            "description": "A high-performance, concurrent hash table.",
            "long_description": "A high-performance, concurrent hash table.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "audvare",
                    "github": "Tatsh",
                    "ports_count": 25
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libreoffice"
                    ]
                }
            ]
        },
        {
            "name": "libcryptopp",
            "portdir": "devel/libcryptopp",
            "version": "8.9.0",
            "license": "Boost-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cryptopp.com/",
            "description": "C++ class library of cryptographic schemes",
            "long_description": "Crypto++ Library is a free C++ class library of cryptographic schemes.",
            "active": true,
            "categories": [
                "devel",
                "security"
            ],
            "maintainers": [
                {
                    "name": "raphael",
                    "github": "raphael-st",
                    "ports_count": 18
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "amule"
                    ]
                }
            ]
        },
        {
            "name": "libcoverart",
            "portdir": "devel/libcoverart",
            "version": "1.0.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://musicbrainz.org/doc/libcoverart",
            "description": "C/C++ library for accessing the MusicBrainz Cover Art Archive",
            "long_description": "libcoverart is a C/C++ library for accessing the MusicBrainz Cover Art Archive.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "jansson",
                        "libxml2",
                        "neon"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libconfuse",
            "portdir": "devel/libconfuse",
            "version": "3.3",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/martinh/libconfuse",
            "description": "libConfuse is a configuration file parser library",
            "long_description": "libConfuse is a configuration file parser library",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "scmpc",
                        "libftdi1",
                        "offlinefs",
                        "bmon",
                        "ganglia",
                        "inadyn",
                        "fwup"
                    ]
                }
            ]
        },
        {
            "name": "libconfig-hr",
            "portdir": "devel/libconfig-hr",
            "version": "1.7.3",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://hyperrealm.github.io/libconfig/",
            "description": "A new libconfig implementation with both C and C++ bindings.",
            "long_description": "A new libconfig implementation with both C and C++ bindings, a completely new API, pkg-config support and superior documentation.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-conf-libconfig",
                        "lms",
                        "conf2struct",
                        "libguestfs",
                        "shairport-sync",
                        "sslh",
                        "toxcore",
                        "toxic",
                        "p5.28-conf-libconfig",
                        "p5.30-conf-libconfig",
                        "p5.32-conf-libconfig",
                        "p5.34-conf-libconfig"
                    ]
                }
            ]
        },
        {
            "name": "libconfig",
            "portdir": "devel/libconfig",
            "version": "0.3.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.rkeene.org/oss/libconfig",
            "description": "Configuration file processing library",
            "long_description": "Libconfig is a configuration file processing library that saves you from having to write your own configuration parsers and routines. It supports callback functions, automatic variable assignment, and many different configuration file types such as Apache-like, Windows INI-like, and whitespace separated. Configuration is processed in a logical manner: global configuration files, local configuration files, environment variables, and finally command line options.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libopennet"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libcommuni",
            "portdir": "devel/libcommuni",
            "version": "3.7.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://communi.github.io",
            "description": "Cross-platform IRC framework for Qt",
            "long_description": "Cross-platform IRC framework for Qt",
            "active": true,
            "categories": [
                "devel",
                "net",
                "irc"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qtdeclarative",
                        "uchardet"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "communi-desktop"
                    ]
                }
            ]
        },
        {
            "name": "libcmis",
            "portdir": "devel/libcmis",
            "version": "0.6.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tdf/libcmis",
            "description": "C/C++ CMIS client library",
            "long_description": "C/C++ CMIS client library",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "audvare",
                    "github": "Tatsh",
                    "ports_count": 25
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "boost181",
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libcmatrix",
            "portdir": "devel/libcmatrix",
            "version": "0.0.2",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://source.puri.sm/Librem5/libcmatrix",
            "description": "Matrix client library",
            "long_description": "Matrix client library written in GObjectified C.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gobject-introspection",
                        "libsecret",
                        "sqlite3",
                        "gettext-runtime",
                        "libsoup",
                        "glib2",
                        "json-glib",
                        "libgcrypt",
                        "olm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "Chatty"
                    ]
                }
            ]
        },
        {
            "name": "libck",
            "portdir": "devel/libck",
            "version": "0.7.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://concurrencykit.org/",
            "description": "A concurrency primitives, safe memory reclamation mechanisms C library",
            "long_description": "Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dnsperf"
                    ]
                }
            ]
        },
        {
            "name": "libcjson",
            "portdir": "devel/libcjson",
            "version": "1.7.19",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/DaveGamble/cJSON",
            "description": "ultralightweight JSON parser in ANSI C",
            "long_description": "libcjson is an ultralightweight JSON parser in ANSI C.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocp",
                        "weechat",
                        "gnucobol",
                        "mosquitto",
                        "chatgpt-client"
                    ]
                }
            ]
        },
        {
            "name": "libcipher",
            "portdir": "devel/libcipher",
            "version": "4.7-RELEASE",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://svnweb.FreeBSD.org/base/release/4.7.0/secure/lib/libcipher/",
            "description": "Cipher routines from FreeBSD",
            "long_description": "Cipher routines from FreeBSD",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bsdmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "bdes"
                    ]
                }
            ]
        },
        {
            "name": "libchewing",
            "portdir": "devel/libchewing",
            "version": "0.5.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://chewing.im/",
            "description": "The intelligent phonetic input method library",
            "long_description": "The Chewing is an intelligent phonetic (Zhuyin/Bopomofo) input method, one of the most popular choices for Traditional Chinese users. Chewing was inspired by other proprietary intelligent Zhuyin input methods under Microsoft Windows, namely, Wang-Xin by Eten, Microsoft New Zhuyin, and Nature Zhuyin.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "halboof",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "sqlite3",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libcdio",
            "portdir": "devel/libcdio",
            "version": "2.1.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/libcdio/",
            "description": "Compact Disc Input and Control Library",
            "long_description": "The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libcddb",
                        "ncurses",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qmmp",
                        "QMPlay2",
                        "xine-lib",
                        "BoCA",
                        "audacious-plugins",
                        "libcdio-paranoia",
                        "mednafen",
                        "gstreamer010-gst-plugins-good",
                        "gstreamer010-gst-plugins-ugly",
                        "gstreamer1-gst-plugins-ugly",
                        "VLC2",
                        "libVLC2",
                        "mythtv-core.27",
                        "mythtv-core.28",
                        "vcdimager"
                    ]
                }
            ]
        },
        {
            "name": "libcddb",
            "portdir": "devel/libcddb",
            "version": "1.3.2",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libcddb.sourceforge.net",
            "description": "library to access data on a CDDB server",
            "long_description": "Libcddb is a C library to access data on a CDDB server (freedb.org) It allows you to search the database for possible CD matches, retrieve detailed information about a specific CD, and submit new CD entries to the database.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qmmp",
                        "QMPlay2",
                        "audacious-plugins",
                        "libcdio",
                        "VLC2",
                        "libVLC2"
                    ]
                }
            ]
        },
        {
            "name": "libcbor",
            "portdir": "devel/libcbor",
            "version": "0.13.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/PJK/libcbor",
            "description": "library for parsing and generating CBOR",
            "long_description": "library for parsing and generating CBOR, the general-purpose schema-less binary data format.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "manuals-unread2u",
                    "github": "trodemaster",
                    "ports_count": 8
                }
            ],
            "variants": [
                "debug",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libfido2"
                    ]
                }
            ]
        },
        {
            "name": "libbtbb-devel",
            "portdir": "devel/libbtbb",
            "version": "2022-08-26",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/greatscottgadgets/libbtbb",
            "description": "Bluetooth baseband decoding library.",
            "long_description": "Bluetooth baseband decoding library, forked from the GR-Bluetooth project. It can be used to extract Bluetooth packet and piconet information from Ubertooth devices as well as GR-Bluetooth/USRP.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "python310",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ubertooth-devel"
                    ]
                }
            ]
        },
        {
            "name": "libcaer",
            "portdir": "devel/libcaer",
            "version": "2.4.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/inilabs/libcaer",
            "description": "Minimal C library to access, configure and get/send AER data",
            "long_description": "Minimal C library to access, configure and get/send AER data from sensors or to/from neuromorphic processors. Supported devices are the Dynamic Vision Sensor (DVS), all the DAVIS cameras, and the Dynap-se neuromorphic processor.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "aw.kornilov",
                    "github": "ierofant",
                    "ports_count": 15
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libusb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libbtbb",
            "portdir": "devel/libbtbb",
            "version": "2020-12-R1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/greatscottgadgets/libbtbb",
            "description": "Bluetooth baseband decoding library.",
            "long_description": "Bluetooth baseband decoding library, forked from the GR-Bluetooth project. It can be used to extract Bluetooth packet and piconet information from Ubertooth devices as well as GR-Bluetooth/USRP.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "python310",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ubertooth"
                    ]
                }
            ]
        },
        {
            "name": "libblocksruntime",
            "portdir": "devel/libblocksruntime",
            "version": "0.4.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://compiler-rt.llvm.org",
            "description": "compiler-rt Blocks runtime library for Clang",
            "long_description": "libblocksruntime is a target-independent implementation of Apple Blocks runtime interfaces.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "adsun701",
                    "github": "adsun701",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libbinio",
            "portdir": "devel/libbinio",
            "version": "1.5",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/adplug/libbinio",
            "description": "Binary I/O stream class library",
            "long_description": "The binary I/O stream class library presents a platform-independent way to access binary data streams in C++.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 84
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "adplug",
                        "audacious-plugins"
                    ]
                }
            ]
        },
        {
            "name": "libbert",
            "portdir": "devel/libbert",
            "version": "20131017",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ruediger/libbert",
            "description": "LibBERT is a BERT (Binary ERlang Term) library for C++ and C.",
            "long_description": "BERT is a format for encoding binary data. You can think of it as JSON for binary formats. BERT is based on Erlang’s External Format. bert.h is the C API (you need to link -lbert_capi!). bert.hpp is the C++ API (header only).",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost176"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libbacktrace",
            "portdir": "devel/libbacktrace",
            "version": "20240410-7939218",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ianlancetaylor/libbacktrace",
            "description": "A C library that may be linked into a C/C++ program to produce symbolic backtraces",
            "long_description": "A C library that may be linked into a C/C++ program to produce symbolic backtraces",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libb2",
            "portdir": "devel/libb2",
            "version": "0.98.1",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://blake2.net",
            "description": "a cryptographic hash function",
            "long_description": "BLAKE2 is a cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as the latest standard SHA-3.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qt6-qtbase",
                        "qt610-qtbase",
                        "qt64-qtbase",
                        "qt67-qtbase",
                        "qt68-qtbase",
                        "qt69-qtbase",
                        "libarchive",
                        "Aseprite",
                        "borgbackup"
                    ]
                }
            ]
        },
        {
            "name": "libayatana-indicator",
            "portdir": "devel/libayatana-indicator",
            "version": "0.9.4",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AyatanaIndicators/libayatana-indicator",
            "description": "Ayatana Indicators Shared Library",
            "long_description": "Ayatana Indicators Shared Library",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "gobject-introspection",
                        "vala",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "harfbuzz",
                        "pango",
                        "atk",
                        "ayatana-ido",
                        "gettext-runtime",
                        "glib2",
                        "gtk3",
                        "cairo",
                        "gdk-pixbuf2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libayatana-appindicator",
                        "xpad"
                    ]
                }
            ]
        },
        {
            "name": "libayatana-appindicator",
            "portdir": "devel/libayatana-appindicator",
            "version": "0.5.94",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AyatanaIndicators/libayatana-appindicator",
            "description": "Ayatana Application Indicators Shared Library",
            "long_description": "Ayatana Application Indicators Shared Library",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "gobject-introspection",
                        "vala",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "harfbuzz",
                        "pango",
                        "gettext-runtime",
                        "atk",
                        "libayatana-indicator",
                        "libdbusmenu",
                        "ayatana-ido",
                        "glib2",
                        "gtk3",
                        "cairo",
                        "gdk-pixbuf2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xpad"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gajim"
                    ]
                }
            ]
        },
        {
            "name": "libatomicbitvector",
            "portdir": "devel/libatomicbitvector",
            "version": "2020.05.19",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ekg/atomicbitvector",
            "description": "Atomic bitset/bitvector with size determined at runtime.",
            "long_description": "This header-only library encodes a bitvector class with size fixed at runtime. Atomic operations allow for concurrent access and modification of the bitset. Such a structure can help with coordinating parallel processing of a given fixed set of entities and has the advantage of only requiring O(1) bit per entry. The atomic_bv_t class is a straightforward extension of ConcurrentBitSet from Facebook’s folly C++ library. It wraps the atomic type with a class that allows them to be copied, and these wrapped atomic types are then used to build a vector size of which is determined at runtime.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libomp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libatomic_ops",
            "portdir": "devel/libatomic_ops",
            "version": "7.10.0",
            "license": "Permissive and MIT and GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bdwgc/libatomic_ops",
            "description": "library for hardware-provided atomic memory operations",
            "long_description": "This package provides semi-portable access to hardware-provided atomic memory operations.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "boehmgc",
                        "MoarVM",
                        "ecl",
                        "ecl-devel"
                    ]
                }
            ]
        },
        {
            "name": "libaterm",
            "portdir": "devel/libaterm",
            "version": "2.8",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.meta-environment.org/Meta-Environment/ATerms",
            "description": "ATerm libraries in C",
            "long_description": "ATerm libraries implement the internal representation of the ATerm Format in some programming language and the conversion between the external and the internal representation.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "sdf2-bundle",
                        "strategoxt"
                    ]
                }
            ]
        },
        {
            "name": "libast",
            "portdir": "devel/libast",
            "version": "0.8",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.eterm.org/",
            "description": "LibAST is the Library of Assorted Spiffy Things.",
            "long_description": "LibAST is the Library of Assorted Spiffy Things. It contains many spiffy things, and it is a library. Thus, the ever-so-creative name. LibAST has been previously known as libmej, the Eterm helper library which nobody really understood and certainly never used.",
            "active": true,
            "categories": [
                "devel",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "imlib2",
                        "freetype",
                        "xorg-libXt",
                        "pcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "Eterm"
                    ]
                }
            ]
        },
        {
            "name": "libassuan",
            "portdir": "devel/libassuan",
            "version": "3.0.2",
            "license": "LGPL-2.1+ and GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnupg.org/related_software/libassuan",
            "description": "Assuan IPC library",
            "long_description": "Libassuan is a small library implementing the so-called Assuan protocol. This protocol is used for IPC between most newer GnuPG components. Both server and client side functions are provided.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 49
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgpg-error",
                        "pth"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pinentry-mac",
                        "gpgme",
                        "kdepim4",
                        "kget",
                        "gnupg2",
                        "profanity",
                        "rb33-gpgme",
                        "rb32-gpgme",
                        "rb31-gpgme",
                        "pinentry",
                        "skopeo",
                        "retroshare-qt4"
                    ]
                }
            ]
        },
        {
            "name": "libargparse",
            "portdir": "devel/libargparse",
            "version": "20240826",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/maryla-uc/libargparse",
            "description": "Yet another simple command-line parser for C++ applications",
            "long_description": "Yet another simple command-line parser for C++ applications",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libavif"
                    ]
                }
            ]
        },
        {
            "name": "libabw",
            "portdir": "devel/libabw",
            "version": "0.1.3",
            "license": "MPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.documentfoundation.org/DLP/Libraries/libabw",
            "description": "Library parsing AbiWord documents.",
            "long_description": "Library parsing AbiWord documents.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "audvare",
                    "github": "Tatsh",
                    "ports_count": 25
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "zlib",
                        "boost176",
                        "libtool",
                        "librevenge"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libreoffice"
                    ]
                }
            ]
        },
        {
            "name": "libSDL2pp",
            "portdir": "devel/libSDL2pp",
            "version": "0.18.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sdl2pp.amdmi3.ru",
            "description": "C++ bindings/wrapper for SDL2",
            "long_description": "This library provides C++11 bindings/wrapper for SDL2 and satellite libraries.",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2_mixer",
                        "libsdl2",
                        "libsdl2_image",
                        "libsdl2_ttf"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-cudf",
            "portdir": "devel/libCUDF",
            "version": "0.10",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mancoosi.org/cudf/",
            "description": "libCUDF is a library to manipulate so called CUDF documents.",
            "long_description": "libCUDF is a library to manipulate so called CUDF documents. A CUDF (Common Upgradeability Description Format) document describes an \"upgrade scenario\", as faced by package managers in popular package-based FOSS (Free and Open Source Software) distributions.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 60
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-extlib",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libCUDF"
                    ]
                }
            ]
        },
        {
            "name": "lensm",
            "portdir": "devel/lensm",
            "version": "0.0.3",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/loov/lensm",
            "description": "Go assembly and source viewer",
            "long_description": "Go assembly and source viewer",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libCUDF",
            "portdir": "devel/libCUDF",
            "version": "0.10",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mancoosi.org/cudf/",
            "description": "libCUDF is a library to manipulate so called CUDF documents.",
            "long_description": "libCUDF is a library to manipulate so called CUDF documents. A CUDF (Common Upgradeability Description Format) document describes an \"upgrade scenario\", as faced by package managers in popular package-based FOSS (Free and Open Source Software) distributions.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 60
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "ocaml-cudf"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "leiningen",
            "portdir": "devel/leiningen",
            "version": "2.11.2",
            "license": "EPL-1",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://leiningen.org",
            "description": "A build tool for Clojure designed to not set your hair on fire.",
            "long_description": "A build tool for Clojure designed to not set your hair on fire.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [
                {
                    "name": "easieste",
                    "github": "easye",
                    "ports_count": 15
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "jline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "legacy-support-devel",
            "portdir": "devel/legacy-support",
            "version": "20250924",
            "license": "MIT and BSD and APSL-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/macports/macports-legacy-support",
            "description": "Installs wrapper headers and a runtime library to add missing functionality to legacy OSX versions.",
            "long_description": "Installs wrapper headers and a runtime library to add missing functionality to legacy OSX versions.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                },
                {
                    "name": "fw",
                    "github": "fhgwright",
                    "ports_count": 28
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gutils-suite-base"
                    ]
                }
            ]
        },
        {
            "name": "legit",
            "portdir": "devel/legit",
            "version": "1.2.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/frostming/legit",
            "description": "Legit provides a simplified git workflow.",
            "long_description": "Legit is a complementary command-line interface for Git, optimized for workflow simplicity. It is heavily inspired by GitHub for Mac.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-appdirs",
                        "py312-chardet",
                        "py312-parsing",
                        "py312-clint",
                        "python312",
                        "py312-smmap",
                        "py312-gitpython",
                        "py312-crayons",
                        "py312-gitdb",
                        "py312-packaging",
                        "py312-six",
                        "py312-certifi",
                        "py312-click"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "legacy-support",
            "portdir": "devel/legacy-support",
            "version": "1.5.2",
            "license": "MIT and BSD and APSL-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/macports/macports-legacy-support",
            "description": "Installs wrapper headers and a runtime library to add missing functionality to legacy OSX versions.",
            "long_description": "Installs wrapper headers and a runtime library to add missing functionality to legacy OSX versions.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                },
                {
                    "name": "fw",
                    "github": "fhgwright",
                    "ports_count": 28
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "brusic",
                        "wezterm",
                        "binwalk",
                        "cargo",
                        "cargo-c",
                        "dtool",
                        "git-interactive-rebase-tool",
                        "mesalink",
                        "racer",
                        "rust-analyzer",
                        "shellharden",
                        "stgit",
                        "tokei",
                        "wrangler",
                        "amp",
                        "ox",
                        "whitebox-tools",
                        "libopenraw",
                        "librsvg",
                        "pastel",
                        "pngquant",
                        "t-rec",
                        "gleam",
                        "rust",
                        "himalaya",
                        "rav1e",
                        "bandwhich",
                        "dog",
                        "ffsend",
                        "gping",
                        "miniserve",
                        "newsboat",
                        "rustscan",
                        "websocat",
                        "xh",
                        "dijo",
                        "eureka",
                        "taskwarrior-tui",
                        "py35-bcrypt",
                        "py36-bcrypt",
                        "py37-bcrypt",
                        "py38-bcrypt",
                        "py39-bcrypt",
                        "py36-cryptography",
                        "py37-cryptography",
                        "py38-cryptography",
                        "py39-cryptography",
                        "py38-dulwich",
                        "py39-dulwich",
                        "py37-jellyfish",
                        "py38-jellyfish",
                        "py39-jellyfish",
                        "py-tokenizers",
                        "py37-tokenizers",
                        "py38-tokenizers",
                        "py39-tokenizers",
                        "asciinema",
                        "broot",
                        "bupstash",
                        "cargo2port",
                        "cloudman",
                        "diskonaut",
                        "diskus",
                        "dmux",
                        "dua-cli",
                        "fd",
                        "folderify",
                        "fselect",
                        "hexyl",
                        "hyperfine",
                        "just",
                        "kubie",
                        "lsd",
                        "mask",
                        "mcfly",
                        "nomino",
                        "procs",
                        "skim",
                        "starship",
                        "tealdeer",
                        "topgrade",
                        "watchman",
                        "xplr",
                        "zellij",
                        "zenith",
                        "zoxide",
                        "tectonic",
                        "angle-grinder",
                        "bat",
                        "git-delta",
                        "mdcat",
                        "ripgrep",
                        "ripgrep-all",
                        "sd",
                        "xsv",
                        "blades",
                        "geckodriver",
                        "zola",
                        "sccache",
                        "hackernews-tui",
                        "llmfit",
                        "snowemu",
                        "icann-rdap",
                        "kasane",
                        "wasm-component-ld",
                        "mp3rgain",
                        "fnox",
                        "cloudflare-speed-cli",
                        "ratty",
                        "alacritty",
                        "atuin",
                        "oha",
                        "svgcleaner",
                        "grex",
                        "helix",
                        "nushell",
                        "choose",
                        "dust",
                        "bottom",
                        "git-cinnabar",
                        "monolith",
                        "pqrs",
                        "git-branchless",
                        "joshuto",
                        "kalker",
                        "gitweb",
                        "ned",
                        "ruplacer",
                        "reddsaver",
                        "fif",
                        "onefetch",
                        "as-tree",
                        "hck",
                        "stylua",
                        "jwt-cli",
                        "coreutils-uutils",
                        "gitui",
                        "phetch",
                        "fnm",
                        "kdash",
                        "navi",
                        "viddy",
                        "git-cliff",
                        "organize-rt",
                        "yj",
                        "code-minimap",
                        "shisho",
                        "tv",
                        "tree-sitter-cli",
                        "committed",
                        "htmlq",
                        "gobang",
                        "drill",
                        "sad",
                        "mdbook",
                        "cargo-generate",
                        "sniffglue",
                        "genact",
                        "hurl",
                        "hgrep",
                        "librsvg-devel",
                        "nsh",
                        "ouch",
                        "py310-cryptography",
                        "py310-dulwich",
                        "doctave",
                        "git-absorb",
                        "py310-jellyfish",
                        "dominant_colours",
                        "tre-tree",
                        "rhit",
                        "py310-bcrypt",
                        "backdown",
                        "cargo-asm",
                        "when",
                        "viu",
                        "cbindgen",
                        "wasmtime",
                        "binocle",
                        "cobalt.rs",
                        "t-rex",
                        "jless",
                        "hwatch",
                        "dura",
                        "wasmer",
                        "argc",
                        "igrep",
                        "qsv",
                        "toast",
                        "rust-script",
                        "gfold",
                        "arti",
                        "blake3",
                        "ddh",
                        "difftastic",
                        "bore-cli",
                        "bartib",
                        "wasm-pack",
                        "fclones",
                        "oxipng",
                        "fornjot",
                        "zee",
                        "scout",
                        "cfonts",
                        "py-maturin",
                        "py37-maturin",
                        "py38-maturin",
                        "py39-maturin",
                        "py310-maturin",
                        "py-orjson",
                        "py37-orjson",
                        "py38-orjson",
                        "py39-orjson",
                        "py310-orjson",
                        "tuc",
                        "texlab",
                        "bingrep",
                        "av1an",
                        "rsspls",
                        "replibyte",
                        "hunt",
                        "ares",
                        "dprint",
                        "lychee",
                        "modus",
                        "riff",
                        "cgrc",
                        "rustic",
                        "py310-tokenizers",
                        "rq",
                        "nixpacks",
                        "stork",
                        "meli",
                        "jot",
                        "roapi",
                        "columnq",
                        "lemmeknow",
                        "keysync",
                        "agg",
                        "felix",
                        "jujutsu",
                        "py311-cryptography",
                        "py311-maturin",
                        "garage",
                        "mqttui",
                        "py311-dulwich",
                        "py311-orjson",
                        "hoard-cli",
                        "py311-bcrypt",
                        "kbs2",
                        "jlq",
                        "termusic",
                        "so",
                        "ruff",
                        "eva",
                        "typst",
                        "prips",
                        "py311-jellyfish",
                        "py-cryptg",
                        "py38-cryptg",
                        "py39-cryptg",
                        "py310-cryptg",
                        "fastmod",
                        "volta-node",
                        "taizen",
                        "wiki-tui",
                        "halloy",
                        "fend",
                        "sniprun",
                        "py311-cryptg",
                        "killport",
                        "tui-journal",
                        "py311-tokenizers",
                        "py-safetensors",
                        "py38-safetensors",
                        "py39-safetensors",
                        "py310-safetensors",
                        "py311-safetensors",
                        "repgrep",
                        "eza",
                        "pijul-devel",
                        "daktilo",
                        "py312-maturin",
                        "gdrive3",
                        "pueue",
                        "presenterm",
                        "gifski",
                        "libgifski",
                        "py312-orjson",
                        "py312-dulwich",
                        "silicon",
                        "lapce",
                        "py312-cryptography",
                        "gpg-tui",
                        "ascii-gen",
                        "hyfetch",
                        "wgshadertoy",
                        "jaq",
                        "jql",
                        "gql",
                        "ast-grep",
                        "rs-aggregate",
                        "py312-jellyfish",
                        "PineFlash",
                        "tlrc",
                        "py311-tiktoken",
                        "py312-tiktoken",
                        "csvlens",
                        "py312-bcrypt",
                        "py-pydantic_core",
                        "py38-pydantic_core",
                        "py39-pydantic_core",
                        "py310-pydantic_core",
                        "py311-pydantic_core",
                        "py312-pydantic_core",
                        "czkawka",
                        "py37-pydantic_core",
                        "mise",
                        "conserve",
                        "gitoxide",
                        "srgn",
                        "rustpython",
                        "py-rustworkx",
                        "py310-rustworkx",
                        "py311-rustworkx",
                        "py312-rustworkx",
                        "yazi",
                        "kalc",
                        "uv",
                        "vrc-get",
                        "wstunnel",
                        "py312-cryptg",
                        "watchexec",
                        "ata",
                        "veryl",
                        "jnv",
                        "gitu",
                        "rune",
                        "orz",
                        "goku",
                        "tu",
                        "rotz",
                        "clavus",
                        "tiron",
                        "rye",
                        "hex",
                        "neocmakelsp",
                        "termscp",
                        "oxker",
                        "numbat",
                        "amber-lang",
                        "rio",
                        "sig",
                        "flawz",
                        "otree",
                        "envelope",
                        "qrtool",
                        "ferium",
                        "serpl",
                        "lucky-commit",
                        "shadowsocks-rust",
                        "kondo",
                        "aichat",
                        "inferno",
                        "rage",
                        "age-plugin-yubikey",
                        "kty",
                        "dune",
                        "ncmc",
                        "ncmdump",
                        "aq",
                        "elp",
                        "sequoia-sq",
                        "py313-maturin",
                        "py313-dulwich",
                        "py313-cryptography",
                        "dufs",
                        "py313-orjson",
                        "diffr",
                        "rebels-in-the-sky",
                        "sshs",
                        "csview",
                        "macmon",
                        "rpg-cli",
                        "py313-pydantic_core",
                        "py313-bcrypt",
                        "libkrun",
                        "krunkit",
                        "hk",
                        "vivid",
                        "zizmor",
                        "ab-av1",
                        "sequoia-chameleon-gnupg",
                        "jgenesis",
                        "cocogitto",
                        "taplo",
                        "xan",
                        "wiper",
                        "carl",
                        "py313-jellyfish",
                        "mercurial-rustext",
                        "tabiew",
                        "doge",
                        "alcom",
                        "edit",
                        "brush",
                        "idevice_pair",
                        "py314-maturin",
                        "py314-orjson",
                        "sequoia-keystore",
                        "py314-dulwich",
                        "kibi",
                        "py314-cryptography",
                        "py314-pydantic_core",
                        "run",
                        "py313-cryptg",
                        "prek",
                        "py314-bcrypt",
                        "macdisp",
                        "py314-jellyfish",
                        "rustup",
                        "weathr",
                        "display-switch",
                        "codex",
                        "deff",
                        "sem",
                        "py312-safetensors",
                        "py313-safetensors",
                        "py314-safetensors",
                        "blogtato",
                        "parqeye",
                        "py312-tokenizers",
                        "py313-tokenizers",
                        "py314-tokenizers",
                        "googleworkspace-cli",
                        "purl",
                        "horizon",
                        "mergiraf",
                        "git-stack",
                        "tombi",
                        "spotify-player",
                        "py-kornia-rs",
                        "py313-kornia-rs",
                        "py314-kornia-rs",
                        "mdfried",
                        "nfd2nfc",
                        "rpg"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "rust-compiler-wrap",
                        "kicad-templates",
                        "rust-bootstrap-10.6",
                        "rust-bootstrap-10.5",
                        "rust-bootstrap-10.7",
                        "mold",
                        "kicad-docs",
                        "kicad-symbols",
                        "kicad-footprints",
                        "kicad-packages3D"
                    ]
                }
            ]
        },
        {
            "name": "lefthook",
            "portdir": "devel/lefthook",
            "version": "2.0.4",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lefthook.dev/",
            "description": "Fast and powerful Git hooks manager for any type of projects.",
            "long_description": "A Git hooks manager for Node.js, Ruby, Python and many other types of projects. It is written in Go, can run commands in parallel, and allows to control execution and files you pass to your commands. It is also a single dependency-free binary which can work in any environment.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ldid-procursus",
            "portdir": "devel/ldid-procursus",
            "version": "2.1.5-procursus7",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ProcursusTeam/ldid",
            "description": "Put real or fake signatures in a Mach-O",
            "long_description": "Put real or fake signatures in a Mach-O.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "team",
                    "github": "therealketo",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libplist",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}