HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50480,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=90",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=88",
"results": [
{
"name": "py-ds-store",
"portdir": "python/py-ds-store",
"version": "1.3.1",
"license": "(MIT or PSF)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ds-store.readthedocs.io/en/latest/",
"description": "Manipulate Finder .DS_Store files from Python",
"long_description": "ds_store lets you examine and modify .DS_Store files from Python code; since it is written in pure Python, it is portable and will run on any platform, not just Mac OS X.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-ds-store"
]
}
],
"depends_on": []
},
{
"name": "py-dmgbuild",
"portdir": "python/py-dmgbuild",
"version": "1.6.2",
"license": "(MIT or PSF)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dmgbuild.readthedocs.io/en/latest/",
"description": "macOS command line utility to build disk images",
"long_description": "dmgbuild is a command line tool to create macOS disk images (aka .dmg files). While it is possible to create disk images easily enough from the command line using the hdiutil program that ships with macOS, there is no easy way to configure the appearance of the resulting disk image when the user opens it.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-dmgbuild"
]
}
],
"depends_on": []
},
{
"name": "wt",
"portdir": "devel/wt",
"version": "4.11.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.webtoolkit.eu/wt",
"description": "C++ Web Toolkit",
"long_description": "Wt is a C++ library for developing web applications.",
"active": true,
"categories": [
"devel",
"www"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug",
"unixODBC",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"asciidoctor",
"doxygen",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"xml-security-c",
"xmltooling",
"log4shib",
"xercesc3",
"mesa",
"zlib",
"xorg-libX11",
"openssl3",
"boost181",
"postgresql16",
"pango",
"sqlite3",
"GraphicsMagick",
"glew",
"libharu"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"lms"
]
}
]
},
{
"name": "mdtree",
"portdir": "textproc/mdtree",
"version": "0.1.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/caarlos0/mdtree",
"description": "Convert markdown lists into ASCII trees",
"long_description": "Convert markdown lists into ASCII trees",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1020
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "toml11",
"portdir": "devel/toml11",
"version": "4.4.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://toruniina.github.io/toml11/",
"description": "TOML for Modern C++",
"long_description": "toml11 is a feature-rich TOML language library for C++11/14/17/20: - It complies with the latest TOML language specification. - It passes all the standard TOML language test cases. - It supports new features merged into the upcoming TOML version (v1.1.0). - It provides clear error messages, including the location of the error. - It parses and retains comments, associating them with corresponding values. - It maintains formatting information such as hex integers and considers these during serialization. - It provides exception-less parse function. - It supports complex type conversions from TOML values. - It allows customization of the types stored in toml::value. - It provides some extensions not present in the TOML language standard.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1020
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "zlib-ng",
"portdir": "archivers/zlib-ng",
"version": "2.3.2",
"license": "Zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zlib-ng/zlib-ng",
"description": "zlib replacement with optimizations for \"next generation\" systems.",
"long_description": "zlib replacement with optimizations for \"next generation\" systems. Features: - Zlib compatible API with support for dual-linking - Modernized native API based on zlib API for ease of porting - Modern C11 syntax and a clean code layout - Deflate medium and quick algorithms based on Intel’s zlib fork - Support for CPU intrinsics when available - Unaligned memory read/writes and large bit buffer improvements - Includes improvements from Cloudflare and Intel forks - Configure, CMake, and NMake build system support - Comprehensive set of CMake unit tests - Code sanitizers, fuzzing, and coverage - GitHub Actions continuous integration on Windows, macOS, and Linux - Emulated CI for ARM, AARCH64, PPC, PPC64, RISCV, SPARC64, S390x using qemu",
"active": true,
"categories": [
"archivers"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1020
}
],
"variants": [
"debug",
"native",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"git",
"clang-20"
]
}
],
"depends_on": []
},
{
"name": "aichat",
"portdir": "textproc/aichat",
"version": "0.30.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sigoden/aichat",
"description": "All-in-one AI CLI tool",
"long_description": "All-in-one AI CLI tool featuring Chat-REPL, Shell Assistant, RAG, AI tools & agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.",
"active": true,
"categories": [
"textproc",
"ai"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "py311-curtsies",
"portdir": "python/py-curtsies",
"version": "0.4.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://curtsies.readthedocs.io",
"description": "Curses-like terminal wrapper, with colored strings",
"long_description": "Curses-like terminal wrapper, with colored strings",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 434
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-wheel",
"clang-18",
"py311-build",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-blessed",
"py311-cwcwidth"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-pyte"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-bpython",
"py-curtsies"
]
}
]
},
{
"name": "py312-cwcwidth",
"portdir": "python/py-cwcwidth",
"version": "0.1.12",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/cwcwidth/",
"description": "Python bindings for wc(s)width",
"long_description": "cwcwidth provides Python bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 and POSIX.1-2008 based on Cython. These functions compute the printable length of a unicode character/string on a terminal. The module provides the same functions as wcwidth and its behavior is compatible.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 644
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-setuptools",
"py312-build",
"py312-installer",
"clang-18",
"py312-wheel",
"py312-cython"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": []
},
{
"name": "py311-cwcwidth",
"portdir": "python/py-cwcwidth",
"version": "0.1.12",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/cwcwidth/",
"description": "Python bindings for wc(s)width",
"long_description": "cwcwidth provides Python bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 and POSIX.1-2008 based on Cython. These functions compute the printable length of a unicode character/string on a terminal. The module provides the same functions as wcwidth and its behavior is compatible.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 644
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-build",
"py311-installer",
"clang-18",
"py311-wheel",
"py311-cython"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-curtsies"
]
}
]
},
{
"name": "py312-chm",
"portdir": "python/py-chm",
"version": "0.8.6",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dottedmag/pychm/",
"description": "PyCHM is a set of Python bindings for Jed Wing's chmlib.",
"long_description": "PyCHM is a set of Python bindings for Jed Wing's chmlib.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-setuptools",
"py312-wheel",
"clang-16",
"py312-installer"
]
},
{
"type": "lib",
"ports": [
"python312",
"chmlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-chm"
]
}
]
},
{
"name": "py311-bpython",
"portdir": "python/py-bpython",
"version": "0.24",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.bpython-interpreter.org",
"description": "fancy interface to the Python interpreter",
"long_description": "a fancy interface to the Python interpreter for Unix-like operating systems",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 434
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-wheel",
"py311-babel",
"py311-sphinx",
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"py311-requests",
"py311-pygments",
"python311",
"py311-pyxdg",
"py311-curtsies",
"py311-greenlet"
]
},
{
"type": "run",
"ports": [
"py311-watchdog",
"bpython_select",
"py311-jedi",
"py311-urwid"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bpython"
]
}
]
},
{
"name": "py311-blessings",
"portdir": "python/py-blessings",
"version": "1.7",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/erikrose/blessings",
"description": "A thin, practical wrapper around terminal formatting, positioning, and more",
"long_description": "A thin, practical wrapper around terminal formatting, positioning, and more",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-wheel",
"clang-18",
"py311-build",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"py311-six",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-blessings"
]
}
]
},
{
"name": "py312-bitstruct",
"portdir": "python/py-bitstruct",
"version": "8.19.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "This module performs conversions between Python values and C bit field structs represented as Python byte strings.",
"long_description": "This module is intended to have a similar interface as the python struct module, but working on bits instead of primitive data types (char, int, ...).",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "aw.kornilov",
"github": "ierofant",
"ports_count": 15
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-installer",
"clang-16",
"py312-build",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "test",
"ports": [
"py312-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bitstruct"
]
}
]
},
{
"name": "qt4-mac-postgresql15-plugin",
"portdir": "aqua/qt4-mac-postgresql16-plugin",
"version": "4.8.7",
"license": "(LGPL-2.1 or GPL-3)",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.qt.io/",
"description": "Qt PostgreSQL database plugin for postgresql15",
"long_description": "Qt PostgreSQL database plugin for postgresql15",
"active": true,
"categories": [
"aqua",
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"postgresql15"
]
}
],
"depends_on": []
},
{
"name": "qt4-mac-postgresql16-plugin",
"portdir": "aqua/qt4-mac-postgresql16-plugin",
"version": "4.8.7",
"license": "(LGPL-2.1 or GPL-3)",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.qt.io/",
"description": "Qt PostgreSQL database plugin for postgresql16",
"long_description": "Qt PostgreSQL database plugin for postgresql16",
"active": true,
"categories": [
"aqua",
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"postgresql16"
]
}
],
"depends_on": []
},
{
"name": "ud",
"portdir": "sysutils/ud",
"version": "1.1.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/xyproto/ud",
"description": "ud is the UNIX day utility.",
"long_description": "ud calculates the UNIX days from the current UNIX time, which is the number of seconds since January 1st, 1970 at 00:00:00 UTC.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "srirangav",
"github": "srirangav",
"ports_count": 15
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "R-tidycmprsk",
"portdir": "R/R-tidycmprsk",
"version": "1.1.0",
"license": "AGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mskcc-epi-bio.github.io/tidycmprsk",
"description": "Competing risks estimation",
"long_description": "Competing risks estimation",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-stringr",
"R-tibble",
"R-dplyr",
"R-purrr",
"R-tidyr",
"R-ggplot2",
"R-broom",
"R-cmprsk",
"R-hardhat",
"R-gtsummary",
"R-CRAN-recommended",
"R-cli",
"R-rlang"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-covr",
"R-spelling",
"R-broom.helpers",
"R-aod",
"R-cardx",
"R-ggsurvfit"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-ggsurvfit"
]
}
]
},
{
"name": "R-stddiff",
"portdir": "R/R-stddiff",
"version": "3.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=stddiff",
"description": "Calculate the standardized difference for numeric, binary and category variables",
"long_description": "Calculate the standardized difference for numeric, binary and category variables",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-smd"
]
}
]
},
{
"name": "R-smd",
"portdir": "R/R-smd",
"version": "0.7.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bsaul.github.io/smd",
"description": "Compute standardized mean differences",
"long_description": "Compute standardized mean differences",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-markdown",
"R-rmarkdown",
"R-tableone",
"R-stddiff",
"R-dplyr",
"R-purrr",
"R-knitr"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-cardx",
"R-gtsummary"
]
}
]
},
{
"name": "R-shinyEffects",
"portdir": "R/R-shinyEffects",
"version": "0.2.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/RinteRface/shinyEffects",
"description": "Customize your web-apps with fancy effects",
"long_description": "Customize your web-apps with fancy effects",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-htmltools",
"R-shiny"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown",
"R-shinydashboard",
"R-shinydashboardPlus",
"R-bs4Dash"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-shinydashboardPlus"
]
}
]
},
{
"name": "R-ggsurvfit",
"portdir": "R/R-ggsurvfit",
"version": "1.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/insightsengineering/cardx",
"description": "Flexible time-to-event figures",
"long_description": "Flexible time-to-event figures",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-rlang",
"R-glue",
"R-dplyr",
"R-tidyr",
"R-ggplot2",
"R-broom",
"R-patchwork",
"R-CRAN-recommended",
"R-cli",
"R-gtable"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-withr",
"R-knitr",
"R-scales",
"R-testthat",
"R-rmarkdown",
"R-covr",
"R-vdiffr",
"R-spelling",
"R-tidycmprsk"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-cardx",
"R-tidycmprsk"
]
}
]
},
{
"name": "R-dockerfiler",
"portdir": "R/R-dockerfiler",
"version": "0.2.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ThinkR-open/dockerfiler",
"description": "Easy dockerfile creation from R",
"long_description": "Easy dockerfile creation from R",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-fs",
"R-jsonlite",
"R-remotes",
"R-desc",
"R-glue",
"R-memoise",
"R-purrr",
"R-pkgbuild",
"R-usethis",
"R-pak",
"R-attempt",
"R-CRAN-recommended",
"R-R6",
"R-cli"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-withr",
"R-knitr",
"R-testthat",
"R-rmarkdown"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-golem"
]
}
]
},
{
"name": "R-cardx",
"portdir": "R/R-cardx",
"version": "0.2.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/insightsengineering/cardx",
"description": "Extra analysis results data (ARD) utilities",
"long_description": "Extra analysis results data (ARD) utilities",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-cli",
"R-cards",
"R-CRAN-recommended",
"R-rlang",
"R-glue",
"R-lifecycle",
"R-dplyr",
"R-tidyr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-geepack",
"R-broom.mixed",
"R-broom.helpers",
"R-aod",
"R-ggsurvfit",
"R-smd",
"R-effectsize",
"R-parameters",
"R-survey",
"R-withr",
"R-testthat",
"R-lme4",
"R-broom",
"R-emmeans",
"R-spelling",
"R-car"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-tidycmprsk",
"R-gtsummary"
]
}
]
},
{
"name": "infisical",
"portdir": "security/infisical",
"version": "0.28.4",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://infisical.com/",
"description": "Official CLI for Infisical, an open source secrets platform",
"long_description": "Official CLI for Infisical, an open source secrets platform",
"active": true,
"categories": [
"devel",
"security"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "JuffEd",
"portdir": "editors/JuffEd",
"version": "20240816",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Mezomish/juffed",
"description": "JuffEd is a Qt-based text editor",
"long_description": "JuffEd is a Qt-based text editor.",
"active": true,
"categories": [
"editors"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"qt5-qtbase",
"qtermwidget",
"qt5-qttools",
"qscintilla-qt5"
]
}
],
"depends_on": []
},
{
"name": "R-crop",
"portdir": "R/R-crop",
"version": "0.0-3",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=crop",
"description": "Graphics cropping tool",
"long_description": "Graphics cropping tool",
"active": true,
"categories": [
"graphics",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-copula"
]
}
]
},
{
"name": "R-copulaData",
"portdir": "R/R-copulaData",
"version": "0.0-2",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://copula.r-forge.r-project.org",
"description": "Data-sets for copula modelling",
"long_description": "Data-sets for copula modelling",
"active": true,
"categories": [
"science",
"finance",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-copula"
]
}
]
},
{
"name": "openjdk8-powerpc",
"portdir": "java/openjdk8-powerpc",
"version": "8u432",
"license": "GPL-2+",
"platforms": "{darwin < 11}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://openjdk.org/projects/jdk8u/",
"description": "OpenJDK 8 port for macOS PowerPC",
"long_description": "JDK 8 and JRE 8 builds of OpenJDK, the Open-Source implementation of the Java Platform, Standard Edition, and related projects. This is an experimental port for PowerPC systems.",
"active": true,
"categories": [
"devel",
"lang",
"java"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"server",
"release",
"debug",
"core",
"zero",
"zeroshark"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"automake",
"gmake",
"pkgconfig",
"bash",
"openjdk7-bootstrap",
"autoconf"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"fontconfig",
"freetype",
"libiconv",
"libffi"
]
}
],
"depends_on": []
},
{
"name": "py312-pyficache",
"portdir": "python/py-pyficache",
"version": "2.5.0",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rocky/python-filecache",
"description": "A Python module for reading and caching lines",
"long_description": "The pyficache module allows one to get any line from any file, caching lines of the file on first access to the file. Although the file may be any file, the common use is when the file is a Python script.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-installer",
"py312-setuptools",
"py312-wheel",
"clang-18",
"py312-build"
]
},
{
"type": "lib",
"ports": [
"python312",
"py312-pygments",
"py312-term-background",
"py312-xdis"
]
},
{
"type": "test",
"ports": [
"py312-pytest"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py312-trepan3k"
]
},
{
"type": "test",
"ports": [
"py312-trepan3k"
]
}
]
},
{
"name": "py311-pyficache",
"portdir": "python/py-pyficache",
"version": "2.5.0",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rocky/python-filecache",
"description": "A Python module for reading and caching lines",
"long_description": "The pyficache module allows one to get any line from any file, caching lines of the file on first access to the file. Although the file may be any file, the common use is when the file is a Python script.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-pygments",
"py311-term-background",
"py311-xdis"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py311-trepan3k"
]
},
{
"type": "test",
"ports": [
"py311-trepan3k"
]
}
]
},
{
"name": "cleed",
"portdir": "net/cleed",
"version": "0.4.4",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/radulucut/cleed",
"description": "Simple feed reader for the command line.",
"long_description": "Simple feed reader for the command line.",
"active": true,
"categories": [
"net",
"www"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1020
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "getmail6",
"portdir": "mail/getmail6",
"version": "6.19.05",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://getmail6.org",
"description": "extensible mail retrieval system with POP3, IMAP4, SSL support",
"long_description": "getmail6 is a flexible, extensible mail retrieval system with support for POP3, IMAP4, SSL variants of both, maildirs, mboxrd files, external MDAs, arbitrary message filtering, single-user and domain-mailboxes, and many other useful features.",
"active": true,
"categories": [
"mail",
"python"
],
"maintainers": [
{
"name": "~+macports",
"github": "graywolf",
"ports_count": 3
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": []
},
{
"name": "qrscan",
"portdir": "graphics/qrscan",
"version": "1.0.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/redraiment/qrscan",
"description": "Scan a QR code in the terminal using a given PNG image.",
"long_description": "Scan a QR code in the terminal using a given PNG image.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1020
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libjpeg-turbo",
"libpng",
"libquirc"
]
}
],
"depends_on": []
},
{
"name": "kondo",
"portdir": "devel/kondo",
"version": "0.8",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tbillington/kondo",
"description": "Cleans dependencies and build artifacts from your projects",
"long_description": "Cleans node_modules, target, build, and friends from your projects. Excellent if: you want to back up your code but don't want to include GBs of dependencies, you try out lots of projects but hate how much space they occupy you like keeping your disks lean and zippy",
"active": true,
"categories": [
"devel",
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1020
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "libfmt11",
"portdir": "devel/libfmt11",
"version": "11.2.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://fmt.dev",
"description": "An open-source formatting library",
"long_description": "fmt (formerly cppformat) is an open-source formatting library. It can be used as a safe alternative to printf or as a fast alternative to C++ IOStreams.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"debug",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"ninja",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"fb303",
"fizz",
"folly",
"mvfst",
"proxygen",
"tapkee",
"watchman",
"edencommon",
"lfortran",
"bali-phy",
"bali-phy-devel",
"chai",
"log4cxx",
"mpd",
"ncmpc",
"osm2pgsql",
"wangle",
"fbthrift"
]
}
]
},
{
"name": "packwiz",
"portdir": "games/packwiz",
"version": "20241014",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/packwiz/packwiz",
"description": "Command line tool for creating Minecraft modpacks",
"long_description": "packwiz is a command line tool for creating Minecraft modpacks. Instead of managing JAR files directly, packwiz creates TOML files that can be easily version-controlled and shared with git. You can then export to a CurseForge or Modrinth modpack.",
"active": true,
"categories": [
"games"
],
"maintainers": [
{
"name": "git",
"github": "JLindop",
"ports_count": 3
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "kubectl-1.31",
"portdir": "sysutils/kubectl",
"version": "1.31.14",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://kubectl.docs.kubernetes.io/",
"description": "Kubernetes cluster CLI",
"long_description": "Command line interface for running commands against Kubernetes clusters",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1020
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 80
},
{
"name": "patarra",
"github": "patarra",
"ports_count": 28
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"bash",
"clang-18"
]
},
{
"type": "run",
"ports": [
"kubectl_select"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"minikube"
]
}
]
},
{
"name": "catgirl-downloader",
"portdir": "www/catgirl-downloader",
"version": "0.2.8",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/NyarchLinux/CatgirlDownloader",
"description": "GTK4 application that downloads images of catgirl",
"long_description": "GTK4 application that downloads images of catgirl based on https://nekos.moe",
"active": true,
"categories": [
"graphics",
"www"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"meson",
"ninja",
"pkgconfig",
"clang-17",
"python313",
"gettext"
]
},
{
"type": "lib",
"ports": [
"appstream-glib",
"glib2",
"desktop-file-utils",
"gettext-runtime",
"gtk4"
]
},
{
"type": "run",
"ports": [
"libadwaita",
"py313-requests",
"py313-gobject3"
]
}
],
"depends_on": []
},
{
"name": "xapian-bindings-perl5.38",
"portdir": "devel/xapian-core",
"version": "1.4.27",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://xapian.org/docs/bindings/",
"description": "Xapian bindings for Perl 5.38",
"long_description": "Xapian bindings for Perl 5.38",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"xapian-core",
"perl5.38"
]
}
],
"depends_on": []
},
{
"name": "py312-pyFAI",
"portdir": "python/py-pyFAI",
"version": "2025.3.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.silx.org",
"description": "Azimuthal Integration library",
"long_description": "pyFAI is an azimuthal integration library that tries to be fast (as fast as C and even more using OpenCL and GPU). It is based on histogramming of the 2theta/Q positions of each (center of) pixel weighted by the intensity of each pixel, but parallel version use a SparseMatrix-DenseVector multiplication.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "coquelleni",
"github": "coquellen",
"ports_count": 22
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"ninja",
"py312-build",
"py312-installer",
"py312-wheel",
"py312-cython",
"py312-meson-python",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312",
"py312-silx",
"py312-numpy",
"py312-matplotlib",
"py312-scipy",
"py312-h5py",
"py312-numexpr",
"py312-fabio"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py312-xraylarch"
]
}
]
},
{
"name": "py310-pyFAI",
"portdir": "python/py-pyFAI",
"version": "2025.3.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.silx.org",
"description": "Azimuthal Integration library",
"long_description": "pyFAI is an azimuthal integration library that tries to be fast (as fast as C and even more using OpenCL and GPU). It is based on histogramming of the 2theta/Q positions of each (center of) pixel weighted by the intensity of each pixel, but parallel version use a SparseMatrix-DenseVector multiplication.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "coquelleni",
"github": "coquellen",
"ports_count": 22
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"ninja",
"py310-cython",
"py310-tomli",
"py310-wheel",
"py310-build",
"py310-installer",
"py310-meson-python"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-numpy",
"py310-scipy",
"py310-matplotlib",
"py310-h5py",
"py310-numexpr",
"py310-fabio",
"py310-silx"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py310-xraylarch"
]
}
]
},
{
"name": "py39-pyFAI",
"portdir": "python/py-pyFAI",
"version": "2025.3.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.silx.org",
"description": "Azimuthal Integration library",
"long_description": "pyFAI is an azimuthal integration library that tries to be fast (as fast as C and even more using OpenCL and GPU). It is based on histogramming of the 2theta/Q positions of each (center of) pixel weighted by the intensity of each pixel, but parallel version use a SparseMatrix-DenseVector multiplication.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "coquelleni",
"github": "coquellen",
"ports_count": 22
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"ninja",
"py39-cython",
"py39-wheel",
"py39-tomli",
"py39-build",
"py39-installer",
"py39-meson-python"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-h5py",
"py39-matplotlib",
"py39-numexpr",
"py39-numpy",
"py39-scipy",
"py39-fabio",
"py39-silx"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-xraylarch"
]
}
]
},
{
"name": "py38-pyFAI",
"portdir": "python/py-pyFAI",
"version": "2024.5.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.silx.org",
"description": "Azimuthal Integration library",
"long_description": "pyFAI is an azimuthal integration library that tries to be fast (as fast as C and even more using OpenCL and GPU). It is based on histogramming of the 2theta/Q positions of each (center of) pixel weighted by the intensity of each pixel, but parallel version use a SparseMatrix-DenseVector multiplication.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "coquelleni",
"github": "coquellen",
"ports_count": 22
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-meson-python",
"ninja",
"py38-cython",
"py38-wheel",
"py38-tomli",
"py38-build",
"py38-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-h5py",
"py38-matplotlib",
"py38-numexpr",
"py38-numpy",
"py38-scipy",
"py38-fabio",
"py38-silx"
]
}
],
"depends_on": []
},
{
"name": "fbzmq",
"portdir": "devel/fbzmq",
"version": "2022.05.30.00",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facebookarchive/fbzmq",
"description": "fbzmq provides a framework for writing services in C++ while leveraging the awesomeness of libzmq (message passing semantics)",
"long_description": "fbzmq provides a framework for writing services in C++ while leveraging the awesomeness of libzmq (message passing semantics)",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"ninja",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"gflags",
"google-glog",
"gtest",
"libsodium",
"wangle",
"zstd",
"fizz",
"openssl3",
"boost181",
"libfmt10",
"zmq",
"double-conversion",
"fbthrift",
"folly"
]
}
],
"depends_on": []
},
{
"name": "shadowsocks-rust",
"portdir": "net/shadowsocks-rust",
"version": "1.24.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/shadowsocks/shadowsocks-rust",
"description": "Lightweight secured SOCKS5 proxy",
"long_description": "shadowsocks is a fast tunnel proxy that helps you bypass firewalls. shadowsocks-rust is a Rust implementation of shadowsocks protocol.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "",
"github": "zonyitoo",
"ports_count": 1
}
],
"variants": [
"local",
"server",
"service",
"manager",
"basic",
"full",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "faq",
"portdir": "textproc/faq",
"version": "0.0.7",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jzelinskie/faq",
"description": "Format Agnostic jQ -- process various formats with libjq",
"long_description": "faq is a tool intended to be a more flexible jq, supporting additional formats. The additional formats are converted into JSON and processed with libjq. Supported formats: \n \n - BSON\n - Bencode\n - JSON\n - Property Lists\n - TOML\n - XML\n - YAML",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1020
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "minify",
"portdir": "devel/minify",
"version": "2.24.5",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tdewolff/minify",
"description": "Go minifier for web formats.",
"long_description": "Minify is a minifier CLI written in Go. It can minify HTML5, CSS3, JS, JSON, SVG and XML.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "zapdotzip",
"github": "ZapDotZip",
"ports_count": 3
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "py312-macfsevents",
"portdir": "python/py-macfsevents",
"version": "0.8.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/malthe/macfsevents",
"description": "Thread-based interface to file system observation primitives.",
"long_description": "MacFSEvents is a Python library that provides thread-safe directory observation primitives using callbacks. It wraps the Mac OS X FSEvents API in a C-extension.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2866
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-macfsevents"
]
}
]
},
{
"name": "lucky-commit",
"portdir": "devel/lucky-commit",
"version": "2.2.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/not-an-aardvark/lucky-commit",
"description": "Customize your git commit hashes!",
"long_description": "With this simple tool, you can change the start of your git commit hashes to whatever you want.",
"active": true,
"categories": [
"devel",
"amusements"
],
"maintainers": [
{
"name": "zapdotzip",
"github": "ZapDotZip",
"ports_count": 3
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
},
{
"type": "run",
"ports": [
"git"
]
}
],
"depends_on": []
}
]
}