GET /api/v1/ports/mariadb-10.1/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "mariadb-10.1",
"portdir": "databases/mariadb-10.1",
"version": "10.1.48",
"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": 452
}
],
"variants": [
"debug",
"system_readline",
"connect_with_libxml2",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"cmake"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"pcre",
"zlib",
"tcp_wrappers",
"judy"
]
},
{
"type": "run",
"ports": [
"mysql_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"qt4-mac-mariadb-10.1-plugin"
]
},
{
"type": "run",
"ports": [
"mariadb-10.1-server"
]
}
]
}