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

{
    "count": 50662,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=527",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=525",
    "results": [
        {
            "name": "AutoRaise",
            "portdir": "sysutils/AutoRaise",
            "version": "2.1.0",
            "license": "GPL-3+",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lhaeger/AutoRaise",
            "description": "AutoRaise raises application windows to the front and gives them focus on mouse hover",
            "long_description": "AutoRaise raises application windows to the front and gives them focus on mouse hover after a configurable delay. There is also an option to warp the mouse to the center of the activated window, using the cmd-tab key combination for example.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libck",
            "portdir": "devel/libck",
            "version": "0.7.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://concurrencykit.org/",
            "description": "A concurrency primitives, safe memory reclamation mechanisms C library",
            "long_description": "Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dnsperf"
                    ]
                }
            ]
        },
        {
            "name": "dnsperf",
            "portdir": "net/dnsperf",
            "version": "2.14.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.dns-oarc.net/tools/dnsperf",
            "description": "DNS Performance Testing Tools",
            "long_description": "dnsperf and resperf are free tools developed by Nominum/Akamai (2006-2018) and DNS-OARC (since 2019) that make it simple to gather accurate latency and throughput metrics for Domain Name Service (DNS). These tools are easy-to-use and simulate typical Internet, so network operators can benchmark their naming and addressing infrastructure and plan for upgrades.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ldns",
                        "nghttp2",
                        "libck",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-compiler-libs",
            "portdir": "ocaml/ocaml-compiler-libs",
            "version": "0.12.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janestreet/ocaml-compiler-libs",
            "description": "OCaml compiler libraries, repackaged",
            "long_description": "Exposes the OCaml compiler libraries, repackaged under new toplevel names.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 83
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ppxlib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ounit2",
            "portdir": "ocaml/ocaml-ounit2",
            "version": "2.2.7",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gildor478/ounit",
            "description": "Unit test framework for OCaml",
            "long_description": "OUnit is a unit test framework for OCaml. It allows one to easily create unit-tests for OCaml code. It is based on HUnit, a unit testing framework for Haskell. It is similar to JUnit, and other XUnit testing frameworks.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 83
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-stdlib-shims"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "ocaml-ounit"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "ocaml-ctypes",
                        "abella"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ppxlib",
            "portdir": "ocaml/ocaml-ppxlib",
            "version": "0.32.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-ppx/ppxlib",
            "description": "Standard library for ppx rewriters",
            "long_description": "Ppxlib is the standard library for ppx rewriters and other programs that manipulate the in-memory reprensation of the OCaml parsetree.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 83
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ppx_derivers",
                        "ocaml-sexplib0",
                        "ocaml",
                        "ocaml-stdlib-shims",
                        "ocaml-compiler-libs",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ppx_deriving_yojson",
                        "ocaml-ppx_import",
                        "ocaml-ppx_blob",
                        "ocaml-ppx_deriving",
                        "ocaml-js_of_ocaml",
                        "ocaml-sedlex",
                        "ocaml-js_of_ocaml-compiler",
                        "ocaml-lwt_ppx",
                        "ocaml-ppx_tydi",
                        "ocaml-visitors",
                        "fstar",
                        "ocaml-base_quickcheck",
                        "ocaml-bisect_ppx",
                        "ocaml-ppx_assert",
                        "ocaml-ppx_base",
                        "ocaml-ppx_bench",
                        "ocaml-ppx_bin_prot",
                        "ocaml-ppx_cold",
                        "ocaml-ppx_compare",
                        "ocaml-ppx_custom_printf",
                        "ocaml-ppx_disable_unused_warnings",
                        "ocaml-ppx_enumerate",
                        "ocaml-ppx_expect",
                        "ocaml-ppx_fields_conv",
                        "ocaml-ppx_fixed_literal",
                        "ocaml-ppx_globalize",
                        "ocaml-ppx_hash",
                        "ocaml-ppx_here",
                        "ocaml-ppx_ignore_instrumentation",
                        "ocaml-ppx_inline_test",
                        "ocaml-ppx_jane",
                        "ocaml-ppx_let",
                        "ocaml-ppx_log",
                        "ocaml-ppx_module_timer",
                        "ocaml-ppx_optcomp",
                        "ocaml-ppx_optional",
                        "ocaml-ppx_pipebang",
                        "ocaml-ppx_sexp_conv",
                        "ocaml-ppx_sexp_message",
                        "ocaml-ppx_sexp_value",
                        "ocaml-ppx_stable",
                        "ocaml-ppx_stable_witness",
                        "ocaml-ppx_string",
                        "ocaml-ppx_typerep_conv",
                        "ocaml-ppx_variants_conv"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-stdlib-shims",
            "portdir": "ocaml/ocaml-stdlib-shims",
            "version": "0.3.0",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/stdlib-shims",
            "description": "Backport newer OCaml stdlib features to older compilers",
            "long_description": "Backport some of the new stdlib features to older compilers, such as the Stdlib module.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 83
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-alcotest",
                        "ocaml-ounit2",
                        "ocaml-ounit",
                        "ocaml-ppxlib",
                        "ocaml-integers",
                        "geneweb",
                        "ocaml-ocamlgraph"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "ocaml-fileutils"
                    ]
                }
            ]
        },
        {
            "name": "melonds",
            "portdir": "emulators/melonds",
            "version": "0.9.4",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Arisotura/melonDS",
            "description": "Nintendo DS emulator.",
            "long_description": "Nintendo DS emulator.",
            "active": true,
            "categories": [
                "games",
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "audvare",
                    "github": "Tatsh",
                    "ports_count": 25
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2",
                        "libepoxy",
                        "libslirp",
                        "libarchive",
                        "mesa",
                        "qt64-qtbase",
                        "libiconv",
                        "gettext",
                        "glib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "retroarch",
            "portdir": "emulators/retroarch",
            "version": "1.10.2",
            "license": "GPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/libretro/RetroArch",
            "description": "Frontend for the libretro API.",
            "long_description": "Frontend for the libretro API.",
            "active": true,
            "categories": [
                "games",
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "audvare",
                    "github": "Tatsh",
                    "ports_count": 25
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-cloudscraper",
            "portdir": "python/py-cloudscraper",
            "version": "1.2.71",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/VeNoMouS/cloudscraper",
            "description": "A Python module to bypass Cloudflare's anti-bot page",
            "long_description": "A simple Python module to bypass Cloudflare's anti-bot page (also known as I'm Under Attack Mode, or IUAM), implemented with Requests. This can be useful if you wish to scrape or crawl a website protected with Cloudflare.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 159
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-cloudscraper"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-cloudscraper",
            "portdir": "python/py-cloudscraper",
            "version": "1.2.71",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/VeNoMouS/cloudscraper",
            "description": "A Python module to bypass Cloudflare's anti-bot page",
            "long_description": "A simple Python module to bypass Cloudflare's anti-bot page (also known as I'm Under Attack Mode, or IUAM), implemented with Requests. This can be useful if you wish to scrape or crawl a website protected with Cloudflare.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 159
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-parsing",
                        "py38-requests",
                        "py38-requests-toolbelt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-cloudscraper",
            "portdir": "python/py-cloudscraper",
            "version": "1.2.71",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/VeNoMouS/cloudscraper",
            "description": "A Python module to bypass Cloudflare's anti-bot page",
            "long_description": "A simple Python module to bypass Cloudflare's anti-bot page (also known as I'm Under Attack Mode, or IUAM), implemented with Requests. This can be useful if you wish to scrape or crawl a website protected with Cloudflare.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 159
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-parsing",
                        "py39-requests",
                        "py39-requests-toolbelt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "search-that-hash",
            "portdir": "security/search-that-hash",
            "version": "0.2.8",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/HashPals/search-that-hash",
            "description": "Searches Hash APIs to crack your hash quickly",
            "long_description": "Searches Hash APIs to crack your hash quickly. Search-That-Hash automates this process in less than 2 seconds. It searches the most popular hash cracking sites and automatically inputs your hash(s) for cracking.",
            "active": true,
            "categories": [
                "security",
                "python"
            ],
            "maintainers": [
                {
                    "name": "harensdeveloper",
                    "github": "harens",
                    "ports_count": 39
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-poetry-core",
                        "py314-installer",
                        "py314-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-rich",
                        "py314-toml",
                        "py314-cloudscraper",
                        "py314-coloredlogs",
                        "py314-loguru",
                        "py314-click",
                        "py314-appdirs",
                        "py314-requests",
                        "name-that-hash"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "expresso",
            "portdir": "sysutils/expresso",
            "version": "1.3.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sttz/expresso",
            "description": "expresso is a command line interface to control the ExpressVPN app",
            "long_description": "expresso is a command line interface to control the ExpressVPN app. It uses the same native messaging interface as the open-source ExpressVPN browser extension.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 228
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "msbuild",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "mono"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rb-rubyzip",
            "portdir": "ruby/rb-rubyzip",
            "version": "3.2.2",
            "license": "(Ruby or GPL-2)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rubyzip/rubyzip",
            "description": "rubyzip is a ruby module for reading and writing zip files",
            "long_description": "rubyzip is a ruby module for reading and writing zip files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib.",
            "active": true,
            "categories": [
                "archivers",
                "ruby"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "rb-bee"
                    ]
                }
            ]
        },
        {
            "name": "rb30-rubyzip",
            "portdir": "ruby/rb-rubyzip",
            "version": "3.2.2",
            "license": "(Ruby or GPL-2)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rubyzip/rubyzip",
            "description": "rubyzip is a ruby module for reading and writing zip files",
            "long_description": "rubyzip is a ruby module for reading and writing zip files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib.",
            "active": true,
            "categories": [
                "archivers",
                "ruby"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby30"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rb27-rubyzip",
            "portdir": "ruby/rb-rubyzip",
            "version": "3.2.2",
            "license": "(Ruby or GPL-2)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rubyzip/rubyzip",
            "description": "rubyzip is a ruby module for reading and writing zip files",
            "long_description": "rubyzip is a ruby module for reading and writing zip files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib.",
            "active": true,
            "categories": [
                "archivers",
                "ruby"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rb26-rubyzip",
            "portdir": "ruby/rb-rubyzip",
            "version": "3.2.2",
            "license": "(Ruby or GPL-2)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rubyzip/rubyzip",
            "description": "rubyzip is a ruby module for reading and writing zip files",
            "long_description": "rubyzip is a ruby module for reading and writing zip files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib.",
            "active": true,
            "categories": [
                "archivers",
                "ruby"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rb25-rubyzip",
            "portdir": "ruby/rb-rubyzip",
            "version": "3.2.2",
            "license": "(Ruby or GPL-2)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rubyzip/rubyzip",
            "description": "rubyzip is a ruby module for reading and writing zip files",
            "long_description": "rubyzip is a ruby module for reading and writing zip files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib.",
            "active": true,
            "categories": [
                "archivers",
                "ruby"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby25"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rb24-rubyzip",
            "portdir": "ruby/rb-rubyzip",
            "version": "3.2.2",
            "license": "(Ruby or GPL-2)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rubyzip/rubyzip",
            "description": "rubyzip is a ruby module for reading and writing zip files",
            "long_description": "rubyzip is a ruby module for reading and writing zip files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib.",
            "active": true,
            "categories": [
                "archivers",
                "ruby"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ruby24"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-ntlm-auth",
            "portdir": "python/py-ntlm-auth",
            "version": "1.5.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jborean93/ntlm-auth",
            "description": "Calculates NTLM Authentication codes",
            "long_description": "The goal of this library is to offer full NTLM support including signing and sealing of messages as well as supporting MIC for message integrity and the ability to customise and set limits on the messages sent.",
            "active": true,
            "categories": [
                "security",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-ntlm-auth"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-ntlm-auth",
            "portdir": "python/py-ntlm-auth",
            "version": "1.5.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jborean93/ntlm-auth",
            "description": "Calculates NTLM Authentication codes",
            "long_description": "The goal of this library is to offer full NTLM support including signing and sealing of messages as well as supporting MIC for message integrity and the ability to customise and set limits on the messages sent.",
            "active": false,
            "categories": [
                "security",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-requests_ntlm",
            "portdir": "python/py-requests_ntlm",
            "version": "1.3.0",
            "license": "ISC",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/requests/requests-ntlm",
            "description": "NTLM authentication support for Requests",
            "long_description": "This package allows for HTTP NTLM authentication using the requests library.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "security",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-requests_ntlm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-requests_ntlm",
            "portdir": "python/py-requests_ntlm",
            "version": "1.3.0",
            "license": "ISC",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/requests/requests-ntlm",
            "description": "NTLM authentication support for Requests",
            "long_description": "This package allows for HTTP NTLM authentication using the requests library.",
            "active": false,
            "categories": [
                "devel",
                "net",
                "security",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-cryptography",
                        "py39-requests",
                        "py39-pyspnego",
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-pywinrm"
                    ]
                }
            ]
        },
        {
            "name": "py-pywinrm",
            "portdir": "python/py-pywinrm",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/diyan/pywinrm",
            "description": "Python library for Windows Remote Management (WinRM)",
            "long_description": "pywinrm is a Python client for the Windows Remote Management (WinRM) service. It allows you to invoke commands on target Windows machines from any machine that can run Python.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-pywinrm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-pywinrm",
            "portdir": "python/py-pywinrm",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/diyan/pywinrm",
            "description": "Python library for Windows Remote Management (WinRM)",
            "long_description": "pywinrm is a Python client for the Windows Remote Management (WinRM) service. It allows you to invoke commands on target Windows machines from any machine that can run Python.",
            "active": false,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "py39-requests",
                        "py39-six",
                        "py39-xmltodict",
                        "py39-requests_ntlm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-crypt-cbc",
            "portdir": "perl/p5-crypt-cbc",
            "version": "3.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Crypt::CBC",
            "description": "Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode",
            "long_description": "Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-crypt-urandom",
                        "p5.32-cryptx",
                        "p5.32-crypt-pbkdf2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-crypt-des",
                        "p5.32-crypt-blowfish",
                        "p5.32-crypt-cast5"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-data-serializer",
                        "p5.32-session-storage-secure",
                        "p5.32-alt-crypt-rsa-bigint",
                        "p5.32-tie-encryptedhash",
                        "p5.32-crypt-rsa",
                        "p5.32-dancer-session-cookie"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-version",
            "portdir": "perl/p5-version",
            "version": "0.993.300",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/version",
            "description": "version - Perl extension for Version Objects",
            "long_description": "version - Perl extension for Version Objects",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-compile"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-bioperl",
                        "p5.32-class-dbi",
                        "p5.32-dist-zilla-plugin-checkstrictversion",
                        "p5.32-gearman",
                        "p5.32-module-metadata",
                        "p5.32-log-dispatch-filerotate",
                        "p5.32-module-load-conditional",
                        "p5.32-perl-critic",
                        "p5.32-pod-readme",
                        "p5.32-semver",
                        "p5.32-smart-comments",
                        "p5.32-svn-notify",
                        "p5.32-test-trap",
                        "p5.32-text-recordparser",
                        "p5.32-net-dns-resolver-programmable",
                        "p5.32-module-scandeps",
                        "p5.32-extutils-makemaker-cpanfile",
                        "p5.32-dbd-pg",
                        "p5.32-module-starter",
                        "p5.32-cpan-meta",
                        "p5.32-time-out",
                        "p5.32-dist-zilla-plugin-checkprereqsindexed",
                        "p5.32-ppi"
                    ]
                }
            ]
        },
        {
            "name": "py39-python-dotenv",
            "portdir": "python/py-python-dotenv",
            "version": "1.1.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/theskumar/python-dotenv",
            "description": "Add .env support to your django/flask apps in development and deployments",
            "long_description": "Add .env support to your django/flask apps in development and deployments Reads the key-value pair from .env file and adds them to environment variable. It is great for managing app settings during development and in production using 12-factor principles.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "emcrisostomo",
                    "github": "emcrisostomo",
                    "ports_count": 167
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-installer",
                        "clang-18",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "py39-click"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-ipython",
                        "py39-mock",
                        "py39-pytest",
                        "py39-sh"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py39-pydantic_settings"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-cpan-meta",
            "portdir": "perl/p5-cpan-meta",
            "version": "2.150.12",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/CPAN::Meta",
            "description": "CPAN::Meta - the distribution metadata for a CPAN dist",
            "long_description": "CPAN::Meta - the distribution metadata for a CPAN dist",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-version",
                        "p5.32-cpan-meta-requirements",
                        "perl5.32",
                        "p5.32-encode",
                        "p5.32-scalar-list-utils",
                        "p5.32-cpan-meta-yaml"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-dist-zilla-plugin-checkstrictversion",
                        "p5.32-authen-radius",
                        "p5.32-uuid",
                        "p5.32-dist-zilla-plugin-checkissues",
                        "p5.32-dist-zilla-plugin-checkselfdependency",
                        "p5.32-http-headers-fast",
                        "p5.32-xml-rss-libxml",
                        "p5.32-data-hexdump",
                        "p5.32-dist-zilla-plugin-ensurelatestperl",
                        "p5.32-dist-zilla-plugin-checkprereqsindexed"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dist-zilla-plugin-metamergefile",
                        "p5.32-module-build",
                        "p5.32-module-install",
                        "p5.32-module-build-tiny",
                        "p5.32-extutils-makemaker-cpanfile",
                        "p5.32-module-cpanfile",
                        "p5.32-dist-build",
                        "p5.32-dist-zilla",
                        "p5.32-cpan-meta-check",
                        "p5.32-cpan-requirements-dynamic"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-cpan-meta-requirements",
            "portdir": "perl/p5-cpan-meta-requirements",
            "version": "2.143.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/CPAN::Meta::Requirements",
            "description": "a set of version requirements for a CPAN dist",
            "long_description": "a set of version requirements for a CPAN dist",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-dist-zilla-plugin-checkissues",
                        "p5.32-moose",
                        "p5.32-dancer2",
                        "p5.32-dist-zilla-plugin-checkstrictversion"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dist-zilla",
                        "p5.32-cpan-meta",
                        "p5.32-perl-prereqscanner",
                        "p5.32-cpan-meta-check",
                        "p5.32-extutils-makemaker",
                        "p5.32-dist-zilla-plugin-checkselfdependency",
                        "p5.32-dist-zilla-pluginbundle-git-versionmanager"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-cpan-meta-yaml",
            "portdir": "perl/p5-cpan-meta-yaml",
            "version": "0.20.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/CPAN::Meta::YAML",
            "description": "CPAN::Meta::YAML - Read and write a subset of YAML for CPAN Meta files",
            "long_description": "CPAN::Meta::YAML - Read and write a subset of YAML for CPAN Meta files",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-cpan-meta"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-encode",
            "portdir": "perl/p5-encode",
            "version": "3.210.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Encode",
            "description": "Character encoding module",
            "long_description": "The Encode module provides the interfaces between Perl's strings and the rest of the system. Perl strings are sequences of characters.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-html-selector-xpath",
                        "p5.32-dbd-csv",
                        "p5.32-mojo-dom58",
                        "p5.32-test-mojibake",
                        "p5.32-yaml",
                        "p5.32-code-tidyall",
                        "p5.32-ppi",
                        "p5.32-log-dispatch-filerotate"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dist-zilla-plugin-keywords",
                        "p5.32-dist-zilla-plugin-readmeanyfrompod",
                        "p5.32-dist-zilla-role-filewatcher",
                        "p5.32-encode-din66003",
                        "p5.32-encode-hanextra",
                        "p5.32-encode-iso2022",
                        "p5.32-encode-jisx0213",
                        "p5.32-html-encoding",
                        "p5.32-module-metadata",
                        "p5.32-html-tidy5",
                        "p5.32-mhonarc",
                        "p5.32-mime-charset",
                        "p5.32-encode-jis2k",
                        "p5.32-net-twitter",
                        "p5.32-parse-win32registry",
                        "p5.32-text-template",
                        "p5.32-twitter-api",
                        "p5.32-xml-sax-writer",
                        "p5.32-data-section",
                        "p5.32-file-slurper",
                        "p5.32-encode-imaputf7",
                        "p5.32-encode-detect",
                        "p5.32-tex-encode",
                        "p5.32-log-dispatchouli",
                        "p5.32-dbix-searchbuilder",
                        "p5.32-pod-elemental",
                        "p5.32-pod-elemental-perlmunger",
                        "p5.32-pod-markdown",
                        "p5.32-mail-message",
                        "p5.32-log-report",
                        "p5.32-catalyst-runtime",
                        "p5.32-text-csv_xs",
                        "p5.32-dist-zilla",
                        "p5.32-string-print",
                        "p5.32-dist-zilla-plugin-promptifstale",
                        "p5.32-http-message",
                        "p5.32-xml-libxml",
                        "p5.32-pod-simple",
                        "p5.32-cpan-meta",
                        "p5.32-crypt-passphrase",
                        "p5.32-cpanel-json-xs",
                        "p5.32-html-form",
                        "p5.32-dbix-class-encodedcolumn",
                        "p5.32-path-tiny",
                        "p5.32-mime-encwords",
                        "p5.32-text-multimarkdown",
                        "p5.32-email-mime-contenttype",
                        "p5.32-finance-quote",
                        "p5.32-archive-zip",
                        "p5.32-catalyst-view-html-mason",
                        "p5.32-dist-zilla-plugin-checkissues",
                        "p5.32-dist-zilla-plugin-contributorsfromgit",
                        "p5.32-dist-zilla-plugin-generatefile-fromsharedir"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-inc-latest",
            "portdir": "perl/p5-inc-latest",
            "version": "0.500.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/inc::latest",
            "description": "inc::latest - use modules bundled in inc/ if they are newer than installed ones",
            "long_description": "inc::latest - use modules bundled in inc/ if they are newer than installed ones",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-file-sharedir",
                        "p5.32-list-moreutils",
                        "p5.32-list-moreutils-xs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-module-build"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-module-build",
            "portdir": "perl/p5-module-build",
            "version": "0.423.400",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Module::Build",
            "description": "Build and install perl modules (MakeMaker replacement)",
            "long_description": "Module::Build is a system for building, testing, and installing Perl modules. It is meant to be an alternative to ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-cpan-meta-yaml",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-inc-latest",
                        "p5.32-module-metadata",
                        "perl5.32",
                        "p5.32-podlators",
                        "p5.32-software-license",
                        "p5.32-perl-ostype",
                        "p5.32-cpan-meta"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-xs-parse-sublike",
                        "p5.32-apache-session-wrapper",
                        "p5.32-class-container",
                        "p5.32-moosex-role-strict",
                        "p5.32-test-expectandcheck",
                        "p5.32-role-basic",
                        "p5.32-geo-webservice-elevation-usgs",
                        "p5.32-path-class",
                        "p5.32-test-mocktime-hires",
                        "p5.32-syntax-keyword-try",
                        "p5.32-xs-parse-keyword",
                        "p5.32-aliased",
                        "p5.32-alien-sdl",
                        "p5.32-apache-logformat-compiler",
                        "p5.32-redis",
                        "p5.32-array-compare",
                        "p5.32-astro-coord-eci-tle-iridium",
                        "p5.32-authcas",
                        "p5.32-cgi-compile",
                        "p5.32-dist-zilla-plugin-test-compile",
                        "p5.32-devel-mat",
                        "p5.32-io-socket-ip",
                        "p5.32-devel-mat-dumper",
                        "p5.32-dist-zilla-plugin-distbuild",
                        "p5.32-dist-zilla-plugin-modulebuildtiny",
                        "p5.32-compress-stream-zstd",
                        "p5.32-crypt-argon2",
                        "p5.32-dbix-class-encodedcolumn",
                        "p5.32-datetime-format-natural",
                        "p5.32-future-io",
                        "p5.32-test-future-io-impl",
                        "p5.32-xml-feed",
                        "p5.32-mouse",
                        "p5.32-io-async",
                        "p5.32-feature-compat-class",
                        "p5.32-object-pad",
                        "p5.32-dist-zilla-plugin-metamergefile",
                        "p5.32-perl-prereqscanner-scanner-distbuild",
                        "p5.32-crypt-sysrandom-xs",
                        "p5.32-dist-zilla-plugin-github",
                        "p5.32-authen-passphrase",
                        "p5.32-authen-simple-passwd",
                        "p5.32-b-hooks-atruntime",
                        "p5.32-catalyst-plugin-session-store-chi",
                        "p5.32-catalyst-view-html-template",
                        "p5.32-catalyst-view-xslt",
                        "p5.32-class-factory-util",
                        "p5.32-class-generate",
                        "p5.32-class-mix",
                        "p5.32-config-inifiles",
                        "p5.32-const-fast",
                        "p5.32-convert-color-xterm",
                        "p5.32-crypt-ciphersaber",
                        "p5.32-crypt-random-source",
                        "p5.32-cwd-guard",
                        "p5.32-dancer-template-mason",
                        "p5.32-data-dumper-names",
                        "p5.32-data-serializer",
                        "p5.32-datetime-format-dateparse",
                        "p5.32-datetime-format-pg",
                        "p5.32-dbd-mock",
                        "p5.32-devel-checkcompiler",
                        "p5.32-mozilla-publicsuffix",
                        "p5.32-dist-zilla-plugin-authority",
                        "p5.32-dist-zilla-plugin-autometaresources",
                        "p5.32-dist-zilla-plugin-checkselfdependency",
                        "p5.32-dist-zilla-plugin-copyfilesfromrelease",
                        "p5.32-dist-zilla-plugin-generatefile-fromsharedir",
                        "p5.32-dist-zilla-plugin-git-remote-check",
                        "p5.32-dist-zilla-plugin-installguide",
                        "p5.32-dist-zilla-plugin-keywords",
                        "p5.32-dist-zilla-plugin-makemaker-awesome",
                        "p5.32-dist-zilla-plugin-minimumperl",
                        "p5.32-dist-zilla-plugin-modulebuildtiny-fallback",
                        "p5.32-dist-zilla-plugin-rewriteversion-transitional",
                        "p5.32-dist-zilla-pluginbundle-git-versionmanager",
                        "p5.32-dist-zilla-role-dynamicconfig",
                        "p5.32-dist-zilla-role-filewatcher",
                        "p5.32-dist-zilla-role-modulemetadata",
                        "p5.32-dist-zilla-role-repofileinjector",
                        "p5.32-extutils-xspp",
                        "p5.32-feature-compat-try",
                        "p5.32-file-find-object-rule",
                        "p5.32-file-mork",
                        "p5.32-file-remove",
                        "p5.32-starman",
                        "p5.32-file-treecreate",
                        "p5.32-html-formattext-withlinks",
                        "p5.32-html-tree",
                        "p5.32-http-entity-parser",
                        "p5.32-http-headers-fast",
                        "p5.32-image-size",
                        "p5.32-imap-bodystructure",
                        "p5.32-io-handle-util",
                        "p5.32-io-socket-timeout",
                        "p5.32-json-webtoken",
                        "p5.32-list-utilsby",
                        "p5.32-log-handler",
                        "p5.32-masonx-request-withapachesession",
                        "p5.32-math-derivative",
                        "p5.32-math-gcomplex",
                        "p5.32-math-matrixreal",
                        "p5.32-math-utils",
                        "p5.32-mldbm",
                        "p5.32-module-build-xsutil",
                        "p5.32-module-mask",
                        "p5.32-module-util",
                        "p5.32-mojolicious-plugin-setusergroup",
                        "p5.32-moose-autobox",
                        "p5.32-moose-policy",
                        "p5.32-moosex-clone",
                        "p5.32-moosex-configfromfile",
                        "p5.32-moosex-daemonize",
                        "p5.32-moosex-lazyrequire",
                        "p5.32-moosex-multiinitarg",
                        "p5.32-moosex-object-pluggable",
                        "p5.32-moosex-role-parameterized",
                        "p5.32-moosex-simpleconfig",
                        "p5.32-moosex-singleton",
                        "p5.32-moosex-slurpyconstructor",
                        "p5.32-moosex-storage-io-chi",
                        "p5.32-moosex-traits",
                        "p5.32-moosex-types-path-class",
                        "p5.32-moosex-types-path-tiny",
                        "p5.32-moosex-types-structured",
                        "p5.32-mousex-foreign",
                        "p5.32-net-appliance-session",
                        "p5.32-net-frame",
                        "p5.32-net-frame-dump",
                        "p5.32-net-frame-simple",
                        "p5.32-net-libidn2",
                        "p5.32-net-snmp",
                        "p5.32-net-twitter-lite",
                        "p5.32-net-upnp",
                        "p5.32-number-misc",
                        "p5.32-object-id",
                        "p5.32-params-validate",
                        "p5.32-perl-critic",
                        "p5.32-aws-signature4",
                        "p5.32-perlio-via-timeout",
                        "p5.32-pod-elemental-transformer-verbatim",
                        "p5.32-poppler",
                        "p5.32-ppix-quotelike",
                        "p5.32-proc-guard",
                        "p5.32-readonly",
                        "p5.32-scalar-string",
                        "p5.32-semver",
                        "p5.32-set-array",
                        "p5.32-snowball-norwegian",
                        "p5.32-snowball-swedish",
                        "p5.32-string-random",
                        "p5.32-svg-graph",
                        "p5.32-svn-notify",
                        "p5.32-term-shell",
                        "p5.32-test-class-most",
                        "p5.32-test-deep-json",
                        "p5.32-test-distmanifest",
                        "p5.32-test-expect",
                        "p5.32-test-exports",
                        "p5.32-test-fork",
                        "p5.32-test-identity",
                        "p5.32-test-json",
                        "p5.32-test-metrics-any",
                        "p5.32-test-mock-guard",
                        "p5.32-test-perl-critic",
                        "p5.32-test-refcount",
                        "p5.32-test-timer",
                        "p5.32-test-toolbox",
                        "p5.32-test-trailingspace",
                        "p5.32-test-trap",
                        "p5.32-test-xml",
                        "p5.32-text-aligner",
                        "p5.32-text-flow",
                        "p5.32-text-table",
                        "p5.32-text-wikiformat",
                        "p5.32-time-mock",
                        "p5.32-twitter-api",
                        "p5.32-uri-find",
                        "p5.32-web-scraper",
                        "p5.32-www-form-urlencoded",
                        "p5.32-www-form-urlencoded-xs",
                        "p5.32-www-pastebin-pastebincom-create",
                        "p5.32-www-shorten-simple",
                        "p5.32-xml-atom",
                        "p5.32-xml-commonns",
                        "p5.32-xml-entities",
                        "p5.32-xml-rss-libxml",
                        "p5.32-catalyst-authentication-credential-http",
                        "p5.32-xml-semanticdiff",
                        "p5.32-ppix-regexp",
                        "p5.32-sgmlspm",
                        "p5.32-lexical-sealrequirehints",
                        "p5.32-moosex-types",
                        "p5.32-time-format",
                        "p5.32-cookie-baker",
                        "p5.32-posix-strftime-compiler",
                        "p5.32-app-svn-bisect",
                        "p5.32-alien-wxwidgets",
                        "p5.32-data-dump-streamer",
                        "p5.32-directory-scratch",
                        "p5.32-extutils-libbuilder",
                        "p5.32-http-daemon",
                        "p5.32-filesys-notify-kqueue",
                        "p5.32-calendar-simple",
                        "p5.32-encode-detect",
                        "p5.32-moosex-types-common",
                        "p5.32-moosex-getopt",
                        "p5.32-moosex-types-loadableclass",
                        "p5.32-astro-fits-header",
                        "p5.32-future-asyncawait",
                        "p5.32-syntax-keyword-multisub",
                        "p5.32-lexical-var",
                        "p5.32-pod-latex",
                        "p5.32-xml-rss",
                        "p5.32-module-build-tiny",
                        "p5.32-astro-app-satpass2",
                        "p5.32-cgi-session",
                        "p5.32-protocol-http2",
                        "p5.32-test-compile",
                        "p5.32-file-map",
                        "p5.32-statistics-descriptive",
                        "p5.32-astro-satpass",
                        "p5.32-datetime-format-mysql",
                        "p5.32-clipboard",
                        "p5.32-image-imlib2",
                        "p5.32-class-c3-adopt-next",
                        "p5.32-dist-zilla-plugin-makemaker-fallback",
                        "p5.32-dist-build",
                        "p5.32-dbm-deep",
                        "p5.32-text-bibtex",
                        "p5.32-alien-base-modulebuild",
                        "p5.32-variable-ondestruct",
                        "p5.32-extutils-cchecker",
                        "p5.32-error",
                        "p5.32-future-queue",
                        "p5.32-list-keywords",
                        "p5.32-metrics-any",
                        "p5.32-string-tagged",
                        "p5.32-string-tagged-markdown",
                        "p5.32-string-tagged-terminal",
                        "p5.32-syntax-keyword-match",
                        "p5.32-syntax-operator-divides",
                        "p5.32-syntax-operator-equ",
                        "p5.32-syntax-operator-existsor",
                        "p5.32-syntax-operator-in",
                        "p5.32-moosex-types-datetime",
                        "p5.32-meta",
                        "p5.32-astro-coord-eci-vsop87d",
                        "p5.32-algorithm-curvefit",
                        "p5.32-test-perltidy",
                        "p5.32-net-stomp",
                        "p5.32-moosex-types-uri",
                        "p5.32-dist-zilla-plugin-run",
                        "p5.32-attribute-storage",
                        "p5.32-commandable",
                        "p5.32-astro-spacetrack",
                        "p5.32-test-mockmodule",
                        "p5.32-syntax-keyword-defer",
                        "p5.32-syntax-keyword-dynamically",
                        "p5.32-convert-color",
                        "p5.32-future",
                        "p5.32-struct-dumb",
                        "p5.32-file-find-object",
                        "p5.32-math-anynum",
                        "p5.32-dist-zilla-plugin-git-contributors",
                        "p5.32-dist-zilla-plugin-test-minimumversion",
                        "p5.32-future-xs",
                        "p5.32-cli-osprey"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-authen-dechpwd",
                        "p5.32-data-messagepack",
                        "p5.32-hash-fieldhash",
                        "p5.32-perlio-layers",
                        "p5.32-bioperl",
                        "p5.32-module-install",
                        "p5.32-text-xslate",
                        "p5.32-sdl",
                        "p5.32-alien-base-modulebuild",
                        "p5.32-devel-refcount",
                        "p5.32-params-classify",
                        "p5.32-compiler-lexer",
                        "p5.32-math-random-isaac-xs",
                        "p5.32-time-y2038",
                        "p5.32-io-interface",
                        "p5.32-net-idn-encode",
                        "p5.32-crypt-eksblowfish",
                        "p5.32-crypt-mysql",
                        "p5.32-privileges-drop",
                        "p5.32-lchown",
                        "p5.32-module-build-ffi",
                        "p5.32-local-lib"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-module-metadata",
            "portdir": "perl/p5-module-metadata",
            "version": "1.0.38",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Module::Metadata",
            "description": "Gather package and POD information from perl module files",
            "long_description": "Gather package and POD information from perl module files",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-version",
                        "p5.32-encode"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-sys-cpuload",
                        "p5.32-datetime-calendar-christian",
                        "p5.32-dist-zilla-plugin-checkissues",
                        "p5.32-dist-zilla-plugin-generatefile-fromsharedir",
                        "p5.32-dist-zilla-plugin-rewriteversion-transitional",
                        "p5.32-dist-zilla-pluginbundle-git-versionmanager",
                        "p5.32-dist-zilla-role-repofileinjector",
                        "p5.32-dist-zilla-plugin-run",
                        "p5.32-dist-zilla-plugin-git-contributors",
                        "p5.32-dancer2",
                        "p5.32-dist-zilla-plugin-github",
                        "p5.32-moosex-daemonize",
                        "p5.32-moosex-slurpyconstructor",
                        "p5.32-moosex-types-path-tiny",
                        "p5.32-dist-zilla-plugin-makemaker-fallback",
                        "p5.32-moosex-types-uri"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-module-build",
                        "p5.32-module-scandeps",
                        "p5.32-dist-zilla-plugin-distbuild",
                        "p5.32-cpan-meta-check"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-perl-ostype",
            "portdir": "perl/p5-perl-ostype",
            "version": "1.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Perl::OSType",
            "description": "Map Perl operating system names to generic types",
            "long_description": "Map Perl operating system names to generic types",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-module-build",
                        "p5.32-extutils-builder",
                        "p5.32-extutils-builder-compiler"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-pod-escapes",
            "portdir": "perl/p5-pod-escapes",
            "version": "1.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Pod::Escapes",
            "description": "for resolving Pod E<...> sequences",
            "long_description": "This module provides things that are useful in decoding Pod E<...> sequences. Presumably, it should be used only by Pod parsers and/or formatters.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-data-hexdump",
                        "p5.32-authen-radius"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-pod-simple"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-pod-simple",
            "portdir": "perl/p5-pod-simple",
            "version": "3.470.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Pod::Simple",
            "description": "Pod::Simple - framework for parsing Pod",
            "long_description": "Pod::Simple - framework for parsing Pod",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-encode",
                        "p5.32-pod-escapes"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-data-hexdump",
                        "p5.32-authen-radius"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-gtk2-ex-podviewer",
                        "p5.32-pod-projectdocs",
                        "p5.32-pod-readme",
                        "p5.32-pod-simple-latex",
                        "p5.32-test-pod",
                        "p5.32-pod-markdown",
                        "p5.32-podlators",
                        "p5.32-dist-zilla",
                        "p5.32-app-cli",
                        "p5.32-pod-spell",
                        "p5.32-dist-zilla-plugin-readmeanyfrompod"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-podlators",
            "portdir": "perl/p5-podlators",
            "version": "6.0.2",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/release/podlators",
            "description": "podlators contains Pod::Man and Pod::Text modules",
            "long_description": "podlators contains Pod::Man and Pod::Text modules",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-pod-simple"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-data-hexdump",
                        "p5.32-authen-radius"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dist-zilla-plugin-pod2readme",
                        "p5.32-module-build",
                        "p5.32-dist-build",
                        "p5.32-cpanel-json-xs"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-scalar-list-utils",
            "portdir": "perl/p5-scalar-list-utils",
            "version": "1.700.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Scalar::List::Utils",
            "description": "Scalar::List::Utils - A distribution of general-utility subroutines",
            "long_description": "Scalar::List::Utils - A distribution of general-utility subroutines",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-try-tiny",
                        "p5.32-math-gmp",
                        "p5.32-moosex-extended",
                        "p5.32-cpan-meta-check",
                        "p5.32-package-stash-xs",
                        "p5.32-hash-ordered",
                        "p5.32-catalyst-view-tt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-role-hooks",
                        "p5.32-string-flogger",
                        "p5.32-web-scraper",
                        "p5.32-xml-xpath",
                        "p5.32-imager",
                        "p5.32-devel-stacktrace-extract",
                        "p5.32-moosex-types",
                        "p5.32-object-insideout",
                        "p5.32-data-uuid-mt",
                        "p5.32-perl-critic-policy-perlsecret",
                        "p5.32-math-random-mt-auto",
                        "p5.32-sql-translator",
                        "p5.32-perl-version",
                        "p5.32-email-abstract",
                        "p5.32-moosex-nonmoose",
                        "p5.32-log-dispatchouli",
                        "p5.32-dist-zilla-plugin-ensurelatestperl",
                        "p5.32-io-socket-ssl",
                        "p5.32-spreadsheet-readsxc",
                        "p5.32-template-toolkit",
                        "p5.32-moo",
                        "p5.32-list-someutils",
                        "p5.32-mail-message",
                        "p5.32-protocol-http2",
                        "p5.32-sub-override",
                        "p5.32-module-scandeps",
                        "p5.32-data-visitor",
                        "p5.32-type-tiny",
                        "p5.32-number-tolerant",
                        "p5.32-sub-handlesvia",
                        "p5.32-devel-dumptrace",
                        "p5.32-amazon-s3",
                        "p5.32-dist-build",
                        "p5.32-alien-base-modulebuild",
                        "p5.32-ffi-checklib",
                        "p5.32-metrics-any",
                        "p5.32-string-tagged-markdown",
                        "p5.32-cpan-meta",
                        "p5.32-mce-shared",
                        "p5.32-const-exporter",
                        "p5.32-memoize",
                        "p5.32-future",
                        "p5.32-gtk3-imageview",
                        "p5.32-crypt-passphrase",
                        "p5.32-extutils-builder",
                        "p5.32-gnupg-interface",
                        "p5.32-time-out",
                        "p5.32-mojo-dom58",
                        "p5.32-dist-zilla-plugin-distbuild",
                        "p5.32-getopt-long-descriptive",
                        "p5.32-function-parameters",
                        "p5.32-datetime-format-natural",
                        "p5.32-module-corelist",
                        "p5.32-test-expectandcheck",
                        "p5.32-business-ismn",
                        "p5.32-io-lambda",
                        "p5.32-package-deprecationmanager",
                        "p5.32-bioperl",
                        "p5.32-catalyst-controller-formbuilder",
                        "p5.32-html-scrubber",
                        "p5.32-list-allutils"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-socket",
            "portdir": "perl/p5-socket",
            "version": "2.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Socket",
            "description": "Socket - networking constants and support functions",
            "long_description": "Socket - networking constants and support functions",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-net",
                        "p5.32-time-format",
                        "p5.32-catalyst-runtime",
                        "p5.32-io-socket-ip",
                        "p5.32-net-patricia",
                        "p5.32-io-async"
                    ]
                }
            ]
        },
        {
            "name": "py-ukpostcodeparser",
            "portdir": "python/py-ukpostcodeparser",
            "version": "1.1.2",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hamstah/ukpostcodeparser",
            "description": "UK Postcode parser",
            "long_description": "UK Postcode parser",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-ukpostcodeparser"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-ukpostcodeparser",
            "portdir": "python/py-ukpostcodeparser",
            "version": "1.1.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hamstah/ukpostcodeparser",
            "description": "UK Postcode parser",
            "long_description": "UK Postcode parser",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py36-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-ukpostcodeparser",
            "portdir": "python/py-ukpostcodeparser",
            "version": "1.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hamstah/ukpostcodeparser",
            "description": "UK Postcode parser",
            "long_description": "UK Postcode parser",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-Faker"
                    ]
                }
            ]
        },
        {
            "name": "py38-ukpostcodeparser",
            "portdir": "python/py-ukpostcodeparser",
            "version": "1.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hamstah/ukpostcodeparser",
            "description": "UK Postcode parser",
            "long_description": "UK Postcode parser",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py38-Faker"
                    ]
                }
            ]
        },
        {
            "name": "py39-ukpostcodeparser",
            "portdir": "python/py-ukpostcodeparser",
            "version": "1.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hamstah/ukpostcodeparser",
            "description": "UK Postcode parser",
            "long_description": "UK Postcode parser",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py39-Faker"
                    ]
                }
            ]
        },
        {
            "name": "hcloud",
            "portdir": "devel/hcloud",
            "version": "1.61.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hetznercloud/cli",
            "description": "hcloud is a command-line interface for Hetzner Cloud.",
            "long_description": "hcloud is a command-line interface for Hetzner Cloud.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-hcloud",
            "portdir": "python/py-hcloud",
            "version": "2.16.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hetznercloud/hcloud-python",
            "description": "py-hcloud is a library for the Hetzner Cloud API.",
            "long_description": "py-hcloud is a library for the Hetzner Cloud API.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-hcloud"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-hcloud",
            "portdir": "python/py-hcloud",
            "version": "1.16.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hetznercloud/hcloud-python",
            "description": "py-hcloud is a library for the Hetzner Cloud API.",
            "long_description": "py-hcloud is a library for the Hetzner Cloud API.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-future",
                        "py27-requests",
                        "py27-dateutil"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-mock",
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}