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

{
    "count": 45455,
    "next": "http://ports.macports.org/api/v1/ports/?format=api&page=712",
    "previous": "http://ports.macports.org/api/v1/ports/?format=api&page=710",
    "results": [
        {
            "name": "jacobin",
            "portdir": "devel/jacobin",
            "version": "0.4.0-pre-alpha",
            "license": "MPL-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/platypusguy/jacobin",
            "description": "A more than minimal JVM written in Go and capable of running Java 17 classes.",
            "long_description": "A more than minimal JVM written in Go and capable of running Java 17 classes.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 898
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-requests-toolbelt",
            "portdir": "python/py-requests-toolbelt",
            "version": "1.0.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/requests/toolbelt",
            "description": "Collection of utilities for python-requests",
            "long_description": "This is just a collection of utilities for python-requests, but do not really belong in requests proper.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jjstickel",
                    "github": "jjstickel",
                    "ports_count": 132
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-16",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-requests"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-dnspython",
                        "poetry",
                        "py312-zeep",
                        "twine"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-cloudscraper"
                    ]
                }
            ]
        },
        {
            "name": "R-GoFKernel",
            "portdir": "R/R-GoFKernel",
            "version": "2.1-1",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=GoFKernel",
            "description": "Tests of goodness-of-fit based on a kernel smoothing of the data",
            "long_description": "Tests of goodness-of-fit based on a kernel smoothing of the data",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-15"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-MixSemiRob"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-perl-tidy",
            "portdir": "perl/p5-perl-tidy",
            "version": "20240202",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Perl::Tidy",
            "description": "Parses and beautifies perl source",
            "long_description": "Perltidy reads a perl script and writes an indented, reformatted script. Perltidy can produce output on either of two modes, depending on the existence of an -html flag. Without this flag, the output is passed through a formatter.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-devel-cover",
                        "p5.32-perl-critic",
                        "p5.32-test-perltidy",
                        "p5.32-text-template-simple"
                    ]
                }
            ]
        },
        {
            "name": "R-NegBinBetaBinreg",
            "portdir": "R/R-NegBinBetaBinreg",
            "version": "1.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=NegBinBetaBinreg",
            "description": "Negative Binomial and Beta-binomial Bayesian regression models",
            "long_description": "Negative Binomial and Beta-binomial Bayesian regression models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-mvtnorm"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-levenshtein",
            "portdir": "python/py-levenshtein",
            "version": "0.12.2",
            "license": "GPL-2+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ztane/python-Levenshtein",
            "description": "Python module for fast computation of Levensthein distances.",
            "long_description": "The Levenshtein Python C extension module contains functions for fast computation of Levenshtein (edit) distance, and edit operations, string similarity, approximate median strings, and generally string averaging, string sequence and set similarity. It supports both normal and Unicode strings.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2544
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py36-setuptools",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py36-fuzzywuzzy"
                    ]
                }
            ]
        },
        {
            "name": "R-survstan",
            "portdir": "R/R-survstan",
            "version": "0.0.7.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fndemarqui.github.io/survstan",
            "description": "Fit survival regression models via Stan",
            "long_description": "Fit survival regression models via Stan",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-RcppParallel",
                        "R-StanHeaders",
                        "R-rlang",
                        "R-rstantools",
                        "R-tibble",
                        "R-dplyr",
                        "R-generics",
                        "R-purrr",
                        "R-tidyr",
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-rstan",
                        "R-future",
                        "R-broom",
                        "R-extraDistr",
                        "R-Rdpack",
                        "R-foreach",
                        "R-actuar",
                        "R-doFuture",
                        "R-CRAN-recommended",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-estimability",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-emmeans",
                        "R-GGally"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rb31-ffi-czmq",
            "portdir": "ruby/rb-ffi-czmq",
            "version": "0.1.6.pre",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rubygems.org/gems/ffi-czmq",
            "description": "Ruby czmq FFI wrapper",
            "long_description": "Ruby czmq FFI wrapper",
            "active": true,
            "categories": [
                "devel",
                "ruby"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby31"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "czmq",
                        "rb31-ffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rb-ffi-icu",
            "portdir": "ruby/rb-ffi-icu",
            "version": "0.5.3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/erickguan/ffi-icu",
            "description": "Simple FFI wrappers for ICU",
            "long_description": "Simple FFI wrappers for ICU",
            "active": true,
            "categories": [
                "devel",
                "ruby"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ettercap",
            "portdir": "net/ettercap",
            "version": "0.8.3.1",
            "license": "GPL-2+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ettercap.github.io/ettercap/",
            "description": "multipurpose sniffer/interceptor/logger for switched LAN",
            "long_description": "Ettercap is a multi-functional packet sniffer/interceptor/logger that works on switched LANs. It allows the active and passive dissection of numerous protocols, including ciphered ones, such as SSH1, and includes features for network and host analysis. Four modes are available: IP Based, MAC Address Based, ARP Based, and PublicARP Based.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "gtk",
                "plugins",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "openssl",
                        "pcre",
                        "zlib",
                        "curl",
                        "libnet",
                        "libpcap",
                        "gtk3",
                        "libgeoip",
                        "libtool"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-MixSemiRob",
            "portdir": "R/R-MixSemiRob",
            "version": "1.1.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=MixSemiRob",
            "description": "Mixture models: parametric, semiparametric and robust",
            "long_description": "Mixture models: parametric, semiparametric and robust",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-quadprog",
                        "R-pracma",
                        "R-robustbase",
                        "R-mixtools",
                        "R-GoFKernel",
                        "R-Rlab",
                        "R-mvtnorm",
                        "R-ucminf"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-Rmpi",
            "portdir": "R/R-Rmpi",
            "version": "0.7-2",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fisher.stats.uwo.ca/faculty/yu/Rmpi",
            "description": "Interface (wrapper) to MPI",
            "long_description": "Interface (wrapper) to MPI",
            "active": true,
            "categories": [
                "science",
                "parallel",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-default",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-doMPI",
                        "R-bigGP",
                        "R-regRSM"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-parallelMap",
                        "R-pls",
                        "R-simsalapar",
                        "R-snowfall",
                        "R-npsf",
                        "R-EntropyMCMC",
                        "R-BiocParallel",
                        "R-snowFT",
                        "R-RNetCDF"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-searchbuilder",
            "portdir": "perl/p5-dbix-searchbuilder",
            "version": "1.680.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::SearchBuilder",
            "description": "Deal with multiple SearchBuilder result sets as one",
            "long_description": "Deal with multiple SearchBuilder result sets as one",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-dbd-sqlite"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-capitalization",
                        "p5.26-class-accessor",
                        "p5.26-class-returnvalue",
                        "p5.26-clone",
                        "perl5.26",
                        "p5.26-dbix-dbschema",
                        "p5.26-encode",
                        "p5.26-want",
                        "p5.26-dbi",
                        "p5.26-cache-simple-timedexpiry"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-type-tie",
            "portdir": "perl/p5-type-tie",
            "version": "0.15.0",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-type-tiny",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by p5.34-type-tiny",
            "long_description": "This port has been replaced by p5.34-type-tiny.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-enrich",
            "portdir": "python/py-enrich",
            "version": "1.2.7",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pycontribs/enrich",
            "description": "Enrich adds few missing features to the wonderful rich library.",
            "long_description": "Enriched extends rich library functionality with a set of changes that were not accepted to rich itself.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 541
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py310-build",
                        "py310-installer",
                        "py310-setuptools",
                        "py310-setuptools_scm",
                        "py310-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-rich",
                        "python310"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-term-readline-gnu",
            "portdir": "perl/p5-term-readline-gnu",
            "version": "1.460.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-term-readline-gnu",
            "homepage": "https://metacpan.org/pod/Term::ReadLine::Gnu",
            "description": "Perl extension for the GNU Readline/History library",
            "long_description": "This is an implementation of Term::ReadLine using the GNU Readline/History Library.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-term-readline-gnu"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-term-readline-gnu",
            "portdir": "perl/p5-term-readline-gnu",
            "version": "1.460.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Term::ReadLine::Gnu",
            "description": "Perl extension for the GNU Readline/History library",
            "long_description": "This is an implementation of Term::ReadLine using the GNU Readline/History Library.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "readline",
                        "perl5.28",
                        "p5.28-extutils-makemaker"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-pdl",
                        "p5.28-dist-zilla"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-term-readline-gnu",
            "portdir": "perl/p5-term-readline-gnu",
            "version": "1.460.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Term::ReadLine::Gnu",
            "description": "Perl extension for the GNU Readline/History library",
            "long_description": "This is an implementation of Term::ReadLine using the GNU Readline/History Library.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "readline",
                        "perl5.30",
                        "p5.30-extutils-makemaker"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-pdl",
                        "p5.30-dist-zilla"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-term-readline-gnu",
            "portdir": "perl/p5-term-readline-gnu",
            "version": "1.460.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Term::ReadLine::Gnu",
            "description": "Perl extension for the GNU Readline/History library",
            "long_description": "This is an implementation of Term::ReadLine using the GNU Readline/History Library.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "readline",
                        "perl5.32",
                        "p5.32-extutils-makemaker"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-pdl",
                        "p5.32-dist-zilla"
                    ]
                }
            ]
        },
        {
            "name": "rb33-ffi-icu",
            "portdir": "ruby/rb-ffi-icu",
            "version": "0.5.3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/erickguan/ffi-icu",
            "description": "Simple FFI wrappers for ICU",
            "long_description": "Simple FFI wrappers for ICU",
            "active": true,
            "categories": [
                "devel",
                "ruby"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby33"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "icu",
                        "rb33-ffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-Polychrome",
            "portdir": "R/R-Polychrome",
            "version": "1.5.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=Polychrome",
            "description": "Qualitative palettes with many colors",
            "long_description": "Qualitative palettes with many colors",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-colorspace",
                        "R-scatterplot3d"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RColorBrewer",
                        "R-ggplot2",
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-tessellation",
                        "R-quickcode",
                        "R-RCDT",
                        "R-gyro",
                        "R-easy.utils"
                    ]
                }
            ]
        },
        {
            "name": "R-RWgraph",
            "portdir": "R/R-RWgraph",
            "version": "1.0.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RWgraph",
            "description": "Random walks on graphs representing a transactional network",
            "long_description": "Random walks on graphs representing a transactional network",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-igraph"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-type-tie",
            "portdir": "perl/p5-type-tie",
            "version": "0.15.0",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.28-type-tiny",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by p5.28-type-tiny",
            "long_description": "This port has been replaced by p5.28-type-tiny.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-Rlab",
            "portdir": "R/R-Rlab",
            "version": "4.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www4.stat.ncsu.edu/~bmasmith/NewST370WEB/rlab/rlab.html",
            "description": "Functions and datasets required for ST370 class",
            "long_description": "Functions and datasets required for ST370 class",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-15"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-MixSemiRob"
                    ]
                }
            ]
        },
        {
            "name": "antlr4-cpp-runtime",
            "portdir": "lang/antlr4-cpp-runtime",
            "version": "4.13.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/antlr/antlr4",
            "description": "ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.",
            "long_description": "ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build parse trees and also generates a listener interface (or visitor) that makes it easy to respond to the recognition of phrases of interest.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "emcrisostomo",
                    "github": "emcrisostomo",
                    "ports_count": 146
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "hostage"
                    ]
                }
            ]
        },
        {
            "name": "uvw",
            "portdir": "devel/uvw",
            "version": "3.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/skypjack/uvw",
            "description": "Header-only, event based, tiny and easy to use libuv wrapper in modern C++",
            "long_description": "Header-only, event based, tiny and easy to use libuv wrapper in modern C++",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libuv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-Rcmdr",
            "portdir": "R/R-Rcmdr",
            "version": "2.9-2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://socialsciences.mcmaster.ca/jfox/Misc/Rcmdr",
            "description": "R Commander",
            "long_description": "A platform-independent basic-statistics GUI (graphical user interface) for R, based on the tcltk package.",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-tcltk2",
                        "R-CRAN-recommended",
                        "R-abind",
                        "R-effects",
                        "R-RcmdrMisc",
                        "R-lme4",
                        "R-relimp",
                        "R-car"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-leaps",
                        "R-multcomp",
                        "R-rgl",
                        "R-aplpack",
                        "R-e1071",
                        "R-colorspace",
                        "R-nortest",
                        "R-readxl",
                        "R-knitr",
                        "R-markdown",
                        "R-rmarkdown",
                        "R-lmtest",
                        "R-Hmisc",
                        "R-sem"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-RcmdrPlugin.DCCV",
                        "R-RcmdrPlugin.RMTCJags",
                        "R-RcmdrPlugin.aRnova",
                        "R-RcmdrPlugin.MA",
                        "R-RcmdrPlugin.MPAStats",
                        "R-RcmdrPlugin.PcaRobust",
                        "R-RcmdrPlugin.ROC",
                        "R-RcmdrPlugin.coin",
                        "R-RcmdrPlugin.cpd",
                        "R-RcmdrPlugin.temis",
                        "R-RcmdrPlugin.HH",
                        "R-RcmdrPlugin.survival",
                        "R-RcmdrPlugin.KMggplot2",
                        "R-RcmdrPlugin.FactoMineR",
                        "R-RcmdrPlugin.DoE",
                        "R-RcmdrPlugin.EZR"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-relimp"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-term-readline-gnu",
            "portdir": "perl/p5-term-readline-gnu",
            "version": "1.460.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Term::ReadLine::Gnu",
            "description": "Perl extension for the GNU Readline/History library",
            "long_description": "This is an implementation of Term::ReadLine using the GNU Readline/History Library.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "readline",
                        "perl5.34",
                        "p5.34-extutils-makemaker"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "polymake",
                        "p5.34-pdl",
                        "ikiwiki",
                        "psh",
                        "p5.34-dist-zilla",
                        "youtube-viewer",
                        "p5-term-readline-gnu"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "shelldap",
                        "metasploit2"
                    ]
                }
            ]
        },
        {
            "name": "R-timeSeries",
            "portdir": "R/R-timeSeries",
            "version": "4032.109",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://r-forge.r-project.org/projects/rmetrics",
            "description": "Financial time series objects",
            "long_description": "S4 classes and various tools for financial time series – basic functions such as scaling and sorting, subsetting, mathematical operations and statistical functions.",
            "active": true,
            "categories": [
                "science",
                "finance",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-timeDate"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-PerformanceAnalytics",
                        "R-fTrading",
                        "R-RUnit",
                        "R-xts",
                        "R-zoo",
                        "R-robustbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-FatTailsR",
                        "R-fTrading",
                        "R-fGarch",
                        "R-fUnitRoots",
                        "R-timetk",
                        "R-FRAPO",
                        "R-QRM",
                        "R-fBasics",
                        "R-fExtremes",
                        "R-fCopulae"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-Quandl",
                        "R-tsbox",
                        "R-SharpeR",
                        "R-gmm",
                        "R-xts",
                        "R-zoo",
                        "R-ggfortify",
                        "R-weakARMA",
                        "R-quantmod"
                    ]
                }
            ]
        },
        {
            "name": "rb32-ffi-icu",
            "portdir": "ruby/rb-ffi-icu",
            "version": "0.5.3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/erickguan/ffi-icu",
            "description": "Simple FFI wrappers for ICU",
            "long_description": "Simple FFI wrappers for ICU",
            "active": true,
            "categories": [
                "devel",
                "ruby"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby32"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "icu",
                        "rb32-ffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "oxenmq",
            "portdir": "devel/oxenmq",
            "version": "1.2.15",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/oxen-io/oxen-mq",
            "description": "High-level zeromq-based message passing for network-based projects",
            "long_description": "High-level zeromq-based message passing for network-based projects",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsodium",
                        "zmq",
                        "oxenc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt513-qtremoteobjects",
            "portdir": "aqua/qt513",
            "version": "5.13.2",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Tools and Module(s) for Qt Tool Kit 5",
            "long_description": "Tools and Module(s) for Qt Tool Kit 5: Qt Remote Objects",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1159
                }
            ],
            "variants": [
                "examples",
                "tests",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt513-qtbase",
                        "qt513-qtdeclarative"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qt513-qtremoteobjects-docs"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt513"
                    ]
                }
            ]
        },
        {
            "name": "R-BNSP",
            "portdir": "R/R-BNSP",
            "version": "2.2.3",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=BNSP",
            "description": "Bayesian non- and semi-parametric model fitting",
            "long_description": "Bayesian non- and semi-parametric model fitting",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-cubature",
                        "R-plyr",
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-threejs",
                        "R-Formula",
                        "R-corrplot",
                        "R-label.switching",
                        "R-plot3D",
                        "gsl",
                        "R-coda"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mvtnorm",
                        "R-np"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-statnet.common",
            "portdir": "R/R-statnet.common",
            "version": "4.9.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/statnet/statnet.common",
            "description": "Common R scripts and utilities Used by the Statnet Project software",
            "long_description": "Common R scripts and utilities Used by the Statnet Project software",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-coda"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rlang",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-tergm",
                        "R-ergmgp",
                        "R-networkDynamic",
                        "R-ergm.userterms",
                        "R-ergm",
                        "R-ergm.count",
                        "R-networkLite",
                        "R-statnet",
                        "R-tsna",
                        "R-Bergm",
                        "R-network",
                        "R-sna",
                        "R-ergm.multi",
                        "R-latentnet",
                        "R-btergm"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ergMargins",
                        "R-netmediate"
                    ]
                }
            ]
        },
        {
            "name": "R-caretEnsemble",
            "portdir": "R/R-caretEnsemble",
            "version": "2.0.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=caretEnsemble",
            "description": "Ensembles of caret models",
            "long_description": "Ensembles of caret models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-digest",
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-pbapply",
                        "R-caret",
                        "R-data.table",
                        "R-plyr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-caTools",
                        "R-ipred",
                        "R-kernlab",
                        "R-gbm",
                        "R-glmnet",
                        "R-mlbench",
                        "R-klaR",
                        "R-e1071",
                        "R-knitr",
                        "R-sass",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-usethis",
                        "R-randomForest",
                        "R-lintr",
                        "R-pROC"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-docopulae",
            "portdir": "R/R-docopulae",
            "version": "0.4.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/arappold/docopulae",
            "description": "Optimal designs for copula models",
            "long_description": "A direct approach to optimal designs for copula models based on the Fisher’s information.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-15"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-numDeriv",
                        "R-testthat",
                        "R-Deriv",
                        "R-copula",
                        "R-SparseGrid",
                        "R-cubature",
                        "R-mvtnorm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-glarma",
            "portdir": "R/R-glarma",
            "version": "1.6-0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=glarma",
            "description": "Generalized linear autoregressive moving average models",
            "long_description": "Generalized linear autoregressive moving average models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-lpSolve"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-RUnit",
                        "R-zoo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-bayesRecon"
                    ]
                }
            ]
        },
        {
            "name": "R-glmmLasso",
            "portdir": "R/R-glmmLasso",
            "version": "1.6.3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=glmmLasso",
            "description": "Variable selection for generalized linear mixed models by l1-penalized estimation",
            "long_description": "Variable selection for generalized linear mixed models by l1-penalized estimation",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-RcppEigen",
                        "R-minqa"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rb31-ffi-icu",
            "portdir": "ruby/rb-ffi-icu",
            "version": "0.5.3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/erickguan/ffi-icu",
            "description": "Simple FFI wrappers for ICU",
            "long_description": "Simple FFI wrappers for ICU",
            "active": true,
            "categories": [
                "devel",
                "ruby"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby31"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "icu",
                        "rb31-ffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-psutil",
            "portdir": "python/py-psutil",
            "version": "5.9.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/giampaolo/psutil",
            "description": "A process utilities module for Python.",
            "long_description": "psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, disk, memory) in a portable way by using Python, implementing many functionalities offered by command line tools such as: ps, top, df, kill, free, lsof, free, netstat, ifconfig, nice, ionice, iostato, iotop, uptime, tty.",
            "active": true,
            "categories": [
                "devel",
                "sysutils",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2544
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-distributed",
                        "py39-gpilab-framework",
                        "py39-ipykernel",
                        "py39-gmic",
                        "py39-py7zr",
                        "py39-pytest-xprocess",
                        "py39-ipyparallel",
                        "py39-parsel",
                        "py39-virtualfish",
                        "py39-helpdev"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-xraylarch",
                        "py39-spyder-devel",
                        "py39-transformers",
                        "py39-flufl.lock",
                        "py39-spyder"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-blosc",
                        "py39-lz4"
                    ]
                }
            ]
        },
        {
            "name": "rb-ffi-inline",
            "portdir": "ruby/rb-ffi-inline",
            "version": "0.0.4.3",
            "license": "Ruby",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/meh/ruby-ffi-inline",
            "description": "Inline C/C++ in Ruby easily and cleanly",
            "long_description": "Inline C/C++ in Ruby easily and cleanly",
            "active": true,
            "categories": [
                "devel",
                "ruby"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-evinf",
            "portdir": "R/R-evinf",
            "version": "0.8.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=evinf",
            "description": "Inference with extreme value inflated count data",
            "long_description": "Inference with extreme value inflated count data",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "R",
                        "gcc12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppArmadillo",
                        "R-magrittr",
                        "R-rlang",
                        "R-stringi",
                        "R-stringr",
                        "R-tibble",
                        "R-dplyr",
                        "R-generics",
                        "R-purrr",
                        "libgcc",
                        "R-Rdpack",
                        "R-doParallel",
                        "R-foreach",
                        "R-doRNG",
                        "R-pscl",
                        "R-MLmetrics",
                        "R-mistr",
                        "R-CRAN-recommended",
                        "R-tidyr",
                        "libgcc12",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-easy.utils",
            "portdir": "R/R-easy.utils",
            "version": "0.0.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=easy.utils",
            "description": "Frequently used functions for easy R programming",
            "long_description": "Frequently used functions for easy R programming",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2570
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-scales",
                        "R-fastmatch",
                        "R-rlang",
                        "R-CRAN-recommended",
                        "R-Polychrome",
                        "R-dplyr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-hdf5r.Extra"
                    ]
                }
            ]
        },
        {
            "name": "rb33-ffi-inline",
            "portdir": "ruby/rb-ffi-inline",
            "version": "0.0.4.3",
            "license": "Ruby",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/meh/ruby-ffi-inline",
            "description": "Inline C/C++ in Ruby easily and cleanly",
            "long_description": "Inline C/C++ in Ruby easily and cleanly",
            "active": true,
            "categories": [
                "devel",
                "ruby"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby33"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rb33-ffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cgal5",
            "portdir": "gis/cgal5",
            "version": "5.6.1",
            "license": "LGPL-3+ and GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.cgal.org/",
            "description": "Computational Geometry Algorithm Library",
            "long_description": "The goal of the Computational Geometry Algorithm Library is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods...",
            "active": true,
            "categories": [
                "science",
                "gis"
            ],
            "maintainers": [
                {
                    "name": "vince",
                    "github": "Veence",
                    "ports_count": 48
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "eigen3",
                        "zlib",
                        "boost181",
                        "gmp",
                        "mpfr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-graph-tool",
                        "deal.ii",
                        "py37-graph-tool",
                        "py38-graph-tool",
                        "py39-graph-tool",
                        "py310-graph-tool",
                        "py311-graph-tool",
                        "sfcgal",
                        "pg12-pgrouting",
                        "pg13-pgrouting",
                        "pg14-pgrouting",
                        "pg15-pgrouting",
                        "pg16-pgrouting"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-finance-quote",
            "portdir": "perl/p5-finance-quote",
            "version": "1.610.0",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Finance::Quote",
            "description": "Perl module that allows for grabbing stock quotes.",
            "long_description": "Finance::Quote is a perl module which can be used to obtain information from a variety of sources, including markets in Australia, USA, Canada, Europe, and a number of managed funds.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-date-manip",
                        "p5.30-datetime-format-iso8601",
                        "p5.30-test-perl-critic",
                        "p5.30-test-pod",
                        "p5.30-test-pod-coverage",
                        "p5.30-test-simple",
                        "p5.30-date-range",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-http-cookies",
                        "p5.30-http-message",
                        "p5.30-io-string",
                        "p5.30-json",
                        "p5.30-libwww-perl",
                        "p5.30-lwp-protocol-https",
                        "p5.30-mozilla-ca",
                        "perl5.30",
                        "p5.30-string-util",
                        "p5.30-text-template",
                        "p5.30-time-piece",
                        "p5.30-try-tiny",
                        "p5.30-web-scraper",
                        "p5.30-xml-libxml",
                        "p5.30-spreadsheet-xlsx",
                        "p5.30-readonly",
                        "p5.30-datetime",
                        "p5.30-datetime-format-strptime",
                        "p5.30-encode",
                        "p5.30-html-parser",
                        "p5.30-html-tableextract",
                        "p5.30-html-tree",
                        "p5.30-http-cookiejar"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rb32-ffi-inline",
            "portdir": "ruby/rb-ffi-inline",
            "version": "0.0.4.3",
            "license": "Ruby",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/meh/ruby-ffi-inline",
            "description": "Inline C/C++ in Ruby easily and cleanly",
            "long_description": "Inline C/C++ in Ruby easily and cleanly",
            "active": true,
            "categories": [
                "devel",
                "ruby"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby32"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rb32-ffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rb31-ffi-inline",
            "portdir": "ruby/rb-ffi-inline",
            "version": "0.0.4.3",
            "license": "Ruby",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/meh/ruby-ffi-inline",
            "description": "Inline C/C++ in Ruby easily and cleanly",
            "long_description": "Inline C/C++ in Ruby easily and cleanly",
            "active": true,
            "categories": [
                "devel",
                "ruby"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby31"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rb31-ffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rb-ffi-libarchive",
            "portdir": "ruby/rb-ffi-libarchive",
            "version": "1.1.14",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/chef/ffi-libarchive",
            "description": "Ruby FFI binding to libarchive",
            "long_description": "Ruby FFI binding to libarchive",
            "active": true,
            "categories": [
                "archivers",
                "ruby"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libdmapsharing",
            "portdir": "devel/libdmapsharing",
            "version": "3.9.12",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.flyn.org/projects/libdmapsharing/",
            "description": "A DMAP client and server library",
            "long_description": "libdmapsharing implements the DMAP protocols. This includes support for DAAP and DPAP.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2515
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk3",
                        "libsoup",
                        "libgee",
                        "avahi",
                        "vala",
                        "gstreamer1-gst-plugins-base"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dmapd"
                    ]
                }
            ]
        }
    ]
}