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

{
    "count": 50507,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=609",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=607",
    "results": [
        {
            "name": "php80-geoip",
            "portdir": "php/php-geoip",
            "version": "1.1.1",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/geoip",
            "description": "Map IP address to geographic places",
            "long_description": "This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgeoip",
                        "php80"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php81-geoip",
            "portdir": "php/php-geoip",
            "version": "1.1.1",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/geoip",
            "description": "Map IP address to geographic places",
            "long_description": "This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgeoip",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-xmldiff",
            "portdir": "python/py-xmldiff",
            "version": "2.6.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shoobx/xmldiff",
            "description": "A library and command line utility for diffing xml",
            "long_description": "xmldiff is a library and a command-line utility for making diffs out of XML. This may seem like something that doesn’t need a dedicated utility, but change detection in hierarchical data is very different from change detection in flat data. XML type formats are also not only used for computer readable data, it is also often used as a format for hierarchical data that can be rendered into human readable formats. A traditional diff on such a format would tell you line by line the differences, but this would not be be readable by a human. xmldiff provides tools to make human readable diffs in those situations.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "clang-16",
                        "py38-installer",
                        "py38-setuptools",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-six",
                        "py38-lxml"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-smart_open",
            "portdir": "python/py-smart_open",
            "version": "7.3.0.post1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/piskvorky/smart_open",
            "description": "Utils for streaming large files (S3, HDFS, gzip, bz2...)",
            "long_description": "Utils for streaming large files (S3, HDFS, gzip, bz2...)",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2869
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-build",
                        "py310-installer",
                        "py310-setuptools",
                        "py310-setuptools_scm",
                        "py310-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-wrapt",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-mp-api",
                        "py310-gensim"
                    ]
                }
            ]
        },
        {
            "name": "cw",
            "portdir": "sysutils/cw",
            "version": "4.1.3",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.lucagrulla.com/cw",
            "description": "The best way to tail AWS CloudWatch Logs from your terminal",
            "long_description": "The best way to tail AWS CloudWatch Logs from your terminal",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1020
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gdk-pixbuf2-devel",
            "portdir": "graphics/gdk-pixbuf2-devel",
            "version": "2.42.12",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gtk.org/",
            "description": "The gdk-pixbuf-2.0 library",
            "long_description": "The gdk-pixbuf-2.0 library",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 352
                }
            ],
            "variants": [
                "bundle",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-docutils",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "gtk-doc",
                        "libxslt",
                        "gi-docgen",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gobject-introspection",
                        "libjpeg-turbo",
                        "shared-mime-info",
                        "tiff",
                        "glib2",
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cglm",
            "portdir": "devel/cglm",
            "version": "0.9.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/recp/cglm",
            "description": "Highly Optimized Graphics Math (glm) for C",
            "long_description": "Highly optimized 2D|3D math library, also known as OpenGL Mathematics (glm) for `C`. cglm provides lot of utils to help math operations to be fast and quick to write.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1020
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "taisei"
                    ]
                }
            ]
        },
        {
            "name": "p5-cli-osprey",
            "portdir": "perl/p5-cli-osprey",
            "version": "0.90.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-cli-osprey",
            "homepage": "https://metacpan.org/pod/CLI::Osprey",
            "description": "CLI::Osprey - MooX::Options + MooX::Cmd + Sanity",
            "long_description": "CLI::Osprey - MooX::Options + MooX::Cmd + Sanity",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-cli-osprey"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-cli-osprey",
            "portdir": "perl/p5-cli-osprey",
            "version": "0.90.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/CLI::Osprey",
            "description": "CLI::Osprey - MooX::Options + MooX::Cmd + Sanity",
            "long_description": "CLI::Osprey - MooX::Options + MooX::Cmd + Sanity",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "p5.28-capture-tiny",
                        "p5.28-module-build",
                        "p5.28-module-build-tiny",
                        "p5.28-test-lib"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-getopt-long-descriptive",
                        "p5.28-module-runtime",
                        "p5.28-moo",
                        "p5.28-path-tiny"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-cli-osprey",
            "portdir": "perl/p5-cli-osprey",
            "version": "0.90.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/CLI::Osprey",
            "description": "CLI::Osprey - MooX::Options + MooX::Cmd + Sanity",
            "long_description": "CLI::Osprey - MooX::Options + MooX::Cmd + Sanity",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "p5.30-capture-tiny",
                        "p5.30-module-build",
                        "p5.30-module-build-tiny",
                        "p5.30-test-lib"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-getopt-long-descriptive",
                        "p5.30-module-runtime",
                        "p5.30-moo",
                        "p5.30-path-tiny"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-cli-osprey",
            "portdir": "perl/p5-cli-osprey",
            "version": "0.90.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/CLI::Osprey",
            "description": "CLI::Osprey - MooX::Options + MooX::Cmd + Sanity",
            "long_description": "CLI::Osprey - MooX::Options + MooX::Cmd + Sanity",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "p5.32-module-build",
                        "p5.32-capture-tiny",
                        "p5.32-module-build-tiny",
                        "p5.32-test-lib"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-getopt-long-descriptive",
                        "p5.32-module-runtime",
                        "p5.32-moo",
                        "p5.32-path-tiny"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "lporg",
            "portdir": "sysutils/lporg",
            "version": "20.4.9",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/blacktop/lporg",
            "description": "Organize Your macOS Launchpad Apps",
            "long_description": "This project is meant to help people setting up a brand new Mac or to keep all of their Launchpad Folders in sync across devices.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "tsln1998",
                    "github": "tsln1998",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-gevent",
            "portdir": "python/py-gevent",
            "version": "25.9.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gevent.org",
            "description": "Coroutine-based Python networking library.",
            "long_description": "gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2869
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-setuptools",
                        "py310-cython",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-zope-event",
                        "py310-zopeinterface",
                        "py310-cffi",
                        "py310-greenlet",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py310-mssql"
                    ]
                }
            ]
        },
        {
            "name": "go-devel",
            "portdir": "lang/go",
            "version": "1.26rc2",
            "license": "BSD",
            "platforms": "{darwin >= 17} freebsd linux",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://go.dev",
            "description": "compiled, garbage-collected, concurrent programming language developed by Google Inc.",
            "long_description": "The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. Go is developed by Google Inc.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1020
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-icmplib",
            "portdir": "python/py-icmplib",
            "version": "3.0.4",
            "license": "LGPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ValentinBELYN/icmplib",
            "description": "Implementation of the ICMP protocol in Python",
            "long_description": "Implementation of the ICMP protocol in Python",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-icmplib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-icmplib",
            "portdir": "python/py-icmplib",
            "version": "3.0.2",
            "license": "LGPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ValentinBELYN/icmplib",
            "description": "Implementation of the ICMP protocol in Python",
            "long_description": "Implementation of the ICMP protocol in Python",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-icmplib",
            "portdir": "python/py-icmplib",
            "version": "3.0.2",
            "license": "LGPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ValentinBELYN/icmplib",
            "description": "Implementation of the ICMP protocol in Python",
            "long_description": "Implementation of the ICMP protocol in Python",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-icmplib",
            "portdir": "python/py-icmplib",
            "version": "3.0.4",
            "license": "LGPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ValentinBELYN/icmplib",
            "description": "Implementation of the ICMP protocol in Python",
            "long_description": "Implementation of the ICMP protocol in Python",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-icmplib",
            "portdir": "python/py-icmplib",
            "version": "3.0.4",
            "license": "LGPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ValentinBELYN/icmplib",
            "description": "Implementation of the ICMP protocol in Python",
            "long_description": "Implementation of the ICMP protocol in Python",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-icmplib"
                    ]
                }
            ]
        },
        {
            "name": "mop",
            "portdir": "finance/mop",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mop-tracker/mop",
            "description": "Stock market tracker for hackers",
            "long_description": "mop: track stocks the hacker way. A command-line utility that displays continuous up-to-date information about select markets and individual stocks.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1020
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cbindgen",
            "portdir": "devel/cbindgen",
            "version": "0.29.2",
            "license": "MPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eqrion/cbindgen",
            "description": "A project for generating C bindings from Rust code",
            "long_description": "A project for generating C bindings from Rust code. cbindgen creates C/C++11 headers for Rust libraries which expose a public C API",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1020
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mozjs128",
                        "teleport"
                    ]
                }
            ]
        },
        {
            "name": "ReadyMedia",
            "portdir": "net/ReadyMedia",
            "version": "1.3.3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://minidlna.sourceforge.net",
            "description": "a UPnP (TM) A/V & DLNA Media Server",
            "long_description": "ReadyMedia (formerly MiniDLNA) is server software with the aim of being fully compliant with DLNA/UPnP-AV clients.",
            "active": true,
            "categories": [
                "net",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 82
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libid3tag",
                        "libvorbis",
                        "sqlite3",
                        "libexif",
                        "zlib",
                        "ffmpeg",
                        "libogg",
                        "libiconv",
                        "gettext-runtime",
                        "libjpeg-turbo",
                        "flac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ngspice-lib",
            "portdir": "science/ngspice",
            "version": "44.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ngspice.sourceforge.net/",
            "description": "ngspice dynamic library",
            "long_description": "ngspice dynamic library",
            "active": true,
            "categories": [
                "science",
                "cad"
            ],
            "maintainers": [
                {
                    "name": "degnan.68k",
                    "github": "bpdegnan",
                    "ports_count": 6
                },
                {
                    "name": "mark",
                    "github": "markemer",
                    "ports_count": 114
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "automake",
                        "bison",
                        "flex",
                        "autoconf",
                        "readline",
                        "gawk",
                        "libtool"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "ngspice"
                    ]
                }
            ]
        },
        {
            "name": "py310-lmdb",
            "portdir": "python/py-lmdb",
            "version": "1.3.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lmdb.readthedocs.io/en/release",
            "description": "Universal Python binding for the LMDB Lightning Database",
            "long_description": "Universal Python binding for the LMDB Lightning Database",
            "active": true,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1020
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-wheel",
                        "py310-installer",
                        "clang-17",
                        "py310-setuptools",
                        "py310-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-cffi",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-lmdb"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-allennlp"
                    ]
                }
            ]
        },
        {
            "name": "xapian-bindings-python310",
            "portdir": "devel/xapian-core",
            "version": "1.4.27",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://xapian.org/docs/bindings/",
            "description": "Xapian bindings for Python 3.10",
            "long_description": "Xapian bindings for Python 3.10",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-sphinx",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xapian-core",
                        "python310"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xapian-bindings-ruby30",
            "portdir": "devel/xapian-core",
            "version": "1.4.27",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://xapian.org/docs/bindings/",
            "description": "Xapian bindings for Ruby 3.0",
            "long_description": "Xapian bindings for Ruby 3.0",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xapian-core",
                        "ruby30"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xapian-bindings-ruby31",
            "portdir": "devel/xapian-core",
            "version": "1.4.27",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://xapian.org/docs/bindings/",
            "description": "Xapian bindings for Ruby 3.1",
            "long_description": "Xapian bindings for Ruby 3.1",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xapian-core",
                        "ruby31"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "rb31-sup"
                    ]
                }
            ]
        },
        {
            "name": "joe37",
            "portdir": "editors/joe",
            "version": "3.7",
            "license": "GPL-2",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/joe-editor/",
            "description": "Joe's Own Editor",
            "long_description": "JOE is the professional freeware ASCII text screen editor for UNIX. It makes full use of the power and versatility of UNIX, but lacks the steep learning curve and basic nonsense you have to deal with in every other UNIX editor. JOE has the feel of most IBM PC text editors: The key-sequences are reminiscent of WordStar and Turbo-C. JOE is much more powerful than those editors, however. JOE has all of the features a UNIX user should expect: full use of termcap/terminfo, excellent screen update optimizations (JOE is fully useable at 2400 baud), simple installation, and all of the UNIX-integration features of VI.",
            "active": true,
            "categories": [
                "editors"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-z3",
            "portdir": "math/z3",
            "version": "4.15.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Z3Prover/z3",
            "description": "Python 3.10 bindings for the Z3 theorem prover",
            "long_description": "Python 3.10 bindings for the Z3 SMT solver library from Microsoft Research.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 83
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "cmake",
                        "ninja",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-setuptools",
                        "z3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "deark",
            "portdir": "archivers/deark",
            "version": "1.7.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://entropymine.com/deark/",
            "description": "A utility for file format and metadata analysis, data extraction, decompression, and image format decoding",
            "long_description": "Deark is a command-line utility that can decode certain types of files, and either convert them to a more-modern or more-readable format, or extract embedded files from them",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "srirangav",
                    "github": "srirangav",
                    "ports_count": 15
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "help2man",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-psycopg2",
            "portdir": "python/py-psycopg2",
            "version": "2.9.10",
            "license": "LGPL-3+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.psycopg.org",
            "description": "A python DBAPI-2.0-compliant database adapter for postgresql",
            "long_description": "Psycopg2 is a postgresql database adapter for python. It's fully compliant to python's DBAPI-2.0. psycopg is designed for heavily multi-threaded applications featuring connection pooling.",
            "active": true,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "postgresql10",
                "postgresql11",
                "postgresql12",
                "postgresql13",
                "postgresql14",
                "postgresql15",
                "postgresql16",
                "postgresql17"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-virtualenv",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-setuptools",
                        "postgresql17",
                        "openssl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py310-aiopg"
                    ]
                }
            ]
        },
        {
            "name": "subversion-perlbindings-5.34",
            "portdir": "devel/subversion-perlbindings",
            "version": "1.14.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://subversion.apache.org/",
            "description": "Perl bindings for the subversion version control system (svn)",
            "long_description": "Subversion (svn) is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). The perl bindings provide access to subversion API from perl.",
            "active": true,
            "categories": [
                "devel",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "no_bdb",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "swig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "apr",
                        "apr-util",
                        "dbus",
                        "gettext",
                        "subversion",
                        "libcomerr",
                        "lz4",
                        "expat",
                        "libiconv",
                        "libutf8proc",
                        "serf1",
                        "perl5.34",
                        "cyrus-sasl2",
                        "libmagic",
                        "zlib",
                        "db48"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-svn-mirror",
                        "p5.34-svn-simple",
                        "subversion-perlbindings"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-acme-lolcat",
            "portdir": "perl/p5-acme-lolcat",
            "version": "0.0.5",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Acme::LOLCAT",
            "description": "SPEEK LIEK A LOLCATZ",
            "long_description": "SPEEK LIEK A LOLCATZ",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-acme-lolcat"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-algorithm-annotate",
            "portdir": "perl/p5-algorithm-annotate",
            "version": "0.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Algorithm::Annotate",
            "description": "This is a Perl extension for representing a series of changes in annotate form.",
            "long_description": "This is a Perl extension for representing a series of changes in annotate form.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-algorithm-diff"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-algorithm-annotate"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-algorithm-c3",
            "portdir": "perl/p5-algorithm-c3",
            "version": "0.110.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Algorithm::C3",
            "description": "A module for merging hierarchies using the C3 algorithm",
            "long_description": "This module implements the C3 algorithm.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-algorithm-c3",
                        "p5.34-class-c3"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-algorithm-combinatorics",
            "portdir": "perl/p5-algorithm-combinatorics",
            "version": "0.270.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Algorithm::Combinatorics",
            "description": "Algorithm::Combinatorics - Efficient generation of combinatorial sequences",
            "long_description": "Algorithm::Combinatorics - Efficient generation of combinatorial sequences",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-rdf-trine",
                        "p5-algorithm-combinatorics"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-algorithm-curvefit",
            "portdir": "perl/p5-algorithm-curvefit",
            "version": "1.60.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Algorithm::CurveFit",
            "description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
            "long_description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-module-build",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-math-matrixreal",
                        "p5.34-math-symbolic",
                        "perl5.34",
                        "p5.34-test-pod-coverage",
                        "p5.34-test-pod",
                        "p5.34-data-dumper"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-algorithm-curvefit",
                        "p5.34-statistics-covid"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-algorithm-dependency",
            "portdir": "perl/p5-algorithm-dependency",
            "version": "1.112.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Algorithm::Dependency",
            "description": "Base class for implementing various dependency trees",
            "long_description": "Algorithm::Dependency is a framework for creating simple read-only dependency hierarchies, where you have a set of items that rely on other items in the set, and require actions on them as well. Despite the most visible of these being software installation systems like the CPAN installer, or debian apt-get, they are usefull in other situations. This module intentionally uses implementation-neutral words, to avoid confusion.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-test-classapi",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-params-util"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-algorithm-dependency",
                        "p5.34-test-inline"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-algorithm-diff",
            "portdir": "perl/p5-algorithm-diff",
            "version": "1.201.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Algorithm::Diff",
            "description": "This is a Perl extension for computing intelligent differences between two files / lists.",
            "long_description": "This is a Perl extension for computing intelligent differences between two files / lists.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-cgi-formbuilder",
                        "p5.34-test-base"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5-algorithm-diff",
                        "ccdiff",
                        "nedi",
                        "p5.34-data-dump-streamer",
                        "p5.34-text-diff",
                        "p5.34-algorithm-annotate"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "latexdiff",
                        "cloc",
                        "shelldap"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-algorithm-munkres",
            "portdir": "perl/p5-algorithm-munkres",
            "version": "0.80.0",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Algorithm::Munkres",
            "description": "This is a Perl extension for Munkres' solution to classical Assignment problem for square and rectangular matrices",
            "long_description": "Perl extension for Munkres' solution to classical Assignment problem for square and rectangular matrices This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square matrix by padding necessary zeros.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-algorithm-munkres"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-aliased",
            "portdir": "perl/p5-aliased",
            "version": "0.340.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/aliased",
            "description": "Use shorter versions of class names.",
            "long_description": "Use shorter versions of class names.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-module-build",
                        "p5.34-module-build-tiny",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-moosex-meta-typeconstraint-mooish",
                        "p5.34-dist-zilla-role-registerstash",
                        "p5.34-moosex-util"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5-aliased",
                        "p5.34-moosex-lazyrequire",
                        "p5.34-moosex-role-withoverloading",
                        "p5.34-moosex-attributeshortcuts",
                        "p5.34-declare-constraints-simple",
                        "p5.34-dist-zilla-plugin-contributorsfromgit"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-alien-base-modulebuild",
            "portdir": "perl/p5-alien-base-modulebuild",
            "version": "1.170.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::Base::ModuleBuild",
            "description": "Alien::Base::ModuleBuild - A Module::Build subclass for building Alien:: modules and their libraries",
            "long_description": "Alien::Base::ModuleBuild - A Module::Build subclass for building Alien:: modules and their libraries. For development of new Alien:: modules, consider using Alien::Build and alienfile instead.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-module-build",
                        "p5.34-test-simple",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-archive-extract",
                        "p5.34-archive-tar",
                        "p5.34-capture-tiny",
                        "p5.34-file-chdir",
                        "p5.34-http-tiny",
                        "p5.34-module-build",
                        "pkgconfig",
                        "p5.34-scalar-list-utils",
                        "p5.34-shell-config-generate",
                        "p5.34-shell-guess",
                        "p5.34-sort-versions",
                        "p5.34-text-parsewords",
                        "p5.34-uri",
                        "p5.34-path-tiny",
                        "perl5.34",
                        "p5.34-alien-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-alien-base-modulebuild"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-alien-build",
            "portdir": "perl/p5-alien-build",
            "version": "2.840.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::Build",
            "description": "Alien::Build - Build external dependencies for use in CPAN",
            "long_description": "Alien::Build - Build external dependencies for use in CPAN",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-capture-tiny",
                        "p5.34-extutils-cbuilder",
                        "p5.34-ffi-checklib",
                        "pkgconfig",
                        "p5.34-file-which",
                        "p5.34-path-tiny",
                        "p5.34-test-simple",
                        "p5.34-text-parsewords",
                        "p5.34-file-chdir"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-xml-libxml"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-alien-proj4",
                        "p5.34-alien-gnuplot",
                        "p5.34-alien-sqlite",
                        "p5.34-alien-base-modulebuild",
                        "p5.34-alien-build-plugin-cleanse-builddir",
                        "p5.34-alien-build-plugin-decode-sourceforge",
                        "p5.34-alien-build-plugin-download-github",
                        "p5.34-alien-build-plugin-download-gitlab",
                        "p5.34-alien-build-plugin-pkgconfig-ppwrapper",
                        "p5.34-alien-cfitsio",
                        "p5.34-alien-curl",
                        "p5.34-alien-editline",
                        "p5.34-alien-ffi",
                        "p5.34-alien-gmp",
                        "p5.34-alien-libuuid",
                        "p5.34-alien-patch",
                        "p5.34-alien-role-alt",
                        "p5.34-alien-rust",
                        "p5.34-astro-fits-cfitsio",
                        "p5.34-alien-plplot",
                        "p5.34-alien-libtiff",
                        "p5-alien-build",
                        "p5.34-alien-cmake3",
                        "p5.34-alien-proj",
                        "p5.34-alien-zlib",
                        "p5.34-alien-libxml2"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-alien-editline",
            "portdir": "perl/p5-alien-editline",
            "version": "0.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::Editline",
            "description": "Make available Editline (libedit)",
            "long_description": "Make available Editline (libedit)",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "p5.34-extutils-cbuilder",
                        "p5.34-test-simple",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-alien-build",
                        "libedit"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-alien-editline"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-alien-ffi",
            "portdir": "perl/p5-alien-ffi",
            "version": "0.270.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::FFI",
            "description": "Alien::FFI - Build and make available libffi",
            "long_description": "Alien::FFI - Build and make available libffi",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "p5.34-capture-tiny",
                        "p5.34-test-simple",
                        "p5.34-alien-build-plugin-download-github",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-alien-build",
                        "libffi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-alien-ffi",
                        "p5.34-ffi-platypus"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-alien-gimp",
            "portdir": "perl/p5-alien-gimp",
            "version": "0.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::Gimp",
            "description": "Alien::Gimp - Encapsulate install info for GIMP",
            "long_description": "Alien::Gimp - Encapsulate install info for GIMP",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "p5.34-inline-c",
                        "p5.34-io-all",
                        "p5.34-extutils-depends",
                        "p5.34-extutils-pkgconfig",
                        "p5.34-inline"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "gimp2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-alien-gimp",
                        "p5.34-gimp"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-alien-gmp",
            "portdir": "perl/p5-alien-gmp",
            "version": "1.160.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::GMP",
            "description": "Alien::GMP - Alien package for the GNU Multiple Precision library.",
            "long_description": "Alien::GMP - Alien package for the GNU Multiple Precision library.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-test-simple",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "perl5.34",
                        "p5.34-alien-build",
                        "p5.34-devel-checklib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-math-gmp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5-alien-gmp"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-alien-gnuplot",
            "portdir": "perl/p5-alien-gnuplot",
            "version": "1.43.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::Gnuplot",
            "description": "Alien::Gnuplot - Find and verify functionality of the gnuplot executable.",
            "long_description": "Alien::Gnuplot - Find and verify functionality of the gnuplot executable.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-test-exception",
                        "p5.34-test-simple",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-file-which",
                        "gnuplot",
                        "p5.34-time-hires",
                        "p5.34-http-tiny",
                        "perl5.34",
                        "p5.34-alien-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-alien-gnuplot",
                        "p5.34-pdl-graphics-gnuplot"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-alien-libuuid",
            "portdir": "perl/p5-alien-libuuid",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::libuuid",
            "description": "Alien::libuuid - Find or download and install libuuid",
            "long_description": "Alien::libuuid - Find or download and install libuuid",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "p5.34-ffi-platypus",
                        "p5.34-test-simple",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-alien-build",
                        "libuuid"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-alien-libuuid",
                        "p5.34-uuid-ffi"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-alien-libxml2",
            "portdir": "perl/p5-alien-libxml2",
            "version": "0.200.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::Libxml2",
            "description": "Alien::Libxml2 - Find/install the C libxml2 library on your system",
            "long_description": "Alien::Libxml2 - Find/install the C libxml2 library on your system",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "pkgconfig",
                        "p5.34-extutils-cbuilder",
                        "p5.34-test-simple"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "perl5.34",
                        "p5.34-alien-build",
                        "p5.34-alien-build-plugin-download-gitlab"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-xml-libxml"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5-alien-libxml2"
                    ]
                }
            ]
        }
    ]
}