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

{
    "count": 50555,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=807",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=805",
    "results": [
        {
            "name": "qore-zmq-module",
            "portdir": "lang/qore-zmq-module",
            "version": "1.0.2",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qore.org",
            "description": "zmq module for Qore",
            "long_description": "Module providing zmq functionality to Qore",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "davidnichols",
                    "github": "davidnich",
                    "ports_count": 26
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "czmq",
                        "qore"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qpdf",
            "portdir": "textproc/qpdf",
            "version": "12.3.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qpdf.sourceforge.net/",
            "description": "content-preserving PDF transformation system",
            "long_description": "QPDF is a command-line program that does structural, content-preserving transformations on PDF files.",
            "active": true,
            "categories": [
                "textproc",
                "pdf"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1212
                }
            ],
            "variants": [
                "debug",
                "gnutls",
                "openssl",
                "zopfli",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "perl5",
                        "clang-21"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libxml2",
                        "libxslt",
                        "zlib",
                        "zopfli",
                        "gnutls"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "tiff",
                        "ghostscript"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-pikepdf",
                        "ocrmypdf",
                        "py310-pikepdf",
                        "py311-pikepdf",
                        "py312-pikepdf",
                        "py313-pikepdf",
                        "py314-pikepdf",
                        "py38-pikepdf",
                        "py39-pikepdf"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "auto-multiple-choice",
                        "auto-multiple-choice-devel"
                    ]
                }
            ]
        },
        {
            "name": "qpid-proton",
            "portdir": "net/qpid-proton",
            "version": "0.39.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://qpid.apache.org",
            "description": "Qpid Proton is a high-performance, lightweight AMQP 1.0 messaging library.",
            "long_description": "Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "roddie.kieley",
                    "github": "roddiekieley",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "openssl",
                "swig",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "jsoncpp",
                        "libuv",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qpopper",
            "portdir": "mail/qpopper",
            "version": "4.1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20140923185107/http://www.eudora.com/products/unsupported/qpopper/",
            "description": "Eudora POP3 mail server",
            "long_description": "popper is Eudora's POP3 mail server. It does not include a mail transfer agent or an SMTP server, it just let you get your mail stored on the machine via POP3.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "ssl",
                "pam",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qprint",
            "portdir": "mail/qprint",
            "version": "1.1",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.fourmilab.ch/webtools/qprint/",
            "description": "qprint encodes and decodes Quoted-Printable files",
            "long_description": "qprint is a command line utility which encodes and decodes files in the MIME format. It can be used within a pipeline as an encoding or decoding filter, and is most commonly used in this manner as part of an automated mail processing system. With appropriate options, qprint can encode pure binary files, but it's a poor choice since it may inflate the size of the file by as much as a factor of three. The base64 MIME encoding is a better choice for such data.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "signing-party"
                    ]
                }
            ]
        },
        {
            "name": "qq",
            "portdir": "textproc/qq",
            "version": "0.3.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/JFryy/qq",
            "description": "jq inspired (and gojq dependent) interoperable config format transcoder with interactive querying.",
            "long_description": "qq is a interoperable configuration format transcoder with jq query syntax powered by gojq. qq is multi modal, and can be used as a replacement for jq or be interacted with via a repl with autocomplete and realtime rendering preview for building queries.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qqwing",
            "portdir": "devel/qqwing",
            "version": "1.3.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qqwing.com/",
            "description": "QQwing is software for generating and solving Sudoku puzzles.",
            "long_description": "QQwing is software for generating and solving Sudoku puzzles.",
            "active": true,
            "categories": [
                "devel",
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome-sudoku"
                    ]
                }
            ]
        },
        {
            "name": "qrcp",
            "portdir": "sysutils/qrcp",
            "version": "0.11.3",
            "license": "MIT and MPL-2 and BSD and LGPL-3 and Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://qrcp.sh/",
            "description": "Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.",
            "long_description": "Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 53
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qrencode",
            "portdir": "graphics/qrencode",
            "version": "4.1.1",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fukuchi.org/works/qrencode",
            "description": "A fast and compact library for QR Code generation",
            "long_description": "Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libpng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "prison",
                        "KeePassXC",
                        "KeePassXC-devel",
                        "PrismLauncher",
                        "pdfpc",
                        "glabels",
                        "litecoin",
                        "toxic",
                        "faustlive-devel",
                        "profanity"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pass-otp",
                        "pam-google-authenticator",
                        "pass",
                        "passage"
                    ]
                }
            ]
        },
        {
            "name": "qri",
            "portdir": "devel/qri",
            "version": "0.10.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://qri.io/",
            "description": "A global dataset version control system (GDVCS) built on the distributed web.",
            "long_description": "Qri is a global dataset version control system (GDVCS) built on the distributed web. Qri is global, specific to datasets, provides version control and runs on the distributed web, seeking to solve common data problems around discovery, trust, friction & synchronization.",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qrscan",
            "portdir": "graphics/qrscan",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/redraiment/qrscan",
            "description": "Scan a QR code in the terminal using a given PNG image.",
            "long_description": "Scan a QR code in the terminal using a given PNG image.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "libquirc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qrtool",
            "portdir": "graphics/qrtool",
            "version": "0.13.2",
            "license": "(Apache-2 or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sorairolake/qrtool",
            "description": "An utility for encoding or decoding QR code",
            "long_description": "qrtool is a command-line utility for encoding or decoding QR code.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 225
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "asciidoctor",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qrupdate",
            "portdir": "math/qrupdate",
            "version": "1.1.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sourceforge.net/projects/qrupdate/",
            "description": "library for fast updates of QR and Cholesky decompositions",
            "long_description": "a Fortran library for fast updates of QR and Cholesky decompositions",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [],
            "variants": [
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "accelerate",
                "atlas",
                "openblas",
                "g95",
                "gcc10"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "vecLibFort",
                        "libgcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "linalg",
                        "octave"
                    ]
                }
            ]
        },
        {
            "name": "qscintilla",
            "portdir": "devel/qscintilla",
            "version": "2.13.3",
            "license": "GPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla/",
            "description": "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.",
            "long_description": "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. As well as features found in standard text editing components, QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                },
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "qt4",
                "qt5"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qscintilla-qt4",
                        "qscintilla-designer-qt4"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qscintilla-designer-qt4",
            "portdir": "devel/qscintilla",
            "version": "2.11.6",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla/",
            "description": "Qt Designer plugin for Qt4 QScintilla",
            "long_description": "Qt Designer plugin for Qt4 QScintilla",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                },
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "qscintilla-qt4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qscintilla"
                    ]
                }
            ]
        },
        {
            "name": "qscintilla-designer-qt5",
            "portdir": "devel/qscintilla",
            "version": "2.13.3",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla/",
            "description": "Qt Designer plugin for Qt5 QScintilla",
            "long_description": "Qt Designer plugin for Qt5 QScintilla",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                },
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qttools",
                        "qscintilla-qt5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qscintilla-designer-qt6",
            "portdir": "devel/qscintilla-qt6",
            "version": "2.14.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla/",
            "description": "Qt Designer plugin for Qt6 QScintilla",
            "long_description": "Qt Designer plugin for Qt6 QScintilla",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt64-qtbase",
                        "qt64-qttools",
                        "qscintilla-qt6"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qscintilla-qt4",
            "portdir": "devel/qscintilla",
            "version": "2.11.6",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla/",
            "description": "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.",
            "long_description": "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. As well as features found in standard text editing components, QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                },
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "TOra",
                        "sqliteman",
                        "qscintilla",
                        "qscintilla-designer-qt4",
                        "py27-qscintilla-qt4",
                        "py35-qscintilla-qt4",
                        "py36-qscintilla-qt4",
                        "py38-qscintilla-qt4",
                        "py37-qscintilla-qt4",
                        "py39-qscintilla-qt4",
                        "py310-qscintilla-qt4"
                    ]
                }
            ]
        },
        {
            "name": "qscintilla-qt5",
            "portdir": "devel/qscintilla",
            "version": "2.13.3",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla/",
            "description": "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.",
            "long_description": "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. As well as features found in standard text editing components, QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                },
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qtmacextras"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py36-pyqt5-scintilla",
                        "JuffEd",
                        "py35-qscintilla-qt5",
                        "py310-pyqt5-scintilla",
                        "py311-pyqt5-scintilla",
                        "py312-pyqt5-scintilla",
                        "py313-pyqt5-scintilla",
                        "py314-pyqt5-scintilla",
                        "py37-pyqt5-scintilla",
                        "py39-pyqt5-scintilla",
                        "py38-pyqt5-scintilla",
                        "qscintilla-designer-qt5",
                        "py27-qscintilla-qt5",
                        "sqlitebrowser",
                        "octave",
                        "openscad",
                        "openscad-devel"
                    ]
                }
            ]
        },
        {
            "name": "qscintilla-qt6",
            "portdir": "devel/qscintilla-qt6",
            "version": "2.14.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla/",
            "description": "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.",
            "long_description": "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. As well as features found in standard text editing components, QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt64-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-pyqt6-scintilla",
                        "qscintilla-designer-qt6",
                        "py310-pyqt6-scintilla",
                        "py311-pyqt6-scintilla",
                        "py312-pyqt6-scintilla",
                        "py313-pyqt6-scintilla",
                        "py314-pyqt6-scintilla"
                    ]
                }
            ]
        },
        {
            "name": "QSopt_ex",
            "portdir": "math/QSopt_ex",
            "version": "2.5.10.20170629",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM/",
            "description": "an exact linear programming solver",
            "long_description": "an exact linear programming solver",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "gmp",
                        "lbzip2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "TOPCOM"
                    ]
                }
            ]
        },
        {
            "name": "qstat",
            "portdir": "games/qstat",
            "version": "2.11",
            "license": "Artistic-1 and zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/qstat/",
            "description": "Gather statistics from game servers",
            "long_description": "Qstat is a command-line program that gathers real-time statistics from Internet game servers. Most supported games are of the first person shooter variety (Quake, Half-Life, etc).",
            "active": true,
            "categories": [
                "net",
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xqf"
                    ]
                }
            ]
        },
        {
            "name": "qsv",
            "portdir": "textproc/qsv",
            "version": "14.0.0",
            "license": "(public-domain or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://qsv.dathere.com",
            "description": "Ultra-fast CSV data-wrangling CLI toolkit",
            "long_description": "qsv is a blazing fast, pleasingly parallel, CPU-accelerated, data wrangling toolkit that's built on Rust and Polars to slice, dice, and analyze your data in seconds from the command line. It's designed to handle very large datasets without specialized programming skills.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "rust",
                        "clang-20",
                        "cargo",
                        "legacy-support"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qsynth",
            "portdir": "audio/qsynth",
            "version": "0.5.7",
            "license": "GPL-2+",
            "platforms": "{darwin > 9}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://qsynth.sourceforge.io",
            "description": "A fluidsynth GUI front-end application",
            "long_description": "Qsynth is a fluidsynth GUI front-end application, written in C++ using the Qt framework. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynths.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug",
                "gm",
                "gu"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt5-qttools",
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fluidsynth",
                        "qt5-qtbase"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "generaluser-soundfont"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qsynth-qt4",
            "portdir": "audio/qsynth-qt4",
            "version": "0.5.3",
            "license": "GPL-2+",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://qsynth.sourceforge.io",
            "description": "A fluidsynth GUI front-end application",
            "long_description": "Qsynth is a fluidsynth GUI front-end application, written in C++ using the Qt framework. This is a legacy version primarily aimed at PowerPC systems.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fluidsynth",
                        "qt4-mac",
                        "xorg-libXext",
                        "xorg-libX11",
                        "desktop-file-utils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt3",
            "portdir": "x11/qt3",
            "version": "3.3.8",
            "license": "(QPL-1 or GPL-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt Tool Kit",
            "long_description": "Qt 3 is a multiplatform C++ application development framework.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "mysql",
                "odbc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "perl5",
                        "Xft2",
                        "libGLU",
                        "zlib",
                        "xorg-libXcursor",
                        "xorg-libXinerama",
                        "xorg-libXrandr",
                        "xrender",
                        "mesa"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qthello",
                        "spacehulk",
                        "k3dsurf",
                        "xglobe"
                    ]
                }
            ]
        },
        {
            "name": "qt3-mac",
            "portdir": "aqua/qt3-mac",
            "version": "3.3.8b",
            "license": "(QPL-1 or GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt Tool Kit (Native Aqua Version)",
            "long_description": "This is Qt, TrollTech's C++ toolkit for writing cross-platform GUI applications.",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [],
            "variants": [
                "mysql5",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libmng",
                        "libpng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "wap11gui"
                    ]
                }
            ]
        },
        {
            "name": "qt4-creator-mac",
            "portdir": "devel/qt4-creator-mac",
            "version": "2.8.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io/qt-features-libraries-apis-tools-and-ide/",
            "description": "Cross-platform integrated development environment (IDE) tailored to the needs of Qt developers.",
            "long_description": "Qt Creator is a cross-platform integrated development environment (IDE) tailored to the needs of Qt developers.",
            "active": true,
            "categories": [
                "aqua",
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "qt4-mac-sqlite3-plugin",
                        "botan1"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac",
            "portdir": "aqua/qt4-mac",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt Tool Kit",
            "long_description": "Qt Tool Kit: A cross-platform framework (headers, data, and libraries) for writing cross-platform GUI-based applications.",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "odbc",
                "raster",
                "demos",
                "examples",
                "debug",
                "openvg",
                "cxx11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "libjpeg-turbo",
                        "zlib",
                        "libpng",
                        "tiff",
                        "libmng",
                        "dbus"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "Obsession",
                        "qoauth"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "wireshark22",
                        "analitza",
                        "ark",
                        "attica",
                        "baloo-widgets",
                        "blinken",
                        "bomber",
                        "bovo",
                        "cantor",
                        "cervisia",
                        "dolphin-plugins",
                        "clustalx",
                        "py27-poppler-qt4",
                        "py35-poppler-qt4",
                        "py36-poppler-qt4",
                        "LyX1",
                        "qt4-mac-postgresql80-plugin",
                        "dragon",
                        "ffmpegthumbs",
                        "granatier",
                        "juk",
                        "kactivities",
                        "kalgebra",
                        "kalzium",
                        "kamera",
                        "py38-pyside",
                        "phonon",
                        "phonon-backend-gstreamer",
                        "taglib-extras",
                        "cutecom-qt4-mac",
                        "kanagram",
                        "kapman",
                        "py38-pyside-tools",
                        "sqlitedbrowser",
                        "sqliteman",
                        "PlasmaShop",
                        "apiextractor",
                        "aqbanking5",
                        "automoc",
                        "kapptemplate",
                        "katomic",
                        "py-pykde4",
                        "py27-pykde4",
                        "py-pykde4-docs",
                        "dbusmenu-qt",
                        "generatorrunner",
                        "gwenhywfar4",
                        "kblackbox",
                        "ostinato",
                        "kblocks",
                        "piklab",
                        "qdjango",
                        "qt-assistant",
                        "qt4-creator-mac",
                        "qtmobility",
                        "qtscriptgenerator",
                        "charm",
                        "kbounce",
                        "kbreakout",
                        "kbruch",
                        "kcachegrind4",
                        "kcalc",
                        "kcharselect",
                        "kcm-baloo-advanced",
                        "tiled",
                        "kcolorchooser",
                        "kcron",
                        "qsynth-qt4",
                        "kde-dev-utils",
                        "Coin",
                        "Coin-framework",
                        "DiffPDF",
                        "Quarter",
                        "SoQt",
                        "libQGLViewer",
                        "qimageblitz",
                        "qwt",
                        "qwt52",
                        "qwt60",
                        "qwt61",
                        "qwtplot3d",
                        "soprano",
                        "choqok",
                        "kde4-workspace",
                        "kgraphviewer",
                        "koffice2-devel",
                        "krusader",
                        "massif-visualizer",
                        "polkit-qt",
                        "prison",
                        "shared-desktop-ontologies",
                        "skrooge",
                        "kde4-baseapps",
                        "kde4-filelight",
                        "kdeedu4",
                        "kdegraphics-strigi-analyzer",
                        "kdegraphics-thumbnailers",
                        "kdenetwork-filesharing",
                        "qtiplot",
                        "kdenetwork-strigi-analyzers",
                        "py39-pyside",
                        "kig",
                        "kdesdk-kioslaves",
                        "kdesdk-strigi-analyzers",
                        "kdesdk-thumbnailers",
                        "kdetoys4",
                        "py39-shiboken",
                        "qt4-mac-mysql55-plugin",
                        "qt4-mac-mysql5-plugin",
                        "qt4-mac-mysql51-plugin",
                        "qt4-mac-mysql56-plugin",
                        "qt4-mac-mariadb-plugin",
                        "qt4-mac-mariadb-10.0-plugin",
                        "qt4-mac-mariadb-10.1-plugin",
                        "akonadi",
                        "amarok",
                        "kdewebdev",
                        "kdiamond",
                        "kdiskfree",
                        "kdnssd",
                        "kfilemetadata",
                        "kfloppy",
                        "kfourinline",
                        "qt4-mac-postgresql16-plugin",
                        "qt4-mac-postgresql15-plugin",
                        "kgeography",
                        "kgoldrunner",
                        "kgpg",
                        "khangman",
                        "gnuradio37",
                        "kigo",
                        "killbots",
                        "kimono",
                        "Vidalia",
                        "qucs",
                        "stellarium-qt4",
                        "kde-dev-scripts",
                        "kdegames4",
                        "kiriki",
                        "kiten",
                        "kjumpingcube",
                        "klettres",
                        "klickety",
                        "klines",
                        "kde-wallpapers",
                        "py27-pivy",
                        "py35-pivy",
                        "py36-pivy",
                        "py37-poppler-qt4",
                        "kmahjongg",
                        "kmines",
                        "kmplot",
                        "py27-pyqt4",
                        "py35-pyqt4",
                        "py36-pyqt4",
                        "py37-pyqt4",
                        "py38-pyqt4",
                        "py39-pyqt4",
                        "py310-pyqt4",
                        "libqtxdg-legacy",
                        "qt4-mimetypes",
                        "knavalbattle",
                        "knetwalk",
                        "kolf",
                        "kollision",
                        "kolourpaint",
                        "kmasterpiece",
                        "kompare",
                        "konquest",
                        "konsole",
                        "KeePassX",
                        "qfsm",
                        "kate",
                        "bacula5",
                        "qt4-mac-percona-plugin",
                        "qt4-mac-postgresql91-plugin",
                        "qt4-mac-postgresql82-plugin",
                        "qt4-mac-postgresql83-plugin",
                        "qt4-mac-postgresql84-plugin",
                        "qt4-mac-postgresql90-plugin",
                        "qt4-mac-postgresql92-plugin",
                        "qt4-mac-sqlite2-plugin",
                        "qt4-mac-sqlite3-plugin",
                        "py35-pyside",
                        "py36-pyside",
                        "py35-pyside-tools",
                        "py36-pyside-tools",
                        "kdesdk4",
                        "QJson4",
                        "qoauth",
                        "py-pivy",
                        "QtCurve",
                        "GLC_lib",
                        "py310-pivy",
                        "kopete",
                        "korundum",
                        "kpat",
                        "kqtquickcharts",
                        "krdc",
                        "kreversi",
                        "kross-interpreters",
                        "kruler",
                        "ksaneplugin",
                        "kscd",
                        "kshisen",
                        "ksirk",
                        "ksnakeduel",
                        "QGLE",
                        "olena",
                        "lprof",
                        "kspaceduel",
                        "ksquares",
                        "ksudoku",
                        "ksystemlog",
                        "ktimer",
                        "ktouch",
                        "ktuberling",
                        "kturtle",
                        "kubrick",
                        "kuser",
                        "kwallet",
                        "kwordquiz",
                        "libkcddb",
                        "libkcompactdisc",
                        "libkdeedu",
                        "libkdegames",
                        "libkexiv2",
                        "libkgapi",
                        "libkipi",
                        "libkmahjongg",
                        "libkomparediff2",
                        "libksane",
                        "libktorrent",
                        "lokalize",
                        "lskat",
                        "mobipocket",
                        "mplayerthumbs",
                        "nepomuk-core",
                        "nepomuk-widgets",
                        "okteta",
                        "okular",
                        "pairs",
                        "palapeli",
                        "parley",
                        "perlkde",
                        "perlqt",
                        "picmi",
                        "poxml",
                        "qyoto",
                        "rocs",
                        "smokegen",
                        "smokekde",
                        "smokeqt",
                        "step",
                        "svgpart",
                        "sweeper",
                        "umbrello",
                        "qtruby",
                        "poppler-qt4-mac",
                        "baloo",
                        "qca",
                        "abtransfers",
                        "kdelibs4",
                        "kde4-runtime",
                        "kdeartwork",
                        "kstars",
                        "chemkit",
                        "Obsession",
                        "arora",
                        "qwinff",
                        "qlandkarte",
                        "mlt-legacy",
                        "kdeadmin",
                        "zenwriter",
                        "kdebindings4",
                        "kdegraphics4",
                        "kdemultimedia4",
                        "kdenetwork4",
                        "kdeutils4",
                        "py37-pivy",
                        "qtkeychain-qt4",
                        "kmix",
                        "strigi",
                        "digikam",
                        "Deriv",
                        "qt4pas",
                        "qt4-mac-postgresql81-plugin",
                        "gwenhywfar5",
                        "qscintilla-qt4",
                        "qscintilla-designer-qt4",
                        "py27-qscintilla-qt4",
                        "py35-qscintilla-qt4",
                        "py36-qscintilla-qt4",
                        "py38-qscintilla-qt4",
                        "py37-qscintilla-qt4",
                        "py39-qscintilla-qt4",
                        "py310-qscintilla-qt4",
                        "py27-pyside",
                        "py37-pyside",
                        "py27-pyside-tools",
                        "py37-pyside-tools",
                        "kget",
                        "py38-pivy",
                        "py27-shiboken",
                        "py35-shiboken",
                        "py36-shiboken",
                        "py37-shiboken",
                        "transmission-qt",
                        "retroshare-qt4",
                        "py38-shiboken",
                        "py39-pivy",
                        "kdesvn",
                        "libkdcraw",
                        "gwenview",
                        "kdenlive",
                        "lastfm-desktop",
                        "py39-pyside-tools",
                        "faustlive-devel",
                        "liblastfm",
                        "phonon-backend-vlc",
                        "qlandkartegt",
                        "tellico",
                        "qtsingleapplication-qt4",
                        "freecad",
                        "marble",
                        "sigil-qt4",
                        "eiskaltdcpp",
                        "py310-pyside",
                        "py311-pyside",
                        "py310-pyside-tools",
                        "py311-pyside-tools",
                        "py310-shiboken",
                        "py311-shiboken",
                        "qjson",
                        "bacula",
                        "photoqt-qt4",
                        "kst",
                        "texworks",
                        "Cockatrice",
                        "kdepimlibs4",
                        "kdepimlibs4-kioslaves",
                        "mythtv.27",
                        "mythtv-core.27",
                        "kde4-kile",
                        "grantlee",
                        "kmymoney4",
                        "ktorrent4",
                        "libalkimia",
                        "aqbanking6",
                        "kdepim4",
                        "kdepim4-runtime",
                        "kdevelop",
                        "kdevplatform",
                        "scribus",
                        "telepathy-qt",
                        "vapor",
                        "qore-qt4-module"
                    ]
                }
            ]
        },
        {
            "name": "qt4-mac-mariadb-10.0-plugin",
            "portdir": "aqua/qt4-mac-mysql55-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt MySQL database plugin for mariadb-10.0",
            "long_description": "Qt MySQL database plugin for mariadb-10.0",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "mariadb-10.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-mariadb-10.1-plugin",
            "portdir": "aqua/qt4-mac-mysql55-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt MySQL database plugin for mariadb-10.1",
            "long_description": "Qt MySQL database plugin for mariadb-10.1",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "mariadb-10.1"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-mariadb-plugin",
            "portdir": "aqua/qt4-mac-mysql55-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt MySQL database plugin for mariadb",
            "long_description": "Qt MySQL database plugin for mariadb",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "mariadb"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "akonadi",
                        "mythtv-core.27"
                    ]
                }
            ]
        },
        {
            "name": "qt4-mac-mysql51-plugin",
            "portdir": "aqua/qt4-mac-mysql55-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt MySQL database plugin for mysql51",
            "long_description": "Qt MySQL database plugin for mysql51",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "mysql51"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-mysql55-plugin",
            "portdir": "aqua/qt4-mac-mysql55-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt MySQL database plugin for mysql55",
            "long_description": "Qt MySQL database plugin for mysql55",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "mysql55"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-mysql56-plugin",
            "portdir": "aqua/qt4-mac-mysql55-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt MySQL database plugin for mysql56",
            "long_description": "Qt MySQL database plugin for mysql56",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "mysql56"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-mysql5-plugin",
            "portdir": "aqua/qt4-mac-mysql55-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt MySQL database plugin for mysql5",
            "long_description": "Qt MySQL database plugin for mysql5",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "mysql5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-percona-plugin",
            "portdir": "aqua/qt4-mac-mysql55-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt MySQL database plugin for percona",
            "long_description": "Qt MySQL database plugin for percona",
            "active": false,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "percona"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-postgresql15-plugin",
            "portdir": "aqua/qt4-mac-postgresql16-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt PostgreSQL database plugin for postgresql15",
            "long_description": "Qt PostgreSQL database plugin for postgresql15",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "postgresql15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-postgresql16-plugin",
            "portdir": "aqua/qt4-mac-postgresql16-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt PostgreSQL database plugin for postgresql16",
            "long_description": "Qt PostgreSQL database plugin for postgresql16",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "postgresql16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-postgresql80-plugin",
            "portdir": "aqua/qt4-mac-postgresql91-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt PostgreSQL database plugin for postgresql80",
            "long_description": "Qt PostgreSQL database plugin for postgresql80",
            "active": false,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "postgresql80"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-postgresql81-plugin",
            "portdir": "aqua/qt4-mac-postgresql91-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt PostgreSQL database plugin for postgresql81",
            "long_description": "Qt PostgreSQL database plugin for postgresql81",
            "active": false,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "postgresql81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-postgresql82-plugin",
            "portdir": "aqua/qt4-mac-postgresql91-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt PostgreSQL database plugin for postgresql82",
            "long_description": "Qt PostgreSQL database plugin for postgresql82",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "postgresql82"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-postgresql83-plugin",
            "portdir": "aqua/qt4-mac-postgresql91-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt PostgreSQL database plugin for postgresql83",
            "long_description": "Qt PostgreSQL database plugin for postgresql83",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "postgresql83"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-postgresql84-plugin",
            "portdir": "aqua/qt4-mac-postgresql91-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt PostgreSQL database plugin for postgresql84",
            "long_description": "Qt PostgreSQL database plugin for postgresql84",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "postgresql84"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-postgresql90-plugin",
            "portdir": "aqua/qt4-mac-postgresql91-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt PostgreSQL database plugin for postgresql90",
            "long_description": "Qt PostgreSQL database plugin for postgresql90",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "postgresql90"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-postgresql91-plugin",
            "portdir": "aqua/qt4-mac-postgresql91-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt PostgreSQL database plugin for postgresql91",
            "long_description": "Qt PostgreSQL database plugin for postgresql91",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "postgresql91"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-postgresql92-plugin",
            "portdir": "aqua/qt4-mac-postgresql91-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt PostgreSQL database plugin for postgresql92",
            "long_description": "Qt PostgreSQL database plugin for postgresql92",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "postgresql92"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-sqlite2-plugin",
            "portdir": "aqua/qt4-mac-sqlite2-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt sqlite database plugin for sqlite2",
            "long_description": "Qt sqlite database plugin for sqlite2",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "sqlite2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt4-mac-sqlite3-plugin",
            "portdir": "aqua/qt4-mac-sqlite2-plugin",
            "version": "4.8.7",
            "license": "(LGPL-2.1 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qt.io/",
            "description": "Qt sqlite database plugin for sqlite3",
            "long_description": "Qt sqlite database plugin for sqlite3",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 466
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "sqlitedbrowser",
                        "charm",
                        "skrooge",
                        "qlandkartegt",
                        "qt4-creator-mac"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "sqliteman",
                        "freecad",
                        "digikam"
                    ]
                }
            ]
        },
        {
            "name": "qt4-mimetypes",
            "portdir": "devel/qt4-mimetypes",
            "version": "20170225",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/d1vanov/qt4-mimetypes",
            "description": "Backport of QMimeType and QMimeDatabase from Qt5 into Qt4",
            "long_description": "Backport of QMimeType and QMimeDatabase from Qt5 into Qt4",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libqtxdg-legacy"
                    ]
                }
            ]
        }
    ]
}