GET /api/v1/ports/?format=api&ordering=-name&page=914
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51978,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=915",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=913",
    "results": [
        {
            "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-18"
                    ]
                },
                {
                    "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-18",
                        "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": 462
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "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": 462
                }
            ],
            "variants": [
                "debug",
                "system_readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "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": 462
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "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": 462
                }
            ],
            "variants": [
                "debug",
                "system_readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "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": 462
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "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": 462
                }
            ],
            "variants": [
                "debug",
                "system_readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "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": 462
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "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": 462
                }
            ],
            "variants": [
                "debug",
                "system_readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "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.29",
            "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": "macintosh",
                    "github": "BjarneDMat",
                    "ports_count": 1504
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mariadb-10.5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mariadb-10.5",
            "portdir": "databases/mariadb-10.5",
            "version": "10.5.29",
            "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": "macintosh",
                    "github": "BjarneDMat",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "debug",
                "system_readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "bison",
                        "cmake",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "tcp_wrappers",
                        "libxml2",
                        "zlib",
                        "boost181",
                        "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": 462
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "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": 462
                }
            ],
            "variants": [
                "debug",
                "system_readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "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": 462
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "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": 462
                }
            ],
            "variants": [
                "debug",
                "system_readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "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-18"
                    ]
                },
                {
                    "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-18"
                    ]
                },
                {
                    "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-18"
                    ]
                },
                {
                    "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": 462
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "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": 462
                }
            ],
            "variants": [
                "debug",
                "system_readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "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",
                        "R-RMySQL",
                        "qt6-mysql-plugin",
                        "qt610-mysql-plugin",
                        "qt64-mysql-plugin",
                        "qt67-mysql-plugin",
                        "qt68-mysql-plugin",
                        "qt69-mysql-plugin",
                        "R-RMariaDB",
                        "php52-mysql",
                        "qore-mysql-module",
                        "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": 462
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "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": 462
                }
            ],
            "variants": [
                "debug",
                "system_readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "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-18"
                    ]
                },
                {
                    "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-18"
                    ]
                },
                {
                    "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-18"
                    ]
                },
                {
                    "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": 462
                }
            ],
            "variants": [
                "debug",
                "system_readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "ncurses",
                        "tcp_wrappers"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mysql_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-mysql",
                        "qt5-mysql-plugin",
                        "qt511-mysql-plugin",
                        "qt513-mysql-plugin",
                        "qt53-mysql-plugin",
                        "qt55-mysql-plugin",
                        "qt56-mysql-plugin",
                        "qt57-mysql-plugin",
                        "qt58-mysql-plugin",
                        "qt59-mysql-plugin",
                        "libzdb-mariadb",
                        "qt4-mac-mariadb-plugin",
                        "mariadb-connector-cpp",
                        "mariadb-lib_mysqludf_fPROJ4",
                        "mariadb-lib_mysqludf_json",
                        "mariadb-lib_mysqludf_preg",
                        "mariadb-lib_mysqludf_xql",
                        "amarok"
                    ]
                },
                {
                    "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": 2085
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "zip",
                        "makeicns",
                        "ImageMagick7",
                        "clang-18"
                    ]
                },
                {
                    "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-18",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "gpsd",
                        "libkdeedu",
                        "shapelib",
                        "phonon"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "digikam",
                        "kdeedu4"
                    ]
                }
            ]
        },
        {
            "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-18"
                    ]
                }
            ],
            "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": [],
            "variants": [
                "debug",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "gfortran",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "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": 111
                }
            ],
            "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": 2896
                }
            ],
            "variants": [
                "cairo",
                "gdal",
                "postgis",
                "sqlite",
                "libxml2"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "python312",
                        "clang-22"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "harfbuzz",
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "zlib",
                        "freetype",
                        "postgresql17",
                        "boost187",
                        "webp",
                        "icu",
                        "proj"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mod_tile"
                    ]
                }
            ]
        },
        {
            "name": "mapm3",
            "portdir": "science/mapm3",
            "version": "3.0",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.broadinstitute.org/ftp/distribution/software/mapmaker3/",
            "description": "cli tool for calculating Quantitative Trait Loci",
            "long_description": "mapm3 is a cli tool for calculating Quantitative Trait Loci.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 99
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mapm",
            "portdir": "math/mapm",
            "version": "4.9.5",
            "license": "BSD-old",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tc.umn.edu/~ringx004/mapm-main.html",
            "description": "A Portable Arbitrary Precision Math Library in C.",
            "long_description": "MAPM is a set of functions that allow the user to perform math to any level of accuracy that is desired. The precision of a number is only limited by 'INT_MAX' and available memory.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ManOpen",
            "portdir": "aqua/ManOpen",
            "version": "2.6",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.clindberg.org/projects/ManOpen.html",
            "description": "GUI application for viewing Unix manual pages,",
            "long_description": "It can open files directly or be given titles, in which case it will display the output from the `man' command-line program. An apropos interface is also provided, which is basically a quick-and-dirty search of the man page databases. Services are provided to other applications to open selected files/titles or do apropos searches using the selected text.",
            "active": true,
            "categories": [
                "aqua",
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "manjpfb",
            "portdir": "textproc/manjpfb",
            "version": "0.0.10",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.miketurkey.com",
            "description": "FreeBSD Japanese Man Pager.",
            "long_description": "manjpfb is pager of FreeBSD Japanese man using Python 3. The program does not store man-data and download it with each request. Since it is a Python script, it is expected to run on many operating systems in the future. We can read the FreeBSD Japanese man on many Operating Systems. There is man-data that is not fully translated, but this is currently by design. Please note that I do not take full responsibility for the translation of the documents.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "voice",
                    "github": "MikeTurkey",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-build",
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-requests",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "maniview",
            "portdir": "science/maniview",
            "version": "2.0.4",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.geomview.org/",
            "description": "a Geomview module for viewing 3D manifolds",
            "long_description": "This is maniview, a Geomview module for viewing 3D manifolds. emodules are kind of plugins which extend the functionality of Geomview (an interactive 3d viewing program).",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "raphael",
                    "github": "raphael-st",
                    "ports_count": 18
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "geomview",
                        "xforms"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "manif",
            "portdir": "devel/manif",
            "version": "2023.11.03",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://artivis.github.io/manif",
            "description": "Small C++11 header-only library for Lie theory",
            "long_description": "manif is a Lie theory library for state-estimation targeted at robotics applications. It is developed as a header-only C++11 library with Python 3 wrappers.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "gtest",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "eigen3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mani",
            "portdir": "devel/mani",
            "version": "0.32.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://manicli.com",
            "description": "CLI tool to help you manage repositories",
            "long_description": "mani is a CLI tool that helps you manage multiple repositories. It's useful when you are working with microservices, multi-project systems, many libraries or just a bunch of repositories and want a central place for pulling all repositories and running commands over them. You specify repository and commands in a config file and then run the commands over all or a subset of the repositories.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mandoc",
            "portdir": "textproc/mandoc",
            "version": "1.14.6",
            "license": "ISC",
            "platforms": "openbsd freebsd netbsd darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mandoc.bsd.lv/",
            "description": "UNIX manpage compiler",
            "long_description": "mandoc is a suite of tools compiling mdoc, the roff macro language of choice for BSD manual pages, and man, the predominant historical language for UNIX manuals.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "openldap",
                        "openldap-devel",
                        "libfido2",
                        "dotenv"
                    ]
                }
            ]
        },
        {
            "name": "mandelbrot-set-viewer",
            "portdir": "graphics/mandelbrot-set-viewer",
            "version": "5.02",
            "license": "unknown",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://geometrian.com/programming/projects/index.php?project=Mandelbrot%20Set",
            "description": "Python Mandelbrot Set Viewer",
            "long_description": "Python Mandelbrot Set Viewer",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "python310",
                        "py310-game",
                        "py310-opengl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "man-db",
            "portdir": "textproc/man-db",
            "version": "2.13.0",
            "license": "GPL-3+",
            "platforms": "darwin linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://man-db.nongnu.org",
            "description": "Modern, featureful implementation of the Unix man page system.",
            "long_description": "man-db is an implementation of the standard Unix documentation system accessed using the man command. It uses a Berkeley DB database in place of the traditional flat-text whatis databases. man-db is used by several popular Linux distributions, including: Arch, Debian, Dragora, Fedora, Gentoo, openSUSE, and Ubuntu.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "georgedp",
                    "github": "ylluminarious",
                    "ports_count": 6
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig",
                        "groff",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpipeline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "man",
            "portdir": "sysutils/man",
            "version": "1.6g",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://primates.ximian.com/~flucifredi/man/",
            "description": "The man page suite containing man, apropos, whatis, man2html",
            "long_description": "The man page suite (man, apropos, and whatis) contains programs used to read most of the documentation on a Unix system. The whatis and apropos programs are used to find documentation related to a particular subject.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "xcode",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gzip",
                        "xz",
                        "bzip2",
                        "less",
                        "lynx",
                        "groff"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mame",
            "portdir": "emulators/mame",
            "version": "0.281",
            "license": "GPL-2+",
            "platforms": "{darwin >= 18}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.mamedev.org",
            "description": "Multiple Arcade Machine Emulator",
            "long_description": "The purpose of MAME is to preserve decades of software history. As electronic technology continues to rush forward, MAME prevents this important vintage software from being lost and forgotten. This is achieved by documenting the hardware and how it functions. The source code to MAME serves as this documentation.",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                }
            ],
            "variants": [
                "debug",
                "tools"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "asio",
                        "gettext",
                        "gmake",
                        "pkgconfig",
                        "python313",
                        "py313-sphinx",
                        "py313-sphinxcontrib-svg2pdfconverter"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "libutf8proc",
                        "zlib",
                        "pugixml",
                        "flac",
                        "portaudio",
                        "portmidi",
                        "sqlite3",
                        "libsdl2",
                        "libjpeg-turbo",
                        "expat"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "coreutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "maloc",
            "portdir": "devel/maloc",
            "version": "1.5",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.fetk.org/codes/maloc/index.html",
            "description": "MALOC, Minimal Abstraction Layer for Object-oriented C",
            "long_description": "MALOC (Minimal Abstraction Layer for Object-oriented C) is a small, portable, abstract C environment library for object-oriented C programming. MALOC is used as the foundation layer for a number of scientific applications, including MC, SG, and APBS. MALOC can be used as a small stand-alone abstraction environment for writing portable C programs which need access to resources which are typically architecture-dependent, such as INET sockets, timing routines, and so on. MALOC provides abstract datatypes, memory management routines, timing routines, machine epsilon, access to UNIX and INET sockets, MPI, and so on.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "graphviz",
                        "doxygen",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "readline"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "apbs"
                    ]
                }
            ]
        }
    ]
}