HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50883,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=409",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=407",
"results": [
{
"name": "php54-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": [
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-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",
"php54"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php54-gtk"
]
}
]
},
{
"name": "php54-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",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-calendar",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": "lib",
"ports": [
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-cgi",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/install.unix.commandline",
"description": "php54 CGI SAPI",
"long_description": "php54 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": "lib",
"ports": [
"mhash",
"pcre",
"php54",
"bzip2",
"libiconv",
"libxml2",
"gsed",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "php54-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": [
"php54",
"php54-file-iterator",
"php54-text-template",
"php54-token-stream"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php54-unit"
]
}
]
},
{
"name": "php54-curl",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": "lib",
"ports": [
"php54",
"curl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php54-solr"
]
}
]
},
{
"name": "php54-dba",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": "lib",
"ports": [
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-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": [
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-enchant",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": "lib",
"ports": [
"php54",
"enchant"
]
}
],
"depends_on": []
},
{
"name": "php54-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": [
"php54",
"libesmtp"
]
}
],
"depends_on": []
},
{
"name": "php54-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",
"php54",
"php54-sockets"
]
}
],
"depends_on": []
},
{
"name": "php54-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": [
"php54",
"libxl"
]
}
],
"depends_on": []
},
{
"name": "php54-exif",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": "lib",
"ports": [
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-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": [
"php54"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php54-code-coverage",
"php54-unit"
]
}
]
},
{
"name": "php54-fpm",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/install.fpm",
"description": "php54 FPM SAPI",
"long_description": "php54 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": "lib",
"ports": [
"mhash",
"pcre",
"php54",
"bzip2",
"libiconv",
"libxml2",
"gsed",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "php54-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",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-ftp",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": "lib",
"ports": [
"php54",
"openssl3"
]
}
],
"depends_on": []
},
{
"name": "php54-gd",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"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": "lib",
"ports": [
"libpng",
"zlib",
"freetype",
"php54",
"libjpeg-turbo"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php54-gdchart"
]
}
]
},
{
"name": "php54-gdchart",
"portdir": "php/php-gdchart",
"version": "0.2.0",
"license": "PHP",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/GDChart",
"description": "GDChart Based Graphing Interface",
"long_description": "The GDChart extension provides an interface to the bundled gdchart library. This library uses GD (bundled) library to generate 20 different types of graphs based on supplied parameters. The extension provides an OO interface to gdchart exposing majority of options via properties and complex (array) options via a series of methods.",
"active": true,
"categories": [
"devel",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "",
"ports_count": 218
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"gd2",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"php54",
"php54-gd"
]
}
],
"depends_on": []
},
{
"name": "php54-gearman",
"portdir": "php/php-gearman",
"version": "1.1.2",
"license": "PHP-3.01",
"platforms": "darwin freebsd openbsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/gearman",
"description": "Library to provide API for communicating with gearmand, using libgearman.",
"long_description": "Library to provide API for communicating with gearmand, and writing clients and workers.",
"active": true,
"categories": [
"devel",
"net",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"php54",
"gearmand"
]
}
],
"depends_on": []
},
{
"name": "php54-geoip",
"portdir": "php/php-geoip",
"version": "1.0.8",
"license": "PHP",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/geoip",
"description": "Map IP address to geographic places",
"long_description": "This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type.",
"active": true,
"categories": [
"devel",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libgeoip",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-gettext",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/gettext",
"description": "a PHP interface to the gettext natural language support functions",
"long_description": "a PHP interface to the gettext natural language support functions",
"active": true,
"categories": [
"devel",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gettext",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-gmagick",
"portdir": "php/php-gmagick",
"version": "1.1.7RC3",
"license": "PHP",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/gmagick",
"description": "Provides a wrapper to the GraphicsMagick library",
"long_description": "Gmagick is a php extension to create, modify and obtain meta information of images using the GraphicsMagick API.",
"active": true,
"categories": [
"devel",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"GraphicsMagick",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-gmp",
"portdir": "lang/php",
"version": "5.4.45",
"license": "PHP-3.01",
"platforms": "darwin freebsd",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.php.net/gmp",
"description": "a PHP interface to GMP, the GNU multiprocessing library through which you can work with arbitrary-length integers",
"long_description": "a PHP interface to GMP, the GNU multiprocessing library through which you can work with arbitrary-length integers",
"active": true,
"categories": [
"devel",
"math",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gmp",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-gtk",
"portdir": "php/php-gtk",
"version": "2.0.3-20121108",
"license": "LGPL-2.1+",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://gtk.php.net/",
"description": "PHP-GTK: Gtk+ bindings for PHP 5.",
"long_description": "PHP-GTK is a Gtk+ bindings for the PHP 5 scripting language, allowing you to build rich, cross-platform desktop applications using PHP.",
"active": true,
"categories": [
"x11",
"php"
],
"maintainers": [],
"variants": [
"debug",
"extra",
"html",
"libsexy",
"sourceview",
"spell",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-16",
"pkgconfig"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gtk2",
"php54-cairo",
"php54",
"libglade2"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"php-gtk"
]
}
]
},
{
"name": "php54-hidef",
"portdir": "php/php-hidef",
"version": "0.1.13",
"license": "PHP",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/hidef",
"description": "Constants for real",
"long_description": "Allow definition of user defined constants in simple ini files, which are then processed like internal constants, without any of the usual performance penalties.",
"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-html_parse",
"portdir": "php/php-html_parse",
"version": "1.0.0",
"license": "PHP",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/html_parse",
"description": "HTML parser extension",
"long_description": "HTML parser extension based on the ekhtml library.",
"active": true,
"categories": [
"devel",
"textproc",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "",
"ports_count": 218
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"php54",
"ekhtml"
]
}
],
"depends_on": []
},
{
"name": "php54-htscanner",
"portdir": "php/php-htscanner",
"version": "1.0.1",
"license": "PHP-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/htscanner",
"description": "a PHP extension to enable the use of per-directory htaccess-like PHP configuration files",
"long_description": "php-htscanner is a PHP extension to enable the use of per-directory htaccess-like PHP configuration files, especially useful when using PHP as a FastCGI executable.",
"active": true,
"categories": [
"www",
"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-http",
"portdir": "php/php-http",
"version": "1.7.6",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/pecl_http",
"description": "Extended HTTP Support",
"long_description": "This HTTP extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications. It eases handling of HTTP urls, dates, redirects, headers and messages, provides means for negotiation of clients preferred language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality, if built with CURL support. Parallel requests are available for PHP 5 and greater.",
"active": true,
"categories": [
"www",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"zlib",
"php54",
"curl",
"libmagic"
]
}
],
"depends_on": []
},
{
"name": "php54-http2",
"portdir": "php/php-http2",
"version": "2.6.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/pecl_http",
"description": "Extended HTTP Support",
"long_description": "This HTTP extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications. It eases handling of HTTP urls, dates, redirects, headers and messages, provides means for negotiation of clients preferred language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality, if built with CURL support. Parallel requests are available for PHP 5 and greater.",
"active": true,
"categories": [
"www",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"php54-iconv",
"curl",
"zlib",
"php54-raphf",
"php54-propro",
"php54"
]
}
],
"depends_on": []
},
{
"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": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54",
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php54-http2"
]
}
]
},
{
"name": "php54-igbinary",
"portdir": "php/php-igbinary",
"version": "2.0.8",
"license": "BSD and PHP-3.01",
"platforms": "darwin freebsd openbsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/igbinary",
"description": "PHP serializer.",
"long_description": "Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.",
"active": true,
"categories": [
"devel",
"net",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"php54"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php54-memcached"
]
}
]
},
{
"name": "php54-imagick",
"portdir": "php/php-imagick",
"version": "3.7.0",
"license": "PHP-3.01",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/imagick",
"description": "PHP extension to create and modify images with ImageMagick",
"long_description": "Imagick is a native PHP extension for creating and modifying images using the ImageMagick API",
"active": true,
"categories": [
"graphics",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ImageMagick",
"php54"
]
}
],
"depends_on": []
},
{
"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": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"cclient",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54",
"kerberos5",
"libcomerr"
]
}
],
"depends_on": []
},
{
"name": "php54-imlib2",
"portdir": "php/php-imlib2",
"version": "0.1.00",
"license": "PHP",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/imlib2",
"description": "Provides an image manipulation interface using libimlib2",
"long_description": "imlib2 is a very fast image manipulation library, but without the support for as many image formats as other libraries such as imagemagick. This extension is experimental. It's been tested on a number of Linux installs, but nothing else.",
"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": [
"imlib2",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-inclued",
"portdir": "php/php-inclued",
"version": "0.1.3",
"license": "PHP",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/inclued",
"description": "Clued-in about your inclueds",
"long_description": "Allows you trace through and dump the hierarchy of file inclusions and class inheritance at runtime.",
"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": [
{
"type": "run",
"ports": [
"php-inclued"
]
}
]
},
{
"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": 1827
}
],
"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": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-jsmin",
"portdir": "php/php-jsmin",
"version": "2.0.1",
"license": "PHP-3.01",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/jsmin",
"description": "PHP API for minifying and uglifying JavaScript",
"long_description": "This extension provides a PHP API to Douglas Crockford’s jsmin method for minifying and uglifying JavaScript.",
"active": true,
"categories": [
"devel",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-Judy",
"portdir": "php/php-Judy",
"version": "1.0.2",
"license": "PHP-3.01",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/Judy",
"description": "sparse dynamic arrays",
"long_description": "PHP Judy implements sparse dynamic arrays (a.k.a Judy arrays). A Judy array consumes memory only when it is populated, yet can grow to take advantage of all available memory if desired. Judy’s key benefits are scalability, high performance, and memory efficiency.",
"active": true,
"categories": [
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "",
"ports_count": 218
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"judy",
"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": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openldap",
"php54",
"cyrus-sasl2"
]
}
],
"depends_on": []
},
{
"name": "php54-libev",
"portdir": "php/php-libev",
"version": "20131219",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/m4rw3r/php-libev",
"description": "object-oriented binding to libev",
"long_description": "PHP extension providing an object-oriented binding to the libev event-loop library.",
"active": true,
"categories": [
"devel",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "",
"ports_count": 218
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libev",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-libevent",
"portdir": "php/php-libevent",
"version": "0.1.0",
"license": "PHP-3.01",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/libevent",
"description": "PHP wrapper for libevent",
"long_description": "PHP wrapper for libevent",
"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": [
"libevent",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-lzf",
"portdir": "php/php-lzf",
"version": "1.6.8",
"license": "PHP-3.01",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/lzf",
"description": "Handles LZF compression / decompression.",
"long_description": "Handles LZF compression / decompression.",
"active": true,
"categories": [
"devel",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-magickwand",
"portdir": "php/php-magickwand",
"version": "1.0.9-2",
"license": "ImageMagick",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20191217191128/http://www.magickwand.org/",
"description": "MagickWand for PHP",
"long_description": "This module enables PHP access to the ImageMagick MagickWand API",
"active": true,
"categories": [
"graphics",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ImageMagick",
"php54"
]
}
],
"depends_on": []
},
{
"name": "php54-mailparse",
"portdir": "php/php-mailparse",
"version": "2.1.6",
"license": "PHP",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/mailparse",
"description": "Email message manipulation",
"long_description": "Mailparse is an extension for parsing and working with email messages. It can deal with rfc822 and rfc2045 (MIME) compliant messages.",
"active": true,
"categories": [
"devel",
"mail",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"php54-mbstring",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"php54"
]
},
{
"type": "run",
"ports": [
"php54-mbstring"
]
}
],
"depends_on": []
},
{
"name": "php54-markdown",
"portdir": "php/php-markdown",
"version": "1.0.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/markdown",
"description": "A fast Markdown parser",
"long_description": "Markdown is an extension to parse a Markdown text, from a string or a file. It is fast and has a simple API.",
"active": true,
"categories": [
"devel",
"textproc",
"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-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": 1827
}
],
"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": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libmcrypt",
"libtool",
"php54"
]
}
],
"depends_on": []
}
]
}