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

{
    "count": 50555,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=604",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=602",
    "results": [
        {
            "name": "php55-gd",
            "portdir": "lang/php",
            "version": "5.5.38",
            "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": [
                "t1lib",
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php55",
                        "zlib",
                        "freetype",
                        "libjpeg-turbo",
                        "libpng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php55-gdchart"
                    ]
                }
            ]
        },
        {
            "name": "php55-ftp",
            "portdir": "lang/php",
            "version": "5.5.38",
            "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": [
                        "php55",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-FreeImage",
            "portdir": "php/php-FreeImage",
            "version": "0.1",
            "license": "PHP-2.02",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/FreeImage",
            "description": "Provides a wrapper to the FreeImage library.",
            "long_description": "This extension is a wrapper for the FreeImage library that allows PHP to support popular graphics image formats like GIF, PNG, BMP, JPEG, TIFF, PSD, XPM and others as needed by today's multimedia applications.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "freeimage",
                        "php55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-fpm",
            "portdir": "lang/php",
            "version": "5.5.38",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/install.fpm",
            "description": "php55 FPM SAPI",
            "long_description": "php55 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": [
                        "pcre",
                        "php55",
                        "bzip2",
                        "libiconv",
                        "libxml2",
                        "gsed",
                        "zlib",
                        "mhash"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-file-iterator",
            "portdir": "php/php-file-iterator",
            "version": "1.3.3",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "description": "file iterator for PHP",
            "long_description": "file iterator for PHP",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php55"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php55-code-coverage",
                        "php55-unit"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php-file-iterator"
                    ]
                }
            ]
        },
        {
            "name": "php55-exif",
            "portdir": "lang/php",
            "version": "5.5.38",
            "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": [
                        "php55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-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": [
                        "php55",
                        "libxl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-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",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent",
                        "openssl",
                        "php55",
                        "php55-sockets"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-esmtp",
            "portdir": "php/php-esmtp",
            "version": "0.3.1",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/esmtp",
            "description": "ESMTP client extension",
            "long_description": "Esmtp is a wrapper for SMTP client library based on the libESMTP library. You can use it to send messages using internal SASL, and external/openssl SSL support.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php55",
                        "libesmtp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-enchant",
            "portdir": "lang/php",
            "version": "5.5.38",
            "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",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php55",
                        "enchant"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-dbase",
            "portdir": "php/php-dbase",
            "version": "5.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": [
                        "php55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-dba",
            "portdir": "lang/php",
            "version": "5.5.38",
            "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": [
                        "php55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-curl",
            "portdir": "lang/php",
            "version": "5.5.38",
            "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",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php55",
                        "curl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php55-solr"
                    ]
                }
            ]
        },
        {
            "name": "php55-code-coverage",
            "portdir": "php/php-code-coverage",
            "version": "1.2.12",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage/",
            "description": "code coverage information for PHP",
            "long_description": "PHP_CodeCoverage is a library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php55",
                        "php55-file-iterator",
                        "php55-text-template",
                        "php55-token-stream"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php55-unit"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php-code-coverage"
                    ]
                }
            ]
        },
        {
            "name": "php55-cgi",
            "portdir": "lang/php",
            "version": "5.5.38",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/install.unix.commandline",
            "description": "php55 CGI SAPI",
            "long_description": "php55 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": [
                        "pcre",
                        "php55",
                        "bzip2",
                        "libiconv",
                        "libxml2",
                        "gsed",
                        "zlib",
                        "mhash"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-calendar",
            "portdir": "lang/php",
            "version": "5.5.38",
            "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": [
                        "php55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-cairo_wrapper",
            "portdir": "php/php-cairo_wrapper",
            "version": "0.2.4",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/cairo_wrapper",
            "description": "Cairo Wrapper Extension",
            "long_description": "A cairo API wrapper.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cairo",
                        "php55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-cairo",
            "portdir": "php/php-cairo",
            "version": "0.3.2",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/cairo",
            "description": "Cairo Graphics Library Extension",
            "long_description": "Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file output.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cairo",
                        "php55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-big_int",
            "portdir": "php/php-big_int",
            "version": "1.0.7",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/big_int",
            "description": "big_int library",
            "long_description": "A big_int library provides a set of functions for calculations with arbitrary length integers and bitsets. Functions from this package are useful for number theory applications. For example, in two-keys cryptography. The package has many bitset functions, which allow to work with arbitrary length bitsets. This package is much faster than bundled into PHP BCMath and consists almost all functions, which are implemented in PHP GMP extension, but it needn't any external libraries.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-bbcode",
            "portdir": "php/php-bbcode",
            "version": "1.0.3b1",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/bbcode",
            "description": "BBCode parsing Extension",
            "long_description": "This is a quick and efficient BBCode Parsing Library. It provides various tag types, high speed tree based parsing, callback system, tag position restriction, Smiley Handling, Subparsing. It will force closing BBCode tags in the good order, and closing terminating tags at the end of the string this is in order to ensure HTML Validity in all case.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-APCu",
            "portdir": "php/php-APCu",
            "version": "4.0.11",
            "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": [
                        "php55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-apache2handler",
            "portdir": "lang/php",
            "version": "5.5.38",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.php.net/install.unix.apache2",
            "description": "php55 Apache 2 Handler SAPI",
            "long_description": "php55 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": [
                        "pcre",
                        "php55",
                        "gsed",
                        "bzip2",
                        "libxml2",
                        "apache2",
                        "libiconv",
                        "zlib",
                        "mhash"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php55-uploadprogress"
                    ]
                }
            ]
        },
        {
            "name": "php55-amqp",
            "portdir": "php/php-amqp",
            "version": "1.9.3",
            "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": [
                        "php55",
                        "rabbitmq-c"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55-amf",
            "portdir": "php/php-amf",
            "version": "0.9.2",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/amfext",
            "description": "ActionScript Message Format extension",
            "long_description": "Allows to encode and decode PHP data in ActionScript Message Format (AMF) version 0 and 3.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php55",
            "portdir": "lang/php",
            "version": "5.5.38",
            "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": [
                        "mhash",
                        "ncurses",
                        "pcre",
                        "bzip2",
                        "libiconv",
                        "libxml2",
                        "gsed",
                        "zlib",
                        "libedit"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php55-event",
                        "php55-xhprof",
                        "php55-dbase",
                        "php55-xdebug",
                        "php55-gmagick",
                        "php55-jsmin",
                        "php55-lzf",
                        "php55-stomp",
                        "php55-rar",
                        "php55-yaz",
                        "xapian-bindings-php55",
                        "php55-Twig",
                        "php55-libev",
                        "php55-peb",
                        "php55-phalcon2",
                        "php55-phalcon3",
                        "php55-solr",
                        "php55-vld",
                        "php55-geoip",
                        "php55-meminfo",
                        "php55-raphf",
                        "php55-memcached",
                        "php55-FreeImage",
                        "php55-Judy",
                        "php55-SPL_Types",
                        "php55-amf",
                        "php55-bbcode",
                        "php55-big_int",
                        "php55-code-coverage",
                        "php55-esmtp",
                        "php55-file-iterator",
                        "php55-gdchart",
                        "php55-hidef",
                        "php55-html_parse",
                        "php55-htscanner",
                        "php55-http",
                        "php55-imlib2",
                        "php55-libevent",
                        "php55-markdown",
                        "php55-mongo",
                        "php55-pop3",
                        "php55-sphinx",
                        "php55-svn",
                        "php55-syck",
                        "php55-text-template",
                        "php55-timer",
                        "php55-token-stream",
                        "php55-xcache",
                        "php55-xrange",
                        "php55-amqp",
                        "php55-rrd",
                        "php55-apache2handler",
                        "php55-cgi",
                        "php55-fpm",
                        "php55-calendar",
                        "php55-curl",
                        "php55-dba",
                        "php55-enchant",
                        "php55-exif",
                        "php55-ftp",
                        "php55-gd",
                        "php55-gettext",
                        "php55-gmp",
                        "php55-iconv",
                        "php55-imap",
                        "php55-intl",
                        "php55-ipc",
                        "php55-ldap",
                        "php55-mbstring",
                        "php55-mcrypt",
                        "php55-mssql",
                        "php55-mysql",
                        "php55-odbc",
                        "php55-opcache",
                        "php55-openssl",
                        "php55-oracle",
                        "php55-pcntl",
                        "php55-posix",
                        "php55-postgresql",
                        "php55-pspell",
                        "php55-snmp",
                        "php55-soap",
                        "php55-sockets",
                        "php55-sqlite",
                        "php55-tidy",
                        "php55-wddx",
                        "php55-xmlrpc",
                        "php55-xsl",
                        "php55-timezonedb",
                        "php55-scrypt",
                        "php55-uploadprogress",
                        "php55-igbinary",
                        "php55-excel",
                        "php55-ming",
                        "php55-yaf",
                        "php55-cairo",
                        "php55-cairo_wrapper",
                        "php55-http2",
                        "php55-memcache",
                        "php55-mongodb",
                        "php55-pdflib",
                        "php55-propro",
                        "php55-suhosin",
                        "php55-xslcache",
                        "php55-APCu",
                        "php55-ssh2",
                        "php55-gearman",
                        "php55-imagick",
                        "php55-magickwand",
                        "php55-zip",
                        "php55-mailparse",
                        "php55-uuid",
                        "php55-oauth",
                        "php55-yaml",
                        "php55-redis",
                        "php55-zstd",
                        "php55-svm",
                        "php55-swoole"
                    ]
                }
            ]
        },
        {
            "name": "php54-zstd",
            "portdir": "php/php-zstd",
            "version": "0.11.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",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zstd",
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-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",
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-yaz",
            "portdir": "php/php-yaz",
            "version": "1.2.4",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/yaz",
            "description": "PHP/PECL extension for the Z39.50 protocol",
            "long_description": "This extension implements a Z39.50 client for PHP using the YAZ toolkit.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "databases",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "re2c",
                        "php54",
                        "yaz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-yaml",
            "portdir": "php/php-yaml",
            "version": "1.3.1",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/yaml",
            "description": "a PHP interface to the YAML parsing library",
            "long_description": "a PHP interface to the YAML parsing library",
            "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": [
                        "libyaml",
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-yaf",
            "portdir": "php/php-yaf",
            "version": "2.3.5",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/yaf",
            "description": "a fast php framework written in c, built in php-ext",
            "long_description": "php-yaf is a fast php framework written in c, built in php-ext.",
            "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": [
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-xslcache",
            "portdir": "php/php-xslcache",
            "version": "0.7.2",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/xslcache",
            "description": "a modification of PHP's standard XSL extension that caches the parsed XSL stylesheet representation",
            "long_description": "The XSL Cache extension is a modification of PHP's standard XSL extension that caches the parsed XSL stylesheet representation between sessions for 2.5x boost in performance for sites that repeatedly apply the same transform. Although there is still some further work that could be done on the extension, this code is already proving beneficial in production use for a few applications on the New York Times' website.",
            "active": true,
            "categories": [
                "devel",
                "www",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54",
                        "libxslt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-xsl",
            "portdir": "lang/php",
            "version": "5.4.45",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.php.net/xsl",
            "description": "a PHP interface to libxslt, which implements the XSL standard and lets you perform XSL transformations",
            "long_description": "a PHP interface to libxslt, which implements the XSL standard and lets you perform XSL transformations",
            "active": true,
            "categories": [
                "textproc",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54",
                        "libxslt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-xrange",
            "portdir": "php/php-xrange",
            "version": "1.3.2",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/xrange",
            "description": "Numeric iterator primitives",
            "long_description": "xrange is a compiled extension that provides numeric iteration primitives to PHP on top of SPL. It includes a lean numeric range generator / iterator, modeled after Python's xrange() function. It's intended to provide an alternative for all numeric iteration and looping.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-xmlrpc",
            "portdir": "lang/php",
            "version": "5.4.45",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.php.net/xmlrpc",
            "description": "a PHP extension for writing XML-RPC clients and servers",
            "long_description": "a PHP extension for writing XML-RPC clients and servers",
            "active": true,
            "categories": [
                "textproc",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "libiconv",
                        "libxml2",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54",
                        "expat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-xhprof",
            "portdir": "php/php-xhprof",
            "version": "0.9.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/xhprof",
            "description": "A Hierarchical Profiler for PHP",
            "long_description": "XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "graphviz",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-xdebug",
            "portdir": "php/php-xdebug",
            "version": "2.4.1",
            "license": "Xdebug-1.01",
            "platforms": "darwin freebsd openbsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://xdebug.org",
            "description": "php debugging extension",
            "long_description": "Xdebug is a php extension that helps you debug your scripts. It provides valuable debug information, including error stack traces and memory allocation summaries. It can generate profiling information about your php scripts, to be used for script execution analysis and optimization. It also supports debugging interactively using the dbg debug client.",
            "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": [
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-xcache",
            "portdir": "php/php-xcache",
            "version": "3.2.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20200610230510/http://xcache.lighttpd.net/",
            "description": "fast, stable PHP opcode cacher",
            "long_description": "php-xcache is a fast, stable PHP opcode cacher.",
            "active": true,
            "categories": [
                "www",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-wddx",
            "portdir": "lang/php",
            "version": "5.4.45",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.php.net/wddx",
            "description": "a PHP interface to Web Distributed Data Exchange",
            "long_description": "a PHP interface to Web Distributed Data Exchange",
            "active": true,
            "categories": [
                "textproc",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "expat",
                        "libxml2",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-vld",
            "portdir": "php/php-vld",
            "version": "0.14.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/vld",
            "description": "Dump the internal representation of PHP scripts",
            "long_description": "The Vulcan Logic Disassembler hooks into the Zend Engine and dumps all the opcodes (execution units) of a script.",
            "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": [
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-uuid",
            "portdir": "php/php-uuid",
            "version": "1.0.5",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/uuid",
            "description": "A wrapper around libuuid from the ext2utils project.",
            "long_description": "A wrapper around libuuid from the ext2utils project.",
            "active": true,
            "categories": [
                "net",
                "www",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libuuid",
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-uploadprogress",
            "portdir": "php/php-uploadprogress",
            "version": "1.1.4",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/uploadprogress",
            "description": "An extension to track progress of a file upload.",
            "long_description": "An extension to track progress of a file upload. It is only known to work on Apache with mod_php, other SAPI implementations unfortunately still have issues.",
            "active": true,
            "categories": [
                "devel",
                "www",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54",
                        "php54-apache2handler"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-unit-mock-objects",
            "portdir": "php/php-unit-mock-objects",
            "version": "1.2.3",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects",
            "description": "Mock Object library for PHPUnit",
            "long_description": "Mock Object library for PHPUnit",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54-text-template"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php54-unit"
                    ]
                }
            ]
        },
        {
            "name": "php54-unit",
            "portdir": "php/php-unit",
            "version": "3.7.22",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sebastianbergmann/phpunit",
            "description": "unit testing for PHP",
            "long_description": "PHPUnit is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54-code-coverage",
                        "php54-file-iterator",
                        "php54-timer",
                        "php54-unit-mock-objects"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-Twig",
            "portdir": "php/php-Twig",
            "version": "1.16.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://twig.sensiolabs.org",
            "description": "Enhances the performance of the Twig runtime engine.",
            "long_description": "Enhances the performance of the Twig runtime engine.",
            "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": [
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-token-stream",
            "portdir": "php/php-token-stream",
            "version": "1.1.5",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sebastianbergmann/php-token-stream",
            "description": "wrapper around PHP's tokenizer extension",
            "long_description": "wrapper around PHP's tokenizer extension",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php54-code-coverage"
                    ]
                }
            ]
        },
        {
            "name": "php54-timezonedb",
            "portdir": "php/php-timezonedb",
            "version": "2025.1",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/timezonedb",
            "description": "A PECL Timezone Database.",
            "long_description": "Timezone Database to be used with PHP's date and time functions.",
            "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": [
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-timer",
            "portdir": "php/php-timer",
            "version": "1.0.4",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sebastianbergmann/php-timer",
            "description": "utility class for timing in PHP",
            "long_description": "utility class for timing in PHP",
            "active": false,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php54-unit"
                    ]
                }
            ]
        },
        {
            "name": "php54-tidy",
            "portdir": "lang/php",
            "version": "5.4.45",
            "license": "PHP-3.01",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.php.net/tidy",
            "description": "a PHP interface to tidy, the HTML cleaning and repair utility",
            "long_description": "a PHP interface to tidy, the HTML cleaning and repair utility",
            "active": true,
            "categories": [
                "www",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54",
                        "tidy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-text-template",
            "portdir": "php/php-text-template",
            "version": "1.1.4",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sebastianbergmann/php-text-template",
            "description": "simple template engine for PHP",
            "long_description": "simple template engine for PHP",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php54-code-coverage",
                        "php54-unit-mock-objects"
                    ]
                }
            ]
        },
        {
            "name": "php54-taint",
            "portdir": "php/php-taint",
            "version": "1.2.2",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/taint",
            "description": "detects XSS and SQL-injection vulnerabilities",
            "long_description": "php-taint is a PHP extension for detecting cross-site scripting (XSS) and SQL-injection vulnerabilities.",
            "active": true,
            "categories": [
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "php54"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}