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

{
    "count": 51950,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=123",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=121",
    "results": [
        {
            "name": "py312-supervisor",
            "portdir": "python/py-supervisor",
            "version": "4.3.0",
            "license": "BSD and ZPL-2.1",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.supervisord.org/",
            "description": "Process manager for UNIX-like OSs",
            "long_description": "The supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools",
                        "py312-build",
                        "py312-installer",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-scrapy",
            "portdir": "python/py-scrapy",
            "version": "2.13.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://scrapy.org/",
            "description": "A high-level Web Crawling and Web Scraping framework",
            "long_description": "Scrapy is a high level scraping and web crawling framework for writing spiders to crawl and parse web pages for all kinds of purposes, from information retrieval to monitoring or testing web sites.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-protego",
                        "py312-openssl",
                        "py312-service_identity",
                        "py312-cssselect",
                        "py312-defusedxml",
                        "py312-tldextract",
                        "py312-parsel",
                        "py312-w3lib",
                        "py312-itemadapter",
                        "py312-itemloaders",
                        "py312-queuelib",
                        "py312-twisted",
                        "py312-dispatcher",
                        "python312",
                        "py312-typing_extensions",
                        "py312-zopeinterface",
                        "py312-cryptography",
                        "py312-lxml"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "scrapy_select"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest",
                        "py312-Pillow",
                        "py312-sybil",
                        "py312-testfixtures",
                        "py312-pexpect",
                        "py312-pytest-asyncio",
                        "py312-botocore",
                        "py312-jmespath",
                        "py312-tldextract"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-scrapy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-itemadapter",
                        "py312-itemloaders"
                    ]
                }
            ]
        },
        {
            "name": "shunit2",
            "portdir": "devel/shunit2",
            "version": "2.1.8",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kward/shunit2",
            "description": "an xUnit-based unit test framework for Bourne shell scripts",
            "long_description": "shunit2 is an xUnit-based unit test framework for Bourne shell scripts.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-Boruta",
            "portdir": "R/R-Boruta",
            "version": "8.0.0",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/mbq/Boruta",
            "description": "Wrapper algorithm for all relevant feature selection",
            "long_description": "Wrapper algorithm for all relevant feature selection",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-ranger"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rFerns",
                        "R-testthat",
                        "R-randomForest",
                        "R-mlbench",
                        "R-xgboost"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-nestedcv"
                    ]
                }
            ]
        },
        {
            "name": "py312-urwid",
            "portdir": "python/py-urwid",
            "version": "3.0.2",
            "license": "LGPL-2.1+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://urwid.org/",
            "description": "curses-based UI/widget library for Python",
            "long_description": "Urwid is a curses-based UI/widget library for Python. It features fluid interface resizing, multiple text layout options, simple markup for attributes, powerful scrolling list boxes and flexible edit boxes.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-wheel",
                        "py312-setuptools_scm",
                        "clang-18",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-typing_extensions",
                        "py312-wcwidth"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-jmespath-terminal",
                        "py312-mitmproxy",
                        "py312-pudb"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-urwid-readline"
                    ]
                }
            ]
        },
        {
            "name": "py312-pudb",
            "portdir": "python/py-pudb",
            "version": "2024.1.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/inducer/pudb",
            "description": "A full-screen, console-based Python debugger",
            "long_description": "PuDB is a full-screen, console-based visual debugger for Python. Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it--in a terminal. If you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look familiar.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-hatchling",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-urwid",
                        "python312",
                        "py312-urwid-readline",
                        "py312-packaging",
                        "py312-jedi",
                        "py312-pygments"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-dispatcher",
            "portdir": "python/py-dispatcher",
            "version": "2.0.7",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/PyDispatcher",
            "description": "python dispatcher mechanism for creating event models",
            "long_description": "PyDispatcher provides the Python programmer with a multiple-producer-multiple-consumer signal-registration and routing infrastructure for use in multiple contexts.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "dh",
                    "github": "donkopotamus",
                    "ports_count": 10
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-dispatcher",
                        "py312-scrapy",
                        "py312-sqlobject"
                    ]
                }
            ]
        },
        {
            "name": "py312-pytorch",
            "portdir": "python/py-pytorch",
            "version": "2.11.0",
            "license": "BSD",
            "platforms": "{darwin >= 19}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pytorch.org/",
            "description": "Tensors and dynamic neural networks in Python with strong GPU acceleration",
            "long_description": "PyTorch is a Python package that provides two high-level features: Tensor computation (like NumPy) with strong GPU acceleration; Deep neural networks built on a tape-based autograd system. You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "gfortran",
                "mpich",
                "openmpi",
                "mkl",
                "mps"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-requests",
                        "clang-20",
                        "py312-mkl-include",
                        "ccache",
                        "cctools",
                        "cmake",
                        "git",
                        "ninja",
                        "doxygen",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-mkl",
                        "py312-future",
                        "zstd",
                        "gflags",
                        "google-glog",
                        "protobuf3-cpp",
                        "libomp",
                        "eigen3",
                        "python312",
                        "py312-typing_extensions",
                        "py312-six",
                        "py312-numpy",
                        "py312-click",
                        "py312-pybind11",
                        "py312-yaml",
                        "py312-sympy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-onnx",
                        "py312-zstd",
                        "py312-packaging"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-torchaudio",
                        "py312-torchvision"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-sentence-transformers"
                    ]
                }
            ]
        },
        {
            "name": "py311-pytorch",
            "portdir": "python/py-pytorch",
            "version": "2.11.0",
            "license": "BSD",
            "platforms": "{darwin >= 19}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pytorch.org/",
            "description": "Tensors and dynamic neural networks in Python with strong GPU acceleration",
            "long_description": "PyTorch is a Python package that provides two high-level features: Tensor computation (like NumPy) with strong GPU acceleration; Deep neural networks built on a tape-based autograd system. You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "gfortran",
                "mpich",
                "openmpi",
                "mkl",
                "mps"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-requests",
                        "clang-20",
                        "py311-mkl-include",
                        "ccache",
                        "cctools",
                        "cmake",
                        "git",
                        "ninja",
                        "doxygen",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-future",
                        "py311-mkl",
                        "zstd",
                        "gflags",
                        "google-glog",
                        "protobuf3-cpp",
                        "libomp",
                        "eigen3",
                        "python311",
                        "py311-typing_extensions",
                        "py311-sympy",
                        "py311-pybind11",
                        "py311-six",
                        "py311-click",
                        "py311-numpy",
                        "py311-yaml"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-zstd",
                        "py311-onnx",
                        "py311-packaging"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-torchaudio",
                        "py311-torchvision"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-sentence-transformers"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-huggingface_hub"
                    ]
                }
            ]
        },
        {
            "name": "wcurl",
            "portdir": "net/wcurl",
            "version": "2025.11.09",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "curl",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by curl",
            "long_description": "This port has been replaced by curl.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [],
            "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": "R-reformulas",
            "portdir": "R/R-reformulas",
            "version": "0.3.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bbolker/reformulas",
            "description": "Machinery for processing random effect formulas",
            "long_description": "Machinery for processing random effect formulas",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rdpack",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tinytest",
                        "R-lme4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-glmmTMB",
                        "R-tramME"
                    ]
                }
            ]
        },
        {
            "name": "ghz",
            "portdir": "net/ghz",
            "version": "0.121.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ghz.sh",
            "description": "Simple gRPC benchmarking and load testing tool",
            "long_description": "Simple gRPC benchmarking and load testing tool",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcc14-libcxx",
            "portdir": "lang/gcc14",
            "version": "14.3.0",
            "license": "NCSA",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "libc++ header implementation to be used by gcc14",
            "long_description": "libc++ header implementation to be used by gcc14",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc14"
                    ]
                }
            ]
        },
        {
            "name": "libgcc14",
            "portdir": "lang/gcc14",
            "version": "14.3.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Modula-2 and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "isl",
                        "ld64",
                        "libmpc",
                        "mpfr",
                        "texinfo",
                        "zstd",
                        "cctools",
                        "gmp"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "libiconv",
                        "zlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-sgeostat",
                        "R-RcppArmadillo",
                        "R-RcppDist",
                        "R-RcppEigen",
                        "R-RcppEnsmallen",
                        "R-RcppNumerical",
                        "R-Rfast",
                        "R-Rfast2",
                        "R-minqa",
                        "R-mnormt",
                        "R-splines2",
                        "R-Amelia",
                        "R-ape",
                        "R-arrApply",
                        "R-bayesQR",
                        "R-bayescopulareg",
                        "R-bayesm",
                        "R-bspline",
                        "R-mvtnorm",
                        "R-nnls",
                        "R-biglm",
                        "R-irlba",
                        "R-mixsqp",
                        "R-mvnfast",
                        "R-pbivnorm",
                        "R-signal",
                        "R-statmod",
                        "R-tmvnsim",
                        "R-ucminf",
                        "R-SparseM",
                        "R-igraph",
                        "R-nleqslv",
                        "R-nloptr",
                        "R-quadprog",
                        "R-forecast",
                        "R-fracdiff",
                        "R-lmtest",
                        "R-projpred",
                        "R-tseries",
                        "R-urca",
                        "R-BGVAR",
                        "R-Hmisc",
                        "R-deSolve",
                        "R-deldir",
                        "R-expm",
                        "R-glasso",
                        "R-interp",
                        "R-randomForest",
                        "R-sm",
                        "R-stochvol",
                        "R-conquer",
                        "R-dcov",
                        "R-dlm",
                        "R-quantreg",
                        "R-robustbase",
                        "R-bsvars",
                        "R-gmm",
                        "R-gnm",
                        "R-qgraph",
                        "R-rootSolve",
                        "R-tmvtnorm",
                        "R-VGAM",
                        "R-sitmo",
                        "R-sem",
                        "R-subplex",
                        "R-slam",
                        "R-classInt",
                        "R-FKF",
                        "R-GA",
                        "R-acepack",
                        "R-gam",
                        "R-hts",
                        "R-leaps",
                        "R-strucchange",
                        "R-fBasics",
                        "R-gss",
                        "R-hexbin",
                        "R-lbfgsb3c",
                        "R-logspline",
                        "R-lokern",
                        "R-pcaPP",
                        "R-pspline",
                        "R-rmutil",
                        "R-Iso",
                        "R-cmprsk",
                        "R-fastGHQuad",
                        "R-lavacreg",
                        "R-lqmm",
                        "R-FME",
                        "R-RSpectra",
                        "R-apollo",
                        "R-kernlab",
                        "R-minpack.lm",
                        "R-qap",
                        "R-MLEcens",
                        "R-eha",
                        "R-mets",
                        "R-muhaz",
                        "R-readstata13",
                        "R-survPen",
                        "R-timereg",
                        "R-glmm",
                        "R-legion",
                        "R-polspline",
                        "R-riskRegression",
                        "R-rms",
                        "R-robustlmm",
                        "R-smooth",
                        "R-sommer",
                        "R-glmnet",
                        "R-gmeta",
                        "R-lars",
                        "R-bisque",
                        "R-dotCall64",
                        "R-fGarch",
                        "R-fastICA",
                        "R-fields",
                        "R-lavaSearch2",
                        "R-spam",
                        "R-spam64",
                        "R-targeted",
                        "R-msm",
                        "R-ramcmc",
                        "R-rstpm2",
                        "R-sparsevb",
                        "R-GenSA",
                        "R-mirtjml",
                        "R-pomp",
                        "R-bpgmm",
                        "R-bvpSolve",
                        "R-ddalpha",
                        "R-fabMix",
                        "R-mclust",
                        "R-mcmcse",
                        "R-mix",
                        "R-nimble",
                        "R-pgmm",
                        "R-tweedie",
                        "R-TMB",
                        "R-actuar",
                        "R-alpaca",
                        "R-bife",
                        "R-geigen",
                        "R-impute",
                        "R-lfe",
                        "R-roptim",
                        "R-bnlearn",
                        "R-seriation",
                        "R-DPQ",
                        "R-waveslim",
                        "R-dcurver",
                        "R-gee",
                        "R-mirt",
                        "R-phangorn",
                        "R-phyr",
                        "R-vegan",
                        "R-brnn",
                        "R-Rcsdp",
                        "R-clinfun",
                        "R-repeated",
                        "R-scs",
                        "R-MatrixExtra",
                        "R-float",
                        "R-milr",
                        "R-penalized",
                        "R-psd",
                        "R-rsparse",
                        "R-estimatr",
                        "R-hbal",
                        "R-lotri",
                        "R-BayesRGMM",
                        "R-RcppML",
                        "R-DistributionUtils",
                        "R-PRIMME",
                        "R-RcppSMC",
                        "R-arfima",
                        "R-flintyR",
                        "R-svd",
                        "R-twang",
                        "R-limSolve",
                        "R-mlegp",
                        "R-norm2",
                        "R-sparseDFM",
                        "R-r2sundials",
                        "R-rmarchingcubes",
                        "R-rmumps",
                        "R-Rtsne",
                        "R-dualtrees",
                        "R-esreg",
                        "R-rotasym",
                        "R-sphunif",
                        "R-BMA",
                        "R-GSE",
                        "R-cellWise",
                        "R-robust",
                        "R-robustvarComp",
                        "R-rrcov",
                        "R-fable",
                        "R-BSSprep",
                        "R-ICtest",
                        "R-ebdbNet",
                        "R-fICA",
                        "R-norm",
                        "R-preprocessCore",
                        "R-singR",
                        "R-publipha",
                        "R-qtl",
                        "R-RiemBase",
                        "R-cccp",
                        "R-glmmML",
                        "R-labdsv",
                        "R-maotai",
                        "R-mlpack",
                        "R-optpart",
                        "R-fso",
                        "R-lpSolveAPI",
                        "R-matrixdist",
                        "R-MatrixCorrelation",
                        "R-fourierin",
                        "R-mcemGLM",
                        "R-mixgb",
                        "R-strucchangeRcpp",
                        "R-CDM",
                        "R-GDINA",
                        "R-Kendall",
                        "R-TAM",
                        "R-dfms",
                        "R-flashClust",
                        "R-miceadds",
                        "R-pbv",
                        "R-sirt",
                        "R-JMbayes",
                        "R-MSCMT",
                        "R-compositions",
                        "R-volesti",
                        "R-bigalgebra",
                        "R-glmmPen",
                        "R-quanteda",
                        "R-sentopics",
                        "R-BayesPPD",
                        "R-bgw",
                        "R-glassoFast",
                        "R-lpirfs",
                        "R-pcalg",
                        "R-quanteda.textmodels",
                        "R-rpf",
                        "R-yuima",
                        "R-BVSNLP",
                        "R-rminqa",
                        "R-vennLasso",
                        "R-bigsnpr",
                        "R-bigstatsr",
                        "R-coop",
                        "R-didimputation",
                        "R-rEDM",
                        "R-brmsmargins",
                        "R-ppmSuite",
                        "R-BFpack",
                        "R-bain",
                        "R-gamselBayes",
                        "R-betaBayes",
                        "R-scam",
                        "R-blockcluster",
                        "R-fortranfctpassing",
                        "R-gRain",
                        "R-gRbase",
                        "R-rtkore",
                        "R-bpnreg",
                        "R-ccaPP",
                        "R-cord",
                        "R-echoice2",
                        "R-simts",
                        "R-tsBSS",
                        "R-BGGM",
                        "R-TSSS",
                        "R-pan",
                        "R-prefmod",
                        "R-robeth",
                        "R-ACDm",
                        "R-BDgraph",
                        "R-BayesQVGEL",
                        "R-copre",
                        "R-hawkes",
                        "R-l0ara",
                        "R-marqLevAlg",
                        "R-n1qn1",
                        "R-ssgraph",
                        "R-fastmatrix",
                        "R-pbdSLAP",
                        "R-changepoint",
                        "R-cplm",
                        "R-earth",
                        "R-mda",
                        "R-bark",
                        "R-bvarsv",
                        "R-gMWT",
                        "R-ptf",
                        "R-splancs",
                        "R-KODAMA",
                        "R-mev",
                        "R-ClusVis",
                        "R-SparseChol",
                        "R-VarSelLCM",
                        "R-glmmrBase",
                        "R-glmmrOptim",
                        "R-rBDAT",
                        "R-ADMM",
                        "R-RcppClock",
                        "R-RcppDE",
                        "R-Rdimtools",
                        "R-mclustcomp",
                        "R-rpm",
                        "R-sparseSEM",
                        "R-wdnet",
                        "R-RcppHMM",
                        "R-TreeBUGS",
                        "R-acebayes",
                        "R-bliss",
                        "R-exdex",
                        "R-leidenAlg",
                        "R-revdbayes",
                        "R-rust",
                        "R-sccore",
                        "R-KFAS",
                        "R-fUnitRoots",
                        "R-pimeta",
                        "R-rcccd",
                        "R-sarima",
                        "R-BCSub",
                        "R-ROptSpace",
                        "R-anMC",
                        "R-graphicalVAR",
                        "R-manifold",
                        "R-parallelDist",
                        "R-RoBMA",
                        "R-magi",
                        "R-paropt",
                        "R-spNNGP",
                        "R-bigGP",
                        "R-cglasso",
                        "R-covglasso",
                        "R-unmarked",
                        "R-eBsc",
                        "R-lddmm",
                        "R-ClusPred",
                        "R-DESeq2",
                        "R-RLT",
                        "R-gRc",
                        "R-gps",
                        "R-mDAG",
                        "R-spBFA",
                        "R-womblR",
                        "R-CovTools",
                        "R-KernelKnn",
                        "R-MomTrunc",
                        "R-NetMix",
                        "R-SHT",
                        "R-StempCens",
                        "R-elmNNRcpp",
                        "R-lefko3",
                        "R-mastif",
                        "R-proxyC",
                        "R-spMC",
                        "R-tlrmvnmvt",
                        "R-circular",
                        "R-mdgc",
                        "R-mmcif",
                        "R-psqn",
                        "R-NPflow",
                        "R-ash",
                        "R-hdrcde",
                        "R-parglm",
                        "R-sparcl",
                        "R-tmvtnsim",
                        "R-bootUR",
                        "R-crctStepdown",
                        "R-fastglm",
                        "R-gena",
                        "R-hpa",
                        "R-islasso",
                        "R-levmaR",
                        "R-mnorm",
                        "R-switchSelection",
                        "R-ManlyMix",
                        "R-hdbm",
                        "R-hitandrun",
                        "R-LongMemoryTS",
                        "R-ClusterR",
                        "R-FD",
                        "R-OpenImageR",
                        "R-ade4",
                        "R-lmom",
                        "R-pamr",
                        "R-rrum",
                        "R-rugarch",
                        "R-simcdm",
                        "R-CircSpaceTime",
                        "R-DescTools",
                        "R-RcppCensSpatial",
                        "R-relliptical",
                        "R-BranchGLM",
                        "R-UComp",
                        "R-crch",
                        "R-scoringRules",
                        "R-coin",
                        "R-coneproj",
                        "R-libcoin",
                        "R-qpcR",
                        "R-GofKmt",
                        "R-fractalRegression",
                        "R-lolog",
                        "R-qfa",
                        "R-ctmcd",
                        "R-markovchain",
                        "R-spdep",
                        "R-sundialr",
                        "R-DepthProc",
                        "R-EBglmnet",
                        "R-L1pack",
                        "R-Morpho",
                        "R-Rdsdp",
                        "R-Riemann",
                        "R-T4cluster",
                        "R-emBayes",
                        "R-fdacluster",
                        "R-fdasrvf",
                        "R-TDAkit",
                        "R-abn",
                        "R-free",
                        "R-gofar",
                        "R-gstat",
                        "R-rrpack",
                        "R-edgeR",
                        "R-sentometrics",
                        "R-spatialreg",
                        "R-spfa",
                        "R-EMCluster",
                        "R-TAG",
                        "R-catdap",
                        "R-fHMM",
                        "R-ncpen",
                        "R-watson",
                        "R-Lmoments",
                        "R-evgam",
                        "R-EBEN",
                        "R-zic",
                        "R-Rlinsolve",
                        "R-SpatialBSS",
                        "R-ZVCV",
                        "R-leidenbase",
                        "R-BayesMallows",
                        "R-fastshap",
                        "R-momentfit",
                        "R-party",
                        "R-FaultTree",
                        "R-blockmodels",
                        "R-imbalance",
                        "R-tensorBSS",
                        "R-conTree",
                        "R-jointDiag",
                        "R-RMSS",
                        "R-bvartools",
                        "R-pense",
                        "R-robStepSplitReg",
                        "R-seqHMM",
                        "R-tdata",
                        "R-MatchIt",
                        "R-bamlss",
                        "R-dynmix",
                        "R-ergmito",
                        "R-idefix",
                        "R-ebTobit",
                        "R-bda",
                        "R-binGroup2",
                        "R-mlmmm",
                        "R-STAREG",
                        "R-mboost",
                        "R-tram",
                        "R-QUIC",
                        "R-bvls",
                        "R-leptokurticMixture",
                        "R-lorec",
                        "R-robsurvey",
                        "R-scio",
                        "R-wbacon",
                        "R-wsbackfit",
                        "R-Delaporte",
                        "R-KERE",
                        "R-RobustAFT",
                        "R-MixSim",
                        "R-SAGMM",
                        "R-ezglm",
                        "R-lowmemtkmeans",
                        "R-rexpokit",
                        "R-FuzzySimRes",
                        "R-aws",
                        "R-eimpute",
                        "R-fastAFT",
                        "R-JMbayes2",
                        "R-RobStatTM",
                        "R-adjclust",
                        "R-cequre",
                        "R-dtwclust",
                        "R-gap",
                        "R-latentnet",
                        "R-pyinit",
                        "R-rrcovNA",
                        "R-sensitivity",
                        "R-softImpute",
                        "R-densEstBayes",
                        "R-fastadi",
                        "R-mpath",
                        "R-secure",
                        "R-coxerr",
                        "R-mokken",
                        "R-BayesReversePLLH",
                        "R-BayesSUR",
                        "R-factorstochvol",
                        "R-lessSEM",
                        "R-sdwd",
                        "R-DstarM",
                        "R-bigsplines",
                        "R-lassoshooting",
                        "R-quantregForest",
                        "R-dplR",
                        "R-mombf",
                        "R-sgd",
                        "R-treeclim",
                        "R-comat",
                        "R-desla",
                        "R-robustHD",
                        "R-TruncatedNormal",
                        "R-spikeSlabGAM",
                        "R-GPM",
                        "R-GpGp",
                        "R-WSGeometry",
                        "R-MendelianRandomization",
                        "R-ldt",
                        "R-ROI.plugin.qpoases",
                        "R-BsMD",
                        "R-FLORAL",
                        "R-OBsMD",
                        "R-bootstrap",
                        "R-mpmi",
                        "R-baygel",
                        "R-deTestSet",
                        "R-ggdmc",
                        "R-kdecopula",
                        "R-sleev",
                        "R-timsac",
                        "R-CholWishart",
                        "R-RealVAMS",
                        "R-grpnet",
                        "R-robustBLME",
                        "R-SAMM",
                        "R-bigtime",
                        "R-MCMCprecision",
                        "R-fDMA",
                        "R-kazaam",
                        "R-localgauss",
                        "R-multinomialLogitMix",
                        "R-puniform",
                        "R-tsPI",
                        "R-dsfa",
                        "R-PLordprob",
                        "R-RaschSampler",
                        "R-cobs",
                        "R-coxphf",
                        "R-dgumbel",
                        "R-gigg",
                        "R-psgp",
                        "R-sbmSDP",
                        "R-Nmix",
                        "R-SpaceTimeBSS",
                        "R-aihuman",
                        "R-hdpGLM",
                        "R-lpridge",
                        "R-lvmcomp",
                        "R-msBP",
                        "R-mixedClust",
                        "R-ordinalClust",
                        "R-pcLasso",
                        "R-Bayesrel",
                        "R-LogicReg",
                        "R-OpenMx",
                        "R-quanteda.textstats",
                        "R-rego",
                        "R-roll",
                        "R-RFCCA",
                        "R-RTMB",
                        "R-invgamstochvol",
                        "R-nbfar",
                        "R-psp",
                        "R-tgp",
                        "R-GMCM",
                        "R-gglasso",
                        "R-glmmEP",
                        "R-lmm",
                        "R-netrankr",
                        "R-propagate",
                        "R-wCorr",
                        "R-BAS",
                        "R-ginormal",
                        "R-bartBMA",
                        "R-gb",
                        "R-rrMixture",
                        "R-vMF",
                        "R-fda.usc",
                        "R-slasso",
                        "R-minimaxApprox",
                        "R-PPMiss",
                        "R-bqtl",
                        "R-carat",
                        "R-cat",
                        "R-hibayes",
                        "R-lpcde",
                        "R-mvgb",
                        "R-scModels",
                        "R-QZ",
                        "R-crqa",
                        "R-rdist",
                        "R-defm",
                        "R-Rfit",
                        "R-bcROCsurface",
                        "R-bootCT",
                        "R-rqPen",
                        "R-GPFDA",
                        "R-bssm",
                        "R-diagis",
                        "R-eulerr",
                        "R-smoots",
                        "R-walker",
                        "R-waspr",
                        "R-PMCMRplus",
                        "R-ibr",
                        "R-cubicBsplines",
                        "R-fastcpd",
                        "R-fdaMixed",
                        "R-pqrBayes",
                        "R-mixture",
                        "R-fdaSP",
                        "R-ivx",
                        "R-Vdgraph",
                        "R-ICSClust",
                        "R-tclust",
                        "R-evinf",
                        "R-BTSR",
                        "R-CovRegRF",
                        "R-RandomFields",
                        "R-RandomFieldsUtils",
                        "R-dann",
                        "R-etm",
                        "R-geoCount",
                        "R-geostatsp",
                        "R-kmndirs",
                        "R-laGP",
                        "libgcc13",
                        "R",
                        "R-dccpp",
                        "R-eRm",
                        "R-kalmanfilter",
                        "R-kimfilter",
                        "R-mixAK",
                        "R-MGMM",
                        "R-RGN",
                        "R-sparsegl",
                        "R-monomvn",
                        "R-sparsenet",
                        "R-KernSmooth",
                        "R-Matrix",
                        "R-cluster",
                        "R-mgcv",
                        "R-nlme",
                        "R-BCEE",
                        "R-gausscov",
                        "R-cglm",
                        "R-ktweedie",
                        "R-NormPsy",
                        "R-lcmm",
                        "R-aRtsy",
                        "R-deepgp",
                        "R-eglhmm",
                        "R-mashr",
                        "R-Sieve",
                        "R-esemifar",
                        "R-telefit",
                        "R-cPCG",
                        "R-gRim",
                        "R-hmm.discnp",
                        "R-moveHMM",
                        "R-amap",
                        "R-mrfDepth",
                        "R-subselect",
                        "R-genefilter",
                        "R-MMVBVS",
                        "R-RRI",
                        "R-gasper",
                        "R-sbm",
                        "R-DMQ",
                        "R-RCDT",
                        "R-Rnanoflann",
                        "R-missSBM",
                        "R-xrnet",
                        "R-RSSL",
                        "R-SSLR",
                        "R-crawl",
                        "R-oeli",
                        "R-samr",
                        "R-LatticeKrig",
                        "R-autoFRK",
                        "R-mhurdle",
                        "R-HARModel",
                        "R-bvhar",
                        "R-kyotil",
                        "R-ltsk",
                        "R-aorsf",
                        "R-BayesLN",
                        "R-regmhmm",
                        "R-tgstat",
                        "R-BGLR",
                        "R-blatent",
                        "R-nlmm",
                        "R-BTtest",
                        "R-gslnls",
                        "R-rmgarch",
                        "R-semidist",
                        "R-sglasso",
                        "R-spBayes",
                        "R-bcp",
                        "R-lowpassFilter",
                        "R-stepR",
                        "R-bayesianVARs",
                        "R-dfsaneacc",
                        "R-robustmatrix",
                        "R-BayesPPDSurv",
                        "R-bpr",
                        "R-frontiles",
                        "R-mvord",
                        "R-qbld",
                        "R-bnmr",
                        "R-HHG",
                        "R-bayesWatch",
                        "R-gammSlice",
                        "R-probout",
                        "R-rcpptimer",
                        "R-LMest",
                        "R-MultiLCIRT",
                        "R-LowRankQP",
                        "R-RprobitB",
                        "R-BigQuic",
                        "R-CARMS",
                        "R-mvrsquared",
                        "R-orthoDr",
                        "R-tidylda",
                        "R-DNAcopy",
                        "R-VARDetect",
                        "R-tripack",
                        "R-seededlda",
                        "R-stm",
                        "R-GLCMTextures",
                        "R-MNP",
                        "R-glmGamPoi",
                        "R-harmony",
                        "R-sctransform",
                        "R-optmatch",
                        "R-RcppBlaze",
                        "R-fastkqr",
                        "R-multitaper",
                        "R-slp",
                        "R-multimode",
                        "R-rsae",
                        "R-joineRML",
                        "R-multgee",
                        "gcc14",
                        "R-mirtCAT",
                        "R-HDTSA",
                        "R-LaMa",
                        "R-PHSMM",
                        "R-PAGFL",
                        "R-fntl",
                        "R-RcppBessel",
                        "R-bigergm",
                        "R-starma",
                        "R-fNonlinear",
                        "R-sox",
                        "R-netdiffuseR",
                        "R-PRTree",
                        "R-HMMEsolver",
                        "R-gsynth",
                        "R-sts",
                        "R-dlmtree",
                        "R-pcadapt",
                        "R-mcr",
                        "R-robslopes",
                        "R-bayesSurv",
                        "R-qfratio"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc13"
                    ]
                }
            ]
        },
        {
            "name": "gcc14",
            "portdir": "lang/gcc14",
            "version": "14.3.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Modula-2 and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "texinfo"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libiconv",
                        "libgcc14",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc14-libcxx",
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "R-sgeostat",
                        "py39-clawpack",
                        "R-mcr",
                        "R-robslopes",
                        "openmpi-gcc14",
                        "R-bayesSurv",
                        "R-qfratio",
                        "R",
                        "R-RcppArmadillo",
                        "R-RcppDist",
                        "R-RcppEigen",
                        "R-RcppEnsmallen",
                        "R-RcppNumerical",
                        "R-Rfast",
                        "R-Rfast2",
                        "R-minqa",
                        "R-mnormt",
                        "R-splines2",
                        "R-Amelia",
                        "R-ape",
                        "R-arrApply",
                        "R-bayesQR",
                        "R-bayescopulareg",
                        "R-bayesm",
                        "R-bspline",
                        "R-mvtnorm",
                        "R-nnls",
                        "R-biglm",
                        "R-irlba",
                        "R-mixsqp",
                        "R-mvnfast",
                        "R-pbivnorm",
                        "R-signal",
                        "R-statmod",
                        "R-tmvnsim",
                        "R-ucminf",
                        "R-SparseM",
                        "R-igraph",
                        "R-nleqslv",
                        "R-nloptr",
                        "R-quadprog",
                        "R-forecast",
                        "R-fracdiff",
                        "R-lmtest",
                        "R-projpred",
                        "R-tseries",
                        "R-urca",
                        "R-BGVAR",
                        "R-Hmisc",
                        "R-deSolve",
                        "R-deldir",
                        "R-expm",
                        "R-glasso",
                        "R-interp",
                        "R-randomForest",
                        "R-sm",
                        "R-stochvol",
                        "R-conquer",
                        "R-dcov",
                        "R-dlm",
                        "R-quantreg",
                        "R-robustbase",
                        "R-bsvars",
                        "R-gmm",
                        "R-gnm",
                        "R-qgraph",
                        "R-rootSolve",
                        "R-tmvtnorm",
                        "R-VGAM",
                        "R-sitmo",
                        "R-sem",
                        "R-subplex",
                        "R-slam",
                        "R-classInt",
                        "R-FKF",
                        "R-GA",
                        "R-acepack",
                        "R-gam",
                        "R-hts",
                        "R-leaps",
                        "R-strucchange",
                        "R-fBasics",
                        "R-gss",
                        "R-hexbin",
                        "R-lbfgsb3c",
                        "R-logspline",
                        "R-lokern",
                        "R-pcaPP",
                        "R-pspline",
                        "R-rmutil",
                        "R-Iso",
                        "R-cmprsk",
                        "R-fastGHQuad",
                        "R-lavacreg",
                        "R-lqmm",
                        "R-FME",
                        "R-RSpectra",
                        "R-apollo",
                        "R-kernlab",
                        "R-minpack.lm",
                        "R-qap",
                        "R-MLEcens",
                        "R-eha",
                        "R-mets",
                        "R-muhaz",
                        "R-readstata13",
                        "R-survPen",
                        "R-timereg",
                        "R-glmm",
                        "R-legion",
                        "R-polspline",
                        "R-riskRegression",
                        "R-rms",
                        "R-robustlmm",
                        "R-smooth",
                        "R-sommer",
                        "R-glmnet",
                        "R-gmeta",
                        "R-lars",
                        "R-bisque",
                        "R-dotCall64",
                        "R-fGarch",
                        "R-fastICA",
                        "R-fields",
                        "R-lavaSearch2",
                        "R-spam",
                        "R-spam64",
                        "R-targeted",
                        "R-msm",
                        "R-ramcmc",
                        "R-rstpm2",
                        "R-sparsevb",
                        "R-GenSA",
                        "R-mirtjml",
                        "R-pomp",
                        "R-bpgmm",
                        "R-bvpSolve",
                        "R-ddalpha",
                        "R-fabMix",
                        "R-mclust",
                        "R-mcmcse",
                        "R-mix",
                        "R-nimble",
                        "R-pgmm",
                        "R-tweedie",
                        "R-TMB",
                        "R-actuar",
                        "R-alpaca",
                        "R-bife",
                        "R-geigen",
                        "R-impute",
                        "R-lfe",
                        "R-roptim",
                        "R-bnlearn",
                        "R-seriation",
                        "R-DPQ",
                        "R-waveslim",
                        "R-dcurver",
                        "R-gee",
                        "R-mirt",
                        "R-phangorn",
                        "R-phyr",
                        "R-vegan",
                        "R-brnn",
                        "R-Rcsdp",
                        "R-clinfun",
                        "R-repeated",
                        "R-scs",
                        "R-MatrixExtra",
                        "R-float",
                        "R-milr",
                        "R-penalized",
                        "R-psd",
                        "R-rsparse",
                        "R-estimatr",
                        "R-hbal",
                        "R-lotri",
                        "R-BayesRGMM",
                        "R-RcppML",
                        "R-DistributionUtils",
                        "R-PRIMME",
                        "R-RcppSMC",
                        "R-arfima",
                        "R-flintyR",
                        "R-svd",
                        "R-twang",
                        "R-limSolve",
                        "R-mlegp",
                        "R-norm2",
                        "R-sparseDFM",
                        "R-r2sundials",
                        "R-rmarchingcubes",
                        "R-rmumps",
                        "R-Rtsne",
                        "R-dualtrees",
                        "R-esreg",
                        "R-rotasym",
                        "R-sphunif",
                        "R-BMA",
                        "R-GSE",
                        "R-cellWise",
                        "R-robust",
                        "R-robustvarComp",
                        "R-rrcov",
                        "R-fable",
                        "R-BSSprep",
                        "R-ICtest",
                        "R-ebdbNet",
                        "R-fICA",
                        "R-norm",
                        "R-preprocessCore",
                        "R-singR",
                        "R-publipha",
                        "R-qtl",
                        "R-RiemBase",
                        "R-cccp",
                        "R-glmmML",
                        "R-labdsv",
                        "R-maotai",
                        "R-mlpack",
                        "R-optpart",
                        "R-fso",
                        "R-lpSolveAPI",
                        "R-matrixdist",
                        "R-tgstat",
                        "R-MatrixCorrelation",
                        "R-fourierin",
                        "R-mcemGLM",
                        "R-mixgb",
                        "R-strucchangeRcpp",
                        "R-CDM",
                        "R-GDINA",
                        "R-Kendall",
                        "R-TAM",
                        "R-dfms",
                        "R-flashClust",
                        "R-miceadds",
                        "R-pbv",
                        "R-sirt",
                        "R-JMbayes",
                        "R-MSCMT",
                        "R-compositions",
                        "R-volesti",
                        "R-bigalgebra",
                        "R-glmmPen",
                        "R-quanteda",
                        "R-sentopics",
                        "R-BayesPPD",
                        "R-bgw",
                        "R-glassoFast",
                        "R-lpirfs",
                        "R-pcalg",
                        "R-quanteda.textmodels",
                        "R-rpf",
                        "R-yuima",
                        "R-BVSNLP",
                        "R-rminqa",
                        "R-vennLasso",
                        "R-bigsnpr",
                        "R-bigstatsr",
                        "R-coop",
                        "R-didimputation",
                        "R-rEDM",
                        "R-brmsmargins",
                        "R-ppmSuite",
                        "R-BFpack",
                        "R-bain",
                        "R-gamselBayes",
                        "R-betaBayes",
                        "R-scam",
                        "R-blockcluster",
                        "R-fortranfctpassing",
                        "R-gRain",
                        "R-gRbase",
                        "R-rtkore",
                        "R-bpnreg",
                        "R-ccaPP",
                        "R-cord",
                        "R-echoice2",
                        "R-simts",
                        "R-tsBSS",
                        "R-BGGM",
                        "R-TSSS",
                        "R-pan",
                        "R-prefmod",
                        "R-robeth",
                        "R-ACDm",
                        "R-BDgraph",
                        "R-BayesQVGEL",
                        "R-copre",
                        "R-hawkes",
                        "R-l0ara",
                        "R-marqLevAlg",
                        "R-n1qn1",
                        "R-ssgraph",
                        "R-fastmatrix",
                        "R-pbdSLAP",
                        "R-changepoint",
                        "R-cplm",
                        "R-earth",
                        "R-mda",
                        "R-bark",
                        "R-bvarsv",
                        "R-gMWT",
                        "R-ptf",
                        "R-splancs",
                        "R-KODAMA",
                        "R-mev",
                        "R-ClusVis",
                        "R-SparseChol",
                        "R-VarSelLCM",
                        "R-glmmrBase",
                        "R-glmmrOptim",
                        "R-rBDAT",
                        "R-ADMM",
                        "R-RcppClock",
                        "R-RcppDE",
                        "R-Rdimtools",
                        "R-mclustcomp",
                        "R-rpm",
                        "R-sparseSEM",
                        "R-wdnet",
                        "R-RcppHMM",
                        "R-TreeBUGS",
                        "R-acebayes",
                        "R-bliss",
                        "R-exdex",
                        "R-leidenAlg",
                        "R-revdbayes",
                        "R-rust",
                        "R-sccore",
                        "R-KFAS",
                        "R-fUnitRoots",
                        "R-pimeta",
                        "R-rcccd",
                        "R-sarima",
                        "R-BCSub",
                        "R-ROptSpace",
                        "R-anMC",
                        "R-graphicalVAR",
                        "R-manifold",
                        "R-parallelDist",
                        "R-RoBMA",
                        "R-magi",
                        "R-paropt",
                        "R-spNNGP",
                        "R-bigGP",
                        "R-cglasso",
                        "R-covglasso",
                        "R-unmarked",
                        "R-eBsc",
                        "R-lddmm",
                        "R-ClusPred",
                        "R-DESeq2",
                        "R-RLT",
                        "R-gRc",
                        "R-gps",
                        "R-mDAG",
                        "R-spBFA",
                        "R-womblR",
                        "R-CovTools",
                        "R-KernelKnn",
                        "R-MomTrunc",
                        "R-NetMix",
                        "R-SHT",
                        "R-StempCens",
                        "R-elmNNRcpp",
                        "R-lefko3",
                        "R-mastif",
                        "R-proxyC",
                        "R-spMC",
                        "R-tlrmvnmvt",
                        "R-circular",
                        "R-mdgc",
                        "R-mmcif",
                        "R-psqn",
                        "R-NPflow",
                        "R-ash",
                        "R-hdrcde",
                        "R-parglm",
                        "R-sparcl",
                        "R-tmvtnsim",
                        "R-bootUR",
                        "R-crctStepdown",
                        "R-fastglm",
                        "R-gena",
                        "R-hpa",
                        "R-islasso",
                        "R-levmaR",
                        "R-mnorm",
                        "R-switchSelection",
                        "R-ManlyMix",
                        "R-hdbm",
                        "R-hitandrun",
                        "R-LongMemoryTS",
                        "R-ClusterR",
                        "R-FD",
                        "R-OpenImageR",
                        "R-ade4",
                        "R-lmom",
                        "R-pamr",
                        "R-rrum",
                        "R-rugarch",
                        "R-simcdm",
                        "R-CircSpaceTime",
                        "R-DescTools",
                        "R-RcppCensSpatial",
                        "R-relliptical",
                        "R-BranchGLM",
                        "R-UComp",
                        "R-crch",
                        "R-scoringRules",
                        "R-coin",
                        "R-coneproj",
                        "R-libcoin",
                        "R-qpcR",
                        "R-GofKmt",
                        "R-fractalRegression",
                        "R-lolog",
                        "R-qfa",
                        "R-ctmcd",
                        "R-markovchain",
                        "R-spdep",
                        "R-sundialr",
                        "R-DepthProc",
                        "R-EBglmnet",
                        "R-L1pack",
                        "R-Morpho",
                        "R-Rdsdp",
                        "R-Riemann",
                        "R-T4cluster",
                        "R-emBayes",
                        "R-fdacluster",
                        "R-fdasrvf",
                        "R-TDAkit",
                        "R-abn",
                        "R-free",
                        "R-gofar",
                        "R-gstat",
                        "R-rrpack",
                        "R-edgeR",
                        "R-sentometrics",
                        "R-spatialreg",
                        "R-spfa",
                        "R-EMCluster",
                        "R-TAG",
                        "R-catdap",
                        "R-fHMM",
                        "R-ncpen",
                        "R-watson",
                        "R-Lmoments",
                        "R-evgam",
                        "R-EBEN",
                        "R-zic",
                        "R-Rlinsolve",
                        "R-SpatialBSS",
                        "R-ZVCV",
                        "R-leidenbase",
                        "R-BayesMallows",
                        "R-fastshap",
                        "R-momentfit",
                        "R-party",
                        "R-FaultTree",
                        "R-blockmodels",
                        "R-imbalance",
                        "R-tensorBSS",
                        "R-conTree",
                        "R-jointDiag",
                        "R-RMSS",
                        "R-bvartools",
                        "R-pense",
                        "R-robStepSplitReg",
                        "R-seqHMM",
                        "R-tdata",
                        "R-MatchIt",
                        "R-bamlss",
                        "R-dynmix",
                        "R-ergmito",
                        "R-idefix",
                        "R-ebTobit",
                        "R-bda",
                        "R-binGroup2",
                        "R-mlmmm",
                        "R-STAREG",
                        "R-mboost",
                        "R-tram",
                        "R-QUIC",
                        "R-bvls",
                        "R-leptokurticMixture",
                        "R-lorec",
                        "R-robsurvey",
                        "R-scio",
                        "R-wbacon",
                        "R-wsbackfit",
                        "R-Delaporte",
                        "R-KERE",
                        "R-RobustAFT",
                        "R-MixSim",
                        "R-SAGMM",
                        "R-ezglm",
                        "R-lowmemtkmeans",
                        "R-rexpokit",
                        "R-FuzzySimRes",
                        "R-aws",
                        "R-eimpute",
                        "R-fastAFT",
                        "R-JMbayes2",
                        "R-RobStatTM",
                        "R-adjclust",
                        "R-cequre",
                        "R-dtwclust",
                        "R-gap",
                        "R-latentnet",
                        "R-pyinit",
                        "R-rrcovNA",
                        "R-sensitivity",
                        "R-softImpute",
                        "R-densEstBayes",
                        "R-fastadi",
                        "R-mpath",
                        "R-secure",
                        "R-coxerr",
                        "R-mokken",
                        "R-BayesReversePLLH",
                        "R-BayesSUR",
                        "R-factorstochvol",
                        "R-lessSEM",
                        "R-sdwd",
                        "R-DstarM",
                        "R-bigsplines",
                        "R-lassoshooting",
                        "R-quantregForest",
                        "R-dplR",
                        "R-mombf",
                        "R-sgd",
                        "R-treeclim",
                        "R-comat",
                        "R-desla",
                        "R-robustHD",
                        "R-TruncatedNormal",
                        "R-spikeSlabGAM",
                        "R-GPM",
                        "R-GpGp",
                        "R-WSGeometry",
                        "R-MendelianRandomization",
                        "R-ldt",
                        "R-ROI.plugin.qpoases",
                        "R-BsMD",
                        "R-FLORAL",
                        "R-OBsMD",
                        "R-bootstrap",
                        "R-mpmi",
                        "R-baygel",
                        "R-deTestSet",
                        "R-ggdmc",
                        "R-kdecopula",
                        "R-sleev",
                        "R-timsac",
                        "R-CholWishart",
                        "R-RealVAMS",
                        "R-grpnet",
                        "R-robustBLME",
                        "R-SAMM",
                        "R-bigtime",
                        "R-MCMCprecision",
                        "R-fDMA",
                        "R-kazaam",
                        "R-localgauss",
                        "R-multinomialLogitMix",
                        "R-puniform",
                        "R-tsPI",
                        "R-dsfa",
                        "R-minimaxApprox",
                        "R-PLordprob",
                        "R-RaschSampler",
                        "R-cobs",
                        "R-coxphf",
                        "R-dgumbel",
                        "R-gigg",
                        "R-psgp",
                        "R-sbmSDP",
                        "R-Nmix",
                        "R-SpaceTimeBSS",
                        "R-aihuman",
                        "R-hdpGLM",
                        "R-lpridge",
                        "R-lvmcomp",
                        "R-msBP",
                        "R-mixedClust",
                        "R-ordinalClust",
                        "R-pcLasso",
                        "R-Bayesrel",
                        "R-LogicReg",
                        "R-OpenMx",
                        "R-quanteda.textstats",
                        "R-rego",
                        "R-roll",
                        "R-RFCCA",
                        "R-RTMB",
                        "R-invgamstochvol",
                        "R-nbfar",
                        "R-psp",
                        "R-tgp",
                        "R-GMCM",
                        "R-gglasso",
                        "R-glmmEP",
                        "R-lmm",
                        "R-netrankr",
                        "R-propagate",
                        "R-wCorr",
                        "R-BAS",
                        "R-ginormal",
                        "R-bartBMA",
                        "R-gb",
                        "R-rrMixture",
                        "R-vMF",
                        "R-fda.usc",
                        "R-slasso",
                        "R-PPMiss",
                        "R-bqtl",
                        "R-carat",
                        "R-cat",
                        "R-hibayes",
                        "R-lpcde",
                        "R-mvgb",
                        "R-scModels",
                        "R-QZ",
                        "R-crqa",
                        "R-rdist",
                        "R-defm",
                        "R-Rfit",
                        "R-bcROCsurface",
                        "R-bootCT",
                        "R-rqPen",
                        "R-GPFDA",
                        "R-bssm",
                        "R-diagis",
                        "R-eulerr",
                        "R-smoots",
                        "R-walker",
                        "R-waspr",
                        "R-PMCMRplus",
                        "R-ibr",
                        "R-cubicBsplines",
                        "R-fastcpd",
                        "R-fdaMixed",
                        "R-pqrBayes",
                        "R-mixture",
                        "R-fdaSP",
                        "R-ivx",
                        "R-Vdgraph",
                        "R-ICSClust",
                        "R-tclust",
                        "R-evinf",
                        "R-BTSR",
                        "R-CovRegRF",
                        "R-RandomFields",
                        "R-RandomFieldsUtils",
                        "R-dann",
                        "R-etm",
                        "R-geoCount",
                        "R-geostatsp",
                        "R-kmndirs",
                        "R-laGP",
                        "R-dccpp",
                        "R-eRm",
                        "R-kalmanfilter",
                        "R-kimfilter",
                        "R-mixAK",
                        "R-MGMM",
                        "R-RGN",
                        "R-sparsegl",
                        "R-monomvn",
                        "R-sparsenet",
                        "R-KernSmooth",
                        "R-Matrix",
                        "R-cluster",
                        "R-mgcv",
                        "R-nlme",
                        "R-BCEE",
                        "R-gausscov",
                        "R-cglm",
                        "R-ktweedie",
                        "R-NormPsy",
                        "R-lcmm",
                        "R-aRtsy",
                        "R-deepgp",
                        "R-eglhmm",
                        "R-mashr",
                        "R-Sieve",
                        "R-esemifar",
                        "R-telefit",
                        "R-cPCG",
                        "R-gRim",
                        "R-hmm.discnp",
                        "R-moveHMM",
                        "R-amap",
                        "R-mrfDepth",
                        "R-subselect",
                        "R-genefilter",
                        "R-MMVBVS",
                        "R-RRI",
                        "R-gasper",
                        "R-sbm",
                        "R-DMQ",
                        "R-RCDT",
                        "R-Rnanoflann",
                        "R-missSBM",
                        "R-xrnet",
                        "R-RSSL",
                        "R-SSLR",
                        "R-crawl",
                        "R-oeli",
                        "R-samr",
                        "R-LatticeKrig",
                        "R-autoFRK",
                        "R-mhurdle",
                        "R-HARModel",
                        "R-bvhar",
                        "R-kyotil",
                        "R-ltsk",
                        "R-aorsf",
                        "R-BayesLN",
                        "R-regmhmm",
                        "R-BGLR",
                        "R-blatent",
                        "R-nlmm",
                        "R-BTtest",
                        "R-gslnls",
                        "R-rmgarch",
                        "R-semidist",
                        "R-sglasso",
                        "R-spBayes",
                        "R-bcp",
                        "R-lowpassFilter",
                        "R-stepR",
                        "R-bayesianVARs",
                        "R-dfsaneacc",
                        "R-robustmatrix",
                        "R-BayesPPDSurv",
                        "R-bpr",
                        "R-frontiles",
                        "R-mvord",
                        "R-qbld",
                        "R-bnmr",
                        "R-HHG",
                        "R-bayesWatch",
                        "R-gammSlice",
                        "R-probout",
                        "R-rcpptimer",
                        "R-LMest",
                        "R-MultiLCIRT",
                        "R-LowRankQP",
                        "R-RprobitB",
                        "R-BigQuic",
                        "R-CARMS",
                        "R-mvrsquared",
                        "R-orthoDr",
                        "R-tidylda",
                        "R-DNAcopy",
                        "R-VARDetect",
                        "R-tripack",
                        "R-seededlda",
                        "R-stm",
                        "R-GLCMTextures",
                        "R-MNP",
                        "R-glmGamPoi",
                        "R-harmony",
                        "R-sctransform",
                        "R-optmatch",
                        "R-RcppBlaze",
                        "R-fastkqr",
                        "R-multitaper",
                        "R-slp",
                        "R-multimode",
                        "R-rsae",
                        "R-joineRML",
                        "R-multgee",
                        "R-mirtCAT",
                        "mpich-gcc14",
                        "R-HDTSA",
                        "R-LaMa",
                        "R-PHSMM",
                        "R-PAGFL",
                        "R-fntl",
                        "R-RcppBessel",
                        "R-bigergm",
                        "R-starma",
                        "R-fNonlinear",
                        "R-sox",
                        "R-netdiffuseR",
                        "R-PRTree",
                        "R-HMMEsolver",
                        "R-gsynth",
                        "R-sts",
                        "R-dlmtree",
                        "R-pcadapt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-clang90",
                        "mpich-clang10",
                        "openmpi-clang90",
                        "openmpi-clang10",
                        "openmpi-gcc14",
                        "mpich-gcc14"
                    ]
                }
            ]
        },
        {
            "name": "mingw-w64-wine-mono-9.2.0",
            "portdir": "cross/mingw-w64-wine-mono",
            "version": "9.2.0",
            "license": "GPL and LGPL-2.1 and MPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/madewokherd/wine-mono",
            "description": "Wine's built-in replacement for Microsoft's .NET Framework",
            "long_description": "mingw-w64-wine-mono-9.2.0 is a package containing Mono and other projects, intended as a replacement for the .NET runtime and class libraries in Wine. It works in conjunction with Wine's builtin mscoree.dll, and it is not intended to be useful for any other purpose.",
            "active": true,
            "categories": [
                "cross"
            ],
            "maintainers": [
                {
                    "name": "gcenx83",
                    "github": "gcenx",
                    "ports_count": 52
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "x86_64-embedded-binutils",
            "portdir": "cross/x86_64-binutils",
            "version": "2.46.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for x86_64-embedded cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64-embedded cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "x86_64-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "x86_64-openbsd-binutils",
            "portdir": "cross/x86_64-binutils",
            "version": "2.46.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for x86_64-openbsd cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64-openbsd cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "x86_64-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "fpc-cross-x86_64-openbsd"
                    ]
                }
            ]
        },
        {
            "name": "x86_64-netbsd-binutils",
            "portdir": "cross/x86_64-binutils",
            "version": "2.46.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for x86_64-netbsd cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64-netbsd cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "x86_64-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "fpc-cross-x86_64-netbsd"
                    ]
                }
            ]
        },
        {
            "name": "x86_64-freebsd-binutils",
            "portdir": "cross/x86_64-binutils",
            "version": "2.46.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for x86_64-freebsd cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64-freebsd cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "x86_64-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "fpc-cross-x86_64-freebsd"
                    ]
                }
            ]
        },
        {
            "name": "x86_64-dragonfly-binutils",
            "portdir": "cross/x86_64-binutils",
            "version": "2.46.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for x86_64-dragonfly cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64-dragonfly cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "x86_64-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "fpc-cross-x86_64-dragonfly"
                    ]
                }
            ]
        },
        {
            "name": "x86_64-linux-binutils",
            "portdir": "cross/x86_64-binutils",
            "version": "2.46.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for x86_64-linux cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64-linux cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "clang-18",
                        "texinfo"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "x86_64-binutils",
                        "gettext",
                        "zstd"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "fpc-cross-x86_64-linux"
                    ]
                }
            ]
        },
        {
            "name": "x86_64-binutils",
            "portdir": "cross/x86_64-binutils",
            "version": "2.46.0",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for x86_64 cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64 cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "x86_64-linux-binutils",
                        "x86_64-dragonfly-binutils",
                        "x86_64-elf-binutils",
                        "x86_64-freebsd-binutils",
                        "x86_64-haiku-binutils",
                        "x86_64-netbsd-binutils",
                        "x86_64-openbsd-binutils",
                        "x86_64-solaris-binutils",
                        "x86_64-embedded-binutils"
                    ]
                }
            ]
        },
        {
            "name": "openjdk21-jetbrains",
            "portdir": "java/openjdk21-jetbrains",
            "version": "21.0.10b1163.110",
            "license": "GPL-2 and NoMirror",
            "platforms": "{darwin any >= 16 }",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/JetBrains/JetBrainsRuntime",
            "description": "JetBrains Runtime on OpenJDK 21",
            "long_description": "JetBrains Runtime is a fork of OpenJDK available for Windows, Mac OS X, and Linux. It supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 175
                }
            ],
            "variants": [
                "BundledApp",
                "JNI"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "openjdk17-jetbrains",
            "portdir": "java/openjdk17-jetbrains",
            "version": "17.0.14-b1367.22",
            "license": "GPL-2 and NoMirror",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/JetBrains/JetBrainsRuntime",
            "description": "JetBrains Runtime on OpenJDK 17",
            "long_description": "JetBrains Runtime is a fork of OpenJDK available for Windows, Mac OS X, and Linux. It supports enhanced class redefinition (DCEVM), features optional JCEF, a framework for embedding Chromium-based browsers, includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 175
                }
            ],
            "variants": [
                "BundledApp",
                "JNI"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-fipy",
            "portdir": "python/py-fipy",
            "version": "3.4.5",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.ctcms.nist.gov/fipy/",
            "description": "FiPy: A Finite Volume PDE Solver Using Python",
            "long_description": "FiPy is an object oriented, partial differential equation (PDE) solver, written in Python, based on a standard finite volume (FV) approach. Uses matplotlib for viewing.",
            "active": true,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jjstickel",
                    "github": "jjstickel",
                    "ports_count": 143
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmsh",
                        "py312-scipy",
                        "python312",
                        "py312-numpy",
                        "py312-matplotlib",
                        "py312-future"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-fipy"
                    ]
                }
            ]
        },
        {
            "name": "py311-fipy",
            "portdir": "python/py-fipy",
            "version": "3.4.5",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.ctcms.nist.gov/fipy/",
            "description": "FiPy: A Finite Volume PDE Solver Using Python",
            "long_description": "FiPy is an object oriented, partial differential equation (PDE) solver, written in Python, based on a standard finite volume (FV) approach. Uses matplotlib for viewing.",
            "active": true,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jjstickel",
                    "github": "jjstickel",
                    "ports_count": 143
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmsh",
                        "py311-future",
                        "python311",
                        "py311-numpy",
                        "py311-matplotlib",
                        "py311-scipy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-fipy",
            "portdir": "python/py-fipy",
            "version": "3.4.5",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.ctcms.nist.gov/fipy/",
            "description": "FiPy: A Finite Volume PDE Solver Using Python",
            "long_description": "FiPy is an object oriented, partial differential equation (PDE) solver, written in Python, based on a standard finite volume (FV) approach. Uses matplotlib for viewing.",
            "active": true,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jjstickel",
                    "github": "jjstickel",
                    "ports_count": 143
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmsh",
                        "py310-matplotlib",
                        "python310",
                        "py310-numpy",
                        "py310-future",
                        "py310-scipy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mscp",
            "portdir": "net/mscp",
            "version": "0.2.4",
            "license": "GPL-3.0",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/upa/mscp",
            "description": "multi-threaded scp",
            "long_description": "mscp, a variant of scp, copies files over multiple SSH (SFTP) connections by multiple threads.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "mail",
                    "github": "lasmarois",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python313",
                        "cmake",
                        "pkgconfig",
                        "doxygen",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "kerberos5",
                        "libcomerr",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-twisted",
            "portdir": "python/py-twisted",
            "version": "25.5.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.twistedmatrix.com/",
            "description": "An event-based Python framework for internet applications",
            "long_description": "Twisted is an event-driven networking framework written in Python. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others), and much more.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                },
                {
                    "name": "olv.bonnet",
                    "github": "",
                    "ports_count": 12
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-build",
                        "py312-installer",
                        "py312-hatchling",
                        "py312-hatch-fancy-pypi-readme"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-hyperlink",
                        "py312-bcrypt",
                        "py312-automat",
                        "python312",
                        "py312-incremental",
                        "py312-constantly",
                        "py312-setuptools",
                        "py312-typing_extensions",
                        "py312-attrs",
                        "py312-zopeinterface"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-pyhamcrest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-comet",
                        "py312-scrapy",
                        "py312-treq"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-autobahn"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-automat",
                        "py312-testfixtures"
                    ]
                }
            ]
        },
        {
            "name": "py312-pyhamcrest",
            "portdir": "python/py-pyhamcrest",
            "version": "2.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hamcrest/PyHamcrest",
            "description": "Hamcrest framework for matcher objects",
            "long_description": "Hamcrest framework for matcher objects",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools",
                        "py312-build",
                        "py312-installer",
                        "clang-18",
                        "py312-hatchling",
                        "py312-hatch-vcs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-twisted"
                    ]
                }
            ]
        },
        {
            "name": "py312-m2r",
            "portdir": "python/py-m2r",
            "version": "0.2.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/miyakogi/m2r",
            "description": "Converts a markdown file including reStructuredText (rst) markups to a valid rst format",
            "long_description": "M2R converts a markdown file including reStructuredText (rst) markups to a valid rst format.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "clang-18",
                        "py312-wheel",
                        "py312-setuptools",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-mistune",
                        "py312-docutils",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest",
                        "py312-mock",
                        "py312-pygments"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-m2r"
                    ]
                }
            ]
        },
        {
            "name": "py312-incremental",
            "portdir": "python/py-incremental",
            "version": "24.7.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/twisted/incremental",
            "description": "A small library that versions your Python projects",
            "long_description": "Incremental is a small library that versions your Python projects.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-wheel",
                        "clang-18",
                        "py312-build",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-click",
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-treq",
                        "py312-twisted"
                    ]
                }
            ]
        },
        {
            "name": "py312-constantly",
            "portdir": "python/py-constantly",
            "version": "23.10.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/twisted/constantly",
            "description": "A library that provides symbolic constant support",
            "long_description": "A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools",
                        "py312-build",
                        "py312-installer",
                        "clang-18",
                        "py312-wheel",
                        "py312-versioneer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-twisted"
                    ]
                }
            ]
        },
        {
            "name": "py312-automat",
            "portdir": "python/py-automat",
            "version": "25.4.16",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/glyph/automat",
            "description": "A library for concise, idiomatic Python expression of finite-state automata",
            "long_description": "Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools_scm",
                        "py312-hatchling",
                        "clang-18",
                        "py312-hatch-vcs",
                        "py312-build",
                        "py312-installer",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-six",
                        "py312-attrs"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest",
                        "py312-pytest-benchmark",
                        "py312-twisted",
                        "py312-graphviz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-twisted"
                    ]
                }
            ]
        },
        {
            "name": "qrtool",
            "portdir": "graphics/qrtool",
            "version": "0.13.2",
            "license": "(Apache-2 or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sorairolake/qrtool",
            "description": "An utility for encoding or decoding QR code",
            "long_description": "qrtool is a command-line utility for encoding or decoding QR code.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "asciidoctor",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-swimplot",
            "portdir": "R/R-swimplot",
            "version": "1.2.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=swimplot",
            "description": "Tools for creating swimmers plots",
            "long_description": "Tools for creating swimmers plots using R-ggplot2.",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-CRAN-recommended",
                        "R-dplyr",
                        "R-tidyr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-RcmdrPlugin.EZR"
                    ]
                }
            ]
        },
        {
            "name": "R-ncdfgeom",
            "portdir": "R/R-ncdfgeom",
            "version": "1.1.6",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.usgs.gov/water/ncdfgeom",
            "description": "NetCDF geometry and time series",
            "long_description": "NetCDF geometry and time series",
            "active": true,
            "categories": [
                "science",
                "R",
                "geometry"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-sf",
                        "R-ncmeta",
                        "R-stars",
                        "R-CRAN-recommended",
                        "R-areal",
                        "R-dplyr",
                        "R-RNetCDF"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-jsonlite",
                        "R-zip",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-pkgdown",
                        "R-ncdf4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-stars"
                    ]
                }
            ]
        },
        {
            "name": "R-multinet",
            "portdir": "R/R-multinet",
            "version": "4.2.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=multinet",
            "description": "Analysis and mining of multilayer social networks",
            "long_description": "Analysis and mining of multilayer social networks",
            "active": true,
            "categories": [
                "science",
                "R",
                "economics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-igraph",
                        "R-Rcpp",
                        "R-CRAN-recommended",
                        "R-RColorBrewer"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-leiden"
                    ]
                }
            ]
        },
        {
            "name": "R-metatest",
            "portdir": "R/R-metatest",
            "version": "1.0-5",
            "license": "GPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=metatest",
            "description": "Fit and test metaregression models",
            "long_description": "Fit and test metaregression models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-RcmdrPlugin.EZR"
                    ]
                }
            ]
        },
        {
            "name": "R-matlab",
            "portdir": "R/R-matlab",
            "version": "1.0.4.1",
            "license": "Artistic-2.0",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=matlab",
            "description": "MATLAB emulation package",
            "long_description": "MATLAB emulation package",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-signal"
                    ]
                }
            ]
        },
        {
            "name": "R-lawstat",
            "portdir": "R/R-lawstat",
            "version": "3.6",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=lawstat",
            "description": "Tools for biostatistics, public policy, and law",
            "long_description": "Tools for biostatistics, public policy, and law",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rdpack",
                        "R-Kendall",
                        "R-CRAN-recommended",
                        "R-mvtnorm"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tseries",
                        "R-fBasics"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-RcmdrPlugin.EZR"
                    ]
                }
            ]
        },
        {
            "name": "R-graphsim",
            "portdir": "R/R-graphsim",
            "version": "1.0.3",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/TomKellyGenetics/graphsim",
            "description": "Simulate expression data from igraph networks",
            "long_description": "Simulate expression data from igraph networks",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-mvtnorm",
                        "R-gplots",
                        "R-matrixcalc",
                        "R-igraph"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-prettydoc",
                        "R-R.rsp",
                        "R-knitr",
                        "R-scales",
                        "R-testthat",
                        "R-markdown",
                        "R-rmarkdown",
                        "R-devtools",
                        "R-vdiffr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-leiden"
                    ]
                }
            ]
        },
        {
            "name": "R-currentSurvival",
            "portdir": "R/R-currentSurvival",
            "version": "1.1",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=currentSurvival",
            "description": "Estimation of CCI and CLFS functions",
            "long_description": "Estimation of CCI and CLFS functions",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-cmprsk",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-RcmdrPlugin.EZR"
                    ]
                }
            ]
        },
        {
            "name": "R-cubelyr",
            "portdir": "R/R-cubelyr",
            "version": "1.0.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hadley/cubelyr",
            "description": "Data Cube R-dplyr backend",
            "long_description": "An implementation of a data cube extracted out of R-dplyr for backward compatibility.",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-pillar",
                        "R-tibble",
                        "R-dplyr",
                        "R-purrr",
                        "R-tidyselect",
                        "R-CRAN-recommended",
                        "R-rlang",
                        "R-glue"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-bsynth"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-stars"
                    ]
                }
            ]
        },
        {
            "name": "R-consort",
            "portdir": "R/R-consort",
            "version": "1.2.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/adayim/consort",
            "description": "Create CONSORT diagram",
            "long_description": "Create CONSORT diagram",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rmarkdown",
                        "R-covr",
                        "R-DiagrammeR",
                        "R-stringi",
                        "R-knitr",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-RcmdrPlugin.EZR"
                    ]
                }
            ]
        },
        {
            "name": "R-brant",
            "portdir": "R/R-brant",
            "version": "0.3-0",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://benjaminschlegel.ch/r/brant",
            "description": "Test for parallel regression assumption",
            "long_description": "Test for parallel regression assumption",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-RcmdrPlugin.EZR"
                    ]
                }
            ]
        },
        {
            "name": "R-bipartite",
            "portdir": "R/R-bipartite",
            "version": "2.20",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=bipartite",
            "description": "Visualising bipartite networks and calculating some (ecological) indices",
            "long_description": "Visualising bipartite networks and calculating some (ecological) indices",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-fields",
                        "R-sna",
                        "R-vegan",
                        "R-CRAN-recommended",
                        "R-igraph",
                        "R-permute"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-leiden"
                    ]
                }
            ]
        },
        {
            "name": "R-areal",
            "portdir": "R/R-areal",
            "version": "0.1.8.9000",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://chris-prener.github.io/areal",
            "description": "Areal weighted interpolation",
            "long_description": "Areal weighted interpolation",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-purrr",
                        "R-sf",
                        "R-CRAN-recommended",
                        "R-rlang",
                        "R-glue"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-ncdfgeom"
                    ]
                }
            ]
        },
        {
            "name": "terraform-1.9",
            "portdir": "sysutils/terraform",
            "version": "1.9.8",
            "license": "Commercial and Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.terraform.io/downloads.html",
            "description": "A tool for building, changing, and versioning infrastructure safely and efficiently.",
            "long_description": "Terraform is an infrastructure as code software by HashiCorp. It allows users to define a datacenter infrastructure in a high-level configuration language, from which it can create an execution plan to build the infrastructure in a service provider such as AWS.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "emcrisostomo",
                    "github": "emcrisostomo",
                    "ports_count": 169
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "terraform_select"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}