HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49988,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=878",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=876",
"results": [
{
"name": "masscan",
"portdir": "net/masscan",
"version": "1.3.2",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/robertdavidgraham/masscan",
"description": "Mass IP port scanner",
"long_description": "This is the fastest Internet port scanner. It can scan the entire Internet in under 6 minutes, transmitting 10 million packets per second. It produces results similar to nmap, the most famous port scanner. Internally, it operates more like scanrand, unicornscan, and ZMap, using asynchronous transmission. The major difference is that it is faster than these other scanners. In addition, it is more flexible, allowing arbitrary address ranges and port ranges.",
"active": true,
"categories": [
"net",
"security"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libpcap"
]
}
],
"depends_on": []
},
{
"name": "maskedKlustaKwik",
"portdir": "science/KlustaKwik",
"version": "3.0.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sourceforge.net/projects/klustakwik/",
"description": "A program for automatic clustering of continuous data into a mixture of Gaussians.",
"long_description": "KlustaKwik is an open-source program for automatic clustering of continuous data into a mixture of Gaussians. The program was originally developed for sorting of neuronal action potentials, but can be applied to any sort of data. This is the new masked version of KlustaKwik, designed for large dense electrode arrays.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "FlorianFranzen",
"github": "",
"ports_count": 2
}
],
"variants": [
"universal",
"native"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "mask",
"portdir": "sysutils/mask",
"version": "0.11.6",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jakedeichert/mask",
"description": "A CLI task runner defined by a simple markdown file",
"long_description": "mask is a CLI task runner which is defined by a simple markdown file. It searches for a maskfile.md in the current directory which it then parses for commands and arguments. A maskfile.md is both a human-readable document and a command definition! Being documentation focused allows others to easily get started with your project's development setup by simply reading your maskfile.md.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "mas",
"portdir": "sysutils/mas",
"version": "3.1.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mas-cli/mas",
"description": "Mac App Store command line interface",
"long_description": "A simple command line interface for the Mac App Store. Designed for scripting and automation.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 627
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "marx",
"portdir": "science/marx",
"version": "5.5.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://space.mit.edu/cxc/marx/",
"description": "Simulate the Chandra X-ray observatory",
"long_description": "marx is a suite of programs created and maintained by the MIT/CXC/HETG group group and is designed to enable the user to simulate the on-orbit performance of the Chandra X-ray Observatory. marx provides a detailed ray-trace simulation of how Chandra responds to a variety of astrophysical sources and can generate standard FITS event files and images as output. It contains detailed models for Chandra’s High Resolution Mirror Assembly (HRMA), the HETG and LETG gratings, and all the focal plane detectors.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "moritz.guenther",
"github": "hamogu",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "marst",
"portdir": "lang/marst",
"version": "2.7",
"license": "GPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/marst",
"description": "Algol-to-C translator",
"long_description": "MARST is an Algol-to-C translator. It automatically translates programs written on the algorithmic language Algol 60 to the C programming language.",
"active": true,
"categories": [
"lang",
"algol"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "mars",
"portdir": "java/mars",
"version": "4.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://courses.missouristate.edu/kenvollmar/mars/",
"description": "MARS (MIPS Assembler and Runtime Simulator)",
"long_description": "MARS is a lightweight interactive development environment (IDE) for programming in MIPS assembly language, intended for educational-level use with Patterson and Hennessy's Computer Organization and Design.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [
{
"name": "Torsten.Maehne",
"github": "maehne",
"ports_count": 4
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"makeicns",
"clang-16"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "marksman",
"portdir": "devel/marksman",
"version": "2024-12-18",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/artempyanykh/marksman",
"description": "Write Markdown with code assist and intelligence in the comfort of your favourite editor",
"long_description": "Marksman is a program that integrates with your editor to assist you in writing and maintaining your Markdown documents. Using LSP protocol it provides completion, goto definition, find references, rename refactoring, diagnostics, and more. In addition to regular Markdown, it also supports wiki-link-style references that enable Zettelkasten-like1, 2 note taking.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 627
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "markscribe",
"portdir": "textproc/markscribe",
"version": "0.6.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/muesli/markscribe",
"description": "Your personal markdown scribe with template-engine and Git(Hub) & RSS powers",
"long_description": "Your personal markdown scribe with template-engine and Git(Hub) & RSS powers. You can run markscribe as a Github Action.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "markdown-mode.el",
"portdir": "editors/markdown-mode.el",
"version": "2.6",
"license": "GPL-3+",
"platforms": "any",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/jrblevin/markdown-mode",
"description": "An Emacs mode for editing Markdown files",
"long_description": "An Emacs mode for editing Markdown files",
"active": true,
"categories": [
"editors"
],
"maintainers": [
{
"name": "easieste",
"github": "easye",
"ports_count": 15
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"emacs"
]
}
],
"depends_on": []
},
{
"name": "marisa-trie",
"portdir": "textproc/marisa-trie",
"version": "0.3.1",
"license": "(BSD or LGPL-2.1+)",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/s-yata/marisa-trie",
"description": "a static and space-efficient trie data structure",
"long_description": "Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. And libmarisa is a C++ library to provide an implementation of MARISA. Also, the package of libmarisa contains a set of command line tools for building and operating a MARISA-based dictionary.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"opencc",
"squirrel-ime",
"librime-devel"
]
}
]
},
{
"name": "mariadb-server",
"portdir": "databases/mariadb",
"version": "5.5.68",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Run mariadb as server",
"long_description": "Run mariadb as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"mariadb"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mythtv-pkg.27",
"akonadi",
"mythtv.28"
]
}
]
},
{
"name": "mariadb-lib_mysqludf_xql",
"portdir": "databases/mysql55-lib_mysqludf_xql",
"version": "1.0.0",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.mysqludf.org/lib_mysqludf_xql/",
"description": "The lib_mysqludf_xql library provides an array of functions, which can be used to create XML output directly from MySQL using a single SQL query.",
"long_description": "The lib_mysqludf_xql library provides an array of functions, which can be used to create XML output directly from MySQL using a single SQL query. This prevents having to convert a MySQL result to XML in a PHP script, Ruby script, etc. This improves performance and simplifies your code. The library provides the same functionality as SQL/XML, seen in MS SQL server and Oracle. However it uses normal functions. By using subqueries the same results as SQL/XML can be generated.",
"active": true,
"categories": [
"databases",
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mariadb",
"libxml2"
]
}
],
"depends_on": []
},
{
"name": "mariadb-lib_mysqludf_preg",
"portdir": "databases/mysql55-lib_mysqludf_preg",
"version": "1.1",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mysqludf/lib_mysqludf_preg",
"description": "lib_mysqludf_preg is a library of mysql UDFs (user-defined-functions) that provide access to the PCRE (perl compatible-regular-expressions) library for pattern matching.",
"long_description": "lib_mysqludf_preg is a library of mysql UDFs (user-defined-functions) that provide access to the PCRE (perl compatible-regular-expressions) library for pattern matching. The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. This syntax can often handle more complex expressions and capturing than standard regular expression implementations.",
"active": true,
"categories": [
"databases",
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mariadb",
"pcre"
]
}
],
"depends_on": []
},
{
"name": "mariadb-lib_mysqludf_json",
"portdir": "databases/mysql55-lib_mysqludf_json",
"version": "0.0.2",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.mysqludf.org/lib_mysqludf_json/",
"description": "Map database data to the JSON.",
"long_description": "Map database data to the JSON.",
"active": true,
"categories": [
"databases",
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mariadb"
]
}
],
"depends_on": []
},
{
"name": "mariadb-lib_mysqludf_fPROJ4",
"portdir": "databases/mysql55-lib_mysqludf_fproj4",
"version": "0.1.0",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.mysqludf.org/lib_mysqludf_fPROJ4/",
"description": "Based on program PROJ.4, lib_mysqludf_fPROJ4 converts geographic longitude and latitude coordinates into cartesian coordinates.",
"long_description": "This library is based on program PROJ.4 which is a standard Unix filter function which converts geographic longitude and latitude coordinates into cartesian coordinates, by means of a wide variety of cartographic projection functions.",
"active": true,
"categories": [
"databases",
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mariadb",
"proj4"
]
}
],
"depends_on": []
},
{
"name": "mariadb-connector-cpp",
"portdir": "databases/mysql55-connector-cpp",
"version": "1.1.9",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.mysql.com/products/connector/",
"description": "The MySQL Connector/C++ for mariadb.",
"long_description": "The MySQL Connector/C++ for mariadb. Standardized MySQL database driver for C++ development.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"boost176",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mariadb"
]
}
],
"depends_on": []
},
{
"name": "mariadb-11.4-server",
"portdir": "databases/mariadb-11.4",
"version": "11.4.7",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Run mariadb-11.4 as server",
"long_description": "Run mariadb-11.4 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"mariadb-11.4"
]
}
],
"depends_on": []
},
{
"name": "mariadb-11.4",
"portdir": "databases/mariadb-11.4",
"version": "11.4.7",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Multithreaded SQL database server",
"long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"debug",
"system_readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"bison",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"curl",
"tcp_wrappers",
"libxml2",
"zlib",
"boost187",
"openssl3",
"judy",
"ncurses",
"pcre2"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mariadb-11.4-server"
]
}
]
},
{
"name": "mariadb-10.9-server",
"portdir": "databases/mariadb-10.9",
"version": "10.9.8",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Run mariadb-10.9 as server",
"long_description": "Run mariadb-10.9 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"mariadb-10.9"
]
}
],
"depends_on": []
},
{
"name": "mariadb-10.9",
"portdir": "databases/mariadb-10.9",
"version": "10.9.8",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Multithreaded SQL database server",
"long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [
"debug",
"system_readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"bison",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"curl",
"tcp_wrappers",
"libxml2",
"zlib",
"boost178",
"openssl3",
"judy",
"ncurses",
"pcre2"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-mysqlclient",
"py39-mysqlclient"
]
},
{
"type": "run",
"ports": [
"mariadb-10.9-server"
]
}
]
},
{
"name": "mariadb-10.8-server",
"portdir": "databases/mariadb-10.8",
"version": "10.8.8",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Run mariadb-10.8 as server",
"long_description": "Run mariadb-10.8 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"mariadb-10.8"
]
}
],
"depends_on": []
},
{
"name": "mariadb-10.8",
"portdir": "databases/mariadb-10.8",
"version": "10.8.8",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Multithreaded SQL database server",
"long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [
"debug",
"system_readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"bison",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"curl",
"tcp_wrappers",
"libxml2",
"zlib",
"boost178",
"openssl3",
"judy",
"ncurses",
"pcre2"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mariadb-10.8-server"
]
}
]
},
{
"name": "mariadb-10.7-server",
"portdir": "databases/mariadb-10.7",
"version": "10.7.8",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Run mariadb-10.7 as server",
"long_description": "Run mariadb-10.7 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"mariadb-10.7"
]
}
],
"depends_on": []
},
{
"name": "mariadb-10.7",
"portdir": "databases/mariadb-10.7",
"version": "10.7.8",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Multithreaded SQL database server",
"long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [
"debug",
"system_readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"bison",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"curl",
"tcp_wrappers",
"libxml2",
"zlib",
"boost178",
"openssl3",
"judy",
"ncurses",
"pcre2"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mariadb-10.7-server"
]
}
]
},
{
"name": "mariadb-10.6-server",
"portdir": "databases/mariadb-10.6",
"version": "10.6.21",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Run mariadb-10.6 as server",
"long_description": "Run mariadb-10.6 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"mariadb-10.6"
]
}
],
"depends_on": []
},
{
"name": "mariadb-10.6",
"portdir": "databases/mariadb-10.6",
"version": "10.6.21",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Multithreaded SQL database server",
"long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [
"debug",
"system_readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"bison",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"curl",
"tcp_wrappers",
"libxml2",
"zlib",
"boost178",
"openssl3",
"judy",
"ncurses",
"pcre2"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-dbd-mariadb",
"p5.30-dbd-mariadb",
"p5.32-dbd-mariadb",
"p5.34-dbd-mariadb"
]
},
{
"type": "run",
"ports": [
"mariadb-10.6-server"
]
}
]
},
{
"name": "mariadb-10.5-server",
"portdir": "databases/mariadb-10.5",
"version": "10.5.28",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Run mariadb-10.5 as server",
"long_description": "Run mariadb-10.5 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"mariadb-10.5"
]
}
],
"depends_on": []
},
{
"name": "mariadb-10.5",
"portdir": "databases/mariadb-10.5",
"version": "10.5.28",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Multithreaded SQL database server",
"long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [
"debug",
"system_readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"bison",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"curl",
"tcp_wrappers",
"libxml2",
"zlib",
"boost178",
"openssl3",
"judy",
"ncurses",
"pcre2"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dbd-mariadb"
]
},
{
"type": "run",
"ports": [
"mariadb-10.5-server"
]
}
]
},
{
"name": "mariadb-10.4-server",
"portdir": "databases/mariadb-10.4",
"version": "10.4.34",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Run mariadb-10.4 as server",
"long_description": "Run mariadb-10.4 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"mariadb-10.4"
]
}
],
"depends_on": []
},
{
"name": "mariadb-10.4",
"portdir": "databases/mariadb-10.4",
"version": "10.4.34",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Multithreaded SQL database server",
"long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [
"debug",
"system_readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"bison",
"cmake"
]
},
{
"type": "lib",
"ports": [
"pcre",
"tcp_wrappers",
"libxml2",
"zlib",
"boost178",
"openssl11",
"judy",
"ncurses"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mariadb-10.4-server"
]
}
]
},
{
"name": "mariadb-10.3-server",
"portdir": "databases/mariadb-10.3",
"version": "10.3.39",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Run mariadb-10.3 as server",
"long_description": "Run mariadb-10.3 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"mariadb-10.3"
]
}
],
"depends_on": []
},
{
"name": "mariadb-10.3",
"portdir": "databases/mariadb-10.3",
"version": "10.3.39",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Multithreaded SQL database server",
"long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [
"debug",
"system_readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"cmake"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"pcre",
"tcp_wrappers",
"zlib",
"openssl11",
"libxml2",
"judy"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mariadb-10.3-server"
]
}
]
},
{
"name": "mariadb-10.2-server",
"portdir": "databases/mariadb-10.2",
"version": "10.2.44",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "mariadb-10.5-server",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by mariadb-10.5-server",
"long_description": "This port has been replaced by mariadb-10.5-server.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"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": "mariadb-10.2",
"portdir": "databases/mariadb-10.2",
"version": "10.2.44",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "mariadb-10.5",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by mariadb-10.5",
"long_description": "This port has been replaced by mariadb-10.5.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"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": "mariadb-10.1-server",
"portdir": "databases/mariadb-10.1",
"version": "10.1.48",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "mariadb-10.5-server",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by mariadb-10.5-server",
"long_description": "This port has been replaced by mariadb-10.5-server.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"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": "mariadb-10.11-server",
"portdir": "databases/mariadb-10.11",
"version": "10.11.13",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Run mariadb-10.11 as server",
"long_description": "Run mariadb-10.11 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"mariadb-10.11"
]
}
],
"depends_on": []
},
{
"name": "mariadb-10.11",
"portdir": "databases/mariadb-10.11",
"version": "10.11.13",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Multithreaded SQL database server",
"long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [
"debug",
"system_readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"bison",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"curl",
"tcp_wrappers",
"libxml2",
"zlib",
"boost187",
"openssl3",
"judy",
"ncurses",
"pcre2"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-mysqlclient",
"qt6-mysql-plugin",
"qore-mysql-module",
"R-RMariaDB",
"R-RMySQL",
"qt69-mysql-plugin",
"qt64-mysql-plugin",
"qt67-mysql-plugin",
"qt68-mysql-plugin",
"py310-mysqlclient",
"py311-mysqlclient"
]
},
{
"type": "run",
"ports": [
"mariadb-10.11-server"
]
}
]
},
{
"name": "mariadb-10.10-server",
"portdir": "databases/mariadb-10.10",
"version": "10.10.7",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Run mariadb-10.10 as server",
"long_description": "Run mariadb-10.10 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"mariadb-10.10"
]
}
],
"depends_on": []
},
{
"name": "mariadb-10.10",
"portdir": "databases/mariadb-10.10",
"version": "10.10.7",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Multithreaded SQL database server",
"long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [
"debug",
"system_readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"bison",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"curl",
"tcp_wrappers",
"libxml2",
"zlib",
"boost178",
"openssl3",
"judy",
"ncurses",
"pcre2"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mariadb-10.10-server"
]
}
]
},
{
"name": "mariadb-10.1",
"portdir": "databases/mariadb-10.1",
"version": "10.1.48",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "mariadb-10.5",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by mariadb-10.5",
"long_description": "This port has been replaced by mariadb-10.5.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"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": [
{
"type": "lib",
"ports": [
"qt4-mac-mariadb-10.1-plugin"
]
}
]
},
{
"name": "mariadb-10.0-server",
"portdir": "databases/mariadb-10.0",
"version": "10.0.38",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "mariadb-10.5-server",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by mariadb-10.5-server",
"long_description": "This port has been replaced by mariadb-10.5-server.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"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": "mariadb-10.0",
"portdir": "databases/mariadb-10.0",
"version": "10.0.38",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "mariadb-10.5",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by mariadb-10.5",
"long_description": "This port has been replaced by mariadb-10.5.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"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": [
{
"type": "lib",
"ports": [
"qt4-mac-mariadb-10.0-plugin"
]
}
]
},
{
"name": "mariadb",
"portdir": "databases/mariadb",
"version": "5.5.68",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mariadb.org/",
"description": "Multithreaded SQL database server",
"long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 463
}
],
"variants": [
"debug",
"system_readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"ncurses",
"tcp_wrappers"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"qt513-mysql-plugin",
"qt4-mac-mariadb-plugin",
"libzdb-mariadb",
"mariadb-connector-cpp",
"mariadb-lib_mysqludf_fPROJ4",
"mariadb-lib_mysqludf_json",
"mariadb-lib_mysqludf_preg",
"mariadb-lib_mysqludf_xql",
"amarok",
"php52-mysql",
"py27-mysql",
"qt511-mysql-plugin",
"qt53-mysql-plugin",
"qt56-mysql-plugin",
"qt55-mysql-plugin",
"qt57-mysql-plugin",
"qt58-mysql-plugin",
"qt59-mysql-plugin",
"qt5-mysql-plugin"
]
},
{
"type": "run",
"ports": [
"mariadb-server"
]
}
]
},
{
"name": "mari0",
"portdir": "games/mari0",
"version": "1.6.2",
"license": "MIT and GPL-2+ and public-domain",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://stabyourself.net/mari0/",
"description": "a recreation of Super Mario Bros. with puzzle game mechanics from Portal",
"long_description": "Two genre-defining games from completely different eras: Nintendo's Super Mario Bros. and Valve's Portal. These two games managed to give platformers and first-person puzzle games a solid place in the video game world. But what if Nintendo teamed up with Valve and recreated the famous Mario game with Portal gun mechanics?",
"active": true,
"categories": [
"games",
"love"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"zip",
"makeicns",
"clang-16",
"ImageMagick7"
]
},
{
"type": "lib",
"ports": [
"love-11"
]
}
],
"depends_on": []
},
{
"name": "marble",
"portdir": "kde/marble",
"version": "4.14.3",
"license": "LGPL-2.1+ and GFDL-1.2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.kde.org",
"description": "Virtual Globe",
"long_description": "KDE virtual globe and world atlas",
"active": true,
"categories": [
"kde",
"kde4"
],
"maintainers": [],
"variants": [
"debug",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automoc",
"clang-17",
"pkgconfig",
"cmake"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"gpsd",
"libkdeedu",
"shapelib",
"phonon"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kdeedu4",
"digikam"
]
}
]
},
{
"name": "maradns",
"portdir": "net/maradns",
"version": "1.2.12.09",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.maradns.org/",
"description": "DNS server supporting authoritative, recursive and caching DNS",
"long_description": "MaraDNS is a fully functional DNS server supporting authoritative DNS, recursive DNS, and caching DNS.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"authonly",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "maptran3d",
"portdir": "fortran/maptran3d",
"version": "1.2.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/geospace-code/maptran3d",
"description": "Modern Fortran 3D coordinate conversions for geospace ecef enu eci",
"long_description": "Modern Fortran 3D coordinate conversions for geospace ecef enu eci",
"active": true,
"categories": [
"gis",
"fortran"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang50",
"clang60",
"clang70",
"debug",
"clang10",
"clang80",
"clang11",
"clang12",
"clang13",
"clang14",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"libgcc"
]
}
],
"depends_on": []
},
{
"name": "mapserver",
"portdir": "gis/mapserver",
"version": "8.0.2",
"license": "permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mapserver.org",
"description": "mapserver",
"long_description": "MapServer is an Open Source platform for publishing spatial data and interactive mapping applications to the web.",
"active": true,
"categories": [
"gis"
],
"maintainers": [
{
"name": "jea",
"github": "",
"ports_count": 1
},
{
"name": "n_larsson",
"github": "nilason",
"ports_count": 105
}
],
"variants": [
"debug",
"fastcgi",
"python310",
"python311",
"python312",
"postgis",
"proj6",
"proj7",
"proj8",
"proj9",
"apache2",
"apache_apple",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"giflib",
"harfbuzz",
"harfbuzz-icu",
"libjpeg-turbo",
"libpng",
"curl",
"freetype",
"protobuf-c",
"fribidi",
"libiconv",
"libxml2",
"fcgi",
"proj9",
"postgresql15",
"geos",
"gdal",
"cairo"
]
}
],
"depends_on": []
},
{
"name": "mapnik",
"portdir": "gis/mapnik",
"version": "4.1.3",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mapnik.org",
"description": "Open Source C++/Python mapping toolkit.",
"long_description": "Mapnik is a Free Toolkit for developing mapping applications. It is written in modern C++ and has Python bindings that support fast-paced agile development. It can comfortably be used for both desktop map design and web development. Mapnik is about making beautiful maps. It uses the AGG graphics library, which offers world-class anti-aliasing rendering with subpixel accuracy for geographic data.",
"active": true,
"categories": [
"devel",
"gis"
],
"maintainers": [
{
"name": "macports",
"github": "",
"ports_count": 2
},
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2795
}
],
"variants": [
"cairo",
"gdal",
"postgis",
"sqlite",
"libxml2"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"python312",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"harfbuzz",
"libjpeg-turbo",
"libpng",
"tiff",
"zlib",
"freetype",
"postgresql17",
"boost187",
"webp",
"icu",
"proj"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"mod_tile"
]
}
]
}
]
}