HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49839,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=913",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=911",
"results": [
{
"name": "dotenv",
"portdir": "sysutils/dotenv",
"version": "20240428",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gyf304/dotenv",
"description": "Standalone, language agnostic dotenv",
"long_description": "Standalone, language agnostic dotenv. Prefix any command with dotenv to load environment variables from a file named .env in the current directory.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"mandoc",
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "py311-fdsnwsscripts",
"portdir": "python/py-fdsnwsscripts",
"version": "2025.286",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://geofon.gfz-potsdam.de/software/fdsnws_scripts",
"description": "Scripts for working with (EIDA) FDSN web services",
"long_description": "Scripts for working with (EIDA) FDSN web services",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 596
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-requests",
"py311-dateutil",
"py311-sphinx_rtd_theme"
]
},
{
"type": "run",
"ports": [
"fdsnwsscripts_select"
]
}
],
"depends_on": []
},
{
"name": "py312-fdsnwsscripts",
"portdir": "python/py-fdsnwsscripts",
"version": "2025.286",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://geofon.gfz-potsdam.de/software/fdsnws_scripts",
"description": "Scripts for working with (EIDA) FDSN web services",
"long_description": "Scripts for working with (EIDA) FDSN web services",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 596
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"python312",
"py312-requests",
"py312-dateutil",
"py312-sphinx_rtd_theme"
]
},
{
"type": "run",
"ports": [
"fdsnwsscripts_select"
]
}
],
"depends_on": []
},
{
"name": "py311-ipython-sql",
"portdir": "python/py-ipython-sql",
"version": "0.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/catherinedevlin/ipython-sql",
"description": "RDBMS access via %%sql magic for IPython",
"long_description": "Introduces a %sql (or %%sql) magic. Connect to a database, using SQLAlchemy connect strings, then issue SQL commands within IPython or IPython Notebook.",
"active": true,
"categories": [
"databases",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 596
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py311-ipython_genutils",
"python311",
"py311-prettytable",
"py311-sqlalchemy",
"py311-six",
"py311-ipython",
"py311-sqlparse"
]
}
],
"depends_on": []
},
{
"name": "py312-ipython-sql",
"portdir": "python/py-ipython-sql",
"version": "0.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/catherinedevlin/ipython-sql",
"description": "RDBMS access via %%sql magic for IPython",
"long_description": "Introduces a %sql (or %%sql) magic. Connect to a database, using SQLAlchemy connect strings, then issue SQL commands within IPython or IPython Notebook.",
"active": true,
"categories": [
"databases",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 596
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-prettytable",
"python312",
"py312-sqlparse",
"py312-six",
"py312-ipython",
"py312-sqlalchemy",
"py312-ipython_genutils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-ipython-sql"
]
}
]
},
{
"name": "py312-pyshp",
"portdir": "python/py-pyshp",
"version": "2.3.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/GeospatialPython/pyshp",
"description": "Python Shapefile Library",
"long_description": "PyShp library provides read and write support for the ESRI shapefile format in pure Python. This format is a popular Geographic Information System vector data format created by ESRI. You can read and write shp, shx, and dbf files with all types of geometry. Everything in the public ESRI shapefile specification is implemented.",
"active": true,
"categories": [
"python",
"gis"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 596
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-pyshp",
"py312-cartopy",
"py312-tropycal"
]
}
]
},
{
"name": "bazel-6",
"portdir": "devel/bazel",
"version": "6.5.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/bazelbuild/bazel",
"description": "A tool for automating builds and tests.",
"long_description": "A tool for automating builds and tests.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mohamed.issa",
"github": "missa-prime",
"ports_count": 7
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"bash_completion"
],
"dependencies": [
{
"type": "build",
"ports": [
"zip",
"clang-17",
"python312"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"cctools",
"openjdk11"
]
}
],
"depends_on": []
},
{
"name": "readpe",
"portdir": "sysutils/readpe",
"version": "0.85.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mentebinaria/readpe",
"description": "toolkit to analyze PE (Portable Executable) binaries",
"long_description": "Open source, full-featured, multiplatform command line toolkit to work with and analyze PE (Portable Executable) binaries.",
"active": true,
"categories": [
"devel",
"sysutils"
],
"maintainers": [
{
"name": "makr",
"github": "mohd-akram",
"ports_count": 82
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl"
]
}
],
"depends_on": []
},
{
"name": "string_theory",
"portdir": "devel/string_theory",
"version": "3.8",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zrax/string_theory",
"description": "C++ string library",
"long_description": "Flexible modern C++ string library with type-safe formatting",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "darryl",
"github": "dpogue",
"ports_count": 1
}
],
"variants": [
"debug",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "enumer",
"portdir": "devel/enumer",
"version": "1.5.11",
"license": "BSD",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dmarkham/enumer",
"description": "A Go tool to auto generate methods for your enums",
"long_description": "A Go tool to auto generate methods for your enums",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "lastfm-desktop",
"portdir": "audio/lastfm-desktop",
"version": "2.1.39",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.last.fm",
"description": "Official Last.fm desktop application suite",
"long_description": "Official Last.fm desktop application suite",
"active": true,
"categories": [
"sysutils",
"audio"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"pkgconfig",
"coreutils",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"fftw-3",
"qt4-mac",
"boost176",
"ffmpeg",
"zlib",
"liblastfm",
"libsamplerate"
]
}
],
"depends_on": []
},
{
"name": "R-quadform",
"portdir": "R/R-quadform",
"version": "0.0-2",
"license": "GPL",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/RobinHankin/quadform",
"description": "Efficient Evaluation of Quadratic Forms",
"long_description": "A range of quadratic forms are evaluated, using efficient methods.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-mathjaxr",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-MM",
"R-jordan"
]
},
{
"type": "test",
"ports": [
"R-stokes"
]
}
]
},
{
"name": "termscp",
"portdir": "sysutils/termscp",
"version": "0.18.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://termscp.veeso.dev/",
"description": "A feature rich terminal file transfer",
"long_description": "A feature rich terminal file transfer",
"active": true,
"categories": [
"sysutils",
"net"
],
"maintainers": [
{
"name": "sikmir",
"github": "sikmir",
"ports_count": 42
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "qmmp",
"portdir": "audio/qmmp",
"version": "1.6.9",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://qmmp.ylsoftware.com",
"description": "Qt-based multimedia player",
"long_description": "Qt-based multimedia player",
"active": true,
"categories": [
"multimedia",
"audio"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug",
"mad",
"mpg123",
"pulse",
"shout"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"qt5-sqlite-plugin",
"libarchive",
"faad2",
"flac",
"libcdio-paranoia",
"libmad",
"libmodplug",
"libmpcdec",
"libopus",
"libsndfile",
"libvorbis",
"soxr",
"qt5-qtbase",
"wavpack",
"libcddb",
"libcdio",
"desktop-file-utils",
"ffmpeg",
"libmms",
"libogg",
"curl",
"enca",
"xorg-libX11",
"xorg-xorgproto",
"libbs2b",
"taglib",
"qt5-qtmultimedia",
"qt5-qttools"
]
}
],
"depends_on": []
},
{
"name": "d3dmetal",
"portdir": "devel/d3dmetal",
"version": "2.1",
"license": "Restrictive",
"platforms": "{darwin any >= 23}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://developer.apple.com/games",
"description": "Direct3D to Metal translation layer",
"long_description": "Direct3D to Metal translation layer",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "gcenx83",
"github": "gcenx",
"ports_count": 48
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"game-porting-toolkit"
]
}
]
},
{
"name": "oxker",
"portdir": "devel/oxker",
"version": "0.12.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mrjackwills/oxker",
"description": "A simple tui to view & control docker containers",
"long_description": "A simple tui to view & control docker containers",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "sikmir",
"github": "sikmir",
"ports_count": 42
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "py311-rich-click",
"portdir": "python/py-rich-click",
"version": "1.8.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ewels/rich-click",
"description": "Format click help output nicely with rich",
"long_description": "rich-click aims to provide attractive help output from click, formatted with rich, with minimal customisation required.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 149
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-click",
"py311-rich"
]
}
],
"depends_on": []
},
{
"name": "py312-rich-click",
"portdir": "python/py-rich-click",
"version": "1.8.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ewels/rich-click",
"description": "Format click help output nicely with rich",
"long_description": "rich-click aims to provide attractive help output from click, formatted with rich, with minimal customisation required.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 149
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py312-installer",
"py312-setuptools",
"py312-wheel",
"py312-build"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "run",
"ports": [
"py312-click",
"py312-rich"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-rich-click"
]
}
]
},
{
"name": "R-EMD",
"portdir": "R/R-EMD",
"version": "1.5.9",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=EMD",
"description": "Empirical Mode Decomposition and Hilbert spectral analysis",
"long_description": "Empirical Mode Decomposition and Hilbert spectral analysis",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-locfit",
"R-fields",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-hht"
]
}
]
},
{
"name": "R-LBI",
"portdir": "R/R-LBI",
"version": "0.2.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=LBI",
"description": "Likelihood-Based Inference",
"long_description": "Likelihood-Based Inference",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-PResiduals",
"portdir": "R/R-PResiduals",
"version": "1.0-1",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=PResiduals",
"description": "Probability-scale residuals and residual correlations",
"long_description": "Probability-scale residuals and residual correlations",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-Formula",
"R-rms",
"R-CRAN-recommended",
"R-SparseM"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-RcppBlaze",
"portdir": "R/R-RcppBlaze",
"version": "1.0.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/blaze-lib/blaze",
"description": "Rcpp integration for the Blaze high-performance C++ math library",
"long_description": "Rcpp integration for the Blaze high-performance C++ math library",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang10",
"clang11",
"clang12",
"clang60",
"clang70",
"clang80",
"g95",
"clang90",
"clangdevel",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libgcc",
"R-Rcpp",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-pkgKitten",
"R-tinytest",
"R-microbenchmark",
"R-MatrixExtra"
]
}
],
"depends_on": []
},
{
"name": "R-bayesMeanScale",
"portdir": "R/R-bayesMeanScale",
"version": "0.1.4",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dalenbe2/bayesMeanScale",
"description": "Bayesian Post-Estimation on the Mean Scale",
"long_description": "Computes Bayesian posterior distributions of predictions, marginal effects and differences of marginal effects for various generalized linear models.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-bayestestR",
"R-posterior",
"R-CRAN-recommended",
"R-data.table",
"R-magrittr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-tibble",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-rstanarm",
"R-flextable"
]
}
],
"depends_on": []
},
{
"name": "R-bayesian",
"portdir": "R/R-bayesian",
"version": "1.0.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://hsbadr.github.io/bayesian",
"description": "Bindings for Bayesian TidyModels",
"long_description": "Bindings for Bayesian TidyModels",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-brms",
"R-parsnip",
"R-CRAN-recommended",
"R-dplyr",
"R-purrr",
"R-rlang",
"R-tibble"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-recipes",
"R-workflows",
"R-knitr",
"R-rstan",
"R-testthat",
"R-future",
"R-rmarkdown",
"R-devtools",
"R-roxygen2",
"R-covr",
"R-spelling"
]
}
],
"depends_on": []
},
{
"name": "R-bbl",
"portdir": "R/R-bbl",
"version": "1.0.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bbl",
"description": "Boltzmann Bayes Learner",
"long_description": "Supervised learning using Boltzmann Bayes model inference",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-RColorBrewer",
"R-CRAN-recommended",
"gsl",
"R-pROC",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-BiocManager",
"R-glmnet",
"R-Biostrings"
]
}
],
"depends_on": []
},
{
"name": "R-bbnet",
"portdir": "R/R-bbnet",
"version": "1.0.1",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/vda1r22/bbnet",
"description": "Create simple predictive models on Bayesian Belief Networks",
"long_description": "A system to build, visualise and evaluate Bayesian belief networks.",
"active": true,
"categories": [
"science",
"R",
"economics"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ggplot2",
"R-CRAN-recommended",
"R-tibble",
"R-igraph",
"R-dplyr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-bindata",
"portdir": "R/R-bindata",
"version": "0.9-21",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bindata",
"description": "Generation of artificial binary data",
"long_description": "Generation of artificial binary data",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-e1071",
"R-mvtnorm",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-fastcmh"
]
},
{
"type": "test",
"ports": [
"R-bigsnpr"
]
}
]
},
{
"name": "R-calibmsm",
"portdir": "R/R-calibmsm",
"version": "1.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://alexpate30.github.io/calibmsm",
"description": "Calibration plots for the transition probabilities from multistate models",
"long_description": "Calibration plots for the transition probabilities from multistate models",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ggplot2",
"R-gridExtra",
"R-Hmisc",
"R-ggExtra",
"R-VGAM",
"R-rms",
"R-mstate",
"R-ggpubr",
"R-CRAN-recommended",
"R-dplyr",
"R-tidyr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-covr",
"R-R.rsp"
]
}
],
"depends_on": []
},
{
"name": "R-cloudfs",
"portdir": "R/R-cloudfs",
"version": "0.1.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://g6t.github.io/cloudfs",
"description": "Streamlined interface to interact with cloud storage platforms",
"long_description": "Streamlined interface to interact with cloud storage platforms",
"active": true,
"categories": [
"sysutils",
"net",
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-desc",
"R-glue",
"R-dplyr",
"R-httr",
"R-googledrive",
"R-CRAN-recommended",
"R-aws.s3",
"R-cli",
"R-rlang"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-jsonlite",
"R-xml2",
"R-withr",
"R-readxl",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-haven",
"R-readr",
"R-googlesheets4",
"R-writexl"
]
}
],
"depends_on": []
},
{
"name": "R-convdistr",
"portdir": "R/R-convdistr",
"version": "1.6.2",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://johnaponte.github.io/convdistr",
"description": "Convolute probabilistic distributions",
"long_description": "Convolute probabilistic distributions using the random generator function of each distribution.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-RColorBrewer",
"R-ggplot2",
"R-shiny",
"R-extraDistr",
"R-SHELF",
"R-pryr",
"R-CRAN-recommended",
"R-dplyr",
"R-tidyr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-spelling"
]
}
],
"depends_on": []
},
{
"name": "R-edstan",
"portdir": "R/R-edstan",
"version": "1.0.6",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=edstan",
"description": "Stan models for item response theory",
"long_description": "Provides convenience functions and pre-programmed Stan models related to item response theory.",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-ggplot2",
"R-rstan"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-fastcmh",
"portdir": "R/R-fastcmh",
"version": "0.2.7",
"license": "(GPL-2 or GPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=fastcmh",
"description": "Significant interval discovery with categorical covariates",
"long_description": "Significant interval discovery with categorical covariates",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-bindata",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-fastkqr",
"portdir": "R/R-fastkqr",
"version": "1.0.0",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=fastkqr",
"description": "Fast Algorithm for Kernel Quantile Regression",
"long_description": "Fast Algorithm for Kernel Quantile Regression",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang16",
"clang15",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"libgcc",
"R-rlang",
"R-dotCall64"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-genMCMCDiag",
"portdir": "R/R-genMCMCDiag",
"version": "0.2.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/LukeDuttweiler/genMCMCDiag",
"description": "Generalized convergence diagnostics for difficult MCMC algorithms",
"long_description": "Generalized convergence diagnostics for difficult MCMC algorithms",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ggplot2",
"R-knitr",
"R-mcmcse",
"R-CRAN-recommended",
"R-coda",
"R-lifecycle"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-gptr",
"portdir": "R/R-gptr",
"version": "0.6.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=gptr",
"description": "R interface to the OpenAI ChatGPT API",
"long_description": "Convenient R interface to the OpenAI ChatGPT API.",
"active": true,
"categories": [
"science",
"www",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-jsonlite",
"R-RCurl",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-hht",
"portdir": "R/R-hht",
"version": "2.1.6",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=hht",
"description": "Hilbert–Huang Transform: tools and methods",
"long_description": "Hilbert–Huang Transform: tools and methods",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-fields",
"R-CRAN-recommended",
"R-EMD"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-tspredit"
]
}
]
},
{
"name": "R-iGraphMatch",
"portdir": "R/R-iGraphMatch",
"version": "2.0.5",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dpmcsuss.github.io/iGraphMatch",
"description": "Tools for Graph Matching",
"long_description": "Versatile tools and data for graph matching analysis with various forms of prior information that supports working with igraph objects, matrix objects or lists of either.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-igraph",
"R-CRAN-recommended",
"R-clue",
"R-irlba",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-bookdown",
"R-dplyr",
"R-purrr",
"R-ggplot2",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-spelling"
]
}
],
"depends_on": []
},
{
"name": "R-lzstring",
"portdir": "R/R-lzstring",
"version": "0.1.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://parmsam.github.io/lzstring-r",
"description": "Wrapper for lz-string C++ library",
"long_description": "Wrapper for lz-string C++ library",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-cpp11",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-ggplot2",
"R-testthat",
"R-bench"
]
}
],
"depends_on": []
},
{
"name": "R-multinma",
"portdir": "R/R-multinma",
"version": "0.7.2",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dmphillippo.github.io/multinma",
"description": "Bayesian network meta-analysis of individual and aggregate data",
"long_description": "Bayesian network meta-analysis of individual and aggregate data",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-RcppEigen",
"R-RcppParallel",
"R-StanHeaders",
"R-rlang",
"R-glue",
"R-rstantools",
"R-stringr",
"R-tibble",
"R-BH",
"R-purrr",
"R-tidyr",
"R-ggplot2",
"R-rstan",
"R-bayesplot",
"R-igraph",
"R-forcats",
"R-ggdist",
"R-Rdpack",
"R-randtoolbox",
"R-truncdist",
"R-copula",
"R-ggraph",
"R-CRAN-recommended",
"R-dplyr",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-splines2",
"R-crayon",
"R-rprojroot",
"R-withr",
"R-loo",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-pkgdown",
"R-vdiffr",
"R-R.rsp",
"R-tidygraph",
"R-flexsurv",
"R-rstpm2",
"R-logitnorm"
]
}
],
"depends_on": []
},
{
"name": "R-polyMatrix",
"portdir": "R/R-polyMatrix",
"version": "0.9.16",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/namezys/polymatrix",
"description": "Infrastructure for manipulation polynomial matrices",
"long_description": "Infrastructure for manipulation polynomial matrices",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-polynom",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-withr"
]
}
],
"depends_on": []
},
{
"name": "R-yyjsonr",
"portdir": "R/R-yyjsonr",
"version": "0.1.20.9001",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://coolbutuseless.github.io/package/yyjsonr",
"description": "Fast JSON, NDJSON and GeoJSON parser and generator",
"long_description": "Fast JSON, NDJSON and GeoJSON parser and generator",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-rmarkdown",
"R-bit64",
"R-jsonlite",
"R-knitr"
]
}
],
"depends_on": []
},
{
"name": "albafetch",
"portdir": "sysutils/albafetch",
"version": "4.2.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/alba4k/albafetch",
"description": "Faster neofetch alternative, written in C",
"long_description": "albafetch is a simple and fast program to display a lot of system information in a neofetch-like layout in way less than a second.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"meson",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"curl"
]
}
],
"depends_on": []
},
{
"name": "py311-libarchive-c",
"portdir": "python/py-libarchive-c",
"version": "5.3",
"license": "public-domain",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Changaco/python-libarchive-c",
"description": "Python interface to libarchive",
"long_description": "Python interface to libarchive.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-wheel",
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"libarchive"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": []
},
{
"name": "py312-libarchive-c",
"portdir": "python/py-libarchive-c",
"version": "5.3",
"license": "public-domain",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Changaco/python-libarchive-c",
"description": "Python interface to libarchive",
"long_description": "Python interface to libarchive.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-wheel",
"clang-18",
"py312-build",
"py312-installer",
"py312-setuptools"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "run",
"ports": [
"libarchive"
]
},
{
"type": "test",
"ports": [
"py312-pytest"
]
}
],
"depends_on": []
},
{
"name": "google-java-format",
"portdir": "java/google-java-format",
"version": "1.32.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/google/google-java-format",
"description": "Reformat Java source code to comply with Google Java Style",
"long_description": "Reformat Java source code to comply with Google Java Style",
"active": true,
"categories": [
"devel",
"textproc",
"java"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 170
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"maven3",
"openjdk21-graalvm",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "py312-maxminddb",
"portdir": "python/py-maxminddb",
"version": "2.6.1",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.maxmind.com/en/home",
"description": "Reader for the MaxMind DB format",
"long_description": "This is a Python module for reading MaxMind DB files. The module includes both a pure Python reader and an optional C extension. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "gstaniak",
"github": "gstaniak",
"ports_count": 5
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-setuptools_scm",
"py312-setuptools",
"py312-wheel",
"clang-17",
"py312-build",
"py312-installer"
]
},
{
"type": "lib",
"ports": [
"python312",
"libmaxminddb"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-maxminddb"
]
}
]
},
{
"name": "R-SSEparser",
"portdir": "R/R-SSEparser",
"version": "0.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://calderonsamuel.github.io/SSEparser",
"description": "Parse Server-Sent Events",
"long_description": "Parse Server-Sent Events",
"active": true,
"categories": [
"devel",
"net",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-rlang",
"R-stringr",
"R-purrr",
"R-CRAN-recommended",
"R-R6",
"R-magrittr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-jsonlite",
"R-testthat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-gptstudio"
]
}
]
},
{
"name": "R-WeightedCluster",
"portdir": "R/R-WeightedCluster",
"version": "1.8-0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://mephisto.unige.ch/weightedcluster",
"description": "Clustering of weighted data",
"long_description": "Clustering of weighted data",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-future",
"R-foreach",
"R-doFuture",
"R-fastcluster",
"R-TraMineR",
"R-CRAN-recommended",
"R-vegclust",
"R-progressr",
"R-RColorBrewer"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-RUnit",
"R-progress",
"R-knitr",
"R-vegan",
"R-isotone"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-TraMineR"
]
}
]
},
{
"name": "zix",
"portdir": "devel/zix",
"version": "0.4.2",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/drobilla/zix",
"description": "A lightweight C99 portability and data structure library",
"long_description": "A lightweight C99 portability and data structure library",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"meson",
"ninja",
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "libcyaml",
"portdir": "devel/libcyaml",
"version": "1.4.2",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tlsa/libcyaml",
"description": "C library for reading and writing YAML.",
"long_description": "The fundamental idea behind CYAML is to allow applications to construct schemas which describe both the permissible structure of the YAML documents to read/write, and the C data structure(s) in which the loaded data is arranged in memory.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libyaml"
]
}
],
"depends_on": []
}
]
}