HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51973,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=467",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=465",
"results": [
{
"name": "tinyobjloader-devel",
"portdir": "devel/tinyobjloader",
"version": "2.0.0rc13",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tinyobjloader/tinyobjloader",
"description": "Tiny but powerful single file wavefront obj loader",
"long_description": "Tiny but powerful single file wavefront obj loader written in C++03. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time. tinyobjloader is good for embedding .obj loader to your (global illumination) renderer.",
"active": true,
"categories": [
"devel",
"graphics",
"games"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "tinyobjloader",
"portdir": "devel/tinyobjloader",
"version": "1.0.7",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tinyobjloader/tinyobjloader",
"description": "Tiny but powerful single file wavefront obj loader",
"long_description": "Tiny but powerful single file wavefront obj loader written in C++03. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time. tinyobjloader is good for embedding .obj loader to your (global illumination) renderer.",
"active": true,
"categories": [
"devel",
"graphics",
"games"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "gmailctl",
"portdir": "mail/gmailctl",
"version": "0.11.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mbrt/gmailctl",
"description": "Declarative configuration for Gmail filters",
"long_description": "This utility helps you generate and maintain Gmail filters in a declarative way. It has a Jsonnet configuration file that aims to be simpler to write and maintain than using the Gmail web interface, to categorize, label, archive and manage your inbox automatically.",
"active": true,
"categories": [
"mail"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "goss",
"portdir": "sysutils/goss",
"version": "0.4.9",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://goss.rocks",
"description": "Quick and Easy server testing/validation",
"long_description": "goss is a YAML based serverspec alternative tool for validating a server’s configuration. It eases the process of writing tests by allowing the user to generate tests from the current system state. Once the test suite is written they can be executed, waited-on, or served as a health endpoint.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "usql",
"portdir": "databases/usql",
"version": "0.19.4",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/xo/usql",
"description": "Universal command-line interface for SQL databases",
"long_description": "usql is a universal command-line interface for PostgreSQL, MySQL, Oracle Database, SQLite3, Microsoft SQL Server, and many other databases including NoSQL and non-relational databases. usql provides a simple way to work with SQL and NoSQL databases via a command-line inspired by PostgreSQL's psql. usql supports most of the core psql features, such as variables, backticks, and commands and has additional features that psql does not, such as syntax highlighting, context-based completion, and multiple database support.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"realpath",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"icu"
]
}
],
"depends_on": []
},
{
"name": "imapdedup",
"portdir": "mail/imapdedup",
"version": "20230707",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/quentinsf/IMAPdedup",
"description": "IMAP message de-duplicator",
"long_description": "IMAPdedup is a Python script (imapdedup.py) that looks for duplicate messages in a set of IMAP mailboxes and tidies up all but the first copy of any duplicates found.",
"active": true,
"categories": [
"mail"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-keyring"
]
}
],
"depends_on": []
},
{
"name": "cereal",
"portdir": "devel/cereal",
"version": "1.3.2",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/USCiLab/cereal",
"description": "A C++11 library for serialization",
"long_description": "cereal is a header-only C++11 serialization library. cereal takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, XML, or JSON. cereal was designed to be fast, light-weight, and easy to extend - it has no external dependencies and can be easily bundled with other code or used standalone.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"bali-phy",
"bali-phy-devel"
]
},
{
"type": "lib",
"ports": [
"mlpack"
]
}
]
},
{
"name": "havener",
"portdir": "sysutils/havener",
"version": "2.2.7",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/homeport/havener",
"description": "A swiss army knife for Kubernetes tasks",
"long_description": "A swiss army knife for Kubernetes tasks",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "navi",
"portdir": "sysutils/navi",
"version": "2.24.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/denisidoro/navi",
"description": "An interactive cheatsheet tool for the command-line",
"long_description": "navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "lerc",
"portdir": "gis/lerc",
"version": "4.1.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Esri/lerc",
"description": "Limited Error Raster Compression: a library to compress raster images",
"long_description": "Lerc is an open source library that allows fine-tuned compression of every type of raster images (mainly used in GIS)",
"active": true,
"categories": [
"gis"
],
"maintainers": [
{
"name": "vince",
"github": "Veence",
"ports_count": 25
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gdal",
"gdal-hdf5",
"gdal-kea",
"gdal-netcdf",
"tiff"
]
}
]
},
{
"name": "bombadillo",
"portdir": "net/bombadillo",
"version": "2.4.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bombadillo.colorfield.space",
"description": "Bombabillo is a non-web client for the terminal, supporting Gopher, Gemini and much more.",
"long_description": "Bombabillo is a non-web client for the terminal, supporting Gopher, Gemini and much more.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "entt",
"portdir": "devel/entt",
"version": "3.16.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/skypjack/entt",
"description": "EnTT is a header-only, tiny and easy to use library for game programming and much more written in modern C++.",
"long_description": "EnTT is a header-only, tiny and easy to use library for game programming and much more written in modern C++.",
"active": true,
"categories": [
"devel",
"games"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "kdash",
"portdir": "sysutils/kdash",
"version": "1.1.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://kdash.cli.rs",
"description": "A simple and fast dashboard for Kubernetes written in Rust",
"long_description": "A simple and fast dashboard for Kubernetes written in Rust",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "hermit",
"portdir": "devel/hermit",
"version": "0.38.1",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cashapp.github.io/hermit",
"description": "Hermit manages isolated, self-bootstrapping sets of tools in software projects.",
"long_description": "Hermit manages isolated, self-bootstrapping sets of tools in software projects. Hermit installs tools for software projects in self-contained, isolated sets, so your team, your contributors, and your CI have the same consistent tooling.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "roswell",
"portdir": "devel/roswell",
"version": "22.12.14.113",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/roswell/roswell",
"description": "A Lisp implementation manager, launcher, and much more!",
"long_description": "Roswell is a full-stack environment for Common Lisp development, and has many features that makes it easy to test, share, and distribute your Lisp applications.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "",
"github": "kakuhen",
"ports_count": 9
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"curl",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"curl"
]
}
],
"depends_on": []
},
{
"name": "fnm",
"portdir": "devel/fnm",
"version": "1.38.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Schniz/fnm",
"description": "Fast and simple Node.js version manager, built in Rust",
"long_description": "Fast and simple Node.js version manager, built in Rust",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "smanojkarthick",
"github": "manojkarthick",
"ports_count": 10
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"lzma",
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "gutils-suite",
"portdir": "sysutils/gutils-suite",
"version": "1.1",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "Meta port encompassing the GNU utils suite, plus other useful ports",
"long_description": "Meta port encompassing the GNU utils suite, plus other useful ports",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 359
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gutils-suite-extra"
]
},
{
"type": "run",
"ports": [
"git",
"ffmpeg",
"yt-dlp",
"ffmpeg6"
]
}
],
"depends_on": []
},
{
"name": "phetch",
"portdir": "net/phetch",
"version": "1.2.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/xvxx/phetch",
"description": "A terminal client designed to help you quickly navigate the gophersphere.",
"long_description": "Phetch is a Gopher terminal client written entirely in Rust. It supports Gopher searches, text and menu pages, and downloads. Moreover, Phetch features opt-in history tracking, TLS support, and Tor support.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "",
"github": "kakuhen",
"ports_count": 9
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "rb25-text",
"portdir": "ruby/rb-text",
"version": "1.3.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/threedaymonk/text",
"description": "A collection of text algorithms",
"long_description": "A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming",
"active": false,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby25"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb25-gettext"
]
}
]
},
{
"name": "rb26-text",
"portdir": "ruby/rb-text",
"version": "1.3.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/threedaymonk/text",
"description": "A collection of text algorithms",
"long_description": "A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming",
"active": false,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby26"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb26-gettext"
]
}
]
},
{
"name": "rb27-text",
"portdir": "ruby/rb-text",
"version": "1.3.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/threedaymonk/text",
"description": "A collection of text algorithms",
"long_description": "A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming",
"active": false,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby27"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb27-gettext"
]
}
]
},
{
"name": "rb30-text",
"portdir": "ruby/rb-text",
"version": "1.3.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/threedaymonk/text",
"description": "A collection of text algorithms",
"long_description": "A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming",
"active": true,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby30"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb30-gettext"
]
}
]
},
{
"name": "rb-text",
"portdir": "ruby/rb-text",
"version": "1.3.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/threedaymonk/text",
"description": "A collection of text algorithms",
"long_description": "A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming",
"active": true,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "rb25-locale",
"portdir": "ruby/rb-locale",
"version": "2.1.3",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gettext.github.io",
"description": "Pure ruby library which provides basic APIs for localization",
"long_description": "Pure ruby library which provides basic APIs for localization",
"active": false,
"categories": [
"devel",
"textproc",
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"ruby25"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb25-gettext"
]
}
]
},
{
"name": "rb26-locale",
"portdir": "ruby/rb-locale",
"version": "2.1.3",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gettext.github.io",
"description": "Pure ruby library which provides basic APIs for localization",
"long_description": "Pure ruby library which provides basic APIs for localization",
"active": false,
"categories": [
"devel",
"textproc",
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"ruby26"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb26-gettext"
]
}
]
},
{
"name": "rb27-locale",
"portdir": "ruby/rb-locale",
"version": "2.1.3",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gettext.github.io",
"description": "Pure ruby library which provides basic APIs for localization",
"long_description": "Pure ruby library which provides basic APIs for localization",
"active": false,
"categories": [
"devel",
"textproc",
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"ruby27"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb27-gettext"
]
}
]
},
{
"name": "rb30-locale",
"portdir": "ruby/rb-locale",
"version": "2.1.4",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gettext.github.io",
"description": "Pure ruby library which provides basic APIs for localization",
"long_description": "Pure ruby library which provides basic APIs for localization",
"active": true,
"categories": [
"devel",
"textproc",
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby30"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb30-gettext"
]
}
]
},
{
"name": "rb25-gettext",
"portdir": "ruby/rb-gettext",
"version": "3.4.9",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gettext.github.io",
"description": "a Localization library and tools which modeled GNU gettext.",
"long_description": "This library provides to translate original messages to localized messages properly using client-side locale information(environment variable or CGI variable). And the tools for developers support to create, use, and modify localized message files(message catalogs) easily.",
"active": false,
"categories": [
"devel",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby25"
]
},
{
"type": "run",
"ports": [
"rb25-locale",
"rb25-text"
]
}
],
"depends_on": []
},
{
"name": "rb26-gettext",
"portdir": "ruby/rb-gettext",
"version": "3.4.9",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gettext.github.io",
"description": "a Localization library and tools which modeled GNU gettext.",
"long_description": "This library provides to translate original messages to localized messages properly using client-side locale information(environment variable or CGI variable). And the tools for developers support to create, use, and modify localized message files(message catalogs) easily.",
"active": false,
"categories": [
"devel",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby26"
]
},
{
"type": "run",
"ports": [
"rb26-locale",
"rb26-text"
]
}
],
"depends_on": []
},
{
"name": "rb27-gettext",
"portdir": "ruby/rb-gettext",
"version": "3.4.9",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gettext.github.io",
"description": "a Localization library and tools which modeled GNU gettext.",
"long_description": "This library provides to translate original messages to localized messages properly using client-side locale information(environment variable or CGI variable). And the tools for developers support to create, use, and modify localized message files(message catalogs) easily.",
"active": false,
"categories": [
"devel",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby27"
]
},
{
"type": "run",
"ports": [
"rb27-locale",
"rb27-text"
]
}
],
"depends_on": []
},
{
"name": "rb30-gettext",
"portdir": "ruby/rb-gettext",
"version": "3.5.1",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gettext.github.io",
"description": "a Localization library and tools which modeled GNU gettext.",
"long_description": "This library provides to translate original messages to localized messages properly using client-side locale information(environment variable or CGI variable). And the tools for developers support to create, use, and modify localized message files(message catalogs) easily.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby30"
]
},
{
"type": "run",
"ports": [
"rb30-locale",
"rb30-text",
"rb30-erubi",
"rb30-racc"
]
}
],
"depends_on": []
},
{
"name": "gitui",
"portdir": "devel/gitui",
"version": "0.28.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/extrawurst/gitui",
"description": "Blazing fast terminal-ui for git written in Rust.",
"long_description": "Blazing fast terminal-ui for git written in Rust.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"cmake",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libgit2",
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "openjdk16-temurin",
"portdir": "java/openjdk-distributions",
"version": "16.0.2",
"license": "GPL-2 and NoMirror",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk17-temurin",
"homepage": "",
"description": "Obsolete port, replaced by openjdk17-temurin",
"long_description": "This port has been replaced by openjdk17-temurin.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [
{
"name": "nils",
"github": "breun",
"ports_count": 19
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "uhubctl",
"portdir": "sysutils/uhubctl",
"version": "2.6.0",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mvp/uhubctl",
"description": "USB hub per-port power control",
"long_description": "uhubctl is utility to control USB power per-port on smart USB hubs. Smart hub is defined as one that implements per-port power switching.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 271
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libusb"
]
}
],
"depends_on": []
},
{
"name": "rpki-client",
"portdir": "net/rpki-client",
"version": "9.8",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rpki-client.org/index.html",
"description": "OpenBSD RPKI Validator",
"long_description": "rpki-client is a FREE, easy-to-use implementation of the Resource Public Key Infrastructure (RPKI) for Relying Parties (RP) to facilitate validation of the Route Origin of a BGP announcement.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "artkiver",
"github": "artkiver",
"ports_count": 12
}
],
"variants": [
"libressl",
"openssl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libressl",
"expat"
]
}
],
"depends_on": []
},
{
"name": "amfora",
"portdir": "net/amfora",
"version": "1.11.0",
"license": "GPL-3",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/makeworld-the-better-one/amfora",
"description": "A fancy terminal browser for the Gemini protocol.",
"long_description": "A fancy terminal browser for the Gemini protocol. Amfora aims to be the best looking Gemini client with the most features... all in the terminal.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "openjdk11-temurin",
"portdir": "java/openjdk11-temurin",
"version": "11.0.31",
"license": "GPL-2 and NoMirror",
"platforms": "{darwin any >= 20 }",
"epoch": 0,
"replaced_by": null,
"homepage": "https://adoptium.net",
"description": "Eclipse Temurin, based on OpenJDK 11 (Long Term Support until at least October 2027)",
"long_description": "Eclipse Temurin provides secure, TCK-tested and compliant, production-ready Java runtimes.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 106
}
],
"variants": [
"Applets",
"WebStart"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "kubectl-1.22",
"portdir": "sysutils/kubectl",
"version": "1.22.17",
"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": "patarra",
"github": "patarra",
"ports_count": 29
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"bash",
"clang-18"
]
},
{
"type": "run",
"ports": [
"kubectl_select"
]
}
],
"depends_on": []
},
{
"name": "openjdk8-temurin",
"portdir": "java/openjdk8-temurin",
"version": "8u482",
"license": "GPL-2 and NoMirror",
"platforms": "{darwin any >= 10 }",
"epoch": 0,
"replaced_by": null,
"homepage": "https://adoptium.net",
"description": "Eclipse Temurin, based on OpenJDK 8 (Long Term Support until at least November 2026)",
"long_description": "Eclipse Temurin provides secure, TCK-tested and compliant, production-ready Java runtimes.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 106
}
],
"variants": [
"Applets",
"WebStart"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "tippecanoe",
"portdir": "gis/tippecanoe",
"version": "2.79.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/felt/tippecanoe",
"description": "Build vector tilesets from large collections of GeoJSON features",
"long_description": "Build vector tilesets from large collections of GeoJSON features",
"active": true,
"categories": [
"gis"
],
"maintainers": [
{
"name": "sikmir",
"github": "sikmir",
"ports_count": 46
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20"
]
},
{
"type": "lib",
"ports": [
"zlib",
"sqlite3"
]
}
],
"depends_on": []
},
{
"name": "py39-debugpy",
"portdir": "python/py-debugpy",
"version": "1.8.20",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aka.ms/debugpy",
"description": "Implementation of the Debug Adapter Protocol",
"long_description": "Implementation of the Debug Adapter Protocol",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-build",
"py39-installer",
"py39-cython",
"py39-setuptools",
"py39-wheel"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-ipykernel"
]
}
]
},
{
"name": "py38-debugpy",
"portdir": "python/py-debugpy",
"version": "1.8.7",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aka.ms/debugpy",
"description": "Implementation of the Debug Adapter Protocol",
"long_description": "Implementation of the Debug Adapter Protocol",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py38-build",
"py38-installer",
"py38-cython",
"py38-setuptools",
"py38-wheel"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-ipykernel"
]
}
]
},
{
"name": "py37-debugpy",
"portdir": "python/py-debugpy",
"version": "1.6.7",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aka.ms/debugpy",
"description": "Implementation of the Debug Adapter Protocol",
"long_description": "Implementation of the Debug Adapter Protocol",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py37-build",
"py37-installer",
"py37-cython",
"py37-setuptools",
"py37-wheel"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python37"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-ipykernel"
]
}
]
},
{
"name": "py-debugpy",
"portdir": "python/py-debugpy",
"version": "1.8.20",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aka.ms/debugpy",
"description": "Implementation of the Debug Adapter Protocol",
"long_description": "Implementation of the Debug Adapter Protocol",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-debugpy"
]
}
],
"depends_on": []
},
{
"name": "py39-python-lsp-black",
"portdir": "python/py-python-lsp-black",
"version": "2.0.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-lsp/python-lsp-black",
"description": "Black plugin for python-lsp-server",
"long_description": "Black plugin for python-lsp-server. Forked from pyls-black (https://github.com/rupert/pyls-black)",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"py39-black",
"py39-python-lsp-server",
"py39-tomli",
"python39"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-spyder-devel",
"py39-spyder"
]
}
]
},
{
"name": "py38-python-lsp-black",
"portdir": "python/py-python-lsp-black",
"version": "2.0.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-lsp/python-lsp-black",
"description": "Black plugin for python-lsp-server",
"long_description": "Black plugin for python-lsp-server. Forked from pyls-black (https://github.com/rupert/pyls-black)",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"py38-black",
"py38-python-lsp-server",
"py38-tomli",
"python38"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py38-spyder-devel",
"py38-spyder"
]
}
]
},
{
"name": "py37-python-lsp-black",
"portdir": "python/py-python-lsp-black",
"version": "1.3.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-lsp/python-lsp-black",
"description": "Black plugin for python-lsp-server",
"long_description": "Black plugin for python-lsp-server. Forked from pyls-black (https://github.com/rupert/pyls-black)",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-black",
"py37-setuptools",
"py37-python-lsp-server"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py37-spyder",
"py37-spyder-devel"
]
}
]
},
{
"name": "py36-python-lsp-black",
"portdir": "python/py-python-lsp-black",
"version": "1.0.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-lsp/python-lsp-black",
"description": "Black plugin for python-lsp-server",
"long_description": "Black plugin for python-lsp-server. Forked from pyls-black (https://github.com/rupert/pyls-black)",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-12"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-black",
"py36-setuptools",
"py36-python-lsp-server"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py36-spyder",
"py36-spyder-devel"
]
}
]
},
{
"name": "py-python-lsp-black",
"portdir": "python/py-python-lsp-black",
"version": "2.0.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-lsp/python-lsp-black",
"description": "Black plugin for python-lsp-server",
"long_description": "Black plugin for python-lsp-server. Forked from pyls-black (https://github.com/rupert/pyls-black)",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-python-lsp-black"
]
}
],
"depends_on": []
},
{
"name": "kiln",
"portdir": "www/kiln",
"version": "0.4.1",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://git.sr.ht/~adnano/kiln",
"description": "A simple static site generator",
"long_description": "A simple static site generator",
"active": true,
"categories": [
"devel",
"www"
],
"maintainers": [
{
"name": "sikmir",
"github": "sikmir",
"ports_count": 46
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"scdoc",
"clang-18"
]
}
],
"depends_on": []
}
]
}