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

{
    "count": 45465,
    "next": "http://ports.macports.org/api/v1/ports/?format=api&page=668",
    "previous": "http://ports.macports.org/api/v1/ports/?format=api&page=666",
    "results": [
        {
            "name": "p5.34-authen-sasl",
            "portdir": "perl/p5-authen-sasl",
            "version": "2.170.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Authen::SASL",
            "description": "Perl5 module for SASL authentication.",
            "long_description": "Perl5 module for SASL authentication.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "p5.34-test-pod",
                        "p5.34-test-pod-coverage",
                        "p5.34-test-simple",
                        "p5.34-pod-coverage-trustpod"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-digest-hmac",
                        "p5.34-gssapi",
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-net",
                        "bugzilla",
                        "p5.34-catalyst-view-email",
                        "p5.34-mail-imapclient",
                        "p5.34-net-smtp_auth",
                        "p5.34-net-smtps",
                        "p5.34-perl-ldap",
                        "sieve-connect",
                        "p5-authen-sasl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git-devel",
                        "swaks",
                        "git"
                    ]
                }
            ]
        },
        {
            "name": "resource_dasm",
            "portdir": "devel/resource_dasm",
            "version": "2023.03.15",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fuzziqersoftware/resource_dasm",
            "description": "Tools for reverse-engineering classic Mac OS applications and games.",
            "long_description": "Tools for reverse-engineering classic Mac OS applications and games.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "arno+macports",
                    "github": "fracai",
                    "ports_count": 12
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "python311",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "phosg"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "netpbm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-pyppmd",
            "portdir": "python/py-pyppmd",
            "version": "1.1.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://github.com/miurahr/pyppmd",
            "description": "PPMd compression/decompression library",
            "long_description": "PPMd compression/decompression library",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 1279
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-hypothesis",
                        "py311-pytest",
                        "py311-coverage",
                        "py311-pytest-benchmark",
                        "py311-pytest-cov",
                        "py311-pytest-timeout"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-py7zr",
                        "py-pyppmd"
                    ]
                }
            ]
        },
        {
            "name": "py310-cloudpickle",
            "portdir": "python/py-cloudpickle",
            "version": "3.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cloudpipe/cloudpickle",
            "description": "Extended pickling support for Python objects.",
            "long_description": "Extended pickling support for Python objects.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2544
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-flit_core",
                        "py310-build",
                        "py310-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-spyder-kernels",
                        "py310-pymc",
                        "py310-spyder-kernels-devel",
                        "py310-dask",
                        "py310-distributed"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-spyder-devel",
                        "py310-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py-pytest",
            "portdir": "python/py-pytest",
            "version": "7.4.3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pytest.org",
            "description": "py.test: simple powerful testing with Python",
            "long_description": "The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2544
                },
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 1279
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-bottlenose",
            "portdir": "python/py-bottlenose",
            "version": "1.1.10",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lionheart/bottlenose",
            "description": "A Python wrapper for the Amazon Product Advertising API.",
            "long_description": "A Python wrapper for the Amazon Product Advertising API.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 1279
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "beets-amazon"
                    ]
                }
            ]
        },
        {
            "name": "py311-geopandas",
            "portdir": "python/py-geopandas",
            "version": "0.14.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://geopandas.org",
            "description": "Geographic pandas extensions",
            "long_description": "GeoPandas is a project to add support for geographic data to pandas objects.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2544
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-fiona",
                        "py311-packaging",
                        "py311-pyproj",
                        "py311-pandas",
                        "py311-shapely"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-geoplot"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-libpysal",
                        "py311-access",
                        "py311-momepy",
                        "py311-segregation",
                        "py311-splot",
                        "py311-spopt",
                        "py311-tobler"
                    ]
                }
            ]
        },
        {
            "name": "py36-bqplot",
            "portdir": "python/py-bqplot",
            "version": "0.12.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bloomberg/bqplot",
            "description": "Interactive plotting for the Jupyter notebook",
            "long_description": "Grammar of Graphics-based interactive plotting framework for the Jupyter notebook, based on the interactive Jupyter widgets ipywidgets and and d3.js. In bqplot, every single attribute of the plot is an interactive widget. This allows the user to integrate any plot with IPython widgets to create a complex and feature rich GUI from just a few simple lines of Python code.",
            "active": false,
            "categories": [
                "graphics",
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 505
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py36-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py36-numpy",
                        "py36-pandas",
                        "py36-traitlets",
                        "py36-traittypes",
                        "python36",
                        "py36-ipywidgets"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py36-mock",
                        "py36-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-string-tagged-terminal",
            "portdir": "perl/p5-string-tagged-terminal",
            "version": "0.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/String::Tagged::Terminal",
            "description": "String::Tagged::Terminal - format terminal output using String::Tagged",
            "long_description": "String::Tagged::Terminal - format terminal output using String::Tagged",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-module-build",
                        "p5.30-test2-suite",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-string-tagged",
                        "p5.30-convert-color",
                        "p5.30-convert-color-xterm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-devel-mat"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-string-tagged-terminal",
            "portdir": "perl/p5-string-tagged-terminal",
            "version": "0.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/String::Tagged::Terminal",
            "description": "String::Tagged::Terminal - format terminal output using String::Tagged",
            "long_description": "String::Tagged::Terminal - format terminal output using String::Tagged",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build",
                        "p5.32-test2-suite",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-string-tagged",
                        "p5.32-convert-color",
                        "p5.32-convert-color-xterm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-devel-mat"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-string-tagged-terminal",
            "portdir": "perl/p5-string-tagged-terminal",
            "version": "0.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/String::Tagged::Terminal",
            "description": "String::Tagged::Terminal - format terminal output using String::Tagged",
            "long_description": "String::Tagged::Terminal - format terminal output using String::Tagged",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-module-build",
                        "p5.34-test2-suite",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-string-tagged",
                        "p5.34-convert-color",
                        "p5.34-convert-color-xterm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-devel-mat",
                        "p5-string-tagged-terminal"
                    ]
                }
            ]
        },
        {
            "name": "p5-log-dispatch-array",
            "portdir": "perl/p5-log-dispatch-array",
            "version": "1.5.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-log-dispatch-array",
            "homepage": "https://metacpan.org/pod/Log::Dispatch::Array",
            "description": "Log::Dispatch::Array - log events to an array (reference)",
            "long_description": "Log::Dispatch::Array - log events to an array (reference)",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-log-dispatch-array"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-log-dispatch-array",
            "portdir": "perl/p5-log-dispatch-array",
            "version": "1.5.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Dispatch::Array",
            "description": "Log::Dispatch::Array - log events to an array (reference)",
            "long_description": "Log::Dispatch::Array - log events to an array (reference)",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-extutils-makemaker",
                        "p5.28-test-deep",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-log-dispatch"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-plack",
                        "p5.28-lwp-consolelogger"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-log-dispatchouli"
                    ]
                }
            ]
        },
        {
            "name": "py27-phonenumbers",
            "portdir": "python/py-phonenumbers",
            "version": "8.12.44",
            "license": "apache",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/daviddrysdale/python-phonenumbers",
            "description": "parsing, formatting, storing and validating international phone numbers",
            "long_description": "Python version of the Google common library for parsing, formatting, storing and validating international phone numbers",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 383
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "py27-wheel",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-pika",
            "portdir": "python/py-pika",
            "version": "1.2.0",
            "license": "(MPL-1.1 or GPL-2+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pika.readthedocs.org/",
            "description": "Pure-Python implementation of the AMQP 0-9-1 protocol.",
            "long_description": "Pure-Python implementation of the AMQP 0-9-1 protocol.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2544
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py36-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-passlib",
            "portdir": "python/py-passlib",
            "version": "1.7.4",
            "license": "bsd",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://passlib.readthedocs.io/en/stable/",
            "description": "password hashing library",
            "long_description": "py-passlib is a password hashing library for Python 2 & 3, which provies cross-platform implementations of over 20 password hashing algorithms, as well as a framework for managing existing passowrd hashes.",
            "active": false,
            "categories": [
                "security",
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 147
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-panedr",
            "portdir": "python/py-panedr",
            "version": "0.5.2",
            "license": "LGPL-2.1+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jbarnoud/panedr",
            "description": "Panedr reads a Gromacs EDR file and returns its content as a pandas dataframe.",
            "long_description": "Panedr reads a Gromacs EDR file and returns its content as a pandas dataframe. The library exposes one function—the edr_to_df function—that gets the path to an EDR file and returns a pandas dataframe.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "giovanni.bussi",
                    "github": "GiovanniBussi",
                    "ports_count": 78
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-installer",
                        "clang-16",
                        "py38-setuptools",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-pandas",
                        "py38-pbr"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest",
                        "py38-six"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-panedr"
                    ]
                }
            ]
        },
        {
            "name": "py35-pyshp",
            "portdir": "python/py-pyshp",
            "version": "2.1.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/GeospatialPython/pyshp",
            "description": "Python Shapefile Library",
            "long_description": "PyShp library provides read and write support for the ESRI shapefile format in pure Python. This format is a popular Geographic Information System vector data format created by ESRI. You can read and write shp, shx, and dbf files with all types of geometry. Everything in the public ESRI shapefile specification is implemented.",
            "active": false,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 505
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-cartopy",
                        "py35-matplotlib-basemap",
                        "py35-obspy"
                    ]
                }
            ]
        },
        {
            "name": "dar",
            "portdir": "archivers/dar",
            "version": "2.7.14",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dar.sourceforge.io",
            "description": "Disk Archiver",
            "long_description": "dar is a shell command that backs up directory trees and files.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1770
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "doxygen",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xz",
                        "zlib",
                        "zstd",
                        "argon2",
                        "gettext",
                        "bzip2",
                        "libgcrypt",
                        "openssl",
                        "curl",
                        "librsync",
                        "libiconv",
                        "gpgme",
                        "lz4",
                        "lzo2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "scanssh",
            "portdir": "net/scanssh",
            "version": "2.1",
            "license": "BSD and BSD-old and ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://monkey.org/~provos/scanssh/",
            "description": "scanner for finding ssh servers and their software version",
            "long_description": "scanssh protocol scanner scans a list of addresses and networks for running SSH protocol servers and their version numbers. scanssh protocol scanner supports random selection of IP addresses from large network ranges and is useful for gathering statistics on the deployment of SSH protocol servers in a company or the Internet as whole.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent",
                        "libdnet",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-beautifulsoup4",
            "portdir": "python/py-beautifulsoup4",
            "version": "4.6.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.crummy.com/software/BeautifulSoup/",
            "description": "Python HTML/XML parser",
            "long_description": "Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 1279
                }
            ],
            "variants": [
                "html5lib",
                "lxml"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-html5lib",
                        "py27-lxml"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-astroquery",
                        "py27-dap",
                        "py27-nbconvert",
                        "py27-webtest",
                        "py27-django-htmlmin"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-dns-lexicon"
                    ]
                }
            ]
        },
        {
            "name": "Obsession",
            "portdir": "www/Obsession",
            "version": "2023.07.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tjohnman/Obsession",
            "description": "A Hotline client written in Qt featuring Shift-JIS support and other stuff.",
            "long_description": "The Obsession Hotline client aims to be a modern alternative for macOS, Linux and Windows users. It supports Shift-JIS encoding for Japanese users or for browsing Japanese servers. It is written using Qt and should compile and work out of the box on macOS, Linux and Windows.",
            "active": true,
            "categories": [
                "www",
                "hotline"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2572
                }
            ],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt4-mac",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-log-dispatch-array",
            "portdir": "perl/p5-log-dispatch-array",
            "version": "1.5.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Dispatch::Array",
            "description": "Log::Dispatch::Array - log events to an array (reference)",
            "long_description": "Log::Dispatch::Array - log events to an array (reference)",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-extutils-makemaker",
                        "p5.34-test-deep",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-log-dispatch"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-plack",
                        "p5.34-lwp-consolelogger"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5-log-dispatch-array",
                        "p5.34-log-dispatchouli"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-sub-exporter-formethods",
            "portdir": "perl/p5-sub-exporter-formethods",
            "version": "0.100.55",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Sub::Exporter::ForMethods",
            "description": "Sub::Exporter::ForMethods - helper routines for using Sub::Exporter to build methods",
            "long_description": "Sub::Exporter::ForMethods - helper routines for using Sub::Exporter to build methods",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-namespace-autoclean",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-sub-exporter"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-dist-zilla-plugin-test-reportprereqs",
                        "p5.30-dist-zilla",
                        "p5.30-dist-zilla-plugin-test-compile",
                        "p5.30-dist-zilla-plugin-test-minimumversion",
                        "p5.30-moosex-types",
                        "p5.30-pod-elemental"
                    ]
                }
            ]
        },
        {
            "name": "p5-moosex-storage-format-jsonpm",
            "portdir": "perl/p5-moosex-storage-format-jsonpm",
            "version": "0.93.94",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-moosex-storage-format-jsonpm",
            "homepage": "https://metacpan.org/pod/MooseX::Storage::Format::JSONpm",
            "description": "MooseX::Storage::Format::JSONpm - a format role for MooseX::Storage using JSON.pm",
            "long_description": "MooseX::Storage::Format::JSONpm - a format role for MooseX::Storage using JSON.pm",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-moosex-storage-format-jsonpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "minivmac-512k",
            "portdir": "emulators/minivmac",
            "version": "36.04",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gryphel.org/c/minivmac/",
            "description": "a Macintosh 512K emulator",
            "long_description": "Mini vMac emulates early Macintosh computers that use Motorola's 680x0 processors, sold by Apple from 1984 to 1996. This subport emulates a Macintosh 512K. There are other subports that emulate other Macintosh models.",
            "active": true,
            "categories": [
                "aqua",
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1770
                }
            ],
            "variants": [
                "icon_master",
                "min_extensions",
                "screen_1024x768",
                "speed_1x",
                "speed_2x",
                "speed_4x",
                "speed_8x",
                "speed_16x",
                "speed_32x",
                "speed_unlimited",
                "universal",
                "screen_512x342",
                "screen_512x384",
                "screen_640x480",
                "screen_800x600"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-moosex-storage-format-jsonpm",
            "portdir": "perl/p5-moosex-storage-format-jsonpm",
            "version": "0.93.94",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/MooseX::Storage::Format::JSONpm",
            "description": "MooseX::Storage::Format::JSONpm - a format role for MooseX::Storage using JSON.pm",
            "long_description": "MooseX::Storage::Format::JSONpm - a format role for MooseX::Storage using JSON.pm",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-moose",
                        "p5.28-test-simple",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-moosex-storage",
                        "perl5.28",
                        "p5.28-namespace-autoclean",
                        "p5.28-json",
                        "p5.28-moosex-role-parameterized"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-moosex-storage-format-jsonpm",
            "portdir": "perl/p5-moosex-storage-format-jsonpm",
            "version": "0.93.94",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/MooseX::Storage::Format::JSONpm",
            "description": "MooseX::Storage::Format::JSONpm - a format role for MooseX::Storage using JSON.pm",
            "long_description": "MooseX::Storage::Format::JSONpm - a format role for MooseX::Storage using JSON.pm",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-moose",
                        "p5.30-test-simple",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-moosex-storage",
                        "perl5.30",
                        "p5.30-namespace-autoclean",
                        "p5.30-json",
                        "p5.30-moosex-role-parameterized"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-moosex-storage-format-jsonpm",
            "portdir": "perl/p5-moosex-storage-format-jsonpm",
            "version": "0.93.94",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/MooseX::Storage::Format::JSONpm",
            "description": "MooseX::Storage::Format::JSONpm - a format role for MooseX::Storage using JSON.pm",
            "long_description": "MooseX::Storage::Format::JSONpm - a format role for MooseX::Storage using JSON.pm",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-moose",
                        "p5.32-test-simple",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-moosex-storage",
                        "perl5.32",
                        "p5.32-namespace-autoclean",
                        "p5.32-json",
                        "p5.32-moosex-role-parameterized"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-moosex-storage-format-jsonpm",
            "portdir": "perl/p5-moosex-storage-format-jsonpm",
            "version": "0.93.94",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/MooseX::Storage::Format::JSONpm",
            "description": "MooseX::Storage::Format::JSONpm - a format role for MooseX::Storage using JSON.pm",
            "long_description": "MooseX::Storage::Format::JSONpm - a format role for MooseX::Storage using JSON.pm",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-moose",
                        "p5.34-test-simple",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-moosex-storage",
                        "perl5.34",
                        "p5.34-namespace-autoclean",
                        "p5.34-json",
                        "p5.34-moosex-role-parameterized"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-moosex-storage-format-jsonpm"
                    ]
                }
            ]
        },
        {
            "name": "py311-geoplot",
            "portdir": "python/py-geoplot",
            "version": "0.5.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "geoplot is a high-level Python geospatial plotting library",
            "long_description": "geoplot is a high-level Python geospatial plotting library It is an extension to cartopy and matplotlib which makes mapping easy: like seaborn for geospatial.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 847
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-contextily",
                        "python311",
                        "py311-seaborn",
                        "py311-geopandas",
                        "py311-pandas",
                        "py311-matplotlib",
                        "py311-mapclassify",
                        "py311-cartopy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-geoplot"
                    ]
                }
            ]
        },
        {
            "name": "go-reflex",
            "portdir": "sysutils/go-reflex",
            "version": "0.3.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cespare/reflex",
            "description": "Run a command when files change",
            "long_description": "Reflex is a small tool to watch a directory and rerun a command when certain files change. It's great for automatically running compile/lint/test tasks and for reloading your application when the code changes.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 898
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-perl-languageserver",
            "portdir": "perl/p5-perl-languageserver",
            "version": "2.6.2",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Perl::LanguageServer",
            "description": "Perl::LanguageServer - Language Server and Debug Protocol Adapter for Perl",
            "long_description": "Perl::LanguageServer is a Language Server and Debug Protocol Adapter for Perl. It implements the Language Server Protocol which provides syntax-checking, symbol search, etc. Perl to various editors, for example Visual Studio Code or Atom. It also implements the Debug Adapter Protocol, which allows debugging with various editors.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 91
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-anyevent",
                        "p5.28-anyevent-aio",
                        "p5.28-class-refresh",
                        "p5.28-compiler-lexer",
                        "p5.28-coro",
                        "p5.28-data-dump",
                        "perl5.28",
                        "p5.28-io-aio",
                        "p5.28-json",
                        "p5.28-moose",
                        "p5.28-padwalker",
                        "p5.28-hash-safekeys",
                        "p5.28-encode-locale"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt511-qtsensors-docs",
            "portdir": "aqua/qt511",
            "version": "5.11.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for the port qt511-qtsensors",
            "long_description": "Documentation for the port qt511-qtsensors",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1159
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt511-qttools",
                        "pkgconfig",
                        "clang-16",
                        "qt511-qtsensors",
                        "qt511-sqlite-plugin"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt511-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qt511-qtdoc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt511-docs"
                    ]
                }
            ]
        },
        {
            "name": "py311-pytest",
            "portdir": "python/py-pytest",
            "version": "7.4.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pytest.org",
            "description": "py.test: simple powerful testing with Python",
            "long_description": "The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2544
                },
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 1279
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-iniconfig",
                        "python311",
                        "py311-packaging",
                        "py311-setuptools",
                        "py311-pluggy",
                        "py311-py",
                        "py311-attrs"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pytest_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-pytest-mpl",
                        "py311-beancount",
                        "py-pytest",
                        "py311-pytest-pylint",
                        "py311-rubicon-objc",
                        "py311-pytest-rerunfailures",
                        "py311-cloudflare",
                        "py311-pytest-describe",
                        "py311-pytest-qt",
                        "py311-pytest-cov",
                        "py311-pytest-trio",
                        "py311-pytest-forked",
                        "py311-pytest-xdist",
                        "py311-pytest-dotenv",
                        "py311-pytest-random-order",
                        "py311-pytest-profiling",
                        "py311-pytest-json-report",
                        "py311-pytest-xprocess",
                        "py311-pytest-asyncio",
                        "py311-pytest-remotedata"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-pytest-fixture-config",
                        "py311-pytest-regressions",
                        "py311-pytest-flake8",
                        "py311-pytest-metadata",
                        "py311-pytest-shutil",
                        "py311-pytest-env",
                        "py311-pytest-virtualenv",
                        "py311-pytest-benchmark",
                        "py311-pyopencl",
                        "py311-pytest-datadir",
                        "py311-pytest-sugar",
                        "py311-pytest-mock"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-cppy",
                        "py311-cycler",
                        "py311-kiwisolver",
                        "py311-setuptools_scm_git_archive",
                        "py311-unicodedata2",
                        "py311-black",
                        "py311-cpuinfo",
                        "py311-crcmod",
                        "py311-freezegun",
                        "py311-geographiclib",
                        "py311-iso8601",
                        "py311-jwt",
                        "py311-mock",
                        "py311-oauthlib",
                        "py311-pytest-benchmark",
                        "py311-requests-oauthlib",
                        "py311-yapf",
                        "py311-igraph",
                        "py311-texttable",
                        "py311-babel",
                        "py311-prompt_toolkit",
                        "py311-wcwidth",
                        "py311-wrapt",
                        "py311-atomicwrites",
                        "py311-cachetools",
                        "py311-cairocffi",
                        "py311-colorlog",
                        "py311-columnize",
                        "py311-ujson",
                        "py311-wurlitzer",
                        "py311-inflection",
                        "py311-intervaltree",
                        "py311-isort",
                        "py311-text-unidecode",
                        "py311-contourpy",
                        "py311-poyo",
                        "py311-more-itertools",
                        "py311-pygls",
                        "py311-lazy_object_proxy",
                        "py311-kaptan",
                        "py311-scikit-hep-awkward1",
                        "py311-scikit-hep-boost-histogram",
                        "py311-scikit-hep-hepstats",
                        "py311-scikit-hep-hepunits",
                        "py311-scikit-hep-hist",
                        "py311-scikit-hep-mplhep",
                        "py311-scikit-hep-mplhep_data",
                        "py311-scikit-hep-particle",
                        "py311-scikit-hep-uproot4",
                        "py311-beniget",
                        "py311-gast",
                        "py311-murmurhash",
                        "py311-configargparse",
                        "py311-parsedatetime",
                        "py311-webencodings",
                        "py311-beautifulsoup4",
                        "py311-async_generator",
                        "py311-asn1",
                        "py311-outcome",
                        "py311-asn1-modules",
                        "py311-trustme",
                        "py311-tomlkit",
                        "py311-pyrsistent",
                        "py311-jaraco.classes",
                        "py311-backports.entry-points-selectable",
                        "py311-distlib",
                        "py311-contextlib2",
                        "py311-filelock",
                        "py311-xattr",
                        "py311-dnspython",
                        "py311-pytest-asyncio",
                        "py311-aws-sam-translator",
                        "py311-botocore",
                        "py311-cfn-lint",
                        "py311-jschema_to_python",
                        "py311-jsonpatch",
                        "py311-jsonpickle",
                        "py311-jsonpointer",
                        "py311-junit-xml",
                        "py311-rsa",
                        "py311-s3transfer",
                        "py311-neovim",
                        "py311-pyotp",
                        "py311-future",
                        "py311-term-background",
                        "py311-uncertainties",
                        "py311-whatthepatch",
                        "py311-asv",
                        "py311-cftime",
                        "py311-chardet",
                        "py311-cssselect2",
                        "py311-lmfit",
                        "py311-natsort",
                        "py311-nmrglue",
                        "py311-patsy",
                        "py311-peakutils",
                        "py311-pyicu",
                        "py311-pytest-mock",
                        "py311-qstylizer",
                        "py311-qtawesome",
                        "py311-rope",
                        "py311-h11",
                        "py311-hpack",
                        "py311-hyperframe",
                        "py311-appdirs",
                        "py311-pint",
                        "py311-xarray",
                        "py311-entrypoints",
                        "py311-mutagen",
                        "py311-autopep8",
                        "py311-slugify",
                        "py311-unidecode",
                        "py311-bcrypt",
                        "py311-path",
                        "py311-pytest-metadata",
                        "py311-json5",
                        "py311-sqlparse",
                        "py311-structlog",
                        "py311-pytest-sugar",
                        "py311-typer",
                        "py311-xmldiff",
                        "py311-jaraco.functools",
                        "py311-tempora",
                        "py311-clang",
                        "py311-Faker",
                        "py311-opengl",
                        "py311-pygccxml",
                        "py311-semver",
                        "py311-geopy",
                        "py311-seaborn",
                        "py311-isodate",
                        "py311-rdflib",
                        "py311-pyte",
                        "py311-rich",
                        "py311-nose",
                        "py311-ephem",
                        "py311-crc32c",
                        "py311-automat",
                        "py311-dispatcher",
                        "py311-hyperlink",
                        "py311-m2r",
                        "py311-parsel",
                        "py311-protego",
                        "py311-queuelib",
                        "py311-scrapy",
                        "py311-testfixtures",
                        "py311-w3lib",
                        "py311-emcee3",
                        "py311-rawpy",
                        "py311-flask",
                        "py311-itsdangerous",
                        "py311-werkzeug",
                        "py311-amazon.ion",
                        "py311-netaddr",
                        "py311-flake8",
                        "py311-cymem",
                        "py311-preshed",
                        "py311-scikit-hep-awkward",
                        "py311-scikit-hep-uproot",
                        "py311-srsly",
                        "py311-blis",
                        "py311-catalogue",
                        "py311-confection",
                        "py311-anytree",
                        "py311-myst-parser",
                        "py311-csvkit",
                        "py311-pyproject_hooks",
                        "radian",
                        "py311-marisa-trie",
                        "py311-re2",
                        "py311-onnx",
                        "py311-urwid",
                        "py311-python-lsp-jsonrpc",
                        "py311-python-lsp-server",
                        "py311-oct2py",
                        "py311-xmltodict",
                        "py311-openslide",
                        "py311-nmrglue-devel",
                        "py311-argh",
                        "py311-confuse",
                        "py311-discogs-client",
                        "py311-iocapture",
                        "py311-ipdb",
                        "py311-pytest-timeout",
                        "py311-watchdog",
                        "py311-pymc",
                        "py311-cssselect",
                        "py311-inflate64",
                        "py311-mediafile",
                        "py311-multivolumefile",
                        "py311-py7zr",
                        "py311-pyannotate",
                        "py311-pybcj",
                        "py311-pyppmd",
                        "py311-pytest-remotedata",
                        "py311-pyzstd",
                        "py311-soco",
                        "py311-librosa",
                        "py311-mido",
                        "py311-note-seq",
                        "py311-pretty-midi",
                        "py311-resampy",
                        "py311-sentencepiece",
                        "py311-plumed",
                        "py311-pyperclip",
                        "py311-obspy",
                        "py311-bottle",
                        "py311-pdal",
                        "py311-wxpython-4.0",
                        "git-remote-hg",
                        "toot",
                        "py311-last",
                        "py311-berkeleydb",
                        "py311-websocket-client",
                        "py311-python-dotenv",
                        "py311-mitmproxy",
                        "py311-wsproto",
                        "py311-nbxmpp",
                        "py311-precis-i18n",
                        "py311-portend",
                        "py311-docker",
                        "py311-opt_einsum",
                        "py311-hdbscan",
                        "py311-astunparse",
                        "py311-pytest-mypy",
                        "py311-portalocker",
                        "py311-pyarrow",
                        "py311-numpydoc",
                        "py311-dlib",
                        "py311-spopt",
                        "py311-fugashi",
                        "py311-sacrebleu",
                        "py311-soundfile",
                        "py311-huggingface_hub",
                        "py311-omegaconf",
                        "py311-tensorflow-datasets",
                        "py311-hcloud",
                        "py311-xkcdpass",
                        "py311-recommonmark",
                        "py311-blinker",
                        "py311-pytest-trio",
                        "py311-audioread",
                        "py311-country",
                        "py311-munkres",
                        "py311-musicbrainzngs",
                        "py311-ordered-set",
                        "py311-pytest-fixture-config",
                        "py311-pytest-profiling",
                        "py311-pytest-shutil",
                        "py311-pytest-virtualenv",
                        "py311-rarfile",
                        "py311-setuptools-git",
                        "py311-zbar",
                        "py311-parsimonious",
                        "py311-bitmath",
                        "py311-arpeggio",
                        "py311-ftfy",
                        "py311-json-rpc",
                        "py311-parver",
                        "py311-bqplot",
                        "py311-control",
                        "py311-bitstring",
                        "py311-geojson",
                        "py311-docx",
                        "py311-fuzzywuzzy",
                        "py311-pdbpp",
                        "py311-tlsh",
                        "py311-fastavro",
                        "py311-flask-cors",
                        "py311-cbor2",
                        "py311-luma.core",
                        "py311-luma.emulator",
                        "py311-pyftdi",
                        "py311-smbus2",
                        "py311-parameterized",
                        "py311-json-tricks",
                        "py311-xxhash",
                        "py311-circuitbreaker",
                        "py311-tabulate",
                        "py311-editdistance",
                        "py311-gnupg",
                        "py311-pyfatfs",
                        "py311-latexcodec",
                        "py311-readability-lxml",
                        "py311-ddt",
                        "py311-fasteners",
                        "py311-sybil",
                        "py311-mando",
                        "py311-apsw",
                        "py311-pytools",
                        "duplicity",
                        "py311-tzlocal",
                        "py311-mdp-toolkit",
                        "py311-m2crypto",
                        "py311-lz4",
                        "py311-simpy",
                        "py311-boolean.py",
                        "py311-license-expression",
                        "py311-pastedeploy",
                        "py311-urlwatch",
                        "py311-webtest",
                        "py311-pygraphviz",
                        "py311-unidiff",
                        "py311-tiktoken",
                        "py311-httpbin",
                        "py311-xhtml2pdf",
                        "py311-asyncpg",
                        "py311-flask-babel",
                        "py311-lazy_loader",
                        "py311-soxr",
                        "py311-pytest-env",
                        "py311-threadpoolctl",
                        "py311-quantecon",
                        "py311-mslex",
                        "py311-iminuit",
                        "py311-sphinx-jsonschema",
                        "py311-importlib-resources",
                        "py311-pysvn",
                        "py311-blosc2",
                        "py311-html2text",
                        "py311-spark_parser",
                        "py311-uncompyle6",
                        "py311-xdis",
                        "tortoisehg",
                        "py311-ldap",
                        "http-prompt",
                        "linkchecker",
                        "hg-git",
                        "autojump",
                        "hg-evolve",
                        "proselint",
                        "osc",
                        "py311-packaging",
                        "py311-pluggy",
                        "py311-greenlet",
                        "py311-attrs",
                        "py311-iniconfig",
                        "py311-zopeinterface",
                        "py311-asteval",
                        "py311-pretend",
                        "py311-markupsafe",
                        "py311-zopfli",
                        "py311-roman",
                        "py311-brotli",
                        "py311-pycryptodome",
                        "py311-pycryptodomex",
                        "py311-simplejson",
                        "py311-imagesize",
                        "py311-parso",
                        "py311-lxml",
                        "py311-dateutil",
                        "py311-six",
                        "py311-cryptography",
                        "py311-parse",
                        "py311-xlsx2csv",
                        "py311-cairo"
                    ]
                }
            ]
        },
        {
            "name": "py36-beautifulsoup4",
            "portdir": "python/py-beautifulsoup4",
            "version": "4.11.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.crummy.com/software/BeautifulSoup/",
            "description": "Python HTML/XML parser",
            "long_description": "Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 1279
                }
            ],
            "variants": [
                "html5lib",
                "lxml"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py36-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py36-lxml",
                        "python36",
                        "py36-soupsieve",
                        "py36-html5lib"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py36-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py36-astroquery",
                        "py36-nbconvert",
                        "py36-webtest",
                        "py36-django-htmlmin"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py36-dns-lexicon"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py36-myst-parser"
                    ]
                }
            ]
        },
        {
            "name": "py39-bidict",
            "portdir": "python/py-bidict",
            "version": "0.22.1",
            "license": "MPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bidict.readthedocs.io/",
            "description": "The bidirectional mapping library for Python",
            "long_description": "The bidict library provides several friendly, efficient data structures for working with bidirectional mappings in Python.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 129
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py39-socketio"
                    ]
                }
            ]
        },
        {
            "name": "py37-beautifulsoup4",
            "portdir": "python/py-beautifulsoup4",
            "version": "4.12.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.crummy.com/software/BeautifulSoup/",
            "description": "Python HTML/XML parser",
            "long_description": "Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 1279
                }
            ],
            "variants": [
                "html5lib",
                "lxml"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-hatchling",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-html5lib",
                        "py37-lxml",
                        "py37-soupsieve"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-webtest",
                        "py37-sunpy",
                        "py37-cloudflare",
                        "py37-nbconvert",
                        "py37-beancount",
                        "py37-skyfield",
                        "py37-dap",
                        "py37-mechanicalsoup",
                        "py37-astroquery"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-pymatgen",
                        "py37-libpysal",
                        "py37-photomosaic",
                        "py37-dns-lexicon"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-mitmproxy",
                        "py37-myst-parser"
                    ]
                }
            ]
        },
        {
            "name": "py-orjson",
            "portdir": "python/py-orjson",
            "version": "3.9.12",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ijl/orjson",
            "description": "orjson is a fast, correct JSON library",
            "long_description": "orjson is a fast, correct JSON library. It benchmarks as the fastest Python library for JSON and is more correct than the standard json library or other third-party libraries. It serializes dataclass, datetime, numpy, and UUID instances natively.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 192
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "py312-orjson"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-pytest-remotedata",
            "portdir": "python/py-pytest-remotedata",
            "version": "0.4.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/astropy/pytest-remotedata",
            "description": "Pytest plugin for controlling remote data access.",
            "long_description": "Pytest plugin for controlling remote data access.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 1279
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-installer",
                        "clang-16",
                        "py310-setuptools",
                        "py310-setuptools_scm",
                        "py310-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-packaging",
                        "py310-pytest"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py310-py7zr"
                    ]
                }
            ]
        },
        {
            "name": "R-rapidjsonr",
            "portdir": "R/R-rapidjsonr",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rapidjsonr",
            "description": "Rapidjson C++ headers",
            "long_description": "Rapidjson C++ headers",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2572
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-bigrquery",
                        "R-jsonify"
                    ]
                }
            ]
        },
        {
            "name": "minivmac-se",
            "portdir": "emulators/minivmac",
            "version": "36.04",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gryphel.org/c/minivmac/",
            "description": "a Macintosh SE emulator",
            "long_description": "Mini vMac emulates early Macintosh computers that use Motorola's 680x0 processors, sold by Apple from 1984 to 1996. This subport emulates a Macintosh SE. There are other subports that emulate other Macintosh models.",
            "active": true,
            "categories": [
                "aqua",
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1770
                }
            ],
            "variants": [
                "icon_master",
                "min_extensions",
                "screen_512x342",
                "screen_512x384",
                "screen_640x480",
                "screen_800x600",
                "screen_1024x768",
                "speed_1x",
                "speed_2x",
                "speed_4x",
                "speed_8x",
                "speed_16x",
                "speed_32x",
                "speed_unlimited",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-perl-languageserver",
            "portdir": "perl/p5-perl-languageserver",
            "version": "2.6.2",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Perl::LanguageServer",
            "description": "Perl::LanguageServer - Language Server and Debug Protocol Adapter for Perl",
            "long_description": "Perl::LanguageServer is a Language Server and Debug Protocol Adapter for Perl. It implements the Language Server Protocol which provides syntax-checking, symbol search, etc. Perl to various editors, for example Visual Studio Code or Atom. It also implements the Debug Adapter Protocol, which allows debugging with various editors.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 91
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-anyevent",
                        "p5.30-anyevent-aio",
                        "p5.30-class-refresh",
                        "p5.30-compiler-lexer",
                        "p5.30-coro",
                        "p5.30-data-dump",
                        "perl5.30",
                        "p5.30-io-aio",
                        "p5.30-json",
                        "p5.30-moose",
                        "p5.30-padwalker",
                        "p5.30-hash-safekeys",
                        "p5.30-encode-locale"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-pytest-remotedata",
            "portdir": "python/py-pytest-remotedata",
            "version": "0.4.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/astropy/pytest-remotedata",
            "description": "Pytest plugin for controlling remote data access.",
            "long_description": "Pytest plugin for controlling remote data access.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 1279
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-wheel",
                        "py311-setuptools_scm",
                        "clang-16",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-packaging",
                        "py311-pytest"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pytest-remotedata"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-py7zr"
                    ]
                }
            ]
        },
        {
            "name": "py38-beautifulsoup4",
            "portdir": "python/py-beautifulsoup4",
            "version": "4.12.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.crummy.com/software/BeautifulSoup/",
            "description": "Python HTML/XML parser",
            "long_description": "Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 1279
                }
            ],
            "variants": [
                "html5lib",
                "lxml"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-hatchling",
                        "py38-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-html5lib",
                        "py38-lxml",
                        "py38-soupsieve"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-nbconvert",
                        "py38-sunpy",
                        "py38-dap",
                        "py38-astroquery",
                        "py38-skyfield",
                        "py38-socid-extractor",
                        "py38-cloudflare",
                        "py38-mechanicalsoup",
                        "py38-beancount",
                        "py38-webtest"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-libpysal",
                        "py38-photomosaic",
                        "py38-pymatgen",
                        "py38-dns-lexicon"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-myst-parser",
                        "py38-mitmproxy"
                    ]
                }
            ]
        },
        {
            "name": "py37-dotty-dict",
            "portdir": "python/py-dotty-dict",
            "version": "1.3.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pawelzny/dotty_dict",
            "description": "Dictionary wrapper for quick access to deeply nested keys",
            "long_description": "Dotty Dict is a wrapper around builtin dictionary. Provides quick access to deeply nested keys and values with dot notation. Dotty Dict expose dictionary public API as proxy to dict implemented underneath and should work with all dict-like objects which are instances of Mapping.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "bashu.was.here",
                    "github": "bashu",
                    "ports_count": 40
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-poetry-core",
                        "py37-build",
                        "clang-14",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-beautifulsoup4",
            "portdir": "python/py-beautifulsoup4",
            "version": "4.12.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.crummy.com/software/BeautifulSoup/",
            "description": "Python HTML/XML parser",
            "long_description": "Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 1279
                }
            ],
            "variants": [
                "html5lib",
                "lxml"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-build",
                        "py39-hatchling",
                        "py39-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "py39-html5lib",
                        "py39-lxml",
                        "py39-soupsieve"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-mechanicalsoup",
                        "py39-sunpy",
                        "py39-beancount",
                        "py39-webtest",
                        "py39-astroquery",
                        "py39-skyfield",
                        "py39-socid-extractor",
                        "py39-cloudflare",
                        "py39-nbconvert"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-pymatgen",
                        "py39-libpysal",
                        "py39-dns-lexicon",
                        "py39-photomosaic"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-mitmproxy",
                        "py39-myst-parser"
                    ]
                }
            ]
        },
        {
            "name": "py-dotty-dict",
            "portdir": "python/py-dotty-dict",
            "version": "1.3.1",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pawelzny/dotty_dict",
            "description": "Dictionary wrapper for quick access to deeply nested keys",
            "long_description": "Dotty Dict is a wrapper around builtin dictionary. Provides quick access to deeply nested keys and values with dot notation. Dotty Dict expose dictionary public API as proxy to dict implemented underneath and should work with all dict-like objects which are instances of Mapping.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "bashu.was.here",
                    "github": "bashu",
                    "ports_count": 40
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-dotty-dict"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "minivmac-plus",
            "portdir": "emulators/minivmac",
            "version": "36.04",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gryphel.org/c/minivmac/",
            "description": "a Macintosh Plus emulator",
            "long_description": "Mini vMac emulates early Macintosh computers that use Motorola's 680x0 processors, sold by Apple from 1984 to 1996. This subport emulates a Macintosh Plus. This is the best-tested variation. There are other subports that emulate other Macintosh models.",
            "active": true,
            "categories": [
                "aqua",
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1770
                }
            ],
            "variants": [
                "icon_master",
                "min_extensions",
                "screen_512x342",
                "screen_512x384",
                "screen_640x480",
                "screen_800x600",
                "screen_1024x768",
                "speed_1x",
                "speed_2x",
                "speed_4x",
                "speed_16x",
                "speed_8x",
                "speed_32x",
                "speed_unlimited",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "minivmac"
                    ]
                }
            ]
        },
        {
            "name": "qt55-qtbase",
            "portdir": "aqua/qt55",
            "version": "5.5.1",
            "license": "(LGPL-2.1 or LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Tools and Module(s) for Qt Tool Kit 5",
            "long_description": "Tools and Module(s) for Qt Tool Kit 5: Qt Core, Qt GUI, Qt Network, Qt SQL, Qt Test, Qt Widgets, Qt Concurrent, Qt D-Bus, Qt OpenGL, Qt Platform Headers, Qt Print Support, and Qt XML",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1159
                }
            ],
            "variants": [
                "tests",
                "examples",
                "debug",
                "pulseaudio",
                "gstreamer",
                "openssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "gawk",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl10",
                        "pcre",
                        "zlib",
                        "libjpeg-turbo",
                        "libpng",
                        "harfbuzz",
                        "dbus",
                        "glib2",
                        "icu"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qt55-qtbase-docs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt55-qtbase-docs",
                        "qt55-qtwebengine",
                        "qt55-qtwebengine-docs",
                        "qt55-qtdeclarative",
                        "qt55-qtdeclarative-docs",
                        "qt55-qtserialport",
                        "qt55-qtserialport-docs",
                        "qt55-qtsensors",
                        "qt55-qtsensors-docs",
                        "qt55-qtwebkit",
                        "qt55-qtwebkit-docs",
                        "qt55-qtquick1",
                        "qt55-qtdoc",
                        "qt55-qtwebchannel",
                        "qt55-qtwebchannel-docs",
                        "qt55-qtimageformats",
                        "qt55-qtimageformats-docs",
                        "qt55-qtsvg",
                        "qt55-qtsvg-docs",
                        "qt55-qtmacextras",
                        "qt55-qtmacextras-docs",
                        "qt55-qtlocation",
                        "qt55-qtlocation-docs",
                        "qt55-qtxmlpatterns",
                        "qt55-qtxmlpatterns-docs",
                        "qt55-qtcanvas3d",
                        "qt55-qtcanvas3d-docs",
                        "qt55-qtgraphicaleffects",
                        "qt55-qtgraphicaleffects-docs",
                        "qt55-qtmultimedia",
                        "qt55-qtmultimedia-docs",
                        "qt55-qtscript",
                        "qt55-qtscript-docs",
                        "qt55-qt3d",
                        "qt55-qt3d-docs",
                        "qt55-qtconnectivity",
                        "qt55-qtconnectivity-docs",
                        "qt55-qttools",
                        "qt55-qttools-docs",
                        "qt55-qtquickcontrols",
                        "qt55-qtquickcontrols-docs",
                        "qt55-qtenginio",
                        "qt55-qtenginio-docs",
                        "qt55-qtwebsockets",
                        "qt55-qtwebsockets-docs",
                        "qt55-qtwebkit-examples",
                        "qt55-qttranslations",
                        "qt55-mysql-plugin",
                        "qt55-psql-plugin",
                        "qt55-sqlite-plugin"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt55"
                    ]
                }
            ]
        }
    ]
}