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

{
    "count": 50572,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=592",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=590",
    "results": [
        {
            "name": "php74-openswoole",
            "portdir": "php/php-openswoole",
            "version": "22.0.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/openswoole",
            "description": "an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP",
            "long_description": "php-openswoole is an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hiredis",
                        "openssl",
                        "brotli",
                        "nghttp2",
                        "php74",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-openssl",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74",
                        "openssl11",
                        "libcomerr",
                        "kerberos5"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php74-stomp"
                    ]
                }
            ]
        },
        {
            "name": "php74-opcache",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-odbc",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-oauth",
            "portdir": "php/php-oauth",
            "version": "2.0.9",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/oauth",
            "description": "oauth consumer extension",
            "long_description": "OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "php74",
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-mysql_xdevapi",
            "portdir": "php/php-mysql_xdevapi",
            "version": "8.0.30",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd openbsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/mysql_xdevapi",
            "description": "MySQL X DevAPI for PHP",
            "long_description": "The X DevAPI is the new common API for MySQL Connectors built on the X Protocol introduced in MySQL 5.7.12.",
            "active": true,
            "categories": [
                "databases",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "boost176",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "protobuf3-cpp",
                        "lz4",
                        "php74",
                        "zlib",
                        "zstd"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-mysql-xdevapi",
            "portdir": "php/php-mysql-xdevapi",
            "version": "8.0.21",
            "license": "none",
            "platforms": "darwin freebsd openbsd",
            "epoch": 0,
            "replaced_by": "php74-mysql_xdevapi",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by php74-mysql_xdevapi",
            "long_description": "This port has been replaced by php74-mysql_xdevapi.",
            "active": false,
            "categories": [
                "databases",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-mysql",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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",
                        "php74"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "zabbix42-frontend",
                        "zabbix44-frontend",
                        "wordpress",
                        "zabbix4-frontend",
                        "zabbix5-frontend"
                    ]
                }
            ]
        },
        {
            "name": "php74-mongodb",
            "portdir": "php/php-mongodb",
            "version": "1.16.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/mongodb",
            "description": "MongoDB Database Driver",
            "long_description": "This package provides a PHP interface for communicating with MongoDB database servers.",
            "active": true,
            "categories": [
                "devel",
                "databases",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mongo-c-driver",
                        "libbson",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-ming",
            "portdir": "php/php-ming",
            "version": "0.4.8",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.libming.org",
            "description": "a PHP interface for generating Flash SWF files with Ming",
            "long_description": "a PHP interface for generating Flash SWF files with Ming",
            "active": false,
            "categories": [
                "graphics",
                "multimedia",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php74",
                        "ming"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "php-ming"
                    ]
                }
            ]
        },
        {
            "name": "php74-meminfo",
            "portdir": "php/php-meminfo",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/BitOne/php-meminfo",
            "description": "extension to examine PHP memory contents",
            "long_description": "PHP Meminfo is a PHP extension that gives you insights on the PHP memory content. Its main goal is to help you understand memory leaks: by looking at data present in memory, you can better understand your application behaviour.",
            "active": true,
            "categories": [
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-memcached",
            "portdir": "php/php-memcached",
            "version": "3.3.0",
            "license": "PHP-3",
            "platforms": "darwin freebsd openbsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/memcached",
            "description": "PHP bindings for memcache",
            "long_description": "Memcached is a caching daemon designed especially for dynamic web applications to decrease database load by storing objects in memory. This extension allows you to work with memcached through handy OO and procedural interfaces.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "php74-igbinary",
                        "libmemcached",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-memcache",
            "portdir": "php/php-memcache",
            "version": "4.0.5.2",
            "license": "PHP-3",
            "platforms": "darwin freebsd openbsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/memcache",
            "description": "PHP bindings for memcache",
            "long_description": "Memcached is a caching daemon designed especially for dynamic web applications to decrease database load by storing objects in memory. This extension allows you to work with memcached through handy OO and procedural interfaces.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "php74",
                        "memcached"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-mcrypt",
            "portdir": "php/php-mcrypt",
            "version": "1.0.7",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/mcrypt",
            "description": "a PHP interface to the mcrypt library, which offers a wide variety of algorithms",
            "long_description": "a PHP interface to the mcrypt library, which offers a wide variety of algorithms",
            "active": true,
            "categories": [
                "security",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmcrypt",
                        "libtool",
                        "php74"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "wordpress"
                    ]
                }
            ]
        },
        {
            "name": "php74-mbstring",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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",
                        "php74"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "php74-mailparse"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "drupal7"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "wordpress",
                        "zabbix4-frontend",
                        "zabbix42-frontend",
                        "php74-mailparse",
                        "zabbix5-frontend",
                        "zabbix44-frontend"
                    ]
                }
            ]
        },
        {
            "name": "php74-maxminddb",
            "portdir": "php/php-maxminddb",
            "version": "1.12.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/maxminddb",
            "description": "PHP API for reading MaxMind DB files",
            "long_description": "This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmaxminddb",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-mailparse",
            "portdir": "php/php-mailparse",
            "version": "3.1.8",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/mailparse",
            "description": "Email message manipulation",
            "long_description": "Mailparse is an extension for parsing and working with email messages. It can deal with rfc822 and rfc2045 (MIME) compliant messages.",
            "active": true,
            "categories": [
                "devel",
                "mail",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "php74-mbstring",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php74"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php74-mbstring"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-lzf",
            "portdir": "php/php-lzf",
            "version": "1.7.0",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/lzf",
            "description": "Handles LZF compression / decompression.",
            "long_description": "Handles LZF compression / decompression.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-ldap",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": "php74-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",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-jsmin",
            "portdir": "php/php-jsmin",
            "version": "3.0.0",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/jsmin",
            "description": "PHP API for minifying and uglifying JavaScript",
            "long_description": "This extension provides a PHP API to Douglas Crockford’s jsmin method for minifying and uglifying JavaScript.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-ipc",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-intl",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-imap",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74",
                        "kerberos5",
                        "libcomerr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-imagick",
            "portdir": "php/php-imagick",
            "version": "3.7.0",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/imagick",
            "description": "PHP extension to create and modify images with ImageMagick",
            "long_description": "Imagick is a native PHP extension for creating and modifying images using the ImageMagick API",
            "active": true,
            "categories": [
                "graphics",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ImageMagick",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-igbinary",
            "portdir": "php/php-igbinary",
            "version": "3.2.16",
            "license": "BSD and PHP-3.01",
            "platforms": "darwin freebsd openbsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/igbinary",
            "description": "PHP serializer.",
            "long_description": "Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php74"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php74-memcached"
                    ]
                }
            ]
        },
        {
            "name": "php74-iconv",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-gmp",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-gmagick",
            "portdir": "php/php-gmagick",
            "version": "2.0.6RC1",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/gmagick",
            "description": "Provides a wrapper to the GraphicsMagick library",
            "long_description": "Gmagick is a php extension to create, modify and obtain meta information of images using the GraphicsMagick API.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "GraphicsMagick",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-gettext",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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",
                        "php74"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "zabbix42-frontend",
                        "zabbix44-frontend",
                        "zabbix4-frontend",
                        "zabbix5-frontend"
                    ]
                }
            ]
        },
        {
            "name": "php74-geoip",
            "portdir": "php/php-geoip",
            "version": "1.1.1",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/geoip",
            "description": "Map IP address to geographic places",
            "long_description": "This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgeoip",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-gearman",
            "portdir": "php/php-gearman",
            "version": "2.1.4",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd openbsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/gearman",
            "description": "Library to provide API for communicating with gearmand, using libgearman.",
            "long_description": "Library to provide API for communicating with gearmand, and writing clients and workers.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php74",
                        "gearmand"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-gd",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74",
                        "zlib",
                        "freetype",
                        "libjpeg-turbo",
                        "libpng",
                        "webp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "drupal7"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "zabbix42-frontend",
                        "zabbix44-frontend",
                        "wordpress",
                        "zabbix4-frontend",
                        "zabbix5-frontend"
                    ]
                }
            ]
        },
        {
            "name": "php74-ftp",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-fpm",
            "portdir": "lang/php",
            "version": "7.4.33",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/install.fpm",
            "description": "php74 FPM SAPI",
            "long_description": "php74 FPM SAPI",
            "active": true,
            "categories": [
                "lang",
                "www"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mhash",
                        "pcre2",
                        "php74",
                        "bzip2",
                        "libiconv",
                        "libxml2",
                        "gsed",
                        "zlib",
                        "argon2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-ffi",
            "portdir": "lang/php",
            "version": "7.4.33",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/ffi",
            "description": "a PHP interface to allow loading of shared libraries",
            "long_description": "a PHP interface to allow loading of shared libraries",
            "active": true,
            "categories": [
                "devel",
                "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": [
                        "libffi",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-exif",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-excel",
            "portdir": "php/php-excel",
            "version": "1.0.2",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/iliaal/php_excel",
            "description": "PHP interface to LibXL for reading and writing Microsoft Excel spreadsheets",
            "long_description": "php-excel is a PHP interface to LibXL for reading and writing Microsoft Excel spreadsheets.",
            "active": true,
            "categories": [
                "textproc",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "libxml2",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php74",
                        "libxl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "php-excel"
                    ]
                }
            ]
        },
        {
            "name": "php74-event",
            "portdir": "php/php-event",
            "version": "3.1.4",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/event",
            "description": "efficiently schedule I/O, time and signal based events",
            "long_description": "PECL extension to efficiently schedule I/O, time and signal based events using libevent.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent",
                        "php74-sockets",
                        "openssl",
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-enchant",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74",
                        "enchant"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-dbase",
            "portdir": "php/php-dbase",
            "version": "7.1.1",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/dbase",
            "description": "a PHP interface for accessing dBase databases",
            "long_description": "a PHP interface for accessing dBase databases",
            "active": true,
            "categories": [
                "databases",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-dba",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-curl",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74",
                        "curl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php74-solr"
                    ]
                }
            ]
        },
        {
            "name": "php74-cgi",
            "portdir": "lang/php",
            "version": "7.4.33",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/install.unix.commandline",
            "description": "php74 CGI SAPI",
            "long_description": "php74 CGI SAPI",
            "active": true,
            "categories": [
                "lang",
                "www"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mhash",
                        "pcre2",
                        "php74",
                        "bzip2",
                        "libiconv",
                        "libxml2",
                        "gsed",
                        "zlib",
                        "argon2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-calendar",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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": [
                        "php74"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74-APCu",
            "portdir": "php/php-APCu",
            "version": "5.1.24",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/APCu",
            "description": "APC User Cache",
            "long_description": "APCu contains the user-level functionality from APC",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php74"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "php74-zstd"
                    ]
                }
            ]
        },
        {
            "name": "php74-apache2handler",
            "portdir": "lang/php",
            "version": "7.4.33",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/install.unix.apache2",
            "description": "php74 Apache 2 Handler SAPI",
            "long_description": "php74 Apache 2 Handler SAPI",
            "active": true,
            "categories": [
                "lang",
                "www"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mhash",
                        "pcre2",
                        "php74",
                        "bzip2",
                        "libiconv",
                        "libxml2",
                        "apache2",
                        "gsed",
                        "zlib",
                        "argon2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php74-uploadprogress"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "zabbix42-frontend",
                        "zabbix44-frontend",
                        "zabbix4-frontend",
                        "zabbix5-frontend"
                    ]
                }
            ]
        },
        {
            "name": "php74-amqp",
            "portdir": "php/php-amqp",
            "version": "2.1.2",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/amqp",
            "description": "AMQP interface for PHP",
            "long_description": "This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.",
            "active": true,
            "categories": [
                "net",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php74",
                        "rabbitmq-c"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php74",
            "portdir": "lang/php",
            "version": "7.4.33",
            "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",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libedit",
                        "mhash",
                        "ncurses",
                        "pcre2",
                        "bzip2",
                        "libiconv",
                        "libxml2",
                        "gsed",
                        "zlib",
                        "argon2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php74-swoole",
                        "php74-xhprof",
                        "php74-dbase",
                        "php74-xdebug",
                        "php74-gmagick",
                        "php74-jsmin",
                        "php74-lzf",
                        "php74-stomp",
                        "php74-rar",
                        "php74-yaz",
                        "php74-zstd",
                        "php74-maxminddb",
                        "php74-svm",
                        "php74-openswoole",
                        "php74-event",
                        "xapian-bindings-php74",
                        "php74-solr",
                        "php74-taint",
                        "php74-vld",
                        "php74-geoip",
                        "php74-meminfo",
                        "php74-psr",
                        "php74-raphf",
                        "php74-memcached",
                        "php74-apache2handler",
                        "php74-cgi",
                        "php74-fpm",
                        "php74-calendar",
                        "php74-curl",
                        "php74-dba",
                        "php74-enchant",
                        "php74-exif",
                        "php74-ffi",
                        "php74-ftp",
                        "php74-gd",
                        "php74-gettext",
                        "php74-gmp",
                        "php74-iconv",
                        "php74-imap",
                        "php74-intl",
                        "php74-ipc",
                        "php74-ldap",
                        "php74-mbstring",
                        "php74-mysql",
                        "php74-odbc",
                        "php74-opcache",
                        "php74-openssl",
                        "php74-oracle",
                        "php74-pcntl",
                        "php74-posix",
                        "php74-postgresql",
                        "php74-pspell",
                        "php74-snmp",
                        "php74-soap",
                        "php74-sockets",
                        "php74-sodium",
                        "php74-sqlite",
                        "php74-tidy",
                        "php74-xmlrpc",
                        "php74-xsl",
                        "php74-amqp",
                        "php74-rrd",
                        "php74-timezonedb",
                        "php74-scrypt",
                        "php74-uploadprogress",
                        "php74-igbinary",
                        "php74-excel",
                        "php74-ming",
                        "php74-yaf",
                        "php74-memcache",
                        "php74-mongodb",
                        "php74-pdflib",
                        "php74-phalcon4",
                        "php74-propro",
                        "php74-mcrypt",
                        "php74-APCu",
                        "php74-ssh2",
                        "php74-sqlsrv",
                        "php74-mysql_xdevapi",
                        "php74-gearman",
                        "drupal7",
                        "php74-imagick",
                        "php74-zip",
                        "php74-mailparse",
                        "php74-uuid",
                        "php74-oauth",
                        "php74-yaml",
                        "php74-redis",
                        "php74-pcov"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "zabbix42-frontend",
                        "zabbix44-frontend",
                        "wordpress",
                        "zabbix4-frontend",
                        "zabbix5-frontend"
                    ]
                }
            ]
        },
        {
            "name": "php73-zstd",
            "portdir": "php/php-zstd",
            "version": "0.14.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/zstd",
            "description": "Zstandard compression",
            "long_description": "This extension allows Zstandard compression from PHP",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "php73-APCu",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zstd",
                        "php73"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php73-zip",
            "portdir": "php/php-zip",
            "version": "1.22.4",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 3,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/zip",
            "description": "PHP zip functions",
            "long_description": "This PHP extension lets you create, read and modify zip files.",
            "active": true,
            "categories": [
                "archivers",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libzip",
                        "zlib",
                        "php73"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}