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

{
    "count": 50475,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=630",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=628",
    "results": [
        {
            "name": "R-rbooster",
            "portdir": "R/R-rbooster",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rbooster",
            "description": "AdaBoost framework for any classifier",
            "long_description": "AdaBoost framework for any classifier",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-Hmisc",
                        "R-earth"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown",
                        "R-mlbench",
                        "R-imbalance"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rbmn",
            "portdir": "R/R-rbmn",
            "version": "0.9-6",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rbmn",
            "description": "Handling of linear Gaussian Bayesian networks",
            "long_description": "Handling of linear Gaussian Bayesian networks",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-igraph",
                        "R-bnlearn"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rbenchmark",
            "portdir": "R/R-rbenchmark",
            "version": "1.0.0",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rbenchmark",
            "description": "Benchmarking routine for R",
            "long_description": "rbenchmark is inspired by the Perl module Benchmark and is intended to facilitate benchmarking of arbitrary R code.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-FastGP"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-JacobiEigen",
                        "R-fourierin",
                        "R-glassoFast",
                        "R-dat",
                        "R-PMwR",
                        "R-rucrdtw",
                        "R-RcppZiggurat",
                        "R-doRNG",
                        "R-aoos",
                        "R-Rcpp"
                    ]
                }
            ]
        },
        {
            "name": "R-rattle",
            "portdir": "R/R-rattle",
            "version": "5.5.2",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rattle.togaware.com",
            "description": "Graphical User Interface for Data Science in R",
            "long_description": "Graphical User Interface for Data Science in R",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-stringr",
                        "R-tibble",
                        "R-dplyr",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-magrittr",
                        "R-bitops",
                        "R-rpart.plot",
                        "R-CRAN-recommended",
                        "R-XML",
                        "R-stringi"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-pmml"
                    ]
                }
            ]
        },
        {
            "name": "R-ratesci",
            "portdir": "R/R-ratesci",
            "version": "0.4-0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=ratesci",
            "description": "Confidence intervals for comparisons of Binomial or Poisson rates",
            "long_description": "Confidence intervals for comparisons of Binomial or Poisson rates",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-CIfinder"
                    ]
                }
            ]
        },
        {
            "name": "R-rasterize",
            "portdir": "R/R-rasterize",
            "version": "0.1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pmur002/rasterize",
            "description": "Rasterize graphical output",
            "long_description": "Rasterize graphical output",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-png",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rasterVis",
            "portdir": "R/R-rasterVis",
            "version": "0.51.6",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://oscarperpinan.github.io/rastervis",
            "description": "Visualization methods for Raster data",
            "long_description": "Visualization methods for Raster data",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "gis",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RColorBrewer",
                        "R-viridisLite",
                        "R-latticeExtra",
                        "R-hexbin",
                        "R-raster",
                        "R-terra",
                        "R-CRAN-recommended",
                        "R-sp",
                        "R-zoo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-colorspace",
                        "R-ggplot2",
                        "R-rgl",
                        "R-dichromat",
                        "R-sf"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-raster"
                    ]
                }
            ]
        },
        {
            "name": "R-rasclass",
            "portdir": "R/R-rasclass",
            "version": "0.2.2",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rasclass",
            "description": "Supervised raster image classification",
            "long_description": "Supervised raster image classification",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-car",
                        "R-RSNNS",
                        "R-e1071",
                        "R-CRAN-recommended",
                        "R-randomForest"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rapidoc",
            "portdir": "R/R-rapidoc",
            "version": "9.3.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/meztez/rapidoc",
            "description": "Generate RapiDoc documentation from an OpenAPI specification",
            "long_description": "Generate RapiDoc documentation from an OpenAPI specification",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-jsonlite",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-plumber"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-vetiver"
                    ]
                }
            ]
        },
        {
            "name": "R-rapidjsonr",
            "portdir": "R/R-rapidjsonr",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rapidjsonr",
            "description": "Rapidjson C++ headers",
            "long_description": "Rapidjson C++ headers",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-bigrquery",
                        "R-jsonify"
                    ]
                }
            ]
        },
        {
            "name": "R-rankinma",
            "portdir": "R/R-rankinma",
            "version": "0.2.2",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rankinma.shinyapps.io/rankinma",
            "description": "Ranking in network meta-analysis",
            "long_description": "Ranking in network meta-analysis",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-mvtnorm",
                        "R-netmeta"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-randtests",
            "portdir": "R/R-randtests",
            "version": "1.0.2",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=randtests",
            "description": "Testing randomness in R",
            "long_description": "Provides several non-parametric randomness tests for numeric sequences.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-ramify",
            "portdir": "R/R-ramify",
            "version": "0.3.3",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=ramify",
            "description": "Additional matrix functionality for R",
            "long_description": "Additional matrix functionality for R",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-sgmodel"
                    ]
                }
            ]
        },
        {
            "name": "R-rainbow",
            "portdir": "R/R-rainbow",
            "version": "3.8",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rainbow",
            "description": "Visualize functional data and identifying functional outliers",
            "long_description": "Visualize functional data and identifying functional outliers",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ks",
                        "R-hdrcde",
                        "R-CRAN-recommended",
                        "R-colorspace",
                        "R-pcaPP"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-forecast"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Rfssa",
                        "R-fds",
                        "R-ftsa",
                        "R-wwntests"
                    ]
                }
            ]
        },
        {
            "name": "R-rai",
            "portdir": "R/R-rai",
            "version": "1.0.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rai",
            "description": "Revisiting-Alpha-Investing for polynomial regression",
            "long_description": "Revisiting-Alpha-Investing for polynomial regression",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-readr",
                        "R-CRAN-recommended",
                        "R-rlang",
                        "R-dplyr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-radarchart",
            "portdir": "R/R-radarchart",
            "version": "0.3.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mangothecat/radarchart",
            "description": "Radar chart from Chart.js",
            "long_description": "Radar chart from Chart.js",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-htmltools",
                        "R-htmlwidgets"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tidyr",
                        "R-knitr",
                        "R-shiny",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-PLMIX"
                    ]
                }
            ]
        },
        {
            "name": "R-ra4bayesmeta",
            "portdir": "R/R-ra4bayesmeta",
            "version": "1.0-8",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=ra4bayesmeta",
            "description": "Reference analysis for Bayesian meta-analysis",
            "long_description": "Reference analysis for Bayesian meta-analysis",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-bayesmeta",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rWishart",
            "portdir": "R/R-rWishart",
            "version": "0.1.2",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rwishart.bearstatistics.com",
            "description": "Random Wishart matrix generation",
            "long_description": "Random Wishart matrix generation",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-lazyeval",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rTensor2",
            "portdir": "R/R-rTensor2",
            "version": "2.0.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rTensor2",
            "description": "MultiLinear Algebra",
            "long_description": "MultiLinear Algebra",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-raster",
                        "R-wavethresh",
                        "R-rTensor",
                        "R-gsignal",
                        "R-CRAN-recommended",
                        "R-png",
                        "R-matrixcalc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rTensor",
            "portdir": "R/R-rTensor",
            "version": "1.4.8",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jamesyili.github.io/rTensor",
            "description": "Tools for tensor analysis and decomposition",
            "long_description": "Tools for tensor analysis and decomposition",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-nnTensor",
                        "R-tensorMiss",
                        "R-gcTensor",
                        "R-dcTensor",
                        "R-rMultiNet",
                        "R-rTensor2",
                        "R-RTFA"
                    ]
                }
            ]
        },
        {
            "name": "R-rSPDE",
            "portdir": "R/R-rSPDE",
            "version": "2.3.3",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://davidbolin.github.io/rSPDE",
            "description": "Rational approximations of fractional stochastic partial differential equations",
            "long_description": "Rational approximations of fractional stochastic partial differential equations",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-fmesher",
                        "R-lifecycle",
                        "R-CRAN-recommended",
                        "R-broom"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rmarkdown",
                        "R-viridis",
                        "R-doParallel",
                        "R-foreach",
                        "R-sn",
                        "R-RSpectra",
                        "R-optimParallel",
                        "R-splancs",
                        "R-scoringRules",
                        "R-numDeriv",
                        "R-dplyr",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-MetricGraph",
                        "R-BSSoverSpace"
                    ]
                }
            ]
        },
        {
            "name": "R-rSFA",
            "portdir": "R/R-rSFA",
            "version": "1.5",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rSFA",
            "description": "Slow Feature Analysis",
            "long_description": "Slow Feature Analysis",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-ForeCA"
                    ]
                }
            ]
        },
        {
            "name": "R-rODE",
            "portdir": "R/R-rODE",
            "version": "0.99.6",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://f0nzie.github.io/rODE",
            "description": "Ordinary differential equation (ODE) solvers written in R using S4 classes",
            "long_description": "Ordinary differential equation (ODE) solvers written in R using S4 classes",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-data.table"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-scales",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-dplyr",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rMultiNet",
            "portdir": "R/R-rMultiNet",
            "version": "0.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rMultiNet",
            "description": "Multi-layer networks analysis",
            "long_description": "Multi-layer networks analysis",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-geigen",
                        "R-dbscan",
                        "R-plotly",
                        "R-CRAN-recommended",
                        "R-rTensor",
                        "R-glmnet"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-rBayesianOptimization",
            "portdir": "R/R-rBayesianOptimization",
            "version": "1.2.1",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/yanyachen/rBayesianOptimization",
            "description": "Bayesian optimization of hyperparameters",
            "long_description": "Bayesian optimization of hyperparameters",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-foreach",
                        "R-GPfit",
                        "R-CRAN-recommended",
                        "R-data.table",
                        "R-magrittr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-xgboost"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-EDMeasure",
                        "R-audrex"
                    ]
                }
            ]
        },
        {
            "name": "R-rARPACK",
            "portdir": "R/R-rARPACK",
            "version": "0.11-0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rARPACK",
            "description": "Solvers for large-scale eigenvalue and SVD problems",
            "long_description": "Solvers for large-scale eigenvalue and SVD problems",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RSpectra",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-statGraph",
                        "R-mimi",
                        "R-mixOmics",
                        "R-ptf",
                        "R-wdnet",
                        "R-lfda",
                        "R-BANAM"
                    ]
                }
            ]
        },
        {
            "name": "R-r6methods",
            "portdir": "R/R-r6methods",
            "version": "0.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=r6methods",
            "description": "Add methods to R6 class definition",
            "long_description": "Add methods to R6 class definition",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-stringr",
                        "R-dplyr",
                        "R-purrr",
                        "R-shiny",
                        "R-miniUI",
                        "R-rstudioapi",
                        "R-CRAN-recommended",
                        "R-magrittr",
                        "R-glue"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-R6",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-r6extended",
            "portdir": "R/R-r6extended",
            "version": "0.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=r6extended",
            "description": "Extension for R6 base class",
            "long_description": "Extension for R6 base class",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-digest",
                        "R-hellno",
                        "R-CRAN-recommended",
                        "R-R6",
                        "R-magrittr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-r2rtf",
            "portdir": "R/R-r2rtf",
            "version": "1.1.1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://merck.github.io/r2rtf",
            "description": "Easily create production-ready Rich Text Format (RTF) tables and figures",
            "long_description": "Easily create production-ready Rich Text Format (RTF) tables and figures",
            "active": true,
            "categories": [
                "science",
                "office",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-stringi",
                        "R-xml2",
                        "R-dplyr",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-emmeans",
                        "R-officer",
                        "R-magrittr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-gsDesign2",
                        "R-gsDesign"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rtables",
                        "R-formatters"
                    ]
                }
            ]
        },
        {
            "name": "R-r2mlm",
            "portdir": "R/R-r2mlm",
            "version": "0.3.7",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mkshaw/r2mlm",
            "description": "R-squared measures for multilevel models",
            "long_description": "R-squared measures for multilevel models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-stringr",
                        "R-dplyr",
                        "R-tidyselect",
                        "R-lme4",
                        "R-rockchalk",
                        "R-CRAN-recommended",
                        "R-magrittr",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-r2glmm",
            "portdir": "R/R-r2glmm",
            "version": "0.1.2",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=r2glmm",
            "description": "Computes R squared for mixed (multilevel) models",
            "long_description": "Computes R squared for mixed (multilevel) models",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-lmerTest",
                        "R-pbkrtest",
                        "R-afex",
                        "R-CRAN-recommended",
                        "R-data.table",
                        "R-dplyr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-lme4"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-r2d3",
            "portdir": "R/R-r2d3",
            "version": "0.2.6",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rstudio.github.io/r2d3",
            "description": "Interface to D3 visualizations",
            "long_description": "Interface to D3 visualizations",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-htmlwidgets",
                        "R-rstudioapi",
                        "R-CRAN-recommended",
                        "R-jsonlite",
                        "R-htmltools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-R6",
                        "R-knitr",
                        "R-shiny",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-webshot",
                        "R-shinytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-modelStudio"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-sparklyr",
                        "R-iBreakDown",
                        "R-ingredients",
                        "R-distill"
                    ]
                }
            ]
        },
        {
            "name": "R-r2d2",
            "portdir": "R/R-r2d2",
            "version": "1.0.1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=r2d2",
            "description": "Bivariate (two-dimensional) confidence region and frequency distribution",
            "long_description": "Bivariate (two-dimensional) confidence region and frequency distribution",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-sp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-gplots"
                    ]
                }
            ]
        },
        {
            "name": "R-r.proxy",
            "portdir": "R/R-r.proxy",
            "version": "0.1.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=r.proxy",
            "description": "Set proxy in R console",
            "long_description": "Set proxy in R console",
            "active": true,
            "categories": [
                "net",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-httr",
                        "R-curl",
                        "R-CRAN-recommended",
                        "R-jsonlite"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-r.jive",
            "portdir": "R/R-r.jive",
            "version": "2.4",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=r.jive",
            "description": "JIVE decomposition for multi-source data",
            "long_description": "JIVE decomposition for multi-source data",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-abind",
                        "R-gplots"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-r.blip",
            "portdir": "R/R-r.blip",
            "version": "1.1",
            "license": "LGPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=r.blip",
            "description": "Bayesian network learning improved project",
            "long_description": "Bayesian network learning improved project",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-bnlearn",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gtkmm",
            "portdir": "x11/gtkmm",
            "version": "2.24.5",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gtkmm.org/",
            "description": "C++ interface to GTK+ version 2.",
            "long_description": "gtkmm is the official C++ interface for the popular GUI library GTK+ version 2.",
            "active": true,
            "categories": [
                "devel",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "x11",
                "quartz",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "mm-common",
                        "p5.34-xml-parser"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "atkmm",
                        "gtk2",
                        "glibmm",
                        "gdk-pixbuf2",
                        "pangomm",
                        "cairomm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gelide",
                        "goocanvasmm",
                        "glademm",
                        "gtkevemon",
                        "libglademm",
                        "libgnomemm",
                        "monster-masher",
                        "lostirc",
                        "agave",
                        "gtkglextmm",
                        "gnome3-core",
                        "gtksourceviewmm2",
                        "gnome-bindings-cxx",
                        "libgnomecanvasmm",
                        "peekabot-server"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "libxmlxx3",
            "portdir": "textproc/libxmlxx3",
            "version": "3.2.5",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libxmlplusplus.github.io/libxmlplusplus/",
            "description": "libxml++ is a C++ interface for working with XML files",
            "long_description": "libxml++ is a C++ interface for working with XML files, using libxml (gnome-xml) to parse and write the actual XML files. It has a simple but complete API.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools",
                        "mm-common",
                        "clang-16",
                        "python312",
                        "meson",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "glibmm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "glom"
                    ]
                }
            ]
        },
        {
            "name": "libxmlxx2",
            "portdir": "textproc/libxmlxx2",
            "version": "2.42.3",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libxmlplusplus.sourceforge.net",
            "description": "libxml++ is a C++ interface for working with XML files",
            "long_description": "libxml++ is a C++ interface for working with XML files, using libxml (gnome-xml) to parse and write the actual XML files. It has a simple but complete API.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools",
                        "mm-common",
                        "clang-16",
                        "python312",
                        "meson",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "glibmm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "bakery",
                        "sobby",
                        "LibreCAD",
                        "LibreCAD-devel",
                        "kitlist",
                        "gnome-bindings-cxx",
                        "gobby",
                        "cherrytree",
                        "synfig"
                    ]
                }
            ]
        },
        {
            "name": "libgdamm5",
            "portdir": "gnome/libgdamm5",
            "version": "4.99.11",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gtkmm.org/",
            "description": "C++ wrappers for libgda5.",
            "long_description": "C++ wrappers for libgda5.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgda5",
                        "glibmm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "glom"
                    ]
                }
            ]
        },
        {
            "name": "gconfmm",
            "portdir": "gnome/gconfmm",
            "version": "2.28.3",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.gnome.org/Archive/gconfmm",
            "description": "gconfmm provides C++ wrappers for gconf.",
            "long_description": "gconfmm provides C++ wrappers for gconf.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "pkgconfig",
                        "mm-common",
                        "perl5",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gconf",
                        "glibmm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "bakery",
                        "monster-masher",
                        "agave",
                        "gnome-bindings-cxx",
                        "libgnomeuimm"
                    ]
                }
            ]
        },
        {
            "name": "atkmm-1.6",
            "portdir": "gnome/atkmm-1.6",
            "version": "2.28.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gtkmm.org/",
            "description": "atkmm is the C++ binding for the ATK library.",
            "long_description": "atkmm is the C++ binding for the ATK library. This port is part of the GNOME C++ bindings suite.",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "libtool",
                        "pkgconfig",
                        "mm-common",
                        "autoconf",
                        "automake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glibmm",
                        "atk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "atkmm",
                        "gtkmm3",
                        "gonepass"
                    ]
                }
            ]
        },
        {
            "name": "atkmm",
            "portdir": "gnome/atkmm",
            "version": "2.36.3",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gtkmm.org/",
            "description": "atkmm is the C++ binding for the ATK library.",
            "long_description": "atkmm is the C++ binding for the ATK library. This port is part of the GNOME C++ bindings suite.",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "mm-common"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glibmm",
                        "atkmm-1.6",
                        "atk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome3-core",
                        "gnome-bindings-cxx",
                        "gtkmm",
                        "cherrytree"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "gnome-bindings-cxx",
            "portdir": "devel/gnome-bindings-cxx",
            "version": "2.32.1",
            "license": "unknown",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnome.org/",
            "description": "The GNOME bindings for C++",
            "long_description": "The GNOME bindings is the set of libraries that allow developers to develop fully GNOME compliant applications in C#, C++, Java, Perl, and Python. The platform is one of the suites of software packages that form the complete GNOME project offerings. These are the GNOME bindings for C++.",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsigcxx2",
                        "atkmm",
                        "gconfmm",
                        "gnome-vfsmm",
                        "libglademm",
                        "libgnomecanvasmm",
                        "glibmm",
                        "libgnomeuimm",
                        "mm-common",
                        "libxmlxx2",
                        "gtkmm",
                        "pangomm",
                        "libgnomemm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome-bindings-suite"
                    ]
                }
            ]
        },
        {
            "name": "lynx",
            "portdir": "www/lynx",
            "version": "2.9.2",
            "license": "(GPL-2 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lynx.invisible-island.net",
            "description": "The text web browser",
            "long_description": "Lynx is a fully-featured World Wide Web browser for users on Unix, VMS, and other platforms running cursor-addressable, character-cell terminals or emulators.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 48
                }
            ],
            "variants": [
                "ssl",
                "gnutls",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "perl5",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "gettext",
                        "ncurses",
                        "brotli",
                        "libidn2",
                        "libiconv",
                        "openssl",
                        "bzip2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pavucontrol",
                        "wml"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "man",
                        "arb"
                    ]
                }
            ]
        },
        {
            "name": "sctk",
            "portdir": "audio/sctk",
            "version": "2.4.12",
            "license": "public-domain",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/usnistgov/SCTK",
            "description": "Speech Recognition Scoring Toolkit",
            "long_description": "NIST Speech Recognition Scoring Toolkit",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php54-gtk",
            "portdir": "php/php-gtk",
            "version": "2.0.3-20121108",
            "license": "LGPL-2.1+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gtk.php.net/",
            "description": "PHP-GTK: Gtk+ bindings for PHP 5.",
            "long_description": "PHP-GTK is a Gtk+ bindings for the PHP 5 scripting language, allowing you to build rich, cross-platform desktop applications using PHP.",
            "active": true,
            "categories": [
                "x11",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "extra",
                "html",
                "libsexy",
                "sourceview",
                "spell",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "php54-cairo",
                        "php54",
                        "libglade2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "php-gtk"
                    ]
                }
            ]
        },
        {
            "name": "php53-gtk",
            "portdir": "php/php-gtk",
            "version": "2.0.3-20121108",
            "license": "LGPL-2.1+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gtk.php.net/",
            "description": "PHP-GTK: Gtk+ bindings for PHP 5.",
            "long_description": "PHP-GTK is a Gtk+ bindings for the PHP 5 scripting language, allowing you to build rich, cross-platform desktop applications using PHP.",
            "active": true,
            "categories": [
                "x11",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "extra",
                "html",
                "libsexy",
                "sourceview",
                "spell",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "php53-cairo",
                        "php53",
                        "libglade2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php-gtk",
            "portdir": "php/php-gtk",
            "version": "2.0.3-20121108",
            "license": "LGPL-2.1+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gtk.php.net/",
            "description": "PHP-GTK: Gtk+ bindings for PHP 5.",
            "long_description": "PHP-GTK is a Gtk+ bindings for the PHP 5 scripting language, allowing you to build rich, cross-platform desktop applications using PHP.",
            "active": true,
            "categories": [
                "x11",
                "php"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php54-gtk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gpsim",
            "portdir": "devel/gpsim",
            "version": "0.29.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gpsim.sourceforge.net/",
            "description": "A software simulator for Microchip PIC microcontrollers",
            "long_description": "GPSIM is a full-featured software simulator for Microchip PIC microcontrollers.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gputils",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "popt",
                        "gtk2-extra"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}