HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52427,
"next": "https://ports.macports.org/api/v1/ports/?format=api&page=29",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&page=27",
"results": [
{
"name": "py314-murmurhash",
"portdir": "python/py-murmurhash",
"version": "1.0.10",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/explosion/murmurhash",
"description": "Cython bindings for MurmurHash2",
"long_description": "Cython bindings for MurmurHash2",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 232
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-build",
"py314-setuptools",
"py314-wheel",
"clang-18",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"py314-cython",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-murmurhash",
"py314-preshed",
"py314-spaCy",
"py314-thinc"
]
}
]
},
{
"name": "py314-cymem",
"portdir": "python/py-cymem",
"version": "2.0.8",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/explosion/cymem",
"description": "Cython memory pool for RAII-style memory management",
"long_description": "Cython memory pool for RAII-style memory management",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 232
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-build",
"py314-setuptools",
"py314-wheel",
"clang-18",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"py314-cython",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-cymem",
"py314-preshed",
"py314-spaCy",
"py314-thinc"
]
}
]
},
{
"name": "py314-catalogue",
"portdir": "python/py-catalogue",
"version": "2.0.10",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/explosion/catalogue",
"description": "Super lightweight function registries for your library",
"long_description": "catalogue is a tiny, zero-dependencies library that makes it easy to add function (or object) registries to your code. Function registries are helpful when you have objects that need to be both easily serializable and fully customizable. Instead of passing a function into your object, you pass in an identifier name, which the object can use to lookup the function from the registry. This makes the object easy to serialize, because the name is a simple string. If you instead saved the function, you'd have to use Pickle for serialization, which has many drawbacks.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-installer",
"clang-18",
"py314-build",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-catalogue",
"py314-spaCy",
"py314-srsly",
"py314-thinc"
]
}
]
},
{
"name": "py314-audioread",
"portdir": "python/py-audioread",
"version": "3.0.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/beetbox/audioread",
"description": "cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.",
"long_description": "cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python. Decode audio files using whichever backend is available. The library currently supports: Gstreamer via PyGObject; Core Audio on Mac OS X via ctypes (PyObjC not required); MAD via the pymad bindings; FFmpeg or Libav via its command-line interface; The standard library wave, aifc, and sunau modules (for uncompressed audio formats).",
"active": true,
"categories": [
"audio",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-flit_core",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-audioread"
]
},
{
"type": "run",
"ports": [
"py314-librosa"
]
}
]
},
{
"name": "py314-aiofiles",
"portdir": "python/py-aiofiles",
"version": "25.1.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Tinche/aiofiles",
"description": "File support for asyncio.",
"long_description": "File support for asyncio.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-hatch-vcs"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-aiofiles"
]
}
]
},
{
"name": "py314-antlr4-python3-runtime",
"portdir": "python/py-antlr4-python3-runtime",
"version": "4.13.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.antlr.org",
"description": "ANTLR4 runtime for Python 3",
"long_description": "ANTLR4 runtime for Python 3",
"active": true,
"categories": [
"lang",
"python"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-antlr4-python3-runtime"
]
}
]
},
{
"name": "py313-antlr4-python3-runtime",
"portdir": "python/py-antlr4-python3-runtime",
"version": "4.13.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.antlr.org",
"description": "ANTLR4 runtime for Python 3",
"long_description": "ANTLR4 runtime for Python 3",
"active": true,
"categories": [
"lang",
"python"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"azure-cli"
]
}
]
},
{
"name": "py314-standard-chunk",
"portdir": "python/py-standard-chunk",
"version": "3.13.0",
"license": "PSF-2.0",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/youknowone/python-deadlib",
"description": "Standard library chunk redistribution. \"dead battery\".",
"long_description": "Standard library chunk redistribution. \"dead battery\".",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-standard-chunk",
"py314-standard-aifc"
]
}
]
},
{
"name": "py314-python-multipart",
"portdir": "python/py-python-multipart",
"version": "0.0.32",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Kludex/python-multipart",
"description": "A streaming multipart parser for Python",
"long_description": "A streaming multipart parser for Python",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-python-multipart",
"py314-gradio"
]
},
{
"type": "run",
"ports": [
"py314-marimo",
"py314-mcp"
]
}
]
},
{
"name": "py314-ffmpy",
"portdir": "python/py-ffmpy",
"version": "0.4.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Ch00k/ffmpy",
"description": "A simple Python wrapper for ffmpeg",
"long_description": "ffmpy is a simplistic FFmpeg command line wrapper. It implements a Pythonic interface for FFmpeg command line compilation and uses Python subprocess module to execute compiled command line.",
"active": true,
"categories": [
"multimedia",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-poetry-core"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"ffmpeg7"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-ffmpy"
]
}
]
},
{
"name": "py313-ffmpy",
"portdir": "python/py-ffmpy",
"version": "0.4.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Ch00k/ffmpy",
"description": "A simple Python wrapper for ffmpeg",
"long_description": "ffmpy is a simplistic FFmpeg command line wrapper. It implements a Pythonic interface for FFmpeg command line compilation and uses Python subprocess module to execute compiled command line.",
"active": true,
"categories": [
"multimedia",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-poetry-core"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"ffmpeg7"
]
}
],
"depends_on": []
},
{
"name": "php85-swoole",
"portdir": "php/php-swoole",
"version": "6.2.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/swoole",
"description": "an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP",
"long_description": "php-swoole is an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP.",
"active": true,
"categories": [
"devel",
"net",
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
},
{
"name": "",
"github": "ArtKoKo",
"ports_count": 26
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"hiredis",
"openssl",
"brotli",
"php85",
"nghttp2",
"zlib"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"php-swoole"
]
}
]
},
{
"name": "php83-swoole",
"portdir": "php/php-swoole",
"version": "6.2.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/swoole",
"description": "an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP",
"long_description": "php-swoole is an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP.",
"active": true,
"categories": [
"devel",
"net",
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
},
{
"name": "",
"github": "ArtKoKo",
"ports_count": 26
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"hiredis",
"openssl",
"brotli",
"php83",
"nghttp2",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "php84-swoole",
"portdir": "php/php-swoole",
"version": "6.2.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/swoole",
"description": "an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP",
"long_description": "php-swoole is an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP.",
"active": true,
"categories": [
"devel",
"net",
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
},
{
"name": "",
"github": "ArtKoKo",
"ports_count": 26
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"hiredis",
"openssl",
"brotli",
"php84",
"nghttp2",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "php85-openswoole",
"portdir": "php/php-openswoole",
"version": "26.2.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/openswoole",
"description": "an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP",
"long_description": "php-openswoole is an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP.",
"active": true,
"categories": [
"devel",
"net",
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
},
{
"name": "",
"github": "ArtKoKo",
"ports_count": 26
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"hiredis",
"openssl",
"brotli",
"php85",
"nghttp2",
"zlib"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"php-openswoole"
]
}
]
},
{
"name": "php84-openswoole",
"portdir": "php/php-openswoole",
"version": "26.2.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/openswoole",
"description": "an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP",
"long_description": "php-openswoole is an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP.",
"active": true,
"categories": [
"devel",
"net",
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
},
{
"name": "",
"github": "ArtKoKo",
"ports_count": 26
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"hiredis",
"openssl",
"brotli",
"php84",
"nghttp2",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "php83-openswoole",
"portdir": "php/php-openswoole",
"version": "26.2.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/openswoole",
"description": "an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP",
"long_description": "php-openswoole is an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP.",
"active": true,
"categories": [
"devel",
"net",
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
},
{
"name": "",
"github": "ArtKoKo",
"ports_count": 26
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"hiredis",
"openssl",
"brotli",
"php83",
"nghttp2",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "php85-zstd",
"portdir": "php/php-zstd",
"version": "0.17.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",
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"pkgconfig",
"clang-18",
"php85-APCu"
]
},
{
"type": "lib",
"ports": [
"zstd",
"php85"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"php-zstd"
]
}
]
},
{
"name": "php84-zstd",
"portdir": "php/php-zstd",
"version": "0.17.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",
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"pkgconfig",
"clang-18",
"php84-APCu"
]
},
{
"type": "lib",
"ports": [
"zstd",
"php84"
]
}
],
"depends_on": []
},
{
"name": "php85-phalcon5",
"portdir": "php/php-phalcon5",
"version": "5.16.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"pcre",
"php85",
"php85-psr"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"php-phalcon5"
]
}
]
},
{
"name": "php84-phalcon5",
"portdir": "php/php-phalcon5",
"version": "5.16.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"pcre",
"php84",
"php84-psr"
]
}
],
"depends_on": []
},
{
"name": "php83-phalcon5",
"portdir": "php/php-phalcon5",
"version": "5.16.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"pcre",
"php83",
"php83-psr"
]
}
],
"depends_on": []
},
{
"name": "php82-phalcon5",
"portdir": "php/php-phalcon5",
"version": "5.16.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"pcre",
"php82",
"php82-psr"
]
}
],
"depends_on": []
},
{
"name": "php81-phalcon5",
"portdir": "php/php-phalcon5",
"version": "5.16.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"pcre",
"php81",
"php81-psr"
]
}
],
"depends_on": []
},
{
"name": "php74-phalcon5",
"portdir": "php/php-phalcon5",
"version": "5.4.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"pcre",
"php74",
"php74-psr"
]
}
],
"depends_on": []
},
{
"name": "php80-phalcon5",
"portdir": "php/php-phalcon5",
"version": "5.8.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"pcre",
"php80",
"php80-psr"
]
}
],
"depends_on": []
},
{
"name": "php-phalcon5",
"portdir": "php/php-phalcon5",
"version": "5.16.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"php85-phalcon5"
]
}
],
"depends_on": []
},
{
"name": "php74-phalcon",
"portdir": "php/php-phalcon",
"version": "5.4.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "php74-phalcon5",
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "php80-phalcon",
"portdir": "php/php-phalcon",
"version": "5.8.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "php80-phalcon5",
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "php81-phalcon",
"portdir": "php/php-phalcon",
"version": "5.16.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "php81-phalcon5",
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "php82-phalcon",
"portdir": "php/php-phalcon",
"version": "5.16.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "php82-phalcon5",
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "php83-phalcon",
"portdir": "php/php-phalcon",
"version": "5.16.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "php83-phalcon5",
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "php84-phalcon",
"portdir": "php/php-phalcon",
"version": "5.16.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "php84-phalcon5",
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "php85-phalcon",
"portdir": "php/php-phalcon",
"version": "5.16.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "php85-phalcon5",
"homepage": "https://phalcon.io",
"description": "full stack PHP framework written as an extension",
"long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
"active": true,
"categories": [],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "py314-sentence-transformers",
"portdir": "python/py-sentence-transformers",
"version": "5.3.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sbert.net",
"description": "Sentence Embeddings using BERT / RoBERTa / XLM-R",
"long_description": "This framework provides an easy method to compute dense vector representations for sentences, paragraphs, and images. The models are based on transformer networks like BERT / RoBERTa / XLM-RoBERTa etc. and achieve state-of-the-art performance in various task. Text is embedding in vector space such that similar text is close and can efficiently be found using cosine similarity. We provide an increasing number of state-of-the-art pretrained models for more than 100 languages, fine-tuned for various use-cases. Further, this framework allows an easy fine-tuning of custom embeddings models, to achieve maximal performance on your specific task.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"py314-pytorch",
"py314-transformers",
"py314-huggingface_hub",
"py314-numpy",
"py314-scipy",
"py314-tqdm",
"py314-typing_extensions",
"py314-scikit-learn"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sentence-transformers"
]
}
]
},
{
"name": "py313-sentence-transformers",
"portdir": "python/py-sentence-transformers",
"version": "5.3.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sbert.net",
"description": "Sentence Embeddings using BERT / RoBERTa / XLM-R",
"long_description": "This framework provides an easy method to compute dense vector representations for sentences, paragraphs, and images. The models are based on transformer networks like BERT / RoBERTa / XLM-RoBERTa etc. and achieve state-of-the-art performance in various task. Text is embedding in vector space such that similar text is close and can efficiently be found using cosine similarity. We provide an increasing number of state-of-the-art pretrained models for more than 100 languages, fine-tuned for various use-cases. Further, this framework allows an easy fine-tuning of custom embeddings models, to achieve maximal performance on your specific task.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-pytorch",
"py313-transformers",
"py313-huggingface_hub",
"py313-typing_extensions",
"py313-numpy",
"py313-tqdm",
"py313-scipy",
"py313-scikit-learn"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": []
},
{
"name": "py312-sentence-transformers",
"portdir": "python/py-sentence-transformers",
"version": "5.3.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sbert.net",
"description": "Sentence Embeddings using BERT / RoBERTa / XLM-R",
"long_description": "This framework provides an easy method to compute dense vector representations for sentences, paragraphs, and images. The models are based on transformer networks like BERT / RoBERTa / XLM-RoBERTa etc. and achieve state-of-the-art performance in various task. Text is embedding in vector space such that similar text is close and can efficiently be found using cosine similarity. We provide an increasing number of state-of-the-art pretrained models for more than 100 languages, fine-tuned for various use-cases. Further, this framework allows an easy fine-tuning of custom embeddings models, to achieve maximal performance on your specific task.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "run",
"ports": [
"py312-pytorch",
"py312-transformers",
"py312-huggingface_hub",
"py312-typing_extensions",
"py312-numpy",
"py312-tqdm",
"py312-scipy",
"py312-scikit-learn"
]
},
{
"type": "test",
"ports": [
"py312-pytest"
]
}
],
"depends_on": []
},
{
"name": "py311-sentence-transformers",
"portdir": "python/py-sentence-transformers",
"version": "5.3.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sbert.net",
"description": "Sentence Embeddings using BERT / RoBERTa / XLM-R",
"long_description": "This framework provides an easy method to compute dense vector representations for sentences, paragraphs, and images. The models are based on transformer networks like BERT / RoBERTa / XLM-RoBERTa etc. and achieve state-of-the-art performance in various task. Text is embedding in vector space such that similar text is close and can efficiently be found using cosine similarity. We provide an increasing number of state-of-the-art pretrained models for more than 100 languages, fine-tuned for various use-cases. Further, this framework allows an easy fine-tuning of custom embeddings models, to achieve maximal performance on your specific task.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-huggingface_hub",
"py311-transformers",
"py311-pytorch",
"py311-typing_extensions",
"py311-numpy",
"py311-scikit-learn",
"py311-scipy",
"py311-tqdm"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": []
},
{
"name": "googleworkspace-cli",
"portdir": "office/googleworkspace-cli",
"version": "0.16.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://developers.google.com/workspace",
"description": "Google Workspace CLI",
"long_description": "Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.",
"active": true,
"categories": [
"devel",
"office"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1075
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "py314-openslide",
"portdir": "python/py-openslide",
"version": "1.4.6",
"license": "LGPL-2.1 and MIT and BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://openslide.org/",
"description": "Python binding for the OpenSlide library.",
"long_description": "OpenSlide Python allows the OpenSlide library to be used from Python programs. OpenSlide provides a simple interface for reading whole-slide images, also known as virtual slides, which are high-resolution images used in digital pathology. These images can occupy tens of gigabytes when uncompressed, and so cannot be easily read using standard tools or libraries, which are designed for images that can be comfortably uncompressed into RAM. Whole-slide images are typically multi-resolution; OpenSlide allows reading a small amount of image data at the resolution closest to a desired zoom level.",
"active": true,
"categories": [
"graphics",
"python"
],
"maintainers": [
{
"name": "bgilbert",
"github": "bgilbert",
"ports_count": 16
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-sphinx",
"py314-setuptools",
"py314-wheel",
"py314-installer",
"py314-build",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"openslide",
"python314",
"py314-Pillow",
"py314-flask"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-openslide"
]
}
]
},
{
"name": "py314-itsdangerous",
"portdir": "python/py-itsdangerous",
"version": "2.2.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://palletsprojects.com/p/itsdangerous/",
"description": "Various helpers to pass trusted data to untrusted environments and back",
"long_description": "Various helpers to pass trusted data to untrusted environments and back",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 443
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-setuptools",
"clang-18",
"py314-build",
"py314-flit_core",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest",
"py314-freezegun"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-flask",
"py-itsdangerous"
]
},
{
"type": "run",
"ports": [
"py314-marimo"
]
}
]
},
{
"name": "py314-flask",
"portdir": "python/py-flask",
"version": "3.1.3",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://palletsprojects.com/p/flask/",
"description": "microframework for Python based on Werkzeug and Jinja2",
"long_description": "Flask is a microframework for Python based on Werkzeug and Jinja2, intended for small-scale applications",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"async"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-flit_core",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"py314-blinker",
"py314-itsdangerous",
"python314",
"py314-click",
"py314-jinja2",
"py314-werkzeug"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-flask-cors",
"maigret",
"py314-openslide",
"unfurl",
"py314-dash",
"py-flask"
]
},
{
"type": "run",
"ports": [
"impacket"
]
}
]
},
{
"name": "betterleaks",
"portdir": "security/betterleaks",
"version": "1.4.1",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://betterleaks.com/",
"description": "A Better Secrets Scanner built for configurability and speed",
"long_description": "Betterleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and whatever else you wanna throw at it via stdin.",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1075
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "openjdk26-openj9",
"portdir": "java/openjdk26-openj9",
"version": "26.0.1",
"license": "GPL-2 and NoMirror",
"platforms": "{ darwin any >= 19 }",
"epoch": 0,
"replaced_by": null,
"homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/",
"description": "IBM Semeru with Eclipse OpenJ9 VM distribution, based on OpenJDK 26 (Short Term Support until September 2026)",
"long_description": "The IBM Semeru Runtimes are free production-ready open source binaries to run your Java applications built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 106
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "php85-psr",
"portdir": "php/php-psr",
"version": "1.2.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/psr",
"description": "interfaces to PHP Standards Recommendations",
"long_description": "php-psr provides interfaces to PHP Standards Recommendations so they can be used in an extension.",
"active": true,
"categories": [
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php85"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php85-phalcon5"
]
},
{
"type": "run",
"ports": [
"php-psr"
]
}
]
},
{
"name": "php84-psr",
"portdir": "php/php-psr",
"version": "1.2.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pecl.php.net/package/psr",
"description": "interfaces to PHP Standards Recommendations",
"long_description": "php-psr provides interfaces to PHP Standards Recommendations so they can be used in an extension.",
"active": true,
"categories": [
"lang",
"php"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2122
},
{
"name": "macintosh",
"github": "BjarneDMat",
"ports_count": 1556
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"php84"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php84-phalcon5"
]
}
]
},
{
"name": "openjdk26-corretto",
"portdir": "java/openjdk26-corretto",
"version": "26.0.1.8.1",
"license": "GPL-2 and NoMirror",
"platforms": "{darwin any >= 16 }",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aws.amazon.com/corretto/",
"description": "Amazon Corretto OpenJDK 26 (Short Term Support until September 2026)",
"long_description": "Amazon Corretto OpenJDK 26 (Short Term Support until September 2026) \n\nOpenJDK 26 distribution from Amazon.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 106
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "openjdk26-zulu",
"portdir": "java/openjdk26-zulu",
"version": "26.30.11",
"license": "GPL-2 and NoMirror",
"platforms": "{darwin any >= 20}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.azul.com/downloads/",
"description": "Azul Zulu Community OpenJDK 26 (Short Term Support until September 2026)",
"long_description": "Azul Zulu Community OpenJDK 26 (Short Term Support until September 2026) \n\nOpenJDK 26 (Java Development Kit) distribution from Azul.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 106
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "py314-segregation",
"portdir": "python/py-segregation",
"version": "2.5.5",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pysal.org/segregation/",
"description": "Segregation Measurement, Inferential Statistics and Decomposition Analysis",
"long_description": "The PySAL segregation package provides a suite of tools for measuring segregation over time and space.",
"active": true,
"categories": [
"python",
"gis"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-setuptools_scm",
"py314-wheel",
"py314-setuptools",
"py314-installer",
"py314-build"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"py314-pyproj",
"py314-geopandas",
"py314-libpysal",
"py314-scikit-learn",
"py314-seaborn",
"py314-mapclassify",
"py314-numba",
"py314-joblib",
"py314-pandas",
"py314-matplotlib",
"py314-tqdm",
"py314-numpy",
"py314-deprecation"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-segregation"
]
}
]
},
{
"name": "libhtp",
"portdir": "www/libhtp",
"version": "0.5.53",
"license": "Permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/OISF/libhtp",
"description": "LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces.",
"long_description": "LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces.",
"active": true,
"categories": [
"www"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1549
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"suricata"
]
}
]
}
]
}