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

{
    "count": 50172,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&page=990",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&page=988",
    "results": [
        {
            "name": "dtrx",
            "portdir": "archivers/dtrx",
            "version": "8.7.1",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dtrx-py/dtrx",
            "description": "extracts archives in a number of different formats",
            "long_description": "dtrx extracts archives in a number of different formats; it currently supports tar, zip (including self-extracting .exe files), cpio, rpm, deb, gem, 7z, cab, rar, and InstallShield files. It can also decompress files compressed with gzip, bzip2, lzma, xz, or compress.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "deco-archive",
            "portdir": "archivers/deco-archive",
            "version": "1.7",
            "license": "GPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/peha/deco-archive",
            "description": "provides support for popular archive formats to deco",
            "long_description": "deco-archive provides support for popular archive formats to the deco file extraction framework.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "deco"
                    ]
                }
            ]
        },
        {
            "name": "deco",
            "portdir": "archivers/deco",
            "version": "1.6.4",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/peha/deco",
            "description": "file extraction framework",
            "long_description": "deco is a Un*x program, written in SUSv3-compliant C99, that is able to extract various archive file formats. It focuses on consistent behavior and has a modular pluggable extraction engine backend.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "deco-archive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "deb2targz",
            "portdir": "archivers/deb2targz",
            "version": "20021217",
            "license": "none",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.miketaylor.org.uk/tech/deb/",
            "description": "converts .deb packages to .tar.gz archives",
            "long_description": "deb2targz is a very small perl script for converting Debian Linux style .deb packages to a friendly .tar.gz. deb2targz does not need any external programs like ar or tar.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dar",
            "portdir": "archivers/dar",
            "version": "2.8.1",
            "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": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "doxygen",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "zstd",
                        "argon2",
                        "gpgme",
                        "libgcrypt",
                        "bzip2",
                        "curl",
                        "librsync",
                        "libiconv",
                        "gettext-runtime",
                        "openssl",
                        "lz4",
                        "lzo2",
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dact",
            "portdir": "archivers/dact",
            "version": "0.8.42",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.rkeene.org/oss/dact/",
            "description": "dynamic adaptive compression tool",
            "long_description": "DACT attempts to create very efficient compressed files by attempting to use many different algorithms on each block until it finds the best for every block in the file.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2",
                        "lzo2",
                        "zlib",
                        "libmcrypt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cpio",
            "portdir": "archivers/cpio",
            "version": "2.15",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/cpio/cpio.html",
            "description": "copies files into or out of a cpio or tar archives",
            "long_description": "GNU cpio copies files into or out of a cpio or tar archive. The archive can be another file on the disk, a magnetic tape, or a pipe.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "chenguokai17",
                    "github": "chenguokai",
                    "ports_count": 6
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "diffoscope"
                    ]
                }
            ]
        },
        {
            "name": "cabextract",
            "portdir": "archivers/cabextract",
            "version": "1.11",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cabextract.org.uk",
            "description": "Extract files from Microsoft cabinet files",
            "long_description": "cabextract can extract Microsoft cabinet files, also called .CAB files, on *nix systems. cabextract supports all special features and all compression formats of Microsoft cabinet files.",
            "active": true,
            "categories": [
                "sysutils",
                "archivers",
                "compression"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "winetricks",
                        "wimlib"
                    ]
                }
            ]
        },
        {
            "name": "bzip2",
            "portdir": "archivers/bzip2",
            "version": "1.0.8",
            "license": "BSD",
            "platforms": "darwin freebsd linux sunos",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceware.org/bzip2/",
            "description": "compression library and tools",
            "long_description": "bzip2 is a freely available, patent free, high-quality data compressor.",
            "active": true,
            "categories": [
                "sysutils",
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "eiffelstudio",
                        "ghc",
                        "libosmium",
                        "libosmium-doc",
                        "cracklib"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "msp430-elf-binutils",
                        "msp430-elf-gcc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-opencv3-devel",
                        "py36-opencv3-devel",
                        "py36-isce2",
                        "dact",
                        "libarxx",
                        "pbzip2",
                        "rzip64",
                        "zip",
                        "aegis",
                        "diffball",
                        "tcpflow",
                        "tcpflow-devel",
                        "goldendict",
                        "botan",
                        "wandio",
                        "freeciv",
                        "freeciv-x11",
                        "routino",
                        "boost169",
                        "Coin",
                        "Coin-framework",
                        "scotch",
                        "fizz",
                        "folly",
                        "gimp-gap-devel",
                        "mvfst",
                        "ImageMagick7",
                        "apache-arrow",
                        "advancecomp",
                        "pypy",
                        "pypy36",
                        "pypy37",
                        "pypy38",
                        "pypy39",
                        "snobol4",
                        "archmbox",
                        "mairix",
                        "py37-opencv3",
                        "py38-opencv3",
                        "py37-opencv3-devel",
                        "py38-opencv3-devel",
                        "tiledb",
                        "gimp3-devel",
                        "pike",
                        "p5.28-compress-bzip2",
                        "p5.30-compress-bzip2",
                        "p5.32-compress-bzip2",
                        "p5.34-compress-bzip2",
                        "py37-isce2",
                        "gwyddion",
                        "xorriso",
                        "py37-imagecodecs",
                        "py38-imagecodecs",
                        "poppler-devel",
                        "poppler-devel-qt5",
                        "php84",
                        "php84-apache2handler",
                        "php84-cgi",
                        "php84-fpm",
                        "poppler",
                        "poppler-qt5",
                        "php83",
                        "php83-apache2handler",
                        "php83-cgi",
                        "php83-fpm",
                        "gv",
                        "php82",
                        "php82-apache2handler",
                        "php82-cgi",
                        "php82-fpm",
                        "php81",
                        "php81-apache2handler",
                        "php81-cgi",
                        "HDF5-External-Filter-Plugins",
                        "php81-fpm",
                        "bedtools",
                        "bfast",
                        "php80",
                        "php80-apache2handler",
                        "php80-cgi",
                        "php80-fpm",
                        "php74",
                        "php74-apache2handler",
                        "php74-cgi",
                        "php74-fpm",
                        "php73",
                        "php73-apache2handler",
                        "php73-cgi",
                        "php73-fpm",
                        "php72",
                        "php72-apache2handler",
                        "php72-cgi",
                        "php72-fpm",
                        "php71",
                        "php71-apache2handler",
                        "php71-cgi",
                        "php71-fpm",
                        "python26",
                        "python27",
                        "php70",
                        "php70-apache2handler",
                        "php70-cgi",
                        "php70-fpm",
                        "php56",
                        "php56-apache2handler",
                        "php56-cgi",
                        "php56-fpm",
                        "php55",
                        "php55-apache2handler",
                        "php55-cgi",
                        "php55-fpm",
                        "php54",
                        "php54-apache2handler",
                        "php54-cgi",
                        "php54-fpm",
                        "php53",
                        "php53-apache2handler",
                        "php53-cgi",
                        "php53-fpm",
                        "php52",
                        "php52-apache2handler",
                        "php52-cgi",
                        "dovecot",
                        "mythtv-core.28",
                        "pcre",
                        "pcre2",
                        "vxl",
                        "librsync",
                        "ncdc",
                        "root6",
                        "rb-bz2",
                        "PEAR",
                        "seqan2-apps",
                        "veriwell",
                        "botan1",
                        "murk",
                        "openpgpsdk",
                        "pgpdump",
                        "dmg2img",
                        "rpm2html",
                        "elinks",
                        "webalizer",
                        "xorg-libXfont",
                        "hercules",
                        "ocp",
                        "libextractor",
                        "unalz",
                        "gtkwave",
                        "smooth",
                        "py37-tables",
                        "poppler-qt4-mac",
                        "lynx",
                        "dpkg",
                        "bsdiff",
                        "py37-pyarrow",
                        "py38-pyarrow",
                        "kdelibs4",
                        "xylib",
                        "py35-tables",
                        "py36-tables",
                        "clamav-legacy",
                        "xqf",
                        "ark",
                        "py27-pysam",
                        "py36-pysam",
                        "python27-bootstrap",
                        "py35-opencv3",
                        "py36-opencv3",
                        "python315-freethreading-devel",
                        "mkvtoolnix-devel",
                        "mkvtoolnix",
                        "osm2pgsql",
                        "minizip-ng",
                        "py310-tables",
                        "py311-tables",
                        "py312-tables",
                        "py313-tables",
                        "gnupg2",
                        "tarsnap",
                        "R-ijtiff",
                        "analog",
                        "ffmpeg",
                        "ffmpeg-devel",
                        "ffmpeg4",
                        "HandBrake",
                        "ffmpeg8",
                        "HandBrakeCLI",
                        "gnupg1",
                        "mkvtoolnix-legacy",
                        "clamav",
                        "xar",
                        "libarchive-qt",
                        "gimp-gap",
                        "VLC2",
                        "libVLC2",
                        "libretroshare",
                        "montage",
                        "libsbml",
                        "libgsf",
                        "lnav",
                        "lnav-devel",
                        "backuppc",
                        "xmoto",
                        "mldonkey",
                        "dvdauthor",
                        "iverilog",
                        "netcdf",
                        "strigi",
                        "ugrep",
                        "dvipng",
                        "mkfontscale",
                        "shogun",
                        "shogun-devel",
                        "python39",
                        "python32",
                        "python33",
                        "py38-tables",
                        "littleutils",
                        "R-Rhtslib",
                        "tokyocabinet",
                        "retroshare-qt4",
                        "file",
                        "libmagic",
                        "seqan3",
                        "R",
                        "py310-imagecodecs",
                        "simh",
                        "py311-imagecodecs",
                        "py312-imagecodecs",
                        "py313-imagecodecs",
                        "py314-imagecodecs",
                        "xorg-libXfont2",
                        "python310",
                        "python311",
                        "python34",
                        "python35",
                        "python36",
                        "python37",
                        "python312",
                        "qemu",
                        "zebra",
                        "net-snmp",
                        "py39-opencv3",
                        "py39-opencv3-devel",
                        "qore",
                        "libarchive",
                        "elinks-devel",
                        "rocksdb",
                        "rzip",
                        "GraphicsMagick",
                        "libewf",
                        "grass",
                        "grass7",
                        "imlib2",
                        "man",
                        "eiskaltdcpp",
                        "ImageMagick",
                        "python38",
                        "freetype",
                        "libsolv",
                        "wget2",
                        "osmium-tool",
                        "opensimh",
                        "boost171",
                        "boost176",
                        "boost178",
                        "boost181",
                        "cmake",
                        "cmake-docs",
                        "cmake-gui",
                        "cmake-devel",
                        "cmake-devel-gui",
                        "cmake-devel-docs",
                        "opencv3",
                        "opencv3-devel",
                        "TOPCOM",
                        "codeblocks-devel",
                        "edencommon",
                        "py27-opencv3",
                        "py310-opencv3",
                        "py311-opencv3",
                        "py27-opencv3-devel",
                        "py311-opencv3-devel",
                        "py310-opencv3-devel",
                        "munge",
                        "scamper",
                        "libzip",
                        "ldas-tools-al",
                        "py27-ldas-tools-al",
                        "ldas-tools-framecpp",
                        "py27-ldas-tools-framecpp",
                        "htslib",
                        "py27-tables",
                        "wesnoth",
                        "p5.26-compress-bzip2",
                        "lrzip",
                        "osm2pgsql-lua",
                        "yelp",
                        "gimp2",
                        "gimp2-devel",
                        "mythtv-core.27",
                        "scummvm",
                        "scummvm-devel",
                        "links",
                        "openimageio",
                        "ffmpeg6",
                        "ffmpeg7",
                        "py39-tables",
                        "python314",
                        "python313",
                        "python314-freethreading",
                        "python313-freethreading",
                        "MPlayer",
                        "mplayer-devel",
                        "proxmark3-iceman",
                        "mpd",
                        "corsixth",
                        "py39-imagecodecs",
                        "dar",
                        "john-jumbo",
                        "john-jumbo-devel",
                        "boost188",
                        "boost187",
                        "python315-devel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "unp",
                        "lv",
                        "rpm54",
                        "rpm",
                        "cgit",
                        "diffoscope",
                        "rb33-bzip2-ffi",
                        "rb32-bzip2-ffi",
                        "rb31-bzip2-ffi"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "libxc5",
                        "libxc6"
                    ]
                }
            ]
        },
        {
            "name": "brunsli",
            "portdir": "archivers/brunsli",
            "version": "0.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/brunsli",
            "description": "Brunsli is a lossless JPEG repacking library.",
            "long_description": "Brunsli is a lossless JPEG repacking library. Brunsli allows for a 22% decrease in file size while allowing the original JPEG to be recovered byte-by-byte.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "brotli"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-imagecodecs",
                        "py38-imagecodecs",
                        "py310-imagecodecs",
                        "py311-imagecodecs",
                        "py312-imagecodecs",
                        "py313-imagecodecs",
                        "py314-imagecodecs",
                        "gdal",
                        "gdal-hdf5",
                        "gdal-kea",
                        "gdal-netcdf",
                        "py39-imagecodecs"
                    ]
                }
            ]
        },
        {
            "name": "brotli",
            "portdir": "archivers/brotli",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/brotli",
            "description": "Brotli compression format",
            "long_description": "Brotli is a generic-purpose lossless compression algorithm that is similar in speed with deflate but offers more dense compression. This port installs the bro tool, see also port py-brotli for python modules.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake-bootstrap",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "woff2",
                        "apache-arrow",
                        "gnutls-devel",
                        "py37-imagecodecs",
                        "py38-imagecodecs",
                        "libsoup",
                        "libsoup-devel",
                        "libjxl",
                        "dvisvgm",
                        "dvisvgm-devel",
                        "root6",
                        "brunsli",
                        "qt69-qtbase",
                        "lynx",
                        "py37-pyarrow",
                        "py38-pyarrow",
                        "lwan",
                        "py310-imagecodecs",
                        "simh",
                        "py311-imagecodecs",
                        "py312-imagecodecs",
                        "py313-imagecodecs",
                        "py314-imagecodecs",
                        "qt64-qtbase",
                        "qt67-qtbase",
                        "qt68-qtbase",
                        "libheif",
                        "freetype",
                        "wget2",
                        "apitrace",
                        "opensimh",
                        "privoxy",
                        "netdata",
                        "picotls",
                        "libsoup-2.4",
                        "qt6-qtbase",
                        "py39-imagecodecs",
                        "lighttpd",
                        "php72-openswoole",
                        "php73-openswoole",
                        "php74-openswoole",
                        "php80-openswoole",
                        "php81-openswoole",
                        "php82-openswoole",
                        "php70-swoole",
                        "php71-swoole",
                        "php72-swoole",
                        "php73-swoole",
                        "php74-swoole",
                        "php80-swoole",
                        "php81-swoole",
                        "php82-swoole",
                        "curl"
                    ]
                }
            ]
        },
        {
            "name": "blosc",
            "portdir": "archivers/blosc",
            "version": "1.21.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.blosc.org/",
            "description": "A blocking, shuffling and loss-less compression library.",
            "long_description": "Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. It uses the blocking technique to reduce activity on the memory bus as much as possible.",
            "active": true,
            "categories": [
                "devel",
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2816
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lz4",
                        "snappy",
                        "zlib",
                        "zstd"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-bcolz",
                        "py35-bcolz",
                        "py36-bcolz",
                        "py27-blosc",
                        "py35-blosc",
                        "py36-blosc",
                        "py38-bcolz",
                        "py37-imagecodecs",
                        "py38-imagecodecs",
                        "py39-blosc",
                        "py310-blosc",
                        "py311-blosc",
                        "py312-blosc",
                        "py313-blosc",
                        "py37-bcolz",
                        "py38-blosc",
                        "py37-tables",
                        "py35-tables",
                        "py36-tables",
                        "py37-blosc",
                        "netcdf",
                        "py38-tables",
                        "py310-imagecodecs",
                        "py311-imagecodecs",
                        "py312-imagecodecs",
                        "py313-imagecodecs",
                        "py314-imagecodecs",
                        "openvdb",
                        "py27-tables",
                        "gdal",
                        "gdal-hdf5",
                        "gdal-kea",
                        "gdal-netcdf",
                        "py39-tables",
                        "py39-imagecodecs",
                        "py310-tables",
                        "py311-tables",
                        "py312-tables",
                        "py313-tables"
                    ]
                }
            ]
        },
        {
            "name": "atool",
            "portdir": "archivers/atool",
            "version": "0.39.0",
            "license": "GPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/atool/",
            "description": "An archival front-end",
            "long_description": "atool is a script for managing file archives of various types (tar, tar+gzip, zip etc).",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "expiation",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "cfiles"
                    ]
                }
            ]
        },
        {
            "name": "arj",
            "portdir": "archivers/arj",
            "version": "3.10.22",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://arj.sourceforge.net/",
            "description": "create and extract files from dos .arj archives",
            "long_description": "create and extract files from dos .arj archives",
            "active": true,
            "categories": [
                "sysutils",
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arc",
            "portdir": "archivers/arc",
            "version": "5.21q",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ani6al/arc",
            "description": "create and extract files from dos .arc archives",
            "long_description": "create and extract files from dos .arc archives",
            "active": true,
            "categories": [
                "sysutils",
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "afio",
            "portdir": "archivers/afio",
            "version": "2.5.2",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kholtman/afio",
            "description": "Archiver & backup program with builtin compression",
            "long_description": "Afio makes cpio-format archives. It deals somewhat gracefully with input data corruption, supports multi-volume archives during interactive operation, and can make compressed archives that are much safer than compressed tar or cpio archives. Afio is best used as an \"archive engine\" in a backup script.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "michael.klein",
                    "github": "mklein-de",
                    "ports_count": 16
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "advancescan",
            "portdir": "archivers/advancescan",
            "version": "1.18",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://advancemame.sourceforge.net/scan-readme.html",
            "description": "command line rom manager for many emulators",
            "long_description": "AdvanceSCAN is a command line rom manager for MAME, MESS, AdvanceMAME, AdvanceMESS and Raine. It contains also a diff generator of rom sets.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "advancecomp",
            "portdir": "archivers/advancecomp",
            "version": "2.6",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.advancemame.it",
            "description": "recompression utilities for .PNG, .MNG, .ZIP and .GZ files",
            "long_description": "AdvanceCOMP is a set of recompression utilities for .PNG, .MNG, .ZIP and .GZ files. The main features are: Recompress ZIP, GZ, PNG and MNG files using the Deflate 7-Zip implementation, and recompress MNG files using Delta and Move optimization.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "9e",
            "portdir": "archivers/9e",
            "version": "1.0",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://web.archive.org/web/20080929004038/http://www.eecs.harvard.edu/~wkj/Software/9e/",
            "description": "Plan 9 unarchiver",
            "long_description": "9e is a program to explode Third Edition Plan 9 and at least some Inferno archives.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yubico-authenticator",
            "portdir": "aqua/yubico-authenticator",
            "version": "5.1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developers.yubico.com/yubioath-desktop/",
            "description": "Tool for generating one-time password codes with YubiKey",
            "long_description": "Cross-platform application for generating Open Authentication (OATH) time-based TOTP and event-based HOTP one-time password codes, with the help of a YubiKey that protects the shared secrets.",
            "active": true,
            "categories": [
                "aqua",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtdeclarative",
                        "qt5-qtmultimedia",
                        "qt5-qtquickcontrols2",
                        "pyotherside",
                        "qt5-qtquickcontrols",
                        "qt5-qtbase"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "yubikey-manager4"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xrg",
            "portdir": "aqua/xrg",
            "version": "2.8.2",
            "license": "GPL-2+",
            "platforms": "{macosx >= 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gauchosoft.com/Products/XRG/",
            "description": "XRG is an open source system monitor for Mac OS X.",
            "long_description": "XRG allows you to monitor CPU activity, memory usage, battery status, machine temperature, network activity, disk I/O, current weather, and stock market data. The goal of XRG is to be a functional system monitor that has a clean and flexible interface, so it doesn't intrude on the rest of your Mac experience. XRG is designed to take as little CPU time as possible while still showing detailed graphs on system usage.",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "x2goclient",
            "portdir": "aqua/x2goclient",
            "version": "4.1.2.3",
            "license": "(GPL-2+ or OpenSSLException)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x2go.org/",
            "description": "vnc-like remote desktop software",
            "long_description": "X2Go is based on the (now closed source) NX libraries which provide terminal server services. This is a client application to access the remote side.",
            "active": true,
            "categories": [
                "aqua",
                "net"
            ],
            "maintainers": [
                {
                    "name": "ionic",
                    "github": "Ionic",
                    "ports_count": 24
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtsvg",
                        "qt5-qttools",
                        "libssh",
                        "xorg-libX11",
                        "qt5-qtbase",
                        "openssl3",
                        "qt5-qtdeclarative"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "xauth",
                        "xmodmap",
                        "nxproxy",
                        "pulseaudio"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wtf-x",
            "portdir": "aqua/wtf-x",
            "version": "0.1",
            "license": "unknown",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://wtf-x.sourceforge.net",
            "description": "A Mac OS X program to translate common Internet acronyms",
            "long_description": "WTF-X is a Mac OS X program to translate common Internet acronyms. It's a port of BSD's commandline tool wtf, but unlike this tool it's running as a service in OS X and also offers a GUI to browse through all the acronyms and add new ones.",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wezterm",
            "portdir": "aqua/wezterm",
            "version": "20241015-000000-9ddca7bde",
            "license": "MIT",
            "platforms": "{darwin >= 17}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wezfurlong.org/wezterm",
            "description": "A GPU-accelerated cross-platform terminal emulator and multiplexer written in Rust",
            "long_description": "A GPU-accelerated cross-platform terminal emulator and multiplexer written in Rust",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "rust",
                        "clang-17",
                        "unzip",
                        "zip",
                        "cargo",
                        "legacy-support"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "vineserver3",
            "portdir": "aqua/vineserver",
            "version": "3.12",
            "license": "unknown",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.testplant.com/products/vine_server",
            "description": "a full-featured VNC server (formerly OSXvnc)",
            "long_description": "Vine Server (formerly OSXvnc) is a full-featured VNC server for Mac OS X providing remote access to the GUI, keyboard and mouse using any VNC client.",
            "active": true,
            "categories": [
                "aqua",
                "vnc"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "libiconv"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "cvs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "vineserver",
            "portdir": "aqua/vineserver",
            "version": "4.01",
            "license": "unknown",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.testplant.com/products/vine_server",
            "description": "a full-featured VNC server (formerly OSXvnc)",
            "long_description": "Vine Server (formerly OSXvnc) is a full-featured VNC server for Mac OS X providing remote access to the GUI, keyboard and mouse using any VNC client.",
            "active": true,
            "categories": [
                "aqua",
                "vnc"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "libiconv"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "cvs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "terminal-notifier",
            "portdir": "aqua/terminal-notifier",
            "version": "2.0.0",
            "license": "MIT",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/julienXX/terminal-notifier",
            "description": "A command line tool to send Mac OS X user notifications",
            "long_description": "terminal-notifier is able to send notifications to the Mac OS X Notification Center, which is available in Mac OS X 10.8 Mountain Lion or later.",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py310-pync",
                        "py311-pync",
                        "py312-pync",
                        "py313-pync",
                        "py27-pync",
                        "py35-pync",
                        "py36-pync",
                        "py37-pync",
                        "py38-pync",
                        "py39-pync"
                    ]
                }
            ]
        },
        {
            "name": "tagainijisho",
            "portdir": "aqua/tagainijisho",
            "version": "1.2.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tagaini.net/",
            "description": "A free Japanese dictionary and study assistant",
            "long_description": "Tagaini Jisho is a free, open-source Japanese dictionary and kanji lookup tool that is available for Windows, Mac OS X and Linux and aims at becoming your Japanese study assistant. It allows you to quickly search for entries and mark those that you wish to study, along with tags and personal notes. It also let you train entries you are studying and follows your progression in remembering them. Finally, it makes it easy to review entries you did not remember by listing them on screen or printing them on a small booklet.",
            "active": true,
            "categories": [
                "aqua",
                "education",
                "japanese"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "multimarkdown",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qttools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "squirrel-ime",
            "portdir": "aqua/squirrel-ime",
            "version": "0.16.2",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rime.im/",
            "description": "Rime Input Method for macOS",
            "long_description": "Rime Input Method for macOS",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gflags",
                        "google-glog",
                        "librime-devel",
                        "yaml-cpp",
                        "leveldb",
                        "marisa-trie",
                        "opencc",
                        "boost176",
                        "libiconv",
                        "capnproto"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "smooth",
            "portdir": "aqua/smooth",
            "version": "0.9.8",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.smooth-project.org",
            "description": "smooth is a class library for user interfaces written in C++",
            "long_description": "smooth is an object oriented C++ class library for Windows, macOS, Linux and most Unix-like operating systems. It provides basic functionality and platform support for applications and libraries. \n \nFeatures provided by smooth include: \n* user interface API with various widgets \n* simple to use multithreading API \n* file and network IO interface \n* completely transparent Unicode and software internationalization support \n* a libxml2 based XML parser",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2",
                        "libjpeg-turbo",
                        "curl",
                        "fribidi",
                        "libxml2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "freac",
                        "BoCA"
                    ]
                }
            ]
        },
        {
            "name": "sloth",
            "portdir": "aqua/sloth",
            "version": "1.5",
            "license": "GPL-2+",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sveinbjorn.org/sloth",
            "description": "Program that displays a list of open files by applications",
            "long_description": "Sloth is a program that displays a list of all open files in use by all the applications your user account is running on the system -- this list includes IP and Unix sockets, character devices and directories. This list is presented along with the names of applications using the file and their process IDs.",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sequelpro-devel",
            "portdir": "aqua/sequelpro-devel",
            "version": "20200622",
            "license": "MIT",
            "platforms": "{darwin >= 15}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sequelpro.com/",
            "description": "MySQL/MariaDB database management for macOS",
            "long_description": "a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases",
            "active": true,
            "categories": [
                "aqua",
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "radassist",
            "portdir": "aqua/radassist",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://rsug.itd.umich.edu/software/radmind",
            "description": "An Aqua wrapper for the radmind command-line clients",
            "long_description": "The Radmind Assistant provides a point-and-click interface to create radmind loadsets and update radmind clients.",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ihook",
                        "radmind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qtiplot",
            "portdir": "aqua/qtiplot",
            "version": "0.9.8.9",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.qtiplot.com/",
            "description": "Data Analysis and Scientific Plotting",
            "long_description": "Similar to Origin or SigmaPlot, QtiPlot can be used to present 2D and 3D data and has various data analysis functions like curve fitting. Plotting of 3D data can be rendered using OpenGL using the Qwt3D libraries. It is a full-featured data analysis and plotting package available on Linux, Windows and Mac OS X platforms that supports python scripting.",
            "active": true,
            "categories": [
                "aqua",
                "science"
            ],
            "maintainers": [
                {
                    "name": "nicos",
                    "github": "NicosPavlov",
                    "ports_count": 16
                }
            ],
            "variants": [
                "qtexengine",
                "python27",
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gsl",
                        "qt4-mac",
                        "boost176",
                        "muparser",
                        "zlib",
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt59-docs",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 5",
            "long_description": "Documentation for Qt Tool Kit 5",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt59-qtbase-docs",
                        "qt59-qtdeclarative-docs",
                        "qt59-qtserialport-docs",
                        "qt59-qtsensors-docs",
                        "qt59-qtwebchannel-docs",
                        "qt59-qtimageformats-docs",
                        "qt59-qtsvg-docs",
                        "qt59-qtmacextras-docs",
                        "qt59-qtlocation-docs",
                        "qt59-qtxmlpatterns-docs",
                        "qt59-qtquickcontrols2-docs",
                        "qt59-qtmultimedia-docs",
                        "qt59-qtcanvas3d-docs",
                        "qt59-qtgraphicaleffects-docs",
                        "qt59-qtscxml-docs",
                        "qt59-qt3d-docs",
                        "qt59-qtconnectivity-docs",
                        "qt59-qtgamepad-docs",
                        "qt59-qttools-docs",
                        "qt59-qtquickcontrols-docs",
                        "qt59-qtwebsockets-docs",
                        "qt59-qtserialbus-docs"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt59-sqlite-plugin",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "SQLite Database Driver for Qt Tool Kit 5",
            "long_description": "SQLite Database Driver for Qt Tool Kit 5",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qtwebsockets-docs",
                        "qt59-qtquickcontrols2-docs",
                        "qt59-qtbase-docs",
                        "qt59-qtwebengine-docs",
                        "qt59-qtdeclarative-docs",
                        "qt59-qtpurchasing-docs",
                        "qt59-qtnetworkauth-docs",
                        "qt59-qtscript-docs",
                        "qt59-qtremoteobjects-docs",
                        "qt59-qtscxml-docs",
                        "qt59-qt3d-docs",
                        "qt59-qtconnectivity-docs",
                        "qt59-qtgamepad-docs",
                        "qt59-qtserialport-docs",
                        "qt59-qtsensors-docs",
                        "qt59-qtcharts-docs",
                        "qt59-qtwebkit-docs",
                        "qt59-qtmacextras-docs",
                        "qt59-qtwebchannel-docs",
                        "qt59-qtimageformats-docs",
                        "qt59-qtvirtualkeyboard-docs",
                        "qt59-qtsvg-docs",
                        "qt59-qtlocation-docs",
                        "qt59-qtxmlpatterns-docs",
                        "qt59-qtserialbus-docs",
                        "qt59-qtmultimedia-docs",
                        "qt59-qtcanvas3d-docs",
                        "qt59-qtdatavis3d-docs",
                        "qt59-qtgraphicaleffects-docs",
                        "qt59-qtspeech-docs",
                        "qt59-qtwebview-docs",
                        "qt59-qttools-docs",
                        "qt59-qtquickcontrols-docs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtdoc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt59"
                    ]
                }
            ]
        },
        {
            "name": "qt59-psql-plugin",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "PostgreSQL Database Driver for Qt Tool Kit 5",
            "long_description": "PostgreSQL Database Driver for Qt Tool Kit 5",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase",
                        "postgresql16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt59-mysql-plugin",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "MySQL Database Driver for Qt Tool Kit 5",
            "long_description": "MySQL Database Driver for Qt Tool Kit 5",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "mariadb55",
                "mysql57",
                "mysql56",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase",
                        "mariadb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt59-qttranslations",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "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: translation files",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qttools",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "qt59"
                    ]
                }
            ]
        },
        {
            "name": "qt59-qtwebkit-examples",
            "portdir": "aqua/qt59",
            "version": "5.9.1",
            "license": "(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: examples for Qt WebKit",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "examples",
                "tests",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtwebchannel",
                        "qt59-qtbase",
                        "qt59-qttools",
                        "qt59-qtlocation",
                        "qt59-qtdeclarative",
                        "qt59-qtwebkit"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt59-qtwebsockets-docs",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "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 qt59-qtwebsockets",
            "long_description": "Documentation for the port qt59-qtwebsockets",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qtwebsockets",
                        "pkgconfig",
                        "clang-17",
                        "qt59-qttools",
                        "qt59-sqlite-plugin"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtdoc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt59-docs"
                    ]
                }
            ]
        },
        {
            "name": "qt59-qtwebsockets",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "license": "(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 WebSockets",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "examples",
                "tests",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase",
                        "qt59-qtdeclarative"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qtwebsockets-docs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtwebchannel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt59"
                    ]
                }
            ]
        },
        {
            "name": "qt59-qtquickcontrols-docs",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "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 qt59-qtquickcontrols",
            "long_description": "Documentation for the port qt59-qtquickcontrols",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qtquickcontrols",
                        "pkgconfig",
                        "clang-17",
                        "qt59-qttools",
                        "qt59-sqlite-plugin"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtdoc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt59-docs"
                    ]
                }
            ]
        },
        {
            "name": "qt59-qtquickcontrols",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "license": "(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 Quick Controls, Qt Quick Dialogs, and Qt Quick Extras",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "examples",
                "tests",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase",
                        "qt59-qtdeclarative",
                        "qt59-qtgraphicaleffects"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qtquickcontrols-docs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtwebengine",
                        "qt59-qtvirtualkeyboard",
                        "qt59-qtlocation"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt59"
                    ]
                }
            ]
        },
        {
            "name": "qt59-qttools-docs",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "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 qt59-qttools",
            "long_description": "Documentation for the port qt59-qttools",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qttools",
                        "qt59-sqlite-plugin",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtdoc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt59-docs"
                    ]
                }
            ]
        },
        {
            "name": "qt59-qttools",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "license": "(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 Designer, Qt Help, and Qt UI Tools",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "examples",
                "tests",
                "qtwebkit",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase",
                        "qt59-qtdeclarative"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qtmacextras-docs",
                        "qt59-qtquickcontrols2-docs",
                        "qt59-qtbase-docs",
                        "qt59-qttools-docs",
                        "qt59-qtquickcontrols-docs",
                        "qt59-qtwebsockets-docs",
                        "qt59-qttranslations",
                        "qt59-qtwebengine-docs",
                        "qt59-qtdeclarative-docs",
                        "qt59-qtpurchasing-docs",
                        "qt59-qtnetworkauth-docs",
                        "qt59-qtscript-docs",
                        "qt59-qtremoteobjects-docs",
                        "qt59-qtscxml-docs",
                        "qt59-qt3d-docs",
                        "qt59-qtconnectivity-docs",
                        "qt59-qtgamepad-docs",
                        "qt59-qtserialport-docs",
                        "qt59-qtsensors-docs",
                        "qt59-qtcharts-docs",
                        "qt59-qtwebkit-docs",
                        "qt59-qtwebchannel-docs",
                        "qt59-qtimageformats-docs",
                        "qt59-qtvirtualkeyboard-docs",
                        "qt59-qtsvg-docs",
                        "qt59-qtlocation-docs",
                        "qt59-qtxmlpatterns-docs",
                        "qt59-qtserialbus-docs",
                        "qt59-qtmultimedia-docs",
                        "qt59-qtcanvas3d-docs",
                        "qt59-qtdatavis3d-docs",
                        "qt59-qtgraphicaleffects-docs",
                        "qt59-qtspeech-docs",
                        "qt59-qtwebview-docs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtwebengine",
                        "qt59-qtwebkit-examples",
                        "qt59-qtdoc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt59"
                    ]
                }
            ]
        },
        {
            "name": "qt59-qtwebview-docs",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "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 qt59-qtwebview",
            "long_description": "Documentation for the port qt59-qtwebview",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qttools",
                        "pkgconfig",
                        "clang-17",
                        "qt59-qtwebview",
                        "qt59-sqlite-plugin"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtdoc"
                    ]
                }
            ]
        },
        {
            "name": "qt59-qtwebview",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "license": "(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 WebView",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "examples",
                "tests",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase",
                        "qt59-qtwebengine",
                        "qt59-qtdeclarative"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qtwebview-docs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtnetworkauth"
                    ]
                }
            ]
        },
        {
            "name": "qt59-qtspeech-docs",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "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 qt59-qtspeech",
            "long_description": "Documentation for the port qt59-qtspeech",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qttools",
                        "pkgconfig",
                        "clang-17",
                        "qt59-qtspeech",
                        "qt59-sqlite-plugin"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtdoc"
                    ]
                }
            ]
        },
        {
            "name": "qt59-qtspeech",
            "portdir": "aqua/qt59",
            "version": "5.9.9",
            "license": "(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 Speech",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "examples",
                "tests",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt59-qtbase",
                        "qt59-qtdeclarative",
                        "qt59-qtmultimedia"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qt59-qtspeech-docs"
                    ]
                }
            ]
        }
    ]
}