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

{
    "count": 49349,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=26",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=24",
    "results": [
        {
            "name": "duckdb",
            "portdir": "databases/duckdb",
            "version": "1.4.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.duckdb.org",
            "description": "DuckDB is an embeddable SQL OLAP Database Management System",
            "long_description": "DuckDB is an embedded database designed to execute analytical SQL queries fast while embedded in another process. It is designed to be easy to install and easy to use. DuckDB has no external dependencies. DuckDB has bindings for C/C++, Python and R. DuckDB is developed by the Database Architectures group of the CWI.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1008
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "zstd",
                        "cmake",
                        "pkgconfig",
                        "python312",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "edb",
            "portdir": "databases/edb",
            "version": "1.0.5",
            "license": "BSD and BSD-old and Sleepycat",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.enlightenment.org",
            "description": "Edb is a database library.",
            "long_description": "Edb is a database conveneince library base on db 2.7.7.",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elasticsearch",
            "portdir": "databases/elasticsearch",
            "version": "7.16.1",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.elastic.co/",
            "description": "Distributed RESTful search engine built for the cloud",
            "long_description": "Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store search, and analyze big volumes of data quickly and in near real time. It is generally used as the underlying engine/technology that powers applications that have complex search features and requirements. Elasticsearch requires Java/OpenJDK 11+, which comes installed. Other Java versions are not supported.",
            "active": true,
            "categories": [
                "databases",
                "java"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "gerardsoleca",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk11"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kibana"
                    ]
                }
            ]
        },
        {
            "name": "fastdb",
            "portdir": "databases/fastdb",
            "version": "3.76",
            "license": "permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.garret.ru/fastdb.html",
            "description": "Main Memory Relational Database Management System",
            "long_description": "Main Memory Relational Database Management System",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "freetds",
            "portdir": "databases/freetds",
            "version": "1.5.6",
            "license": "(GPL-2+ or LGPL)",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.freetds.org",
            "description": "A set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases",
            "long_description": "FreeTDS is an open source implementation of the TDS (Tabular DataStream) protocol used by these databases for their own clients. It supports many different flavors of the protocol and supports several APIs to access it. Additionally FreeTDS works with other software such as Perl and PHP, providing access from those languages as well. There is also a native (type 4) JDBC driver available for platform-independent Java clients (including Java Server Pages applications), with support for most of the JDBC 1 API and portions of the JDBC 2 API.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1826
                }
            ],
            "variants": [
                "mssql",
                "odbc",
                "iodbc",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "gnutls",
                        "libiconv",
                        "kerberos5",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-mssql",
                        "py310-mssql",
                        "py312-mssql",
                        "py311-mssql",
                        "py27-mssql",
                        "py35-mssql",
                        "py36-mssql",
                        "qore-freetds-module",
                        "py37-mssql",
                        "php56-mssql",
                        "php55-mssql",
                        "php54-mssql",
                        "php53-mssql",
                        "php52-mssql",
                        "sqsh",
                        "py38-mssql"
                    ]
                }
            ]
        },
        {
            "name": "gdbm",
            "portdir": "databases/gdbm",
            "version": "1.26",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gdbm/gdbm.html",
            "description": "The GNU database manager",
            "long_description": "The GNU `dbm' is a library of database functions that use extendible hashing and works similar to the standard UNIX `dbm' functions. These routines are provided to a programmer needing to create and manipulate a hashed database.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "compat",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mozart"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-xml-libxslt",
                        "dbtool",
                        "perl5.16",
                        "perl5.18",
                        "perl5.20",
                        "perl5.24",
                        "perl5.22",
                        "perl5.26",
                        "perl5.28",
                        "perl5.30",
                        "perl5.32",
                        "perl5.34",
                        "fsvs",
                        "perl5.36",
                        "perl5.38",
                        "perl5.40",
                        "gnomeicu",
                        "gst",
                        "librep",
                        "pypy",
                        "pypy36",
                        "pypy37",
                        "pypy38",
                        "pypy39",
                        "ruby186",
                        "ruby19",
                        "ruby20",
                        "ruby21",
                        "ruby22",
                        "ruby23",
                        "ruby24",
                        "ruby25",
                        "ntop",
                        "suck",
                        "yardradius",
                        "rb-cache",
                        "ruby-devel",
                        "ruby30",
                        "ruby32",
                        "ruby33",
                        "freeradius",
                        "maildrop",
                        "xemacs",
                        "ruby26",
                        "ruby27",
                        "wml",
                        "mt-daapd",
                        "zsh",
                        "py26-gdbm",
                        "py27-gdbm",
                        "py32-gdbm",
                        "py33-gdbm",
                        "py34-gdbm",
                        "py35-gdbm",
                        "py36-gdbm",
                        "py37-gdbm",
                        "py38-gdbm",
                        "py39-gdbm",
                        "py310-gdbm",
                        "py311-gdbm",
                        "py312-gdbm",
                        "py313-gdbm",
                        "py314-gdbm",
                        "metview",
                        "p5.28-xml-libxslt",
                        "p5.30-xml-libxslt",
                        "p5.34-xml-libxslt",
                        "p5.32-xml-libxslt",
                        "anubis",
                        "rhyme",
                        "ruby",
                        "ruby31",
                        "avahi",
                        "mutt",
                        "gauche",
                        "ruby34",
                        "mosml-dynlibs",
                        "pulseaudio"
                    ]
                }
            ]
        },
        {
            "name": "gigabase",
            "portdir": "databases/gigabase",
            "version": "3.91",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.garret.ru/gigabase.html",
            "description": "Main Memory Relational Database Management System",
            "long_description": "GigaBASE is object-relational embedded database engine for C++ applications. It provides SQL-like query language, smart C++ interface (loading objects instead of tupples), transaction based on shadowing page algorithm (no separate log file and very fast).",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2737
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "gcc48"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc6",
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "groonga",
            "portdir": "databases/groonga",
            "version": "13.0.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://groonga.org/",
            "description": "An embeddable fulltext search engine",
            "long_description": "groonga is an embeddable fulltext search engine library. It can integrate with DBMS and scripting languages to enhance their search functionality. It also provides a standalone data store server based on relation data model.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "kou",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent",
                        "msgpack",
                        "rapidjson",
                        "lz4",
                        "kytea",
                        "libstemmer",
                        "mecab-utf8",
                        "zmq",
                        "zlib",
                        "glib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hiredis",
            "portdir": "databases/hiredis",
            "version": "1.3.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/redis/hiredis",
            "description": "Hiredis is a minimalistic C client library for the Redis database.",
            "long_description": "Hiredis is a minimalistic C client library for the Redis database.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "syslog-ng-devel",
                        "ccache",
                        "yaz",
                        "R-RcppRedis",
                        "R-redux",
                        "gawk-redis",
                        "php72-openswoole",
                        "php73-openswoole",
                        "php74-openswoole",
                        "php80-openswoole",
                        "php81-openswoole",
                        "php82-openswoole",
                        "php53-swoole",
                        "php54-swoole",
                        "php55-swoole",
                        "php56-swoole",
                        "php70-swoole",
                        "php71-swoole",
                        "php72-swoole",
                        "php73-swoole",
                        "php74-swoole",
                        "php80-swoole",
                        "php81-swoole",
                        "php82-swoole"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rspamd"
                    ]
                }
            ]
        },
        {
            "name": "iplike",
            "portdir": "databases/iplike",
            "version": "2.3.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/OpenNMS/iplike",
            "description": "PostgreSQL IP address query interface",
            "long_description": "C implementation of OpenNMS's plpgsql iplike function, preferred as it offers better performance. Allows for complex IP address queries on a text field.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "autoconf",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql90-server"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "kyotocabinet",
            "portdir": "databases/kyotocabinet",
            "version": "1.2.78",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fallabs.com/kyotocabinet/",
            "description": "Kyoto Cabinet is a library of routines for managing a database.",
            "long_description": "Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "devel",
                "profile",
                "lzo",
                "lzma"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kyototycoon",
                        "py27-kyotocabinet"
                    ]
                }
            ]
        },
        {
            "name": "kyototycoon",
            "portdir": "databases/kyototycoon",
            "version": "0.9.56",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fallabs.com/kyototycoon/",
            "description": "Kyoto Tycoon is a lightweight database server.",
            "long_description": "Kyoto Tycoon is a lightweight database server with auto expiration mechanism, which is useful to handle cache data of various applications. Kyoto Tycoon is also a package of network interface to the DBM called Kyoto Cabinet. Though the DBM has high performance and high concurrency, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Kyoto Tycoon is provided for concurrent and remote connections to Kyoto Cabinet. Kyoto Tycoon is composed of the server process managing multiple databases and its access library for client applications.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "devel",
                "profile",
                "lua"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kyotocabinet"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "leveldb",
            "portdir": "databases/leveldb",
            "version": "1.23",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/leveldb",
            "description": "A fast and lightweight key/value database library by Google",
            "long_description": "A fast and lightweight key/value database library by Google",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "tmalloc",
                "rtti",
                "memenv",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "snappy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-pytorch",
                        "py35-plyvel",
                        "py36-plyvel",
                        "qt511-qtwebkit",
                        "phantomjs-qt-qtwebkit",
                        "py39-plyvel",
                        "py27-plyvel",
                        "py310-plyvel",
                        "py311-plyvel",
                        "py312-plyvel",
                        "py313-plyvel",
                        "imposm",
                        "qt53-qtwebkit",
                        "qt56-qtwebkit",
                        "qt55-qtwebkit",
                        "py37-plyvel",
                        "qt57-qtwebkit",
                        "py38-pytorch",
                        "qt58-qtwebkit",
                        "qt59-qtwebkit",
                        "py39-pytorch",
                        "py310-pytorch",
                        "py311-pytorch",
                        "py312-pytorch",
                        "qt5-qtwebkit",
                        "py38-plyvel",
                        "qt513-qtwebkit",
                        "luanti",
                        "caffe",
                        "squirrel-ime",
                        "librime-devel"
                    ]
                }
            ]
        },
        {
            "name": "libdbi",
            "portdir": "databases/libdbi",
            "version": "0.9.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libdbi.sourceforge.net",
            "description": "Database independent abstraction layer for C",
            "long_description": "Database independent abstraction layer for C",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "mta",
                    "github": "mtalexander",
                    "ports_count": 2
                }
            ],
            "variants": [
                "docs",
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libdbi-drivers",
                        "gnucash",
                        "gnucash-devel",
                        "syslog-ng-devel"
                    ]
                }
            ]
        },
        {
            "name": "libdbi-drivers",
            "portdir": "databases/libdbi-drivers",
            "version": "0.9.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libdbi-drivers.sourceforge.net",
            "description": "Drivers for libdbi",
            "long_description": "Drivers for libdbi",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "mta",
                    "github": "mtalexander",
                    "ports_count": 2
                }
            ],
            "variants": [
                "mysql5",
                "postgresql15",
                "freetds",
                "sqlite3",
                "docs",
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libdbi",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnucash",
                        "gnucash-devel"
                    ]
                }
            ]
        },
        {
            "name": "libdrizzle",
            "portdir": "databases/libdrizzle",
            "version": "5.1.4",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/libdrizzle",
            "description": "Drizzle client and protocol library",
            "long_description": "Drizzle client and protocol library",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libgda5",
            "portdir": "databases/libgda5",
            "version": "5.2.10",
            "license": "(GPL-2 or LGPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnome-db.org/",
            "description": "GDA provides uniform access to different kinds of data sources.",
            "long_description": "GNU Data Access (GDA) is an attempt to provide uniform access to different kinds of data sources (databases, information servers, mail spools, etc).",
            "active": true,
            "categories": [
                "databases",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2695
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 347
                }
            ],
            "variants": [
                "vala",
                "mysql56",
                "mysql57",
                "postgresql12",
                "postgresql13",
                "postgresql14",
                "postgresql15",
                "postgresql16",
                "db53",
                "db60",
                "db62",
                "quartz",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "intltool",
                        "clang-17",
                        "itstool",
                        "autoconf",
                        "automake",
                        "gettext",
                        "libtool",
                        "pkgconfig",
                        "gnome-common",
                        "gtk-doc",
                        "yelp-tools"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsecret",
                        "libsoup",
                        "vala",
                        "libxml2",
                        "db62",
                        "gettext-runtime",
                        "postgresql16",
                        "libxslt",
                        "mysql57",
                        "iso-codes",
                        "libgcrypt",
                        "libgee",
                        "ncurses",
                        "openssl",
                        "readline",
                        "desktop-file-utils",
                        "gobject-introspection",
                        "goocanvas2",
                        "gtk3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "yelp",
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "glom",
                        "midgard2-core",
                        "libgdamm5",
                        "anjuta"
                    ]
                }
            ]
        },
        {
            "name": "libpqxx",
            "portdir": "databases/libpqxx",
            "version": "7.9.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pqxx.org/development/libpqxx",
            "description": "Official C++ client API for PostgreSQL",
            "long_description": "libpqxx is the official C++ client API for PostgreSQL, the enterprise-strength open-source database software. There are many similar libraries for PostgreSQL and for other databases, some of them database independent. Most of these, however, are fairly C like in their programming style, and fail to take advantage of the full power of the C++ language as it has matured since the acceptance of the Standard in 1996. What libpqxx brings you is effective use of templates to reduce the inconvenience of dealing with type conversions, standard C++ strings to keep you from having to worry about buffer allocation and overflow attacks, exceptions to take the tedious and error prone plumbing around error handling out of your hands, constructors and destructors to bring resource management under control, and even basic object orientation to give you some extra reliability features that would be hard to get with most other database interfaces.",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "postgresql13",
                "postgresql14",
                "postgresql15",
                "postgresql16",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17",
                        "python312"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "osm2pgrouting"
                    ]
                }
            ]
        },
        {
            "name": "libpqxx26",
            "portdir": "databases/libpqxx26",
            "version": "2.6.9",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pqxx.org/development/libpqxx/",
            "description": "Official C++ client API for PostgreSQL",
            "long_description": "libpqxx is the official C++ client API for PostgreSQL, the enterprise-strength open-source database software. There are many similar libraries for PostgreSQL and for other databases, some of them database independent. Most of these, however, are fairly C like in their programming style, and fail to take advantage of the full power of the C++ language as it has matured since the acceptance of the Standard in 1996. What libpqxx brings you is effective use of templates to reduce the inconvenience of dealing with type conversions, standard C++ strings to keep you from having to worry about buffer allocation and overflow attacks, exceptions to take the tedious and error prone plumbing around error handling out of your hands, constructors and destructors to bring resource management under control, and even basic object orientation to give you some extra reliability features that would be hard to get with most other database interfaces.",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql83"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libsdb",
            "portdir": "databases/libsdb",
            "version": "0.6.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://siag.nu/libsdb/",
            "description": "Simple database library",
            "long_description": "This is libsdb, the simple database library, which provides a way to support multiple database management systems in an application with negligeable overhead, in terms of code as well as system resources.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-mysql55",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable MySQL support for mysql55",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mysql55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-mysql51",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable MySQL support for mysql51",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mysql51"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-mysql56",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable MySQL support for mysql56",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mysql56"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-mariadb",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable MySQL support for mariadb",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mariadb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-percona",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable MySQL support for percona",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "percona"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-postgresql80",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable PostgreSQL support for postgresql80",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql80"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-postgresql81",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable PostgreSQL support for postgresql81",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-postgresql82",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable PostgreSQL support for postgresql82",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql82"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-postgresql83",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable PostgreSQL support for postgresql83",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql83"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-postgresql84",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable PostgreSQL support for postgresql84",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql84"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-postgresql90",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable PostgreSQL support for postgresql90",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql90"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-postgresql91",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable PostgreSQL support for postgresql91",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql91"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-postgresql92",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Enable PostgreSQL support for postgresql92",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql92"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-oracle",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "A small, fast and easy to use Open Source Database Connection Pool Library. Built for oracle.",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "oracle-instantclient"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb-sqlite3",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "A small, fast and easy to use Open Source Database Connection Pool Library. Built for sqlite3.",
            "long_description": "A small, fast and easy to use Open Source Database Connection Pool Library.\n* Thread safe Database Connection Pool\n* Connect to multiple database systems\n* Zero runtime configuration, connect using a URL scheme\n* C library\n* Supports MySQL, PostgreSQL, SQLite and Oracle",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libzdb",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "libzdb-mysql56",
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Obsolete port, replaced by libzdb-mysql56",
            "long_description": "This port has been replaced by libzdb-mysql56.",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "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": "libzdb-mysql5",
            "portdir": "databases/libzdb-mysql55",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "libzdb-mysql56",
            "homepage": "http://www.tildeslash.com/libzdb/",
            "description": "Obsolete port, replaced by libzdb-mysql56",
            "long_description": "This port has been replaced by libzdb-mysql56.",
            "active": false,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "openssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "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": "litecli",
            "portdir": "databases/litecli",
            "version": "1.15.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://litecli.com/",
            "description": "CLI for SQLite Databases with auto-completion and syntax highlighting",
            "long_description": "CLI for SQLite Databases with auto-completion and syntax highlighting",
            "active": true,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "python39",
                "python310",
                "python311",
                "python312",
                "python313"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel",
                        "py313-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-configobj",
                        "python313",
                        "py313-cli-helpers",
                        "py313-setuptools",
                        "py313-prompt_toolkit",
                        "py313-pygments",
                        "py313-click",
                        "py313-sqlparse"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lmdb",
            "portdir": "databases/lmdb",
            "version": "0.9.33",
            "license": "OpenLDAP-2.8+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://symas.com/lmdb/",
            "description": "Symas Lightning Memory-Mapped Database (LMDB)",
            "long_description": "LMDB is an ultra-fast, ultra-compact key-value embedded data store developed by Symas for the OpenLDAP Project. It uses memory-mapped files, so it has the read performance of a pure in-memory database while still offering the persistence of standard disk-based databases, and is only limited to the size of the virtual address space, (it is not limited to the size of physical RAM). Note: LMDB was originally called MDB, but was renamed to avoid confusion with other software associated with the name MDB.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "artkiver",
                    "github": "artkiver",
                    "ports_count": 12
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "appstream"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "samba4",
                        "cfengine3",
                        "knot",
                        "libknot",
                        "py38-pytorch",
                        "kerberos5",
                        "knot-resolver",
                        "nheko",
                        "bind9.18",
                        "py39-pytorch",
                        "py310-pytorch",
                        "py311-pytorch",
                        "py312-pytorch",
                        "lmdbxx",
                        "lmdbxx-cxx17",
                        "bind9",
                        "caffe",
                        "py37-pytorch",
                        "gawk-lmdb"
                    ]
                }
            ]
        },
        {
            "name": "lmdbxx",
            "portdir": "databases/lmdbxx",
            "version": "0.9.14.0.1",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bendiken/lmdbxx",
            "description": "C++11 wrapper for the LMDB embedded B+ tree database library.",
            "long_description": "This is a comprehensive C++ wrapper for the LMDB embedded database library, offering both an error-checked procedural interface and an object-oriented resource interface with RAII semantics.",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "arto",
                    "github": "bendiken",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lmdb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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": 460
                }
            ],
            "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": "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": 460
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mariadb"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "mythtv-pkg.27",
                        "akonadi",
                        "mythtv.28"
                    ]
                }
            ]
        },
        {
            "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-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.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.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.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.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.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": 460
                }
            ],
            "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.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": 460
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mariadb-10.3"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}