HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49895,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=99",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=97",
"results": [
{
"name": "php54-iconv",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54",
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php54-http2"
]
}
]
},
{
"name": "php54-imap",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"cclient",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54",
"kerberos5",
"libcomerr"
]
}
],
"depends_on": []
},
{
"name": "php54-intl",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"pkgconfig",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"icu",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-ipc",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-ldap",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/ldap",
"description": "a PHP interface to LDAP",
"long_description": "php54-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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openldap",
"php54",
"cyrus-sasl2"
]
}
],
"depends_on": []
},
{
"name": "php54-mbstring",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"php54-mailparse"
]
},
{
"type": "run",
"ports": [
"php54-mailparse"
]
}
]
},
{
"name": "php54-mcrypt",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libmcrypt",
"libtool",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-mssql",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/mssql",
"description": "a PHP interface to MSSQL using FreeTDS, including the mssql and pdo_dblib extensions",
"long_description": "a PHP interface to MSSQL using FreeTDS, including the mssql and pdo_dblib extensions",
"active": true,
"categories": [
"databases",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"freetds",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-mysql",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/mysql",
"description": "a PHP interface to MySQL databases, including the mysql, mysqli and pdo_mysql extensions",
"long_description": "a PHP interface to MySQL databases, including the mysql, mysqli and pdo_mysql extensions",
"active": true,
"categories": [
"databases",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"mysqlnd",
"mysql51",
"mysql55",
"mysql56",
"mysql57",
"mariadb",
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"php54"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mythweb.27",
"mythweb.28"
]
}
]
},
{
"name": "php54-odbc",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": 1826
}
],
"variants": [
"iodbc",
"unixodbc",
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"unixODBC",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-openssl",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl10",
"libcomerr",
"php54",
"kerberos5"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php54-stomp"
]
}
]
},
{
"name": "php54-oracle",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/oracle",
"description": "a PHP interface to Oracle, including the oci8 and pdo_oci extensions",
"long_description": "a PHP interface to Oracle, including the oci8 and pdo_oci extensions",
"active": true,
"categories": [
"databases",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"oracle-instantclient",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-pcntl",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/pcntl",
"description": "a PHP interface to Unix-style process creation, program execution, signal handling and process termination functions",
"long_description": "a PHP interface to Unix-style process creation, program execution, signal handling and process termination functions",
"active": true,
"categories": [
"sysutils",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-posix",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/posix",
"description": "a PHP interface to additional POSIX functions",
"long_description": "a PHP interface to those functions defined in the IEEE 1003.1 (POSIX.1) standards document which are not accessible through other means",
"active": true,
"categories": [
"sysutils",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mythweb.28"
]
}
]
},
{
"name": "php54-postgresql",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/pgsql",
"description": "a PHP interface to PostgreSQL, including the pgsql and pdo_pgsql extensions",
"long_description": "a PHP interface to PostgreSQL, including the pgsql and pdo_pgsql extensions",
"active": true,
"categories": [
"databases",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"postgresql13",
"postgresql14",
"postgresql15",
"postgresql16",
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54",
"postgresql16"
]
}
],
"depends_on": []
},
{
"name": "php54-pspell",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/pspell",
"description": "a PHP interface to the aspell library, which lets you check spelling and offer spelling suggestions",
"long_description": "a PHP interface to the aspell library, which lets you check spelling and offer spelling suggestions",
"active": true,
"categories": [
"textproc",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54",
"aspell"
]
}
],
"depends_on": []
},
{
"name": "php54-snmp",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/snmp",
"description": "a PHP interface to the Simple Network Management Protocol (SNMP)",
"long_description": "a PHP interface to the Simple Network Management Protocol (SNMP)",
"active": true,
"categories": [
"sysutils",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54",
"net-snmp"
]
}
],
"depends_on": []
},
{
"name": "php54-soap",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/soap",
"description": "a PHP extension for writing SOAP clients and servers",
"long_description": "a PHP extension for writing SOAP clients and servers",
"active": true,
"categories": [
"net",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54",
"libxml2"
]
}
],
"depends_on": []
},
{
"name": "php54-sockets",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/sockets",
"description": "a PHP interface to BSD socket communication functions",
"long_description": "a PHP interface to BSD socket communication functions",
"active": true,
"categories": [
"net",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php54-event"
]
},
{
"type": "run",
"ports": [
"mythweb.28"
]
}
]
},
{
"name": "php54-sqlite",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/sqlite",
"description": "a PHP interface to SQLite, including the sqlite3 and pdo_sqlite extensions",
"long_description": "a PHP interface to SQLite, including the sqlite3 and pdo_sqlite extensions",
"active": true,
"categories": [
"databases",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"php54"
]
}
],
"depends_on": []
},
{
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54",
"tidy"
]
}
],
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"expat",
"libxml2",
"clang-18"
]
},
{
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"libiconv",
"libxml2",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54",
"expat"
]
}
],
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54",
"libxslt"
]
}
],
"depends_on": []
},
{
"name": "php53",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"suhosin",
"libedit",
"readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libedit",
"mhash",
"ncurses",
"pcre",
"bzip2",
"libiconv",
"libxml2",
"gsed",
"zlib"
]
},
{
"type": "run",
"ports": [
"php_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php53-xhprof",
"php53-dbase",
"php53-xdebug",
"php53-gmagick",
"php53-jsmin",
"php53-lzf",
"php53-stomp",
"php53-rar",
"php53-yaz",
"php53-Twig",
"php53-libev",
"php53-peb",
"php53-phalcon2",
"php53-solr",
"php53-taint",
"php53-vld",
"php53-geoip",
"php53-raphf",
"php53-memcached",
"php53-APC",
"php53-FreeImage",
"php53-Judy",
"php53-SPL_Types",
"php53-amf",
"php53-bbcode",
"php53-big_int",
"php53-code-coverage",
"php53-colorer",
"php53-crack",
"php53-eaccelerator",
"php53-esmtp",
"php53-file-iterator",
"php53-gdchart",
"php53-hidef",
"php53-html_parse",
"php53-htscanner",
"php53-http",
"php53-imlib2",
"php53-inclued",
"php53-libevent",
"php53-markdown",
"php53-mongo",
"php53-opcache",
"php53-pop3",
"php53-sphinx",
"php53-svn",
"php53-syck",
"php53-text-template",
"php53-timer",
"php53-token-stream",
"php53-xcache",
"php53-xrange",
"php53-amqp",
"php53-rrd",
"php53-timezonedb",
"php53-apache2handler",
"php53-cgi",
"php53-scrypt",
"php53-fpm",
"php53-calendar",
"php53-curl",
"php53-dba",
"php53-enchant",
"php53-exif",
"php53-ftp",
"php53-gd",
"php53-gettext",
"php53-gmp",
"php53-iconv",
"php53-imap",
"php53-intl",
"php53-ipc",
"php53-ldap",
"php53-mbstring",
"php53-mcrypt",
"php53-mssql",
"php53-mysql",
"php53-odbc",
"php53-openssl",
"php53-oracle",
"php53-pcntl",
"php53-posix",
"php53-postgresql",
"php53-pspell",
"php53-snmp",
"php53-soap",
"php53-sockets",
"php53-sqlite",
"php53-tidy",
"php53-wddx",
"php53-xmlrpc",
"php53-xsl",
"php53-uploadprogress",
"php53-igbinary",
"php53-excel",
"php53-ming",
"php53-yaf",
"php53-gtk",
"php53-cairo",
"php53-cairo_wrapper",
"php53-http2",
"php53-memcache",
"php53-midgard2",
"php53-pdflib",
"php53-propro",
"php53-suhosin",
"php53-xslcache",
"php53-APCu",
"php53-ssh2",
"php53-gearman",
"php53-imagick",
"php53-magickwand",
"php53-zip",
"php53-mailparse",
"php53-uuid",
"php53-oauth",
"php53-yaml",
"php53-redis",
"php53-zstd",
"php53-svm",
"php53-swoole"
]
}
]
},
{
"name": "php53-apache2handler",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.php.net/install.unix.apache2",
"description": "php53 Apache 2 Handler SAPI",
"long_description": "php53 Apache 2 Handler SAPI",
"active": true,
"categories": [
"lang",
"www"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"suhosin",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mhash",
"pcre",
"php53",
"bzip2",
"libiconv",
"libxml2",
"apache2",
"gsed",
"zlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php53-uploadprogress"
]
}
]
},
{
"name": "php53-cgi",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.php.net/install.unix.commandline",
"description": "php53 CGI SAPI",
"long_description": "php53 CGI SAPI",
"active": true,
"categories": [
"lang",
"www"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"suhosin",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mhash",
"pcre",
"php53",
"bzip2",
"libiconv",
"libxml2",
"gsed",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "php53-fpm",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.php.net/install.fpm",
"description": "php53 FPM SAPI",
"long_description": "php53 FPM SAPI",
"active": true,
"categories": [
"lang",
"www"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"suhosin",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mhash",
"pcre",
"php53",
"bzip2",
"libiconv",
"libxml2",
"gsed",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "php53-calendar",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-curl",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php53",
"curl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php53-solr"
]
}
]
},
{
"name": "php53-dba",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"gdbm",
"qdbm",
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-enchant",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php53",
"enchant"
]
}
],
"depends_on": []
},
{
"name": "php53-exif",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-ftp",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php53",
"openssl3"
]
}
],
"depends_on": []
},
{
"name": "php53-gd",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"t1lib",
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libpng",
"zlib",
"freetype",
"php53",
"libjpeg-turbo"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php53-gdchart"
]
}
]
},
{
"name": "php53-gettext",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gettext",
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-gmp",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gmp",
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-iconv",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php53",
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php53-http2"
]
}
]
},
{
"name": "php53-imap",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"cclient",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php53",
"kerberos5",
"libcomerr"
]
}
],
"depends_on": []
},
{
"name": "php53-intl",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"pkgconfig",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"icu",
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-ipc",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-ldap",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.php.net/ldap",
"description": "a PHP interface to LDAP",
"long_description": "php53-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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openldap",
"php53",
"cyrus-sasl2"
]
}
],
"depends_on": []
},
{
"name": "php53-mbstring",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php53"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"php53-mailparse"
]
},
{
"type": "run",
"ports": [
"php53-mailparse"
]
}
]
},
{
"name": "php53-mcrypt",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.php.net/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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libmcrypt",
"libtool",
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-mssql",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.php.net/mssql",
"description": "a PHP interface to MSSQL using FreeTDS, including the mssql and pdo_dblib extensions",
"long_description": "a PHP interface to MSSQL using FreeTDS, including the mssql and pdo_dblib extensions",
"active": true,
"categories": [
"databases",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"freetds",
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-mysql",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.php.net/mysql",
"description": "a PHP interface to MySQL databases, including the mysql, mysqli and pdo_mysql extensions",
"long_description": "a PHP interface to MySQL databases, including the mysql, mysqli and pdo_mysql extensions",
"active": true,
"categories": [
"databases",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"mysqlnd",
"mysql51",
"mysql55",
"mysql56",
"mysql57",
"mariadb",
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-odbc",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"iodbc",
"unixodbc",
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"unixODBC",
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-openssl",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"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": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl10",
"libcomerr",
"php53",
"kerberos5"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php53-stomp"
]
}
]
},
{
"name": "php53-oracle",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.php.net/oracle",
"description": "a PHP interface to Oracle, including the oci8 and pdo_oci extensions",
"long_description": "a PHP interface to Oracle, including the oci8 and pdo_oci extensions",
"active": true,
"categories": [
"databases",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"oracle-instantclient",
"php53"
]
}
],
"depends_on": []
},
{
"name": "php53-pcntl",
"portdir": "lang/php",
"version": "5.3.29",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.php.net/pcntl",
"description": "a PHP interface to Unix-style process creation, program execution, signal handling and process termination functions",
"long_description": "a PHP interface to Unix-style process creation, program execution, signal handling and process termination functions",
"active": true,
"categories": [
"sysutils",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php53"
]
}
],
"depends_on": []
}
]
}