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

{
    "count": 50735,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=485",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=483",
    "results": [
        {
            "name": "php81-oracle",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/oracle",
            "description": "a PHP interface to Oracle, including the oci8 and pdo_oci extensions",
            "long_description": "a PHP interface to Oracle, including the oci8 and pdo_oci extensions",
            "active": true,
            "categories": [
                "databases",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "oracle-instantclient",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-openssl",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/openssl",
            "description": "a PHP interface to OpenSSL signature-generation and -verification and data-encryption and -decryption functions",
            "long_description": "a PHP interface to OpenSSL signature-generation and -verification and data-encryption and -decryption functions",
            "active": true,
            "categories": [
                "devel",
                "security",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kerberos5",
                        "openssl3",
                        "php81",
                        "libcomerr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php81-stomp"
                    ]
                }
            ]
        },
        {
            "name": "php81-opcache",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/opcache",
            "description": "OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request.",
            "long_description": "OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request.",
            "active": true,
            "categories": [
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-odbc",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/odbc",
            "description": "a PHP interface for accessing databases via Open DataBase Connectivity (ODBC)",
            "long_description": "a PHP interface for accessing databases via Open DataBase Connectivity (ODBC)",
            "active": true,
            "categories": [
                "databases",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "iodbc",
                "unixodbc",
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "unixODBC",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-mysql",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/mysql",
            "description": "a PHP interface to MySQL databases, including the mysqli and pdo_mysql extensions",
            "long_description": "a PHP interface to MySQL databases, including the mysqli and pdo_mysql extensions",
            "active": true,
            "categories": [
                "databases",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "mysqlnd",
                "mysql51",
                "mysql55",
                "mysql56",
                "mysql57",
                "mysql8",
                "mariadb",
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-mbstring",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/mbstring",
            "description": "a PHP extension for manipulating strings in multibyte encodings",
            "long_description": "a PHP extension for manipulating strings in multibyte encodings",
            "active": true,
            "categories": [
                "textproc",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "oniguruma6",
                        "php81"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "php81-mailparse"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php81-mailparse"
                    ]
                }
            ]
        },
        {
            "name": "php81-ldap",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/ldap",
            "description": "a PHP interface to LDAP",
            "long_description": "php81-ldap is a PHP interface to LDAP, the Lightweight Directory Access Protocol, which is used to access Directory Servers.",
            "active": true,
            "categories": [
                "databases",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openldap",
                        "cyrus-sasl2",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-ipc",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/ipc",
            "description": "interprocess communication extensions for PHP",
            "long_description": "PHP extensions for interprocess communication (IPC), including the shmop, sysvmsg, sysvsem, and sysvshm extensions.",
            "active": true,
            "categories": [
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-intl",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/intl",
            "description": "internationalization extension for PHP",
            "long_description": "Internationalization extension implements ICU library functionality in PHP.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "icu",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-imap",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/imap",
            "description": "a PHP interface to the IMAP protocol",
            "long_description": "a PHP interface to the IMAP protocol",
            "active": true,
            "categories": [
                "mail",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "pkgconfig",
                        "cclient"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kerberos5",
                        "libcomerr",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-iconv",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/iconv",
            "description": "a PHP interface to the libiconv character encoding conversion functions",
            "long_description": "a PHP interface to the libiconv character encoding conversion functions",
            "active": true,
            "categories": [
                "textproc",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-gmp",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/gmp",
            "description": "a PHP interface to GMP, the GNU multiprocessing library through which you can work with arbitrary-length integers",
            "long_description": "a PHP interface to GMP, the GNU multiprocessing library through which you can work with arbitrary-length integers",
            "active": true,
            "categories": [
                "devel",
                "math",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-gettext",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/gettext",
            "description": "a PHP interface to the gettext natural language support functions",
            "long_description": "a PHP interface to the gettext natural language support functions",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-gd",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/gd",
            "description": "a PHP interface to the gd library",
            "long_description": "a PHP interface to the gd library",
            "active": true,
            "categories": [
                "graphics",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "freetype",
                        "zlib",
                        "php81",
                        "libjpeg-turbo",
                        "libpng",
                        "webp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-ftp",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/ftp",
            "description": "a PHP extension for accessing file servers using the File Transfer Protocol",
            "long_description": "a PHP extension for accessing file servers using the File Transfer Protocol",
            "active": true,
            "categories": [
                "net",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php81",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-exif",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/exif",
            "description": "a PHP interface to the EXIF image metadata functions",
            "long_description": "a PHP interface to the EXIF image metadata functions",
            "active": true,
            "categories": [
                "graphics",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-enchant",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/enchant",
            "description": "a PHP interface to enchant",
            "long_description": "php is a PHP interface to enchant, a common API for many spell libraries.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "enchant2",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-dba",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/dba",
            "description": "a PHP interface for accessing DBM databases such as BerkeleyDB",
            "long_description": "a PHP interface for accessing DBM databases such as BerkeleyDB",
            "active": true,
            "categories": [
                "databases",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "gdbm",
                "qdbm",
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-curl",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/curl",
            "description": "a PHP interface to the curl library, which lets you download files from servers with a variety of protocols",
            "long_description": "a PHP interface to the curl library, which lets you download files from servers with a variety of protocols",
            "active": true,
            "categories": [
                "net",
                "www",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "php81"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php81-solr"
                    ]
                }
            ]
        },
        {
            "name": "php81-calendar",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/calendar",
            "description": "a PHP extension for converting between different calendar formats",
            "long_description": "a PHP extension for converting between different calendar formats",
            "active": true,
            "categories": [
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-fpm",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/install.fpm",
            "description": "php81 FPM SAPI",
            "long_description": "php81 FPM SAPI",
            "active": true,
            "categories": [
                "lang",
                "www"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gsed",
                        "libiconv",
                        "bzip2",
                        "php81",
                        "libxml2",
                        "zlib",
                        "argon2",
                        "mhash",
                        "pcre2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-cgi",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/install.unix.commandline",
            "description": "php81 CGI SAPI",
            "long_description": "php81 CGI SAPI",
            "active": true,
            "categories": [
                "lang",
                "www"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gsed",
                        "libiconv",
                        "bzip2",
                        "php81",
                        "libxml2",
                        "zlib",
                        "argon2",
                        "mhash",
                        "pcre2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-apache2handler",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/install.unix.apache2",
            "description": "php81 Apache 2 Handler SAPI",
            "long_description": "php81 Apache 2 Handler SAPI",
            "active": true,
            "categories": [
                "lang",
                "www"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gsed",
                        "libiconv",
                        "bzip2",
                        "apache2",
                        "php81",
                        "libxml2",
                        "zlib",
                        "argon2",
                        "mhash",
                        "pcre2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php81-uploadprogress"
                    ]
                }
            ]
        },
        {
            "name": "php81",
            "portdir": "lang/php",
            "version": "8.1.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net",
            "description": "PHP: Hypertext Preprocessor",
            "long_description": "PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.",
            "active": true,
            "categories": [
                "lang",
                "www"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "libedit",
                "readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "pcre2",
                        "gsed",
                        "bzip2",
                        "libxml2",
                        "libiconv",
                        "zlib",
                        "argon2",
                        "libedit",
                        "mhash"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php81-event",
                        "php81-xhprof",
                        "php81-dbase",
                        "php81-xdebug",
                        "php81-gmagick",
                        "php81-jsmin",
                        "php81-xmlrpc",
                        "php81-lzf",
                        "php81-stomp",
                        "php81-rar",
                        "php81-yaz",
                        "php81-solr",
                        "php81-vld",
                        "php81-geoip",
                        "php81-meminfo",
                        "php81-psr",
                        "php81-raphf",
                        "php81-memcached",
                        "php81-apache2handler",
                        "php81-cgi",
                        "php81-fpm",
                        "php81-calendar",
                        "php81-curl",
                        "php81-dba",
                        "php81-enchant",
                        "php81-exif",
                        "php81-ffi",
                        "php81-ftp",
                        "php81-gd",
                        "php81-gettext",
                        "php81-gmp",
                        "php81-iconv",
                        "php81-imap",
                        "php81-intl",
                        "php81-ipc",
                        "php81-ldap",
                        "php81-mbstring",
                        "php81-mysql",
                        "php81-odbc",
                        "php81-opcache",
                        "php81-openssl",
                        "php81-oracle",
                        "php81-pcntl",
                        "php81-posix",
                        "php81-postgresql",
                        "php81-pspell",
                        "php81-snmp",
                        "php81-soap",
                        "php81-sockets",
                        "php81-sodium",
                        "php81-sqlite",
                        "php81-tidy",
                        "php81-xsl",
                        "php81-amqp",
                        "php81-rrd",
                        "php81-timezonedb",
                        "php81-scrypt",
                        "php81-uploadprogress",
                        "php81-igbinary",
                        "php81-yaf",
                        "php81-memcache",
                        "php81-mongodb",
                        "php81-mcrypt",
                        "php81-APCu",
                        "php81-ssh2",
                        "php81-sqlsrv",
                        "php81-mysql_xdevapi",
                        "php81-gearman",
                        "php81-imagick",
                        "php81-zip",
                        "php81-mailparse",
                        "php81-uuid",
                        "php81-oauth",
                        "php81-yaml",
                        "php81-redis",
                        "php81-xapian",
                        "php81-pcov",
                        "php81-zstd",
                        "php81-maxminddb",
                        "php81-svm",
                        "php81-openswoole",
                        "php81-swoole"
                    ]
                }
            ]
        },
        {
            "name": "slides",
            "portdir": "office/slides",
            "version": "0.9.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://maaslalani.com/slides",
            "description": "Slides in your terminal",
            "long_description": "A terminal based presentation tool. Presentations in Slides are contained entirely in MarkDown files. You can create and present presentations without ever leaving your terminal.",
            "active": true,
            "categories": [
                "textproc",
                "office"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "turbovnc-viewer",
            "portdir": "x11/turbovnc-viewer",
            "version": "3.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/TurboVNC/turbovnc",
            "description": "TurboVNC VNC viewer.",
            "long_description": "TurboVNC VNC viewer.",
            "active": true,
            "categories": [
                "net",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "audvare",
                    "github": "Tatsh",
                    "ports_count": 25
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "openjdk17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "traefik",
            "portdir": "net/traefik",
            "version": "3.6.7",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/traefik/traefik",
            "description": "The Cloud Native Application Proxy",
            "long_description": "Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS, ...) and configures itself automatically and dynamically. Pointing Traefik at your orchestrator should be the only configuration step you need.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "procenv",
            "portdir": "sysutils/procenv",
            "version": "0.60",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jamesodhunt/procenv",
            "description": "Command-line utility to show process environment",
            "long_description": "procenv is a simple command-line utility, written in C and licensed under the GPL, that dumps all attributes of the environment in which it runs, in well-structured plain ASCII, JSON (YAML), XML or CSV.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 159
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fheroes2",
            "portdir": "games/fheroes2",
            "version": "1.1.11",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ihhub.github.io/fheroes2/",
            "description": "Free implementation of Heroes of Might and Magic II game engine",
            "long_description": "Free implementation of Heroes of Might and Magic II game engine",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [
                {
                    "name": "oleg.derevenetz",
                    "github": "oleg-derevenetz",
                    "ports_count": 2
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "gettext",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libsdl2_mixer",
                        "libsdl2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "innoextract"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "opendoas",
            "portdir": "sysutils/opendoas",
            "version": "6.8.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Duncaen/opendoas",
            "description": "Run a command as another user",
            "long_description": "The doas utility is a program originally written for OpenBSD which allows a user to run a command as though they were another user. Typically doas is used to allow non-privileged users to run commands as though they were the root user. The doas program acts as an alternative to sudo, which is a popular method for granting admin access to specific users.",
            "active": true,
            "categories": [
                "sysutils",
                "security"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 172
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-tinycss2",
            "portdir": "python/py-tinycss2",
            "version": "1.1.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.courtbouillon.org/tinycss2",
            "description": "tinycss2 is a low-level CSS parser and generator written in Python",
            "long_description": "tinycss2 is a low-level CSS parser and generator written in Python: it can parse strings, return objects representing tokens and blocks, and generate CSS strings corresponding to these objects.",
            "active": false,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1995
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py36-python-install",
                        "py36-build",
                        "py36-flit_core"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36",
                        "py36-webencodings"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py36-qstylizer"
                    ]
                }
            ]
        },
        {
            "name": "cosign",
            "portdir": "security/cosign",
            "version": "3.0.4",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sigstore/cosign",
            "description": "Container Signing",
            "long_description": "Container Signing, Verification and Storage in an OCI registry. Cosign aims to make signatures invisible infrastructure.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-userpath",
            "portdir": "python/py-userpath",
            "version": "1.9.2",
            "license": "(MIT or Apache-2)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ofek/userpath",
            "description": "A tool and library for adding locations to user PATH",
            "long_description": "A tool and library for adding locations to user PATH",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-build",
                        "py39-hatchling",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-click"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fizz",
            "portdir": "devel/fizz",
            "version": "2024.09.23.00",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/facebookincubator/fizz",
            "description": "Fizz is a TLS 1.3 implementation",
            "long_description": "Fizz is a TLS 1.3 implementation",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "double-conversion",
                        "folly",
                        "gflags",
                        "google-glog",
                        "libevent",
                        "bzip2",
                        "openssl3",
                        "boost181",
                        "liboqs",
                        "libfmt11",
                        "libsodium",
                        "lz4",
                        "zlib",
                        "zstd"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fbzmq",
                        "mvfst",
                        "proxygen",
                        "wangle",
                        "fbthrift"
                    ]
                }
            ]
        },
        {
            "name": "re2c-0.15",
            "portdir": "devel/re2c",
            "version": "0.15.3",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://re2c.org",
            "description": "A tool for generating C-based recognizers from regular expressions.",
            "long_description": "re2c is a tool for generating C-based recognizers from regular expressions. re2c-based scanners are efficient: an re2c-based scanner is said to be typically almost twice as fast as a flex-based scanner with little or no increase in size.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "php73",
                        "php73-apache2handler",
                        "php73-cgi",
                        "php73-fpm"
                    ]
                }
            ]
        },
        {
            "name": "rmlint",
            "portdir": "sysutils/rmlint",
            "version": "2.10.3",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rmlint.rtfd.org",
            "description": "Extremely fast tool to remove duplicates and other lint from your filesystem",
            "long_description": "Extremely fast tool to remove duplicates and other lint from your filesystem. rmlint finds space waste and other broken things on your filesystem and offers to remove it.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "scons",
                        "py311-sphinx",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "json-glib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "terraform-1.0",
            "portdir": "sysutils/terraform",
            "version": "1.0.11",
            "license": "Commercial and Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.terraform.io/downloads.html",
            "description": "A tool for building, changing, and versioning infrastructure safely and efficiently.",
            "long_description": "Terraform is an infrastructure as code software by HashiCorp. It allows users to define a datacenter infrastructure in a high-level configuration language, from which it can create an execution plan to build the infrastructure in a service provider such as AWS.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                },
                {
                    "name": "emcrisostomo",
                    "github": "emcrisostomo",
                    "ports_count": 167
                },
                {
                    "name": "",
                    "github": "pedrohdz",
                    "ports_count": 81
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "terraform_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "terragrunt-0.35",
                        "terragrunt-0.34",
                        "terragrunt-0.32",
                        "terragrunt-0.33",
                        "terragrunt-0.31"
                    ]
                }
            ]
        },
        {
            "name": "py39-vega",
            "portdir": "python/py-vega",
            "version": "3.6.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vega/ipyvega",
            "description": "IPython/Jupyter notebook module for Vega and Vega-Lite.",
            "long_description": "IPython/Jupyter notebook module for Vega and Vega-Lite.",
            "active": false,
            "categories": [
                "devel",
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2873
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-jupyter",
                        "py39-pandas",
                        "py39-setuptools",
                        "python39"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-gitfs",
            "portdir": "python/py-gitfs",
            "version": "0.5.2",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.presslabs.com/docs/code/gitfs/",
            "description": "a FUSE file system that fully integrates with git",
            "long_description": "gitfs is a FUSE file system that fully integrates with git. You can mount a remote repository’s branch locally, and any subsequent changes made to the files will be automatically committed to the remote.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "macfuse",
                        "py39-gitfs"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tailscale",
            "portdir": "net/tailscale",
            "version": "1.94.1",
            "license": "BSD",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tailscale.com",
            "description": "The easiest, most secure way to use WireGuard and 2FA.",
            "long_description": "The easiest, most secure way to use WireGuard and 2FA.. A secure network that just works. Zero config VPN. Installs on any device in minutes, manages firewall rules for you, and works from anywhere.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nushell",
            "portdir": "shells/nushell",
            "version": "0.110.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nushell.sh",
            "description": "A new type of shell",
            "long_description": "Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works seamlessly with the data from your filesystem, operating system, and a growing number of file formats to make it easy to build powerful commandline pipelines.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "bastyen.a",
                    "github": "b4nst",
                    "ports_count": 2
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "termshark",
            "portdir": "net/termshark",
            "version": "2.4.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://termshark.io",
            "description": "A terminal UI for tshark, inspired by Wireshark",
            "long_description": "A terminal UI for tshark, inspired by Wireshark. Read pcap files or sniff live interfaces (where tshark is permitted), filter pcaps or live captures using Wireshark's display filters, reassemble and inspect TCP and UDP flows View network conversations by protocol, and copy ranges of packets to the clipboard from the terminal.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "wireshark3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "helix",
            "portdir": "editors/helix",
            "version": "25.07.1",
            "license": "MPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://helix-editor.com",
            "description": "A post-modern text editor.",
            "long_description": "A post-modern text editor.. helix is a kakoune / neovim inspired editor, written in Rust.",
            "active": true,
            "categories": [
                "editors"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "devel",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-pyaes",
            "portdir": "python/py-pyaes",
            "version": "1.6.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ricmoo/pyaes",
            "description": "Pure-Python Implementation of the AES block-cipher and common modes of operation",
            "long_description": "Pure-Python Implementation of the AES block-cipher and common modes of operation",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py39-telethon"
                    ]
                }
            ]
        },
        {
            "name": "awsls",
            "portdir": "sysutils/awsls",
            "version": "0.11.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jckuester/awsls",
            "description": "A list command for AWS resources",
            "long_description": "A list command for AWS resources. awsls supports listing of over 250 types of resources across 97 different AWS services.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "vampire",
            "portdir": "math/vampire",
            "version": "4.9",
            "license": "BSD and MIT",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/vprover/vampire",
            "description": "Vampire Theorem Prover",
            "long_description": "High performance automated theorem prover.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 83
                }
            ],
            "variants": [
                "polly",
                "profile",
                "z3",
                "universal",
                "debug",
                "native"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ninja",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lldb-12",
            "portdir": "lang/llvm-12",
            "version": "12.0.1",
            "license": "NCSA",
            "platforms": "{darwin >= 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lldb.llvm.org/",
            "description": "the LLVM debugger",
            "long_description": "lldb is the LLVM native debugger.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "debug",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "swig-python",
                        "cctools",
                        "cmake",
                        "python310",
                        "clang-9.0",
                        "doxygen"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "clang-12",
                        "python310",
                        "xar",
                        "zlib",
                        "libedit",
                        "libffi",
                        "ncurses",
                        "libcxx",
                        "llvm-12"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "lldb_select-12"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "clang-12",
            "portdir": "lang/llvm-12",
            "version": "12.0.1",
            "license": "NCSA",
            "platforms": "{darwin < 25}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://clang.llvm.org/",
            "description": "C, C++, Objective C and Objective C++ compiler",
            "long_description": "Clang is an LLVM native C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The included Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "debug",
                "tests",
                "analyzer",
                "libstdcxx",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python310",
                        "clang-9.0",
                        "cmake",
                        "cctools"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libcxx",
                        "libomp",
                        "libxml2",
                        "llvm-12"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "clang_select-12",
                        "perl5",
                        "ld64",
                        "cctools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py36-requests-oauthlib",
                        "py34-oct2py",
                        "py35-oct2py",
                        "py27-xarray",
                        "py35-xarray",
                        "py36-xarray",
                        "openjdk12",
                        "openjdk12-openj9",
                        "openjdk12-openj9-large-heap",
                        "openjdk13-openj9",
                        "openjdk13-openj9-large-heap",
                        "openjdk14",
                        "openjdk14-openj9",
                        "openjdk14-openj9-large-heap",
                        "py27-nmrglue",
                        "py35-nmrglue",
                        "py36-nmrglue",
                        "py36-nmrglue-devel",
                        "py27-ansible-core",
                        "py27-resolvelib",
                        "py27-ansible",
                        "py27-click-plugins",
                        "py27-thrift",
                        "py36-multidict",
                        "libolm",
                        "py36-olm",
                        "py27-humanize",
                        "py36-humanize",
                        "py27-pymunk",
                        "py35-pymunk",
                        "py36-pymunk",
                        "py36-zope-deferredimport",
                        "py27-levenshtein",
                        "py35-levenshtein",
                        "py36-levenshtein",
                        "py27-pygrib",
                        "py35-pygrib",
                        "py36-pygrib",
                        "py27-setproctitle",
                        "py36-setproctitle",
                        "py27-qtpy",
                        "py35-qtpy",
                        "py36-qtpy",
                        "py27-raven",
                        "py35-raven",
                        "py36-raven",
                        "py35-typed-ast",
                        "py36-typed-ast",
                        "py27-cheroot",
                        "py35-cheroot",
                        "py36-cheroot",
                        "py27-hieroglyph",
                        "py35-hieroglyph",
                        "py36-hieroglyph",
                        "py27-markdown2",
                        "py35-markdown2",
                        "py36-markdown2",
                        "py36-spyder-kernels",
                        "py36-applaunchservices",
                        "py27-helpdev",
                        "py35-helpdev",
                        "py36-helpdev",
                        "py27-jupyter_client",
                        "py35-jupyter_client",
                        "py36-jupyter_client",
                        "py27-libsass",
                        "py35-libsass",
                        "py36-libsass",
                        "py36-pyls-spyder",
                        "py36-python-lsp-black",
                        "py36-python-lsp-server",
                        "py27-qdarkstyle",
                        "py35-qdarkstyle",
                        "py36-qdarkstyle",
                        "py27-qtsass",
                        "py35-qtsass",
                        "py36-qtsass",
                        "py27-rtree",
                        "py35-rtree",
                        "py36-rtree",
                        "py36-biopython",
                        "py27-whoosh",
                        "py36-whoosh",
                        "py36-service_identity",
                        "py27-pydicom",
                        "py27-dispatcher",
                        "py35-dispatcher",
                        "py36-dispatcher",
                        "py36-pytest-regressions",
                        "py27-w3lib",
                        "py35-w3lib",
                        "py36-w3lib",
                        "py36-nest_asyncio",
                        "py27-taskw",
                        "py35-taskw",
                        "py36-taskw",
                        "py27-rsa",
                        "py35-rsa",
                        "py36-rsa",
                        "py27-ephem",
                        "py35-ephem",
                        "py36-ephem",
                        "py27-google-auth-httplib2",
                        "py35-google-auth-httplib2",
                        "py36-google-auth-httplib2",
                        "py27-statsmodels",
                        "py35-statsmodels",
                        "py36-statsmodels",
                        "py27-flask-babel",
                        "py37-mdtraj",
                        "py36-txaio",
                        "py35-magic",
                        "py36-magic",
                        "py27-pylzma",
                        "py35-pylzma",
                        "py36-pylzma",
                        "py36-scikit-hep-boost-histogram",
                        "gqrx-devel",
                        "py36-cwcwidth",
                        "py27-python-ivi",
                        "py27-visa",
                        "py27-usbtmc",
                        "py27-tzlocal",
                        "py36-tzlocal",
                        "py36-gitdb",
                        "py36-gitpython",
                        "py27-snmp",
                        "py35-snmp",
                        "py36-snmp",
                        "py27-wxpython-4.0",
                        "py36-distro",
                        "py36-argcomplete",
                        "py37-barnaba",
                        "py-bcdoc",
                        "py36-bcdoc",
                        "py38-barnaba",
                        "py36-pendulum",
                        "py36-awscli",
                        "py36-boto3",
                        "rust-legacy-bootstrap",
                        "py27-iniparse",
                        "py27-re2",
                        "py36-rich",
                        "py35-opencv3",
                        "py36-opencv3",
                        "py35-opencv3-devel",
                        "py36-opencv3-devel",
                        "py27-cli-helpers",
                        "py36-cli-helpers",
                        "py27-lz4",
                        "py35-lz4",
                        "py36-lz4",
                        "py27-pep8",
                        "py35-pep8",
                        "py36-pep8",
                        "py35-sqlalchemy-migrate",
                        "py36-sqlalchemy-migrate",
                        "py27-pyaes",
                        "libofa",
                        "munt-mt32emu",
                        "oggsplit",
                        "py27-language-server",
                        "py35-language-server",
                        "s710",
                        "py36-language-server",
                        "dbtool",
                        "gobang",
                        "cscope",
                        "gitqlient",
                        "py36-utidylib",
                        "ossp-val",
                        "rtags",
                        "lite-xl-luajit",
                        "hatari",
                        "rb25-nokogiri",
                        "rb24-nokogiri",
                        "py37-nghttp2",
                        "py36-jupytext",
                        "rb25-ronn-ng",
                        "rb24-ronn-ng",
                        "qgis",
                        "accountsservice",
                        "policykit-gnome",
                        "py36-protobuf3",
                        "py35-smmap",
                        "py36-smmap",
                        "openmpi-clang12",
                        "mpich-clang12",
                        "ccls-clang-12",
                        "py35-ipython",
                        "py36-ipython",
                        "inkscape-gtk3-devel",
                        "magicpoint",
                        "squish",
                        "dircproxy",
                        "polkit-qt",
                        "polkit-qt5-devel",
                        "gauche-c-wrapper",
                        "py27-json5",
                        "py36-json5",
                        "py36-jupyter_server",
                        "py36-jupyterlab",
                        "py36-jupyterlab_server",
                        "qore-pgsql-module",
                        "qore-sqlite3-module",
                        "qore-xmlsec-module",
                        "py36-nbclassic",
                        "see",
                        "xgawk",
                        "libmilter",
                        "csfml",
                        "py35-cvxopt",
                        "py36-cvxopt",
                        "py27-django-debug-toolbar",
                        "dansguardian",
                        "flowd",
                        "icpld",
                        "ipsvd",
                        "py27-amqp",
                        "openradius",
                        "pastebinit",
                        "py35-amqp",
                        "py36-amqp",
                        "quagga",
                        "py27-billiard",
                        "py35-billiard",
                        "py36-billiard",
                        "py27-celery",
                        "py35-celery",
                        "py36-celery",
                        "py27-fabric",
                        "py36-fabric",
                        "py27-invoke",
                        "py35-invoke",
                        "py36-invoke",
                        "py27-kombu",
                        "py35-kombu",
                        "py36-kombu",
                        "py27-vine",
                        "py35-vine",
                        "py36-vine",
                        "py27-google-auth",
                        "py35-google-auth",
                        "py36-google-auth",
                        "py27-pync",
                        "py35-pync",
                        "py36-pync",
                        "py27-barnaba",
                        "py36-barnaba",
                        "py27-clang",
                        "py27-django-nose",
                        "py35-django-nose",
                        "py36-django-nose",
                        "py35-flask",
                        "py36-flask",
                        "py27-geopandas",
                        "py35-geopandas",
                        "py36-geopandas",
                        "py27-jmespath-terminal",
                        "py35-jmespath-terminal",
                        "py36-jmespath-terminal",
                        "py27-mdtraj",
                        "py36-mdtraj",
                        "py27-metakernel",
                        "py27-oct2py",
                        "py36-oct2py",
                        "py27-openpyxl",
                        "py35-openpyxl",
                        "py36-openpyxl",
                        "py27-openslide",
                        "py35-openslide",
                        "py36-openslide",
                        "py36-pytest-asyncio",
                        "py36-sphinx-autodoc-typehints",
                        "p5-b-c",
                        "p5.28-b-c",
                        "py36-botocore",
                        "py27-pytest-timeout",
                        "py27-fido2",
                        "py36-fido2",
                        "py36-igraph",
                        "py27-websocket-client",
                        "py36-frozenlist",
                        "py36-yarl",
                        "py36-scikit-hep-hepunits",
                        "py27-sphinx-bootstrap-theme",
                        "apache-geode",
                        "py36-scikit-hep-particle",
                        "py27-country",
                        "py35-country",
                        "py36-country",
                        "py36-jellyfish",
                        "py27-distro",
                        "py27-ruamel-yaml",
                        "py36-ruamel-yaml",
                        "p5-encode-hanextra",
                        "p5.28-encode-hanextra",
                        "p5.30-encode-hanextra",
                        "p5.32-encode-hanextra",
                        "p5.34-encode-hanextra",
                        "p5-filesys-df",
                        "p5.28-filesys-df",
                        "p5.30-filesys-df",
                        "p5.32-filesys-df",
                        "p5.34-filesys-df",
                        "p5-musicbrainz-discid",
                        "p5.28-musicbrainz-discid",
                        "p5.30-musicbrainz-discid",
                        "p5.32-musicbrainz-discid",
                        "p5.34-musicbrainz-discid",
                        "p5-sdl",
                        "p5.28-sdl",
                        "p5.30-sdl",
                        "p5.32-sdl",
                        "p5.34-sdl",
                        "p5-text-xslate",
                        "p5.28-text-xslate",
                        "p5.30-text-xslate",
                        "p5.32-text-xslate",
                        "p5.34-text-xslate",
                        "epstool",
                        "pure-ffi",
                        "pure-glpk",
                        "pure-octave",
                        "py37-MDAnalysis",
                        "py37-appscript",
                        "py37-axolotl-curve25519",
                        "py-biggles",
                        "py37-biggles",
                        "py37-bsddb3",
                        "py37-gensim",
                        "py37-parver",
                        "py37-regions",
                        "py27-vxi11",
                        "py27-gobject3",
                        "gr-sdrplay",
                        "gr37-sdrplay",
                        "grig",
                        "indi",
                        "indi_maxdomeii",
                        "lanHEP",
                        "udunits2",
                        "integrit",
                        "outguess",
                        "nsh",
                        "arq_restore",
                        "as-tree",
                        "dosfstools",
                        "grok",
                        "organize-rt",
                        "LaTeXiT",
                        "latex2rtf",
                        "expgram",
                        "py38-fasttext",
                        "juman6",
                        "lader",
                        "libots",
                        "libtranslate",
                        "mmencode",
                        "par",
                        "tv",
                        "http-parser",
                        "xcircuit-devel",
                        "Thunar",
                        "xfce4-panel",
                        "xfce4-settings",
                        "py35-protobuf3"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ccls-clang-12",
                        "lldb-12",
                        "mpich-clang12",
                        "qt5-qtcreator",
                        "openmpi-clang12"
                    ]
                }
            ]
        },
        {
            "name": "llvm-12",
            "portdir": "lang/llvm-12",
            "version": "12.0.1",
            "license": "NCSA",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "llvm is a next generation compiler infrastructure",
            "long_description": "The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation (\"LLVM IR\").",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "debug",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "python310",
                        "clang-9.0",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "xar",
                        "zlib",
                        "libcxx",
                        "libffi",
                        "libedit"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "llvm_select-12"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtcreator",
                        "clang-12",
                        "lldb-12"
                    ]
                }
            ]
        },
        {
            "name": "helmfile",
            "portdir": "sysutils/helmfile",
            "version": "1.2.3",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://helmfile.readthedocs.io",
            "description": "Deploy Kubernetes Helm Charts",
            "long_description": "Helmfile is a declarative spec for deploying helm charts. It lets you keep a directory of chart value files and maintain changes in version control, apply CI/CD to configuration changes, periodically sync to avoid skew in environments.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}