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

{
    "count": 51981,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=433",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=431",
    "results": [
        {
            "name": "gcc11",
            "portdir": "lang/gcc11",
            "version": "11.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 22}",
            "epoch": 2,
            "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++ 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",
                        "libgcc11",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc11-libcxx",
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mpich-devel-gcc11",
                        "mpich-gcc11",
                        "py37-clawpack",
                        "py27-usadel1",
                        "openmpi-gcc11"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-devel-gcc11",
                        "mpich-gcc11",
                        "openmpi-gcc11"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "flang-11"
                    ]
                }
            ]
        },
        {
            "name": "gcc12",
            "portdir": "lang/gcc12",
            "version": "12.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 24}",
            "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++ 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",
                        "libgcc12",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc12-libcxx",
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "icu-doxygen-docs",
                        "mpich-gcc12",
                        "openmpi-gcc12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-gcc12",
                        "openmpi-gcc12"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pure-gen"
                    ]
                }
            ]
        },
        {
            "name": "libgcc11",
            "portdir": "lang/gcc11",
            "version": "11.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 22}",
            "epoch": 2,
            "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++ 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": [
                        "libiconv",
                        "libgcc12",
                        "zlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc12"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mpich-devel-gcc11",
                        "gcc11",
                        "mpich-gcc11",
                        "openmpi-gcc11"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc10"
                    ]
                }
            ]
        },
        {
            "name": "gcc11-libcxx",
            "portdir": "lang/gcc11",
            "version": "11.4.0",
            "license": "NCSA",
            "platforms": "{darwin >= 10 < 22}",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "libc++ header implementation to be used by gcc11",
            "long_description": "libc++ header implementation to be used by gcc11",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc11"
                    ]
                }
            ]
        },
        {
            "name": "libgcc12",
            "portdir": "lang/gcc12",
            "version": "12.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 24}",
            "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++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc13"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gcc12",
                        "libgcc11",
                        "mpich-gcc12",
                        "openmpi-gcc12"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc11"
                    ]
                }
            ]
        },
        {
            "name": "gcc12-libcxx",
            "portdir": "lang/gcc12",
            "version": "12.4.0",
            "license": "NCSA",
            "platforms": "{darwin >= 10 < 24}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "libc++ header implementation to be used by gcc12",
            "long_description": "libc++ header implementation to be used by gcc12",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc12"
                    ]
                }
            ]
        },
        {
            "name": "gcc13",
            "portdir": "lang/gcc13",
            "version": "13.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10}",
            "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",
                        "libgcc13",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc13-libcxx",
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "openmpi-gcc13",
                        "py38-gacode",
                        "py37-numpy",
                        "py38-numpy",
                        "py38-clawpack",
                        "fxt",
                        "mpich-gcc13",
                        "py-gacode",
                        "py35-scipy",
                        "py36-scipy",
                        "py37-scipy",
                        "py37-gacode",
                        "py38-scipy",
                        "py35-numpy",
                        "py36-numpy"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-gcc13",
                        "openmpi-gcc13"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fpm"
                    ]
                }
            ]
        },
        {
            "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": "libgcc13",
            "portdir": "lang/gcc13",
            "version": "13.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10}",
            "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": [
                        "libiconv",
                        "libgcc14",
                        "zlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gcc13",
                        "fxt",
                        "mpich-gcc13",
                        "openmpi-gcc13"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc12"
                    ]
                }
            ]
        },
        {
            "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": "gcc13-libcxx",
            "portdir": "lang/gcc13",
            "version": "13.4.0",
            "license": "NCSA",
            "platforms": "{darwin >= 10}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "libc++ header implementation to be used by gcc13",
            "long_description": "libc++ header implementation to be used by gcc13",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc13"
                    ]
                }
            ]
        },
        {
            "name": "gcc15",
            "portdir": "lang/gcc15",
            "version": "15.2.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "darwin",
            "epoch": 0,
            "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",
                        "libgcc",
                        "libiconv",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc15-libcxx",
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "molden",
                        "deal.ii",
                        "OpenBLAS",
                        "OpenBLAS-devel",
                        "splash",
                        "ecCodes",
                        "py310-numpy",
                        "py311-numpy",
                        "py312-numpy",
                        "py313-numpy",
                        "py314-numpy",
                        "py39-numpy",
                        "mpich-clang19",
                        "mpich-clang20",
                        "mpich-default",
                        "mpich-clang",
                        "ncarg",
                        "netcdf-fortran",
                        "octopus",
                        "openmpi-default",
                        "openmpi-gcc15",
                        "openmpi-clang11",
                        "openmpi-clang12",
                        "openmpi-clang13",
                        "openmpi-clang14",
                        "openmpi-clang15",
                        "openmpi-clang16",
                        "openmpi-clang17",
                        "openmpi-clang18",
                        "openmpi-clang19",
                        "openmpi-clang20",
                        "openmpi-clang",
                        "ortep3",
                        "p4est",
                        "plplot",
                        "plplot-single",
                        "pnetcdf",
                        "quantum-espresso",
                        "relax3d",
                        "root6",
                        "scifor",
                        "shtools",
                        "slatec",
                        "sparskit",
                        "wannier90",
                        "wgrib2",
                        "whatcheck",
                        "whizard",
                        "xcrysden",
                        "xnec2c",
                        "nghttp2",
                        "py39-scipy",
                        "freecad",
                        "msp430-gcc-devel",
                        "FACE",
                        "PENF",
                        "chai",
                        "cmake-bootstrap",
                        "floppy",
                        "flow",
                        "fortrancl",
                        "fpm",
                        "fson",
                        "gFTL",
                        "gFTL-shared",
                        "icu-docs",
                        "icu-devel-docs",
                        "libocca",
                        "oski",
                        "raja",
                        "starpu",
                        "starpu13",
                        "to-f90",
                        "zofu",
                        "ForEx",
                        "LSQR",
                        "carlson-elliptic-integrals",
                        "conmax",
                        "daglib",
                        "ddeabm",
                        "dop853",
                        "econ-toolchain",
                        "fastmath",
                        "feq-parse",
                        "finterp",
                        "fitpack",
                        "fmin",
                        "forgex",
                        "forgex-cli",
                        "forlab",
                        "fortran-bspline",
                        "fortran-cairo",
                        "fortran-csv-module",
                        "fortran-curl",
                        "fortran-datetime",
                        "fortran-git",
                        "fortran-json",
                        "fortran-lapack",
                        "fortran-lua53",
                        "fortran-mach",
                        "fortran-nlesolver",
                        "fortran-numdiff",
                        "fortran-pcre2",
                        "fortran-polyroots",
                        "fortran-popen",
                        "fortran-regex",
                        "fortran-roots",
                        "fortran-rpn-calc",
                        "fortran-sqlite3",
                        "fortran-xlib",
                        "fortran-xml",
                        "fortran-zlib",
                        "functional-fortran",
                        "geodesic-fortran",
                        "gtk-fortran",
                        "h5fortran",
                        "maptran3d",
                        "pikaia",
                        "powellopt",
                        "prima",
                        "quadpack",
                        "regridpack",
                        "runge-kutta-fortran",
                        "simulated-annealing",
                        "slsqp",
                        "sph",
                        "splpak",
                        "stock-prices",
                        "toml-f",
                        "twopnt",
                        "yajl-fort",
                        "pgplot",
                        "fortran-stdlib",
                        "fortran-stdlib-devel",
                        "ftidy",
                        "gcc9",
                        "libgcc9",
                        "julia",
                        "nhc98",
                        "perl5",
                        "AlphaSparse",
                        "HiGHS",
                        "NTPoly",
                        "adept2",
                        "arpack",
                        "bpack",
                        "dbcsr",
                        "eiscor",
                        "feast",
                        "fftw",
                        "fftw-3",
                        "fftw-single",
                        "fftw-3-single",
                        "fftw-3-long",
                        "fgsl",
                        "finufft",
                        "flexiblas",
                        "ginkgo",
                        "hiop",
                        "hpddm",
                        "itsol",
                        "lapack",
                        "libKriging",
                        "libflame",
                        "linalg",
                        "lis",
                        "mcmcf90",
                        "minpack",
                        "ml",
                        "mumps",
                        "octave",
                        "openspecfun",
                        "papilo",
                        "paramonte",
                        "libpapilo",
                        "pfft",
                        "primme",
                        "psblas3",
                        "qrupdate",
                        "scalapack",
                        "scip",
                        "shogun",
                        "soplex",
                        "spral",
                        "strumpack",
                        "sundials2",
                        "sundials5",
                        "sundials6",
                        "curl-ca-bundle",
                        "libpsl-docs",
                        "octave-control",
                        "octave-ltfat",
                        "octave-optim",
                        "octave-optiminterp",
                        "octave-tisean",
                        "p5.28-extutils-f77",
                        "p5.30-extutils-f77",
                        "p5.32-extutils-f77",
                        "p5.34-extutils-f77",
                        "p5.28-ifeffit",
                        "p5.30-ifeffit",
                        "p5.32-ifeffit",
                        "p5.34-ifeffit",
                        "p5-locale-gettext",
                        "py-clawpack",
                        "py314-clawpack",
                        "py-logilab-hmm",
                        "py27-logilab-hmm",
                        "py27-ngl",
                        "py27-nio",
                        "py310-qutip",
                        "py27-scikits-bvp_solver",
                        "py310-scipy",
                        "py311-scipy",
                        "py312-scipy",
                        "py313-scipy",
                        "py314-scipy",
                        "py314-spacepy",
                        "py313-usadel1",
                        "py27-numpy",
                        "py27-scipy",
                        "DMFTtools",
                        "LORENE",
                        "OpenCoarrays",
                        "ape",
                        "ast",
                        "atompaw",
                        "bart",
                        "berkeleygw",
                        "ccpnmr",
                        "dftd3",
                        "dspl",
                        "elmerfem",
                        "esmf",
                        "etsf_io",
                        "gamess",
                        "gerris",
                        "getdp",
                        "giza",
                        "gildas",
                        "gr-specest",
                        "gr37-specest",
                        "harminv",
                        "hdf5",
                        "ifeffit",
                        "imager",
                        "jags",
                        "lanHEP",
                        "libctl",
                        "libmed",
                        "libsc",
                        "libxc",
                        "libxc4",
                        "libxc5",
                        "libxc6",
                        "madness",
                        "magicspp",
                        "mbdyn",
                        "metview",
                        "mfem",
                        "miriad",
                        "abinit",
                        "mpich-gcc15",
                        "mpich-clang11",
                        "mpich-clang12",
                        "mpich-clang13",
                        "mpich-clang14",
                        "mpich-clang15",
                        "mpich-clang16",
                        "mpich-clang17",
                        "mpich-clang18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-clang13",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel",
                        "openmpi-gcc15",
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "mpich-clang14",
                        "openmpi-clang17",
                        "mpich-clang15",
                        "openmpi-clang11",
                        "mpich-clang16",
                        "pastix",
                        "mpich-clang17",
                        "openmpi-clang12",
                        "mpich-clang18",
                        "openmpi-clang18",
                        "mpich-clang19",
                        "p5.28-extutils-f77",
                        "openmpi-clang13",
                        "p5.30-extutils-f77",
                        "mpich-clang20",
                        "p5.32-extutils-f77",
                        "openmpi-clang",
                        "p5.34-extutils-f77",
                        "mpich-default",
                        "mbdyn",
                        "openmpi-clang14",
                        "mpich-clang",
                        "openmpi-clang19",
                        "openmpi-clang15",
                        "emacs",
                        "mpich-gcc15",
                        "openmpi-clang16",
                        "mpich-clang11",
                        "openmpi-default",
                        "mpich-clang12",
                        "openmpi-clang20"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "shtools"
                    ]
                }
            ]
        },
        {
            "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": "libgcc15",
            "portdir": "lang/gcc15",
            "version": "15.2.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "darwin",
            "epoch": 0,
            "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",
                        "ld64",
                        "libmpc",
                        "mpfr",
                        "texinfo",
                        "zstd",
                        "cctools",
                        "gmp",
                        "isl"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "zlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ]
        },
        {
            "name": "gcc15-libcxx",
            "portdir": "lang/gcc15",
            "version": "15.2.0",
            "license": "NCSA",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "libc++ header implementation to be used by gcc15",
            "long_description": "libc++ header implementation to be used by gcc15",
            "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": [
                        "gcc15"
                    ]
                }
            ]
        },
        {
            "name": "gcc43",
            "portdir": "lang/gcc43",
            "version": "4.3.6",
            "license": "(GPL-3+ or GPL-2+ or Permissive)",
            "platforms": "{darwin < 17}",
            "epoch": 0,
            "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++, Fortran, and Java.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cctools",
                        "gmp",
                        "ld64",
                        "zlib",
                        "libiconv",
                        "mpfr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc45"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcc44",
            "portdir": "lang/gcc44",
            "version": "4.4.7",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 17}",
            "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++, Fortran, and Java.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cctools",
                        "gmp",
                        "ld64",
                        "zlib",
                        "libiconv",
                        "mpfr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc45"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcc45",
            "portdir": "lang/gcc45",
            "version": "4.5.4",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 17}",
            "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++, Fortran, and Java.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "texinfo"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libiconv",
                        "mpfr",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc45"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcc46",
            "portdir": "lang/gcc46",
            "version": "4.6.4",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 17}",
            "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++, and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cctools",
                        "cloog",
                        "gmp",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "ppl",
                        "libiconv",
                        "mpfr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc6"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libgcc45",
            "portdir": "lang/gcc45",
            "version": "4.5.4",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 17}",
            "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++, Fortran, and Java.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libiconv",
                        "texinfo",
                        "zlib",
                        "cctools",
                        "gmp",
                        "ld64",
                        "libmpc",
                        "mpfr"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc6"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc43",
                        "gcc44",
                        "gcc45"
                    ]
                }
            ]
        },
        {
            "name": "gcc47",
            "portdir": "lang/gcc47",
            "version": "4.7.4",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 17}",
            "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++, Fortran and Java.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cctools",
                        "cloog",
                        "gmp",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "ppl",
                        "libiconv",
                        "mpfr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc6"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "snoopy",
                        "py27-pynifti"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig-gcj",
                        "swig3-gcj"
                    ]
                }
            ]
        },
        {
            "name": "gcc48",
            "portdir": "lang/gcc48",
            "version": "4.8.5",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 17}",
            "epoch": 2,
            "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++, Fortran and Java.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cctools",
                        "cloog",
                        "gmp",
                        "isl14",
                        "ld64",
                        "zlib",
                        "mpfr",
                        "libiconv",
                        "libmpc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc6"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gigabase",
                        "tenfourfox",
                        "tenfourfox-devel",
                        "aquafox"
                    ]
                }
            ]
        },
        {
            "name": "gcc49",
            "portdir": "lang/gcc49",
            "version": "4.9.4",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 17}",
            "epoch": 2,
            "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++, Fortran and Java.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cctools",
                        "cloog",
                        "gmp",
                        "isl18",
                        "ld64",
                        "zlib",
                        "mpfr",
                        "libiconv",
                        "libmpc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc6"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "solid"
                    ]
                }
            ]
        },
        {
            "name": "gcc5",
            "portdir": "lang/gcc5",
            "version": "5.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 15}",
            "epoch": 2,
            "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++, Fortran and Java.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl18",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libiconv",
                        "mpfr",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc6"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "atlas"
                    ]
                }
            ]
        },
        {
            "name": "gcc6",
            "portdir": "lang/gcc6",
            "version": "6.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 15}",
            "epoch": 3,
            "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++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libiconv",
                        "mpfr",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc6"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcc7",
            "portdir": "lang/gcc7",
            "version": "7.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 15}",
            "epoch": 3,
            "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++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libiconv",
                        "mpfr",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc7"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py-isce2",
                        "openmpi-gcc7",
                        "py37-isce2",
                        "py36-isce2",
                        "mpich-gcc7"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-gcc7",
                        "openmpi-gcc7"
                    ]
                }
            ]
        },
        {
            "name": "libgcc6",
            "portdir": "lang/gcc6",
            "version": "6.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 15}",
            "epoch": 3,
            "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++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libmpc",
                        "mpfr",
                        "libiconv",
                        "zlib",
                        "cctools",
                        "gmp",
                        "isl",
                        "ld64"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc7"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "snoopy",
                        "gigabase",
                        "atlas",
                        "py27-pynifti",
                        "solid",
                        "tenfourfox",
                        "tenfourfox-devel",
                        "aquafox"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc6",
                        "gcc46",
                        "libgcc45",
                        "gcc47",
                        "gcc48",
                        "gcc49",
                        "gcc5"
                    ]
                }
            ]
        },
        {
            "name": "libgcc7",
            "portdir": "lang/gcc7",
            "version": "7.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 15}",
            "epoch": 3,
            "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++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libmpc",
                        "mpfr",
                        "libiconv",
                        "zlib",
                        "cctools",
                        "gmp",
                        "isl",
                        "ld64"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc8"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mpich-gcc7",
                        "openmpi-gcc7",
                        "py37-isce2",
                        "py36-isce2",
                        "py-isce2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc7",
                        "libgcc6"
                    ]
                }
            ]
        },
        {
            "name": "gcc7-bootstrap",
            "portdir": "lang/gcc7-bootstrap",
            "version": "7.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 9}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "isolated gcc version used for bootstrapping.",
            "long_description": "isolated gcc version used for bootstrapping.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcc8",
            "portdir": "lang/gcc8",
            "version": "8.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 15}",
            "epoch": 5,
            "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++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libiconv",
                        "mpfr",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc8"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcc9",
            "portdir": "lang/gcc9",
            "version": "9.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 15}",
            "epoch": 3,
            "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++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libgcc",
                        "libiconv",
                        "mpfr",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select",
                        "libgcc9"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "root5",
                        "p5.26-extutils-f77",
                        "py27-spacepy",
                        "py35-spacepy",
                        "py36-spacepy",
                        "py38-spacepy",
                        "py37-spacepy",
                        "py39-spacepy"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-extutils-f77",
                        "mpich-gcc9",
                        "openmpi-gcc9"
                    ]
                }
            ]
        },
        {
            "name": "libgcc8",
            "portdir": "lang/gcc8",
            "version": "8.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 15}",
            "epoch": 5,
            "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++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc9"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "libgcc7",
                        "gcc8"
                    ]
                }
            ]
        },
        {
            "name": "libgcc9",
            "portdir": "lang/gcc9",
            "version": "9.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 15}",
            "epoch": 3,
            "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++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc15",
                        "libmpc",
                        "mpfr",
                        "libiconv",
                        "zlib",
                        "cctools",
                        "gmp",
                        "isl",
                        "ld64"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgcc10"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-extutils-f77",
                        "mpich-gcc9",
                        "openmpi-gcc9"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc9",
                        "libgcc8"
                    ]
                }
            ]
        },
        {
            "name": "gccxml-devel",
            "portdir": "lang/gccxml-devel",
            "version": "20170109",
            "license": "(GPL-2 or BSD)",
            "platforms": "{darwin < 15}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gccxml.org/",
            "description": "generates XML description of C++ code",
            "long_description": "generates an XML description of a C++ program from GCC's internal representation",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "llvm-gcc42"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcl",
            "portdir": "lang/gcl",
            "version": "2.6.14",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gcl",
            "description": "GNU Common Lisp",
            "long_description": "GCL is the official Common Lisp for the GNU project. Its design makes use of the system's C compiler to compile to native object code, providing for both good performance and facile portability.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "x11"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "gmp",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gf",
            "portdir": "lang/gf",
            "version": "3.10",
            "license": "(GPL-2 or LGPL-3 or BSD)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.grammaticalframework.org/",
            "description": "Grammatical Framework",
            "long_description": "GF, Grammatical Framework, is a programming language for multilingual grammar applications.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gf-core",
                        "gf-rgl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gforth",
            "portdir": "lang/gforth",
            "version": "0.7.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gforth/",
            "description": "fast and portable implementation of the ANS Forth language",
            "long_description": "Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it even has (the beginnings of) a manual. Gforth employs traditional implementation techniques: its inner interpreter is indirect or direct threaded.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "libtool"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gf-core",
            "portdir": "lang/gf",
            "version": "20190828",
            "license": "(GPL-2 or LGPL-3 or BSD)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.grammaticalframework.org/",
            "description": "Grammatical Framework core: compiler, shell & runtimes",
            "long_description": "Grammatical Framework core: compiler, shell & runtimes",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "stack",
                        "file",
                        "grep",
                        "gsed",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gf-rgl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gf"
                    ]
                }
            ]
        },
        {
            "name": "gf-rgl",
            "portdir": "lang/gf",
            "version": "3.10",
            "license": "(LGPL-3 or BSD)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.grammaticalframework.org/",
            "description": "Grammatical Framework's Resource Grammar Library",
            "long_description": "The GF Resource Grammar Library is the standard library for Grammatical Framework. It covers the morphology and basic syntax of over 30 languages.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gf-core",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gf"
                    ]
                }
            ]
        },
        {
            "name": "ghc",
            "portdir": "lang/ghc",
            "version": "9.14.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://haskell.org/ghc",
            "description": "The Glorious Glasgow Haskell Compilation System",
            "long_description": "The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler and interactive environment for Haskell 98, GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell 98, for example: concurrency, a foreign language interface, multi-parameter type classes, scoped type variables, existential and universal quantification, unboxed types, exceptions, weak pointers, and so on. GHC comes with a generational garbage collector, and a space and time profiler.",
            "active": true,
            "categories": [
                "lang",
                "haskell"
            ],
            "maintainers": [
                {
                    "name": "s.t.smith",
                    "github": "essandess",
                    "ports_count": 37
                }
            ],
            "variants": [
                "prebuilt"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-sphinx",
                        "bzip2",
                        "gzip",
                        "xz",
                        "alex",
                        "autoconf",
                        "automake",
                        "cctools",
                        "happy",
                        "hscolour",
                        "libtool",
                        "openssl",
                        "bash",
                        "file",
                        "grep",
                        "texlive-fonts-extra",
                        "texlive-fonts-recommended",
                        "texlive-latex-extra",
                        "texlive-xetex",
                        "gsed",
                        "cabal-prebuilt",
                        "ghc-prebuilt",
                        "hadrian",
                        "clang-18",
                        "python314"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "gnupg2"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cctools",
                        "gmp",
                        "ld64",
                        "libffi",
                        "ncurses",
                        "libiconv",
                        "llvm-19"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal-prebuilt",
                        "ghc-prebuilt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "adblock2privoxy",
                        "HaXml",
                        "aeson-pretty",
                        "cpphs",
                        "git-annex",
                        "matterhorn",
                        "pure-gen",
                        "hindent",
                        "lhs2tex",
                        "pandoc",
                        "Djinn",
                        "haskell-language-server",
                        "haskell-stan",
                        "hlint",
                        "ihaskell",
                        "shellcheck",
                        "Omega"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2hs",
                        "haskell-language-server",
                        "cabal",
                        "DoCon",
                        "ihaskell"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "haskell-mode.el"
                    ]
                }
            ]
        },
        {
            "name": "ghc-bootstrap",
            "portdir": "lang/ghc-bootstrap",
            "version": "7.6.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://haskell.org/ghc",
            "description": "The Glorious Glasgow Haskell Compilation System",
            "long_description": "This is a package that installs a binary bootstrap ghc compiler.",
            "active": true,
            "categories": [
                "lang",
                "haskell"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ghc-prebuilt",
            "portdir": "lang/ghc",
            "version": "9.14.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://haskell.org/ghc",
            "description": "The Glorious Glasgow Haskell Compilation System",
            "long_description": "The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler and interactive environment for Haskell 98, GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell 98, for example: concurrency, a foreign language interface, multi-parameter type classes, scoped type variables, existential and universal quantification, unboxed types, exceptions, weak pointers, and so on. GHC comes with a generational garbage collector, and a space and time profiler.",
            "active": true,
            "categories": [
                "lang",
                "haskell"
            ],
            "maintainers": [
                {
                    "name": "s.t.smith",
                    "github": "essandess",
                    "ports_count": 37
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "file",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "gnupg2"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "llvm-19",
                        "cctools",
                        "ld64",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "happy",
                        "cabal",
                        "alex",
                        "ghc",
                        "hscolour",
                        "hadrian"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal",
                        "happy",
                        "hscolour",
                        "alex",
                        "ghc",
                        "hadrian"
                    ]
                }
            ]
        },
        {
            "name": "hadrian",
            "portdir": "lang/ghc",
            "version": "0.19.8",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.haskell.org/ghc/ghc/-/tree/master/hadrian",
            "description": "Hadrian is the build system for the Glasgow Haskell Compiler",
            "long_description": "Hadrian is the build system for the Glasgow Haskell Compiler. Hadrian is more scalable, faster, and spectacularly more maintainable than its Make-based predecessor.",
            "active": true,
            "categories": [
                "lang",
                "haskell"
            ],
            "maintainers": [
                {
                    "name": "s.t.smith",
                    "github": "essandess",
                    "ports_count": 37
                }
            ],
            "variants": [
                "stack",
                "haskell_cabal_use_prebuilt"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "cctools",
                        "openssl",
                        "file",
                        "grep",
                        "gsed",
                        "cabal-prebuilt",
                        "ghc-prebuilt"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal-prebuilt",
                        "ghc-prebuilt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ghc"
                    ]
                }
            ]
        },
        {
            "name": "ghc-ppc-bootstrap",
            "portdir": "lang/ghc-ppc-bootstrap",
            "version": "7.0.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://haskell.org/ghc",
            "description": "The Glorious Glasgow Haskell Compilation System",
            "long_description": "This is a package that installs a binary bootstrap GHC compiler.",
            "active": true,
            "categories": [
                "lang",
                "haskell"
            ],
            "maintainers": [],
            "variants": [
                "gcc7",
                "gcc42",
                "framework"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xar"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gleam",
            "portdir": "lang/gleam",
            "version": "1.16.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gleam.run/",
            "description": "A type safe language for the Erlang VM",
            "long_description": "Gleam is a type safe functional programming language for building scalable concurrent systems. It compiles to Erlang and has straightforward interop with other BEAM languages such as Erlang, Elixir and LFE.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "cargo",
                        "legacy-support",
                        "rust"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "libiconv"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rebar3",
                        "erlang"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnat-gcc",
            "portdir": "lang/gnat-gcc",
            "version": "4.4.2",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection with GNAT",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Ada, Objective-C, Objective-C++, Java and Fortran95.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "macada",
                "gnatgpl",
                "gnuada",
                "ada"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "mpfr",
                        "libiconv"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnat-booch95",
                        "gnat-charles",
                        "gnat-gprbuild",
                        "gnat-gtkada",
                        "gnat-xmlada"
                    ]
                }
            ]
        },
        {
            "name": "gnu-apl",
            "portdir": "lang/gnu-apl",
            "version": "1.9",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/apl/",
            "description": "GNU APL is a free interpreter for the programming language APL.",
            "long_description": "GNU APL is a free interpreter for the programming language APL. The APL interpreter is an (almost) complete implementation of ISO standard 13751 aka. Programming Language APL, Extended.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "casouri",
                    "github": "casouri",
                    "ports_count": 3
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "pcre2",
                        "readline",
                        "libpng",
                        "zlib",
                        "xorg-libX11",
                        "xorg-libxcb",
                        "fftw-3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "apl_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnucobol",
            "portdir": "lang/gnucobol",
            "version": "3.2",
            "license": "(GPL-3+ or LGPL-3+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gnucobol.sourceforge.io/",
            "description": "an open-source COBOL compiler",
            "long_description": "GnuCOBOL is a free COBOL compiler, formerly known as OpenCOBOL. It implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014 standards, as well as many extensions included in other COBOL compilers.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime",
                        "db48",
                        "libcjson",
                        "gmp",
                        "ncurses",
                        "libxml2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "go-1.4",
            "portdir": "lang/go-1.4",
            "version": "1.4.3",
            "license": "BSD",
            "platforms": "{darwin < 21}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://golang.org/",
            "description": "compiled, garbage-collected, concurrent programming language developed by Google Inc.",
            "long_description": "The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. Go is developed by Google Inc.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "goawk",
            "portdir": "lang/goawk",
            "version": "1.31.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://benhoyt.com/writings/goawk",
            "description": "POSIX-compliant AWK interpreter written in Go, with CSV and TSV support",
            "long_description": "POSIX-compliant AWK interpreter written in Go, with CSV and TSV support",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}