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

{
    "count": 51974,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=270",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=268",
    "results": [
        {
            "name": "R-glmx",
            "portdir": "R/R-glmx",
            "version": "0.2-1",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=glmx",
            "description": "Generalized Linear Models Extended",
            "long_description": "Generalized Linear Models Extended",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-lmtest",
                        "R-CRAN-recommended",
                        "R-sandwich",
                        "R-Formula"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-numDeriv",
                        "R-AER",
                        "R-pscl",
                        "R-gld"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Qtools"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-crch",
                        "R-oglmx",
                        "R-prediction"
                    ]
                }
            ]
        },
        {
            "name": "R-geozoo",
            "portdir": "R/R-geozoo",
            "version": "0.5.1",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://schloerke.github.io/geozoo",
            "description": "Zoo of geometric objects",
            "long_description": "Zoo of geometric objects",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-bitops",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-roxygen2",
                        "R-tourr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-tourr"
                    ]
                }
            ]
        },
        {
            "name": "R-distributions3",
            "portdir": "R/R-distributions3",
            "version": "0.2.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alexpghayes/distributions3",
            "description": "Probability distributions as S3 Objects",
            "long_description": "Probability distributions as S3 Objects",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-rlang",
                        "R-glue",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-revdbayes",
                        "R-PoissonBinomial",
                        "R-vctrs",
                        "R-tibble",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-cowplot"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-bamlss"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-betareg",
                        "R-crch",
                        "R-gamlss",
                        "R-gamlss.dist"
                    ]
                }
            ]
        },
        {
            "name": "R-crch",
            "portdir": "R/R-crch",
            "version": "1.2-1",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://topmodels.R-Forge.R-project.org/crch",
            "description": "Censored Regression with Conditional Heteroscedasticity",
            "long_description": "Censored Regression with Conditional Heteroscedasticity",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Formula",
                        "R-scoringRules",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-ordinal",
                        "R-sandwich"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-lmtest",
                        "R-memisc",
                        "R-quarto",
                        "R-distributions3",
                        "R-glmx"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-insight",
                        "R-prediction",
                        "R-scoringRules"
                    ]
                }
            ]
        },
        {
            "name": "R-bimets",
            "portdir": "R/R-bimets",
            "version": "4.0.2",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/andrea-luciani/bimets",
            "description": "Time series and econometric modelling",
            "long_description": "Time series and econometric modelling",
            "active": true,
            "categories": [
                "science",
                "R",
                "economics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-xts",
                        "R-zoo",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-UComp",
            "portdir": "R/R-UComp",
            "version": "5.0.5",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=UComp",
            "description": "Automatic unobserved components and other time series models",
            "long_description": "Automatic unobserved components and other time series models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-tsibble",
                        "R-ggforce",
                        "R-tsoutliers",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-BranchGLM",
            "portdir": "R/R-BranchGLM",
            "version": "3.0.1",
            "license": "Apache-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=BranchGLM",
            "description": "Efficient and scalable GLM best subset selection",
            "long_description": "Efficient and scalable GLM best subset selection using a novel implementation of a branch-and-bound algorithm.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppArmadillo",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "certgraph",
            "portdir": "net/certgraph",
            "version": "20220513",
            "license": "GPL-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lanrat/certgraph",
            "description": "An open source intelligence tool to crawl the graph of certificate Alternate Names",
            "long_description": "CertGraph crawls SSL certificates creating a directed graph where each domain is a node and the certificate alternative names for that domain's certificate are the edges to other domain nodes. New domains are printed as they are found. In Detailed mode upon completion the Graph's adjacency list is printed. \n Crawling defaults to collecting certificate by connecting over TCP, however there are multiple drivers that can search Certificate Transparency logs. \n This tool was designed to be used for host name enumeration via SSL certificates, but it can also show you a \"chain\" of trust between domains and the certificates that re-used between them.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ytt",
            "portdir": "textproc/ytt",
            "version": "0.53.2",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://carvel.dev/ytt",
            "description": "YAML templating tool that works on YAML structure instead of text",
            "long_description": "ytt (pronounced spelled out) is a templating tool that understands YAML structure. It helps you easily configure complex software via reusable templates and user provided values. ytt provides: \n - Structural templating: understands yaml structure so users can focus on their configuration instead of issues associated with text templating, such as YAML value quoting or manual template indentation \n - Built-in programming language: includes the \"fully featured\" Python-like programming language Starlark which helps ease the burden of configuring complex software through a richer set of functionality.\n - Reusable configuration: You can reuse the same configuration in different environments by applying environment-specific values. \n - Custom validations: coupled with the fast and deterministic execution, allows you to take advantage of faster feedback loops when creating and testing templates \n - Overlays: this advanced configuration helps users manage the customization required for complex software. For more, see this example in the online playground. \n - Sandboxing: provides a secure, deterministic environment for execution of templates",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "amass",
            "portdir": "security/amass",
            "version": "5.1.1",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://owasp.org/www-project-amass",
            "description": "In-depth Attack Surface Mapping and Asset Discovery",
            "long_description": "The OWASP Amass Project performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques. This includes gathering information from APIs, certificates, DNS, routing, web & search scraping, web archives, and WHOIS.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "go",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpostal"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "asmfmt",
            "portdir": "devel/asmfmt",
            "version": "1.3.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/klauspost/asmfmt",
            "description": "Go Assembler Formatter",
            "long_description": "This will format your assembler code in a similar way that gofmt formats your Go code.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zmap",
            "portdir": "net/zmap",
            "version": "4.3.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://zmap.io/",
            "description": "ZMap is a fast network scanner",
            "long_description": "designed for Internet-wide network surveys capable of scanning the entire IPv4 address space in 5 minutes from a 10GbE connection.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "artkiver",
                    "github": "artkiver",
                    "ports_count": 12
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "byacc",
                        "cmake",
                        "flex",
                        "gengetopt",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "judy",
                        "libdnet",
                        "libpcap",
                        "json-c",
                        "libunistring"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ufo-ai",
            "portdir": "games/ufo-ai",
            "version": "2.5",
            "license": "GPL-2 and MIT and public-domain and permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ufoai.org",
            "description": "UFO: Alien Invasion is a squad-based tactical strategy game in the tradition of the old X-COM PC games.",
            "long_description": "UFO: Alien Invasion is a squad-based tactical strategy game in the tradition of the old X-COM PC games.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "gawk",
                        "grep",
                        "gsed",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "jpeg",
                        "libpng",
                        "python27",
                        "p7zip",
                        "libtheora",
                        "curl",
                        "gettext-runtime",
                        "XviD",
                        "zlib",
                        "libsdl2_mixer",
                        "openal-soft",
                        "libsdl2",
                        "libsdl2_ttf"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "codemod",
            "portdir": "devel/codemod",
            "version": "55a92a8ef237568302173e45bc282a0f8d1f2fad",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/personalcomputer/codemod",
            "description": "A tool to assist with large-scale codebase refactors",
            "long_description": "A tool/library to assist with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-taskw",
            "portdir": "python/py-taskw",
            "version": "0.8.6",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ralphbean/taskw",
            "description": "Python API for the taskwarrior",
            "long_description": "Python API for the taskwarrior. It contains two implementations: taskw.TaskWarrior and taskw.TaskWarriorExperimental. The first implementation is relatively stable. It manipulates the ~/.task/ dbs directly. The second implementation is in alpha and will be made default some day. It interacts with taskwarrior by shelling out to taskwarrior import and export commands as per the upstream guidelines.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-six",
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "task"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-taskw"
                    ]
                }
            ]
        },
        {
            "name": "py311-segno",
            "portdir": "python/py-segno",
            "version": "1.6.6",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://segno.readthedocs.io/en/latest/",
            "description": "Python QR Code and Micro QR Code encoder",
            "long_description": "Python QR Code and Micro QR Code encoder. This package implements ISO/IEC 18004:2015(E) 'QR Code bar code symbology specification' and produces QR Codes and Micro QR Codes with nearly no effort. It supports the Structured Append mode which splits a message across several QR codes.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 166
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-flit_core",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zkpwgen",
            "portdir": "security/zkpwgen",
            "version": "1.0",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Generate random passwords of full-width Japanese and Roman characters",
            "long_description": "Generate random passwords of full-width Japanese and Roman characters",
            "active": true,
            "categories": [
                "security",
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-meshio",
            "portdir": "python/py-meshio",
            "version": "5.3.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nschloe/meshio",
            "description": "There are various mesh formats available for representing unstructured meshes.",
            "long_description": "There are various mesh formats available for representing unstructured meshes. meshio can read and write all of the following and smoothly converts between them: Abaqus, ANSYS msh, AVS-UCD, CGNS, DOLFIN XML, Exodus, FLAC3D, H5M, Kratos/MDPA, Medit, MED/Salome, Nastran (bulk data), Neuroglancer precomputed format, Gmsh (format versions 2.2, 4.0, and 4.1), OBJ, OFF, PERMAS, PLY, STL, Tecplot .dat, TetGen .node/.ele, SVG (2D only, output only), SU2, UGRID, VTK, VTU, WKT (TIN), XDMF.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-numpy",
                        "py311-rich",
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-vispy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pdal"
                    ]
                }
            ]
        },
        {
            "name": "R-logcondens",
            "portdir": "R/R-logcondens",
            "version": "2.1.8",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=logcondens",
            "description": "Estimate a log-concave probability density from IID observations",
            "long_description": "Estimate a log-concave probability density from IID observations",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ks",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-pROC"
                    ]
                }
            ]
        },
        {
            "name": "chntpw",
            "portdir": "sysutils/chntpw",
            "version": "140201",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pogostick.net/~pnh/ntpasswd/",
            "description": "Offline Windows NT password utility",
            "long_description": "chntpw is a utility to clear the password of any user that has a valid local account on a Windows system. reged is a utility for interactive edits, exports, and imports of Windows registry files. This package also contains the sampasswd, samunlock, and samusrgrp utilities for working with Windows SAM user databases.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "kokkos-devel",
            "portdir": "devel/kokkos",
            "version": "2025.10.19",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kokkos/kokkos",
            "description": "implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms",
            "long_description": "Kokkos Core implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [
                "debug",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hwloc",
                        "libomp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hivex",
            "portdir": "devel/hivex",
            "version": "1.3.24",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/libguestfs/hivex",
            "description": "A self-contained library for reading and writing Windows Registry \"hive\" binary files.",
            "long_description": "A self-contained library for reading and writing Windows Registry \"hive\" binary files.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 84
                }
            ],
            "variants": [
                "perl5_34",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "p5.34-io-stringy",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime",
                        "readline",
                        "libiconv",
                        "libxml2",
                        "perl5.34"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "guestfs-tools"
                    ]
                }
            ]
        },
        {
            "name": "R-wavethresh",
            "portdir": "R/R-wavethresh",
            "version": "4.7.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=wavethresh",
            "description": "Wavelets statistics and transforms",
            "long_description": "Wavelets statistics and transforms",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-costat",
                        "R-dLagM",
                        "R-locits",
                        "R-lpacf",
                        "R-rTensor2"
                    ]
                }
            ]
        },
        {
            "name": "R-validatetools",
            "portdir": "R/R-validatetools",
            "version": "0.5.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=validatetools",
            "description": "Checking and simplifying validation rule sets",
            "long_description": "Checking and simplifying validation rule sets",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-lpSolveAPI",
                        "R-validate"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-validate",
            "portdir": "R/R-validate",
            "version": "1.1.5",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/data-cleaning/validate",
            "description": "Data validation infrastructure",
            "long_description": "Data validation infrastructure",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-settings",
                        "R-CRAN-recommended",
                        "R-yaml"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rsdmx",
                        "R-knitr",
                        "R-rmarkdown",
                        "R-tinytest",
                        "R-bookdown",
                        "R-lumberjack"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-deductive",
                        "R-validatetools"
                    ]
                }
            ]
        },
        {
            "name": "R-unjoin",
            "portdir": "R/R-unjoin",
            "version": "0.1.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hypertidy/unjoin",
            "description": "Separate a data frame by normalization",
            "long_description": "Separate a data frame by normalization",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-CRAN-recommended",
                        "R-rlang",
                        "R-tibble"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tidyr",
                        "R-testthat",
                        "R-covr",
                        "R-spelling",
                        "R-gapminder"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-silicate"
                    ]
                }
            ]
        },
        {
            "name": "R-silicate",
            "portdir": "R/R-silicate",
            "version": "0.7.1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hypertidy/silicate",
            "description": "Common forms for complex hierarchical and relational data structures",
            "long_description": "Common forms for complex hierarchical and relational data structures",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-tibble",
                        "R-dplyr",
                        "R-purrr",
                        "R-crsmeta",
                        "R-gridBase",
                        "R-decido",
                        "R-gibble",
                        "R-unjoin",
                        "R-CRAN-recommended",
                        "R-magrittr",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-sp",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-vdiffr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-settings",
            "portdir": "R/R-settings",
            "version": "0.2.7",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=settings",
            "description": "Software option settings manager for R",
            "long_description": "Software option settings manager for R",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown",
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-Ryacas0",
                        "R-atable",
                        "R-validate"
                    ]
                }
            ]
        },
        {
            "name": "R-rsdmx",
            "portdir": "R/R-rsdmx",
            "version": "0.6-3",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rsdmx",
            "description": "Tools for reading SDMX data and metadata",
            "long_description": "Tools for reading SDMX data and metadata",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-httr",
                        "R-XML",
                        "R-CRAN-recommended",
                        "R-R6",
                        "R-plyr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-markdown",
                        "R-roxygen2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-validate"
                    ]
                }
            ]
        },
        {
            "name": "R-relliptical",
            "portdir": "R/R-relliptical",
            "version": "1.3.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=relliptical",
            "description": "Truncated elliptical family of distributions",
            "long_description": "Truncated elliptical family of distributions",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-matrixcalc",
                        "R-Rdpack",
                        "R-FuzzyNumbers.Ext.2",
                        "R-Ryacas0",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-ggExtra"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppCensSpatial",
                        "R-skewlmm"
                    ]
                }
            ]
        },
        {
            "name": "R-qspray",
            "portdir": "R/R-qspray",
            "version": "3.1.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=qspray",
            "description": "Multivariate polynomials with rational coefficients",
            "long_description": "Multivariate polynomials with rational coefficients",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "pkgconfig",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-gmp",
                        "R-purrr",
                        "R-RationalMatrix",
                        "R-partitions",
                        "R-Ryacas",
                        "R-DescTools",
                        "R-CRAN-recommended",
                        "gmp",
                        "R-BH",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-jack",
                        "R-polyhedralCubature",
                        "R-ratioOfQsprays",
                        "R-symbolicQspray"
                    ]
                }
            ]
        },
        {
            "name": "R-lpacf",
            "portdir": "R/R-lpacf",
            "version": "1.0.1",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=lpacf",
            "description": "Local partial autocorrelation function estimation for locally stationary wavelet processes",
            "long_description": "Local partial autocorrelation function estimation for locally stationary wavelet processes",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-locits",
                        "R-wavethresh",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-locits",
            "portdir": "R/R-locits",
            "version": "1.7.7",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=locits",
            "description": "Test of stationarity and localized autocovariance",
            "long_description": "Test of stationarity and localized autocovariance",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-igraph",
                        "R-wavethresh",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-lpacf"
                    ]
                }
            ]
        },
        {
            "name": "R-labelVector",
            "portdir": "R/R-labelVector",
            "version": "0.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=labelVector",
            "description": "Label attributes for atomic vectors",
            "long_description": "Label attributes for atomic vectors",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-Hmisc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-jack",
            "portdir": "R/R-jack",
            "version": "6.1.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/stla/jackR",
            "description": "Jack, zonal and Schur polynomials",
            "long_description": "Jack, zonal and Schur polynomials",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "pkgconfig",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-gmp",
                        "R-partitions",
                        "R-multicool",
                        "R-mvp",
                        "R-spray",
                        "R-RcppCGAL",
                        "R-DescTools",
                        "R-qspray",
                        "R-CRAN-recommended",
                        "R-ratioOfQsprays",
                        "R-symbolicQspray",
                        "R-syt",
                        "gmp",
                        "mpfr",
                        "R-BH"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-HypergeoMat"
                    ]
                }
            ]
        },
        {
            "name": "R-ieeeround",
            "portdir": "R/R-ieeeround",
            "version": "0.2-2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jandom-devel/ieeeround",
            "description": "Functions to set and get the IEEE rounding mode",
            "long_description": "Functions to set and get the IEEE rounding mode",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-gibble",
            "portdir": "R/R-gibble",
            "version": "0.4.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mdsumner.github.io/gibble",
            "description": "Geometry decomposition",
            "long_description": "Geometry decomposition",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-CRAN-recommended",
                        "R-rlang",
                        "R-tibble"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-silicate"
                    ]
                }
            ]
        },
        {
            "name": "R-ggtricks",
            "portdir": "R/R-ggtricks",
            "version": "0.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://abdoulma.github.io/ggtricks",
            "description": "Create sector and other charts easily using grammar of graphics",
            "long_description": "Create sector and other charts easily using grammar of graphics",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-cli",
                        "R-ggplot2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-distrMod",
            "portdir": "R/R-distrMod",
            "version": "2.9.6",
            "license": "LGPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://distr.r-forge.r-project.org",
            "description": "Implements S4 classes for probability models based on packages R-distr and R-distrEx",
            "long_description": "Implements S4 classes for probability models based on packages R-distr and R-distrEx",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-startupmsg",
                        "R-RandVar",
                        "R-distrEx",
                        "R-CRAN-recommended",
                        "R-sfsmisc",
                        "R-distr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-evd",
                        "R-ismev",
                        "R-RobAStBase",
                        "R-RobExtremes"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-ROptEst",
                        "R-RobAStBase",
                        "R-RobExtremes",
                        "R-RobLox"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-distr",
                        "R-distrEllipse",
                        "R-distrRmetrics"
                    ]
                }
            ]
        },
        {
            "name": "R-distrEx",
            "portdir": "R/R-distrEx",
            "version": "2.9.5",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://distr.r-forge.r-project.org",
            "description": "Extends R-distr by functionals, distances and conditional distributions",
            "long_description": "Extends R-distr by functionals, distances and conditional distributions",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-distr",
                        "R-startupmsg",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-distrEllipse",
                        "R-distrMod",
                        "R-ROptEst",
                        "R-RandVar",
                        "R-RobAStBase",
                        "R-RobExtremes",
                        "R-GJRM"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-geoCount",
                        "R-distr",
                        "R-distrRmetrics",
                        "R-distrSim",
                        "R-distrTEst",
                        "R-FinTS"
                    ]
                }
            ]
        },
        {
            "name": "R-Ryacas0",
            "portdir": "R/R-Ryacas0",
            "version": "0.4.4",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=Ryacas0",
            "description": "Legacy version of Ryacas, an interface to the yacas computer algebra system",
            "long_description": "Legacy version of Ryacas, an interface to the yacas computer algebra system",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-settings",
                        "R-CRAN-recommended",
                        "R-xml2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-exams",
                        "R-knitr",
                        "R-pkgload",
                        "R-testthat",
                        "R-igraph",
                        "R-rmarkdown",
                        "R-devtools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-relliptical"
                    ]
                }
            ]
        },
        {
            "name": "R-RcppCensSpatial",
            "portdir": "R/R-RcppCensSpatial",
            "version": "0.3.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=RcppCensSpatial",
            "description": "Spatial estimation and prediction for censored/missing responses",
            "long_description": "Spatial estimation and prediction for censored/missing responses",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppProgress",
                        "R-mvtnorm",
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-Rdpack",
                        "R-roptim",
                        "libgcc",
                        "R-StempCens",
                        "R-relliptical",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "R-MomTrunc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-RandVar",
            "portdir": "R/R-RandVar",
            "version": "1.2.4",
            "license": "LGPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://robast.r-forge.r-project.org",
            "description": "Implements random variables by means of S4 classes and methods",
            "long_description": "Implements random variables by means of S4 classes and methods",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-distrEx",
                        "R-distr",
                        "R-CRAN-recommended",
                        "R-startupmsg"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-ROptEst",
                        "R-RobAStBase",
                        "R-RobExtremes",
                        "R-RobLox",
                        "R-distrMod"
                    ]
                }
            ]
        },
        {
            "name": "R-RQuantLib",
            "portdir": "R/R-RQuantLib",
            "version": "0.4.24",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dirk.eddelbuettel.com/code/rquantlib.html",
            "description": "R interface to the QuantLib library",
            "long_description": "R interface to the QuantLib library",
            "active": true,
            "categories": [
                "science",
                "finance",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended",
                        "QuantLib",
                        "R-zoo",
                        "boost181"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-shiny",
                        "R-tinytest",
                        "R-rgl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-bizdays",
                        "R-rtsdata"
                    ]
                }
            ]
        },
        {
            "name": "R-FuzzyNumbers.Ext.2",
            "portdir": "R/R-FuzzyNumbers.Ext.2",
            "version": "3.2",
            "license": "LGPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=FuzzyNumbers.Ext.2",
            "description": "Tools to deal with fuzzy numbers",
            "long_description": "Tools to deal with fuzzy numbers",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-FuzzyNumbers",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-relliptical"
                    ]
                }
            ]
        },
        {
            "name": "R-FuzzyNumbers",
            "portdir": "R/R-FuzzyNumbers",
            "version": "0.4-7",
            "license": "LGPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gagolews/FuzzyNumbers",
            "description": "Tools to deal with fuzzy numbers",
            "long_description": "Tools to deal with fuzzy numbers",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-digest",
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-FuzzyLP",
                        "R-FuzzyNumbers.Ext.2",
                        "R-FuzzySTs",
                        "R-FuzzySimRes"
                    ]
                }
            ]
        },
        {
            "name": "R-DescTools",
            "portdir": "R/R-DescTools",
            "version": "0.99.58",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://andrisignorell.github.io/DescTools",
            "description": "Tools for descriptive statistics",
            "long_description": "Tools for descriptive statistics",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-data.table",
                        "R-mvtnorm",
                        "R-withr",
                        "R-readxl",
                        "R-haven",
                        "R-httr",
                        "R-rstudioapi",
                        "R-expm",
                        "R-Exact",
                        "R-gld",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-cli"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-VGAM",
                        "R-R.rsp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-tspredit",
                        "R-RGMM",
                        "R-atable",
                        "R-cryptography",
                        "R-jack",
                        "R-pbANOVA",
                        "R-qspray",
                        "R-robin",
                        "R-tidyrules"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-Ecfun"
                    ]
                }
            ]
        },
        {
            "name": "R-DECIPHER",
            "portdir": "R/R-DECIPHER",
            "version": "3.0.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bioconductor.org/packages/DECIPHER",
            "description": "Tools for curating, analyzing and manipulating biological sequences",
            "long_description": "Tools for curating, analyzing and manipulating biological sequences",
            "active": true,
            "categories": [
                "science",
                "R",
                "bioconductor"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-IRanges",
                        "R-XVector",
                        "R-Biostrings",
                        "R-CRAN-recommended",
                        "R-DBI",
                        "R-S4Vectors"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RSQLite"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-CircSpaceTime",
            "portdir": "R/R-CircSpaceTime",
            "version": "0.9.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=CircSpaceTime",
            "description": "Spatial and spatio-temporal Bayesian model for circular data",
            "long_description": "Implementation of Bayesian models for spatial and spatio-temporal interpolation of circular data using Gaussian Wrapped and Gaussian Projected distributions.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-19",
                        "R",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-coda",
                        "R-ggplot2",
                        "R-RInside",
                        "R-circular",
                        "R-CRAN-recommended",
                        "libgcc14",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-gridExtra",
                        "R-iterators",
                        "R-doParallel",
                        "R-foreach"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-tth",
            "portdir": "R/R-tth",
            "version": "4.16-0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=tth",
            "description": "C source code and R wrappers for the tth/ttm TeX-to-HTML/MathML translators",
            "long_description": "C source code and R wrappers for the tth/ttm TeX-to-HTML/MathML translators",
            "active": true,
            "categories": [
                "science",
                "tex",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-exams"
                    ]
                }
            ]
        }
    ]
}