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

{
    "count": 50855,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=423",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=421",
    "results": [
        {
            "name": "ecl",
            "portdir": "lang/ecl",
            "version": "24.5.10",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ecl.common-lisp.dev/",
            "description": "Embeddable Common Lisp",
            "long_description": "ECL (Embeddable Common Lisp) is an interpreter of the Common Lisp language as described in the X3J13 ANSI specification, featuring CLOS (Common Lisp Object System), conditions, loops, etc, plus a translator to C, which can produce standalone executables.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "easieste",
                    "github": "easye",
                    "ports_count": 15
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boehmgc",
                        "gmp",
                        "libatomic_ops"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "cl-trivial-features-tests"
                    ]
                }
            ]
        },
        {
            "name": "bashdb",
            "portdir": "devel/bashdb",
            "version": "5.2-1.2.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bashdb.sourceforge.net",
            "description": "Debugger for scripts written in BASH",
            "long_description": "bashdb is a script debugger for BASH that follows the GNU Project Debugger (GDB) command syntax. bashdb can run your script, stop it on specified conditions, help you examine what has happened when it has stopped, and allow you to modify parts of your script so that you can experiment with your code and fix problems once they are identified.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bash"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lnav-devel",
            "portdir": "sysutils/lnav",
            "version": "0.13.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lnav.org",
            "description": "An advanced log file viewer for the small-scale.",
            "long_description": "Many logging tools, like Splunk, provide great features but are optimized for large-scale deployments. They require installing and configuring servers before they can be effectively used. There is still a need for a robust log file analyzer for the terminal.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1027
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "openssl",
                        "bzip2",
                        "readline",
                        "curl",
                        "pcre2",
                        "libarchive",
                        "zlib",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lnav",
            "portdir": "sysutils/lnav",
            "version": "0.12.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lnav.org",
            "description": "An advanced log file viewer for the small-scale.",
            "long_description": "Many logging tools, like Splunk, provide great features but are optimized for large-scale deployments. They require installing and configuring servers before they can be effectively used. There is still a need for a robust log file analyzer for the terminal.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1027
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "openssl",
                        "bzip2",
                        "readline",
                        "curl",
                        "pcre2",
                        "libarchive",
                        "zlib",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "vsftpd",
            "portdir": "net/vsftpd",
            "version": "3.0.5",
            "license": "(GPL-2 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://security.appspot.com/vsftpd.html",
            "description": "Secure FTP server for UNIX systems",
            "long_description": "vsftpd is an FTP server, or daemon. The 'vs' stands for Very Secure. Obviously this is not a guarantee, but a reflection that it is written with security in mind, and carefully designed to be resilient to attack.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "ssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "jira-cli",
            "portdir": "devel/jira-cli",
            "version": "1.7.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ankitpokhrel/jira-cli",
            "description": "Feature-rich interactive Jira command line",
            "long_description": "Jira-Cli is an interactive command line tool for Atlassian Jira that will help you avoid Jira UI to some extent. This tool is not yet considered complete but has all the essential features required to improve your workflow with Jira.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1027
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bossa",
            "portdir": "cross/bossa",
            "version": "1.9.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.shumatech.com/web/products/bossa",
            "description": "Basic Open Source SAM-BA Application",
            "long_description": "BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "quentin",
                    "github": "quentinmit",
                    "ports_count": 8
                }
            ],
            "variants": [
                "wxwidgets",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "wxWidgets-3.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-astro-satpass",
            "portdir": "perl/p5-astro-satpass",
            "version": "0.134.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/dist/Astro-satpass",
            "description": "Astro-satpass - Predict satellite passes over an observer.",
            "long_description": "Astro-satpass - Predict satellite passes over an observer.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "script"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-module-build",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-datetime",
                        "p5.34-datetime-timezone",
                        "perl5.34",
                        "p5.34-time-local",
                        "p5.34-json",
                        "p5.34-clone"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-astro-coord-eci-tle-iridium",
                        "p5.34-astro-app-satpass2",
                        "p5-astro-satpass",
                        "p5.34-astro-coord-eci-vsop87d"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-astro-satpass",
            "portdir": "perl/p5-astro-satpass",
            "version": "0.134.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/dist/Astro-satpass",
            "description": "Astro-satpass - Predict satellite passes over an observer.",
            "long_description": "Astro-satpass - Predict satellite passes over an observer.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "script"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-datetime",
                        "p5.32-datetime-timezone",
                        "perl5.32",
                        "p5.32-time-local",
                        "p5.32-json",
                        "p5.32-clone"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-astro-coord-eci-tle-iridium",
                        "p5.32-astro-app-satpass2",
                        "p5.32-astro-coord-eci-vsop87d"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-astro-satpass",
            "portdir": "perl/p5-astro-satpass",
            "version": "0.134.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/dist/Astro-satpass",
            "description": "Astro-satpass - Predict satellite passes over an observer.",
            "long_description": "Astro-satpass - Predict satellite passes over an observer.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "script"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-module-build",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-datetime",
                        "p5.30-datetime-timezone",
                        "perl5.30",
                        "p5.30-time-local",
                        "p5.30-json",
                        "p5.30-clone"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-astro-coord-eci-tle-iridium",
                        "p5.30-astro-app-satpass2",
                        "p5.30-astro-coord-eci-vsop87d"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-astro-satpass",
            "portdir": "perl/p5-astro-satpass",
            "version": "0.134.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/dist/Astro-satpass",
            "description": "Astro-satpass - Predict satellite passes over an observer.",
            "long_description": "Astro-satpass - Predict satellite passes over an observer.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "script"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-module-build",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-datetime",
                        "p5.28-datetime-timezone",
                        "perl5.28",
                        "p5.28-time-local",
                        "p5.28-json",
                        "p5.28-clone"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-astro-coord-eci-tle-iridium",
                        "p5.28-astro-app-satpass2",
                        "p5.28-astro-coord-eci-vsop87d"
                    ]
                }
            ]
        },
        {
            "name": "p5-astro-satpass",
            "portdir": "perl/p5-astro-satpass",
            "version": "0.134.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-astro-satpass",
            "homepage": "https://metacpan.org/dist/Astro-satpass",
            "description": "Astro-satpass - Predict satellite passes over an observer.",
            "long_description": "Astro-satpass - Predict satellite passes over an observer.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "script"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-astro-satpass"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-astro-satpass",
            "portdir": "perl/p5-astro-satpass",
            "version": "0.116.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/release/Astro-satpass",
            "description": "Astro-satpass - Predict satellite passes over an observer.",
            "long_description": "This package contains classes needed to predict satellite visibility, and an optional demonstration application (satpass) that makes use of these classes.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "script"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-datetime",
                        "p5.26-datetime-timezone",
                        "p5.26-json",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-astro-app-satpass2",
                        "p5.26-astro-coord-eci-tle-iridium",
                        "p5.26-astro-coord-eci-vsop87d"
                    ]
                }
            ]
        },
        {
            "name": "ijq",
            "portdir": "textproc/ijq",
            "version": "1.2.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git.sr.ht/~gpanders/ijq",
            "description": "Interactive jq tool. Like jqplay for the commandline.",
            "long_description": "Interactive jq tool. Like jqplay for the commandline.",
            "active": true,
            "categories": [
                "devel",
                "sysutils",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1027
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "scdoc",
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "jq"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cidr-go",
            "portdir": "net/cidr-go",
            "version": "2.3.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bschaatsbergen/cidr",
            "description": "CLI to perform various actions on CIDR ranges",
            "long_description": "CLI to perform various actions on CIDR ranges",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 229
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "jpegoptim",
            "portdir": "graphics/jpegoptim",
            "version": "1.5.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kokkonen.net/tjko/projects.html",
            "description": "utility to optimize jpeg files",
            "long_description": "Provides lossless optimization (based on optimizing the Huffman tables) and lossy optimization based on setting maximum quality factor.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "jingoro",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tdb",
            "portdir": "databases/tdb",
            "version": "1.4.14",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tdb.samba.org",
            "description": "trivial database",
            "long_description": "TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fdm",
                        "samba4"
                    ]
                }
            ]
        },
        {
            "name": "tevent",
            "portdir": "devel/tevent",
            "version": "0.17.1",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tevent.samba.org",
            "description": "event system",
            "long_description": "Tevent is an event system based on the talloc memory management library. It is the core event system used in Samba.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "python313"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "talloc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "samba4"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-syntax-keyword-multisub",
            "portdir": "perl/p5-syntax-keyword-multisub",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Syntax::Keyword::MultiSub",
            "description": "Syntax::Keyword::MultiSub - multiple dispatch on subroutines",
            "long_description": "Syntax::Keyword::MultiSub - multiple dispatch on subroutines",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-extutils-cbuilder",
                        "p5.30-module-build",
                        "p5.30-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-xs-parse-sublike"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-moosex-extended"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-syntax-keyword-multisub",
            "portdir": "perl/p5-syntax-keyword-multisub",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Syntax::Keyword::MultiSub",
            "description": "Syntax::Keyword::MultiSub - multiple dispatch on subroutines",
            "long_description": "Syntax::Keyword::MultiSub - multiple dispatch on subroutines",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-extutils-cbuilder",
                        "p5.34-module-build",
                        "p5.34-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-xs-parse-sublike"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-moosex-extended",
                        "p5-syntax-keyword-multisub"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-syntax-keyword-multisub",
            "portdir": "perl/p5-syntax-keyword-multisub",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Syntax::Keyword::MultiSub",
            "description": "Syntax::Keyword::MultiSub - multiple dispatch on subroutines",
            "long_description": "Syntax::Keyword::MultiSub - multiple dispatch on subroutines",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build",
                        "p5.32-extutils-cbuilder",
                        "p5.32-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-xs-parse-sublike"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-moosex-extended"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-syntax-keyword-multisub",
            "portdir": "perl/p5-syntax-keyword-multisub",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Syntax::Keyword::MultiSub",
            "description": "Syntax::Keyword::MultiSub - multiple dispatch on subroutines",
            "long_description": "Syntax::Keyword::MultiSub - multiple dispatch on subroutines",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-extutils-cbuilder",
                        "p5.28-module-build",
                        "p5.28-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-xs-parse-sublike"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-moosex-extended"
                    ]
                }
            ]
        },
        {
            "name": "p5-syntax-keyword-multisub",
            "portdir": "perl/p5-syntax-keyword-multisub",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-syntax-keyword-multisub",
            "homepage": "https://metacpan.org/pod/Syntax::Keyword::MultiSub",
            "description": "Syntax::Keyword::MultiSub - multiple dispatch on subroutines",
            "long_description": "Syntax::Keyword::MultiSub - multiple dispatch on subroutines",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-syntax-keyword-multisub"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-math-base-convert",
            "portdir": "perl/p5-math-base-convert",
            "version": "0.130.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Math::Base::Convert",
            "description": "Math::Base::Convert - very fast base to base conversion",
            "long_description": "Math::Base::Convert - very fast base to base conversion",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-math-bigint",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-sql-statement",
                        "p5-math-base-convert"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-math-base-convert",
            "portdir": "perl/p5-math-base-convert",
            "version": "0.130.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Math::Base::Convert",
            "description": "Math::Base::Convert - very fast base to base conversion",
            "long_description": "Math::Base::Convert - very fast base to base conversion",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-math-bigint",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-sql-statement"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-math-base-convert",
            "portdir": "perl/p5-math-base-convert",
            "version": "0.130.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Math::Base::Convert",
            "description": "Math::Base::Convert - very fast base to base conversion",
            "long_description": "Math::Base::Convert - very fast base to base conversion",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-math-bigint",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-sql-statement"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-math-base-convert",
            "portdir": "perl/p5-math-base-convert",
            "version": "0.130.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Math::Base::Convert",
            "description": "Math::Base::Convert - very fast base to base conversion",
            "long_description": "Math::Base::Convert - very fast base to base conversion",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-math-bigint",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-sql-statement"
                    ]
                }
            ]
        },
        {
            "name": "p5-math-base-convert",
            "portdir": "perl/p5-math-base-convert",
            "version": "0.130.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-math-base-convert",
            "homepage": "https://metacpan.org/pod/Math::Base::Convert",
            "description": "Math::Base::Convert - very fast base to base conversion",
            "long_description": "Math::Base::Convert - very fast base to base conversion",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-math-base-convert"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-future-asyncawait",
            "portdir": "perl/p5-future-asyncawait",
            "version": "0.710.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Future::AsyncAwait",
            "description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "long_description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-module-build",
                        "p5.34-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-xs-parse-keyword",
                        "perl5.34",
                        "p5.34-xs-parse-sublike",
                        "p5.34-file-sharedir",
                        "p5.34-future"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-syntax-keyword-match",
                        "p5.34-syntax-keyword-dynamically"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-moosex-extended",
                        "p5-future-asyncawait"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-future-asyncawait",
            "portdir": "perl/p5-future-asyncawait",
            "version": "0.710.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Future::AsyncAwait",
            "description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "long_description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build",
                        "p5.32-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-xs-parse-sublike",
                        "perl5.32",
                        "p5.32-xs-parse-keyword",
                        "p5.32-file-sharedir",
                        "p5.32-future"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-syntax-keyword-match",
                        "p5.32-syntax-keyword-dynamically"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-moosex-extended"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-future-asyncawait",
            "portdir": "perl/p5-future-asyncawait",
            "version": "0.710.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Future::AsyncAwait",
            "description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "long_description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-module-build",
                        "p5.30-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-xs-parse-sublike",
                        "perl5.30",
                        "p5.30-xs-parse-keyword",
                        "p5.30-file-sharedir",
                        "p5.30-future"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-syntax-keyword-match",
                        "p5.30-syntax-keyword-dynamically"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-moosex-extended"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-future-asyncawait",
            "portdir": "perl/p5-future-asyncawait",
            "version": "0.710.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Future::AsyncAwait",
            "description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "long_description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-module-build",
                        "p5.28-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-xs-parse-sublike",
                        "perl5.28",
                        "p5.28-xs-parse-keyword",
                        "p5.28-file-sharedir",
                        "p5.28-future"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-syntax-keyword-match",
                        "p5.28-syntax-keyword-dynamically"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-moosex-extended"
                    ]
                }
            ]
        },
        {
            "name": "p5-future-asyncawait",
            "portdir": "perl/p5-future-asyncawait",
            "version": "0.710.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-future-asyncawait",
            "homepage": "https://metacpan.org/pod/Future::AsyncAwait",
            "description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "long_description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-future-asyncawait"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-data-censor",
            "portdir": "perl/p5-data-censor",
            "version": "0.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Censor",
            "description": "Data::Censor - censor sensitive stuff in a data structure",
            "long_description": "Data::Censor - censor sensitive stuff in a data structure",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-ref-util"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-data-censor",
            "portdir": "perl/p5-data-censor",
            "version": "0.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Censor",
            "description": "Data::Censor - censor sensitive stuff in a data structure",
            "long_description": "Data::Censor - censor sensitive stuff in a data structure",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-ref-util"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-data-censor",
                        "p5.34-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-data-censor",
            "portdir": "perl/p5-data-censor",
            "version": "0.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Censor",
            "description": "Data::Censor - censor sensitive stuff in a data structure",
            "long_description": "Data::Censor - censor sensitive stuff in a data structure",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-ref-util"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-data-censor",
            "portdir": "perl/p5-data-censor",
            "version": "0.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Censor",
            "description": "Data::Censor - censor sensitive stuff in a data structure",
            "long_description": "Data::Censor - censor sensitive stuff in a data structure",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-ref-util"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5-data-censor",
            "portdir": "perl/p5-data-censor",
            "version": "0.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-data-censor",
            "homepage": "https://metacpan.org/pod/Data::Censor",
            "description": "Data::Censor - censor sensitive stuff in a data structure",
            "long_description": "Data::Censor - censor sensitive stuff in a data structure",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-data-censor"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-future-asyncawait",
            "portdir": "perl/p5-future-asyncawait",
            "version": "0.470.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Future::AsyncAwait",
            "description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "long_description": "Future::AsyncAwait - deferred subroutine syntax for futures",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-refcount",
                        "p5.26-xs-parse-sublike"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-future",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-math-base-convert",
            "portdir": "perl/p5-math-base-convert",
            "version": "0.110.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Math::Base::Convert",
            "description": "Math::Base::Convert - very fast base to base conversion",
            "long_description": "Math::Base::Convert - very fast base to base conversion",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-math-bigint"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-sql-statement"
                    ]
                }
            ]
        },
        {
            "name": "doxygen",
            "portdir": "textproc/doxygen",
            "version": "1.14.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://www.doxygen.nl",
            "description": "Documentation system for several programming languages",
            "long_description": "It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code. You can configure doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. You can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "qt4",
                "qt5",
                "clangparser",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "flex",
                        "bison",
                        "cmake",
                        "clang-20",
                        "perl5",
                        "python313"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "lldb-22",
                        "libcaption",
                        "zthread",
                        "gnuradio-devel",
                        "sofia-sip",
                        "cpptoml",
                        "maloc",
                        "physfs",
                        "wsdlpull",
                        "SoQt",
                        "libpgf",
                        "cvc4",
                        "mlt-qt5",
                        "lldb-19",
                        "materialx",
                        "partio",
                        "libiio",
                        "stellarium",
                        "volk",
                        "py39-gyoto",
                        "libstdcxx-docs",
                        "py37-gyoto",
                        "py38-gyoto",
                        "glom",
                        "bladeRF",
                        "gr-adapt",
                        "gr-air-modes",
                        "gr37-adapt",
                        "gr37-air-modes",
                        "gr-ais",
                        "gr37-ais",
                        "gr-baz",
                        "gr-cdma",
                        "gr37-baz",
                        "gr37-cdma",
                        "gr-fcdproplus",
                        "gr-foo",
                        "gr37-fcdproplus",
                        "gr37-foo",
                        "gr-fosphor",
                        "gr-gfdm",
                        "gr37-fosphor",
                        "gr37-gfdm",
                        "gr-gsm",
                        "gr-hermeslite2",
                        "gr37-gsm",
                        "gr-hpsdr",
                        "gr-ieee802-11",
                        "gr-ieee802-15-4",
                        "gr37-ieee802-11",
                        "gr37-ieee802-15-4",
                        "gr-iqbalance",
                        "gr-iio",
                        "gr37-iqbalance",
                        "gr37-iio",
                        "gr-limesdr",
                        "gr37-limesdr",
                        "gr-linrad",
                        "gr-limesdr-devel",
                        "gr-lora",
                        "gr-lte",
                        "gr37-lora-rpp0",
                        "gr37-lora-BastilleResearch",
                        "gr-lora-rpp0",
                        "gr37-lte",
                        "gr-mapper",
                        "gr-mac",
                        "gr37-mapper",
                        "gr37-mac",
                        "gr-ofdm",
                        "gr-osmosdr",
                        "gr37-ofdm",
                        "gr37-osmosdr",
                        "gr-pcap",
                        "gr-pyqt",
                        "gr37-pcap",
                        "gr37-pyqt",
                        "gr-satellites",
                        "gr-rds",
                        "gr37-satellites",
                        "gr37-rds",
                        "gr-tdd",
                        "gr37-tdd",
                        "py311-wxpython-4.0",
                        "py312-wxpython-4.0",
                        "py313-wxpython-4.0",
                        "py314-wxpython-4.0",
                        "libqalculate",
                        "lldb-18",
                        "lldb-7.0",
                        "lldb-17",
                        "py37-pytorch",
                        "osmocore",
                        "osmocore-devel",
                        "glfw",
                        "glfw-devel",
                        "ptex",
                        "alembic",
                        "py35-gyoto",
                        "py36-gyoto",
                        "wt",
                        "gr-sdrplay",
                        "gr37-sdrplay",
                        "nds2-client",
                        "lldb-5.0",
                        "SoXt",
                        "gavl",
                        "sfml",
                        "lldb-14",
                        "mlt",
                        "mlt-legacy",
                        "libgtksourceviewmm",
                        "py38-pytorch",
                        "lapack-manpages",
                        "gr-iridium",
                        "gr37-iridium",
                        "vips",
                        "libretroshare",
                        "mscp",
                        "kicad",
                        "dar",
                        "libssh",
                        "gr-specest",
                        "gr37-specest",
                        "restinio",
                        "uhd",
                        "uhd-39lts",
                        "uhd-devel",
                        "lldb-15",
                        "gnome-vfsmm",
                        "lldb-9.0",
                        "libechonest",
                        "sphinxbase",
                        "libftdi1",
                        "libqb",
                        "py39-pytorch",
                        "lldb-devel",
                        "lldb-11",
                        "libosmium-doc",
                        "lldb-20",
                        "luanti",
                        "freecad",
                        "py310-pytorch",
                        "py311-pytorch",
                        "py312-pytorch",
                        "py313-pytorch",
                        "py314-pytorch",
                        "rtl-sdr",
                        "editorconfig-core-c",
                        "lldb-10",
                        "usd",
                        "ismrmrd",
                        "range-v3",
                        "openvdb",
                        "lldb-6.0",
                        "py310-gyoto",
                        "py311-gyoto",
                        "py312-gyoto",
                        "py313-gyoto",
                        "py314-gyoto",
                        "lldb-21",
                        "gnuradio",
                        "gnuradio-next",
                        "gnuradio37",
                        "cubeb",
                        "geographiclib",
                        "owncloud-client",
                        "lldb-13",
                        "openni",
                        "opensubdiv",
                        "notmuch",
                        "lldb-16",
                        "lirc",
                        "ogre",
                        "lldb-8.0",
                        "lldb-12",
                        "py310-wxpython-4.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libosmo-dsp",
                        "itpp",
                        "itpp-devel",
                        "doxygen-launcher",
                        "widelands-devel",
                        "imlib2",
                        "widelands"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "doxyqml",
                        "lscsoft-deps"
                    ]
                }
            ]
        },
        {
            "name": "wxWidgets-3.2",
            "portdir": "graphics/wxWidgets-3.2",
            "version": "3.2.8.1",
            "license": "wxwidgets-3.1",
            "platforms": "{darwin >= 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.wxwidgets.org/",
            "description": "C++ framework for cross-platform GUI development",
            "long_description": "wxWidgets 3.2 is an open-source cross-platform C++ GUI framework for Mac OS, Unix, Linux, Windows.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "compat30",
                "universal",
                "debug",
                "stdlib"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "jbigkit",
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "zlib",
                        "expat",
                        "libiconv",
                        "curl",
                        "pcre2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "wxWidgets_select",
                        "wxWidgets-common"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-pysaga",
                        "py312-pysaga",
                        "py39-pysaga",
                        "py311-pysaga",
                        "py313-pysaga",
                        "py314-pysaga"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "treesheets",
                        "CubicSDR",
                        "freedv-gui",
                        "limesuite",
                        "limesuite-devel",
                        "hugin-app",
                        "tenacity",
                        "saga",
                        "MediaInfo-gui",
                        "audacity",
                        "wxMaxima",
                        "codeblocks-devel",
                        "py35-wxpython-4.0",
                        "gnudatalanguage",
                        "py36-wxpython-4.0",
                        "gnuplot",
                        "rawproc",
                        "diff-pdf",
                        "FileZilla"
                    ]
                }
            ]
        },
        {
            "name": "wxgtk-3.0-cxx11",
            "portdir": "graphics/wxWidgets-3.0",
            "version": "3.0.5.1",
            "license": "wxwidgets-3.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.wxwidgets.org/",
            "description": "C++ framework for cross-platform GUI development",
            "long_description": "wxWidgets 3.0 is an open-source cross-platform C++ GUI framework for Mac OS, Unix, Linux, Windows.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "monolithic",
                "debug",
                "stdlib"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2",
                        "gtk3",
                        "cairo",
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "zlib",
                        "libiconv",
                        "libGLU",
                        "mesa",
                        "expat",
                        "libsdl2_mixer"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "wxWidgets_select",
                        "wxWidgets-common"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wxgtk-3.0",
            "portdir": "graphics/wxWidgets-3.0",
            "version": "3.0.5.1",
            "license": "wxwidgets-3.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.wxwidgets.org/",
            "description": "C++ framework for cross-platform GUI development",
            "long_description": "wxWidgets 3.0 is an open-source cross-platform C++ GUI framework for Mac OS, Unix, Linux, Windows.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "quartz",
                "x11",
                "universal",
                "monolithic",
                "debug",
                "stdlib"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl",
                        "gtk3",
                        "cairo",
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "zlib",
                        "libiconv",
                        "libGLU",
                        "mesa",
                        "expat",
                        "libsdl_mixer"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "wxWidgets_select",
                        "wxWidgets-common"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "codeblocks"
                    ]
                }
            ]
        },
        {
            "name": "wxPython-3.0",
            "portdir": "graphics/wxWidgets-3.0",
            "version": "3.0.2",
            "license": "wxwidgets-3.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.wxwidgets.org/",
            "description": "wxWidgets 3.0 for the wxPython distribution",
            "long_description": "The port installs wxWidgets 3.0 for wxPython to guarantee compatibility even when the upstream versions of wxWidgets and wxPython differ.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "monolithic",
                "debug",
                "stdlib"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "zlib",
                        "libiconv",
                        "expat"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "wxWidgets_select",
                        "wxWidgets-common"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-wxpython-3.0"
                    ]
                }
            ]
        },
        {
            "name": "wxWidgets-3.0-cxx11",
            "portdir": "graphics/wxWidgets-3.0",
            "version": "3.0.5.1",
            "license": "wxwidgets-3.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.wxwidgets.org/",
            "description": "C++ framework for cross-platform GUI development",
            "long_description": "wxWidgets 3.0 is an open-source cross-platform C++ GUI framework for Mac OS, Unix, Linux, Windows.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "monolithic",
                "debug",
                "stdlib"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "zlib",
                        "libiconv",
                        "expat"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "wxWidgets_select",
                        "wxWidgets-common"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wxWidgets-3.0",
            "portdir": "graphics/wxWidgets-3.0",
            "version": "3.0.5.1",
            "license": "wxwidgets-3.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.wxwidgets.org/",
            "description": "C++ framework for cross-platform GUI development",
            "long_description": "wxWidgets 3.0 is an open-source cross-platform C++ GUI framework for Mac OS, Unix, Linux, Windows.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "monolithic",
                "debug",
                "stdlib"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "zlib",
                        "libiconv",
                        "expat"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "wxWidgets_select",
                        "wxWidgets-common"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-alien-wxwidgets",
                        "p5.26-wx",
                        "usbprog",
                        "poedit1",
                        "wxLua",
                        "gmtk",
                        "MP4Joiner",
                        "wxsvg",
                        "p5.28-alien-wxwidgets",
                        "p5.32-alien-wxwidgets",
                        "p5.30-alien-wxwidgets",
                        "p5.34-alien-wxwidgets",
                        "p5.32-wx",
                        "p5.34-wx",
                        "p5.28-wx",
                        "p5.30-wx",
                        "xchm",
                        "h3dviewer",
                        "VeraCrypt",
                        "fityk",
                        "xylib",
                        "wxHexEditor",
                        "bossa",
                        "pgAdmin3",
                        "amule"
                    ]
                }
            ]
        },
        {
            "name": "Xft2",
            "portdir": "x11/Xft2",
            "version": "2.3.9",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/Xft/",
            "description": "client-side font API for X applications",
            "long_description": "The current version of Xft provides a client-side font API for X applications. It uses Fontconfig to select fonts and the X protocol for rendering them. When available, Xft uses the Render extension to accelerate text drawing. When Render is not available, Xft uses the core protocol to draw client-side glyphs. This provides completely compatible support of client-side fonts for all X servers.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "expat",
                        "zlib",
                        "xrender",
                        "fontconfig",
                        "freetype"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "reduce"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xwordgrinder",
                        "gnustep-back",
                        "magicpoint",
                        "p5.28-tk",
                        "p5.30-tk",
                        "p5.32-tk",
                        "p5.34-tk",
                        "xfractint",
                        "ds9",
                        "xine-ui",
                        "fvwm2",
                        "cwm",
                        "dmenu",
                        "fluxbox",
                        "icewm",
                        "mrxvt",
                        "x11perf",
                        "xclock",
                        "xfd",
                        "xlogo",
                        "xonclock",
                        "rxvt-unicode",
                        "windowmaker",
                        "sent",
                        "vtwm",
                        "xterm",
                        "xfe",
                        "openmotif",
                        "ddd",
                        "pango-devel",
                        "pango",
                        "qt3",
                        "sxiv",
                        "xfig",
                        "fox",
                        "blackbox",
                        "mlterm",
                        "p5.26-tk",
                        "tk-x11"
                    ]
                }
            ]
        },
        {
            "name": "chordii",
            "portdir": "textproc/chordii",
            "version": "4.5.3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.vromans.org/johan/projects/Chordii/",
            "description": "Produce a professional looking PostScript sheet-music from an ASCII file containing lyrics and chords information.",
            "long_description": "chordii produces a PostScript document from a lyrics file containing chord indications and chorus delimiters. The document produced contains the lyrics of a song, with the guitar chords appearing above the right words. A representation of all chords used in the song is printed at the bottom of the last page.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "breun",
                    "github": "breun",
                    "ports_count": 101
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "KeePassXC-devel",
            "portdir": "security/KeePassXC",
            "version": "20230514.git37dabd2",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/keepassxreboot/keepassxc",
            "description": "KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.",
            "long_description": "KeePassXC is a community fork of KeePassX with the goal to extend and improve it with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager.",
            "active": true,
            "categories": [
                "aqua",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt5-qttools",
                        "cmake",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "minizip",
                        "argon2",
                        "libgcrypt",
                        "libsodium",
                        "qt5-qtbase",
                        "qrencode",
                        "libomp",
                        "botan",
                        "ykpers",
                        "readline",
                        "qt5-qtsvg",
                        "qt5-qtmacextras",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}