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

{
    "count": 51786,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=170",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=168",
    "results": [
        {
            "name": "p5.26-danga-socket",
            "portdir": "perl/p5-danga-socket",
            "version": "1.620.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Danga::Socket",
            "description": "Event loop and event-driven async socket base class",
            "long_description": "This is an abstract base class for objects backed by a socket which provides the basic framework for event-driven asynchronous IO, designed to be fast. Danga::Socket is both a base class for objects, and an event loop. Callers subclass Danga::Socket. Danga::Socket's constructor registers itself with the Danga::Socket event loop, and invokes callbacks on the object for readability, writability, errors, and other conditions.",
            "active": false,
            "categories": [
                "net",
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-bsd-resource",
                        "p5.26-io-aio",
                        "p5.26-io-kqueue",
                        "perl5.26",
                        "p5.26-test-tcp",
                        "p5.26-time-hires",
                        "p5.26-sys-syscall"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-gearman-client-async",
                        "p5.26-gearman-server",
                        "p5.26-mogilefs-server"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.26-perlbal"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-buffer",
            "portdir": "perl/p5-data-buffer",
            "version": "0.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Buffer",
            "description": "binary buffers for perl",
            "long_description": "Data::Buffer implements a low-level binary buffer in which you can get and put integers, strings, and other data. Internally the implementation is based on pack and unpack, such that Data::Buffer is really a layer on top of those built-in functions.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-alt-crypt-rsa-bigint",
                        "p5.26-crypt-dsa",
                        "p5.26-crypt-rsa"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-compare",
            "portdir": "perl/p5-data-compare",
            "version": "1.270.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Compare",
            "description": "Compare perl data structures",
            "long_description": "Compare perl data structures",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-clone",
                        "p5.26-file-find-rule"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbix-class"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-diver",
            "portdir": "perl/p5-data-diver",
            "version": "1.10.100",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Diver",
            "description": "Simple, ad-hoc access to elements of deeply nested structures",
            "long_description": "Simple, ad-hoc access to elements of deeply nested structures",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-data-dump",
            "portdir": "perl/p5-data-dump",
            "version": "1.230.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Dump",
            "description": "Pretty printing of data structures",
            "long_description": "This module provides a single function called dump() that takes a list of values as its argument and produces a string as its result. The string contains Perl code that, when evaled, produces a deep copy of the original arguments. The string is formatted for easy reading. If dump() is called in a void context, then the dump is printed on STDERR instead of being returned.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-libwww-perl",
                        "p5.26-catalyst-log-log4perl",
                        "p5.26-catalyst-runtime",
                        "p5.26-dbix-class-schema-loader",
                        "p5.26-dist-zilla-plugin-git-remote-check",
                        "p5.26-dist-zilla-plugin-metaprovides-package",
                        "p5.26-html-restrict",
                        "p5.26-perl-languageserver",
                        "p5.26-starman",
                        "p5.26-statistics-covid",
                        "p5.26-test-nicedump",
                        "p5.26-test-trap",
                        "p5.26-www-mechanize-cached"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-dumper",
            "portdir": "perl/p5-data-dumper",
            "version": "2.181.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Dumper",
            "description": "Stringified Perl data structures, suitable for both printing and eval",
            "long_description": "Given a list of scalars or reference variables, writes out their contents in Perl syntax. The references can also be objects. The contents of each variable is output in a single Perl statement. Handles self-referential structures correctly. The return value can be \"eval\"ed to get back an identical copy of the original reference structure.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-app-cmd",
                        "p5.26-pod-elemental",
                        "p5.26-sereal",
                        "p5.26-sereal-decoder",
                        "p5.26-sereal-encoder",
                        "p5.26-string-trim",
                        "p5.26-http-xscookies",
                        "p5.26-xml-bare",
                        "p5.26-mail-dkim"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dist-zilla-plugin-git-contributors",
                        "p5.26-dist-zilla-plugin-test-reportprereqs",
                        "p5.26-log-any-adapter-tap",
                        "p5.26-log-handler",
                        "p5.26-math-symbolic",
                        "p5.26-mldbm",
                        "p5.26-moosex-storage",
                        "p5.26-perl-version",
                        "p5.26-test2-suite",
                        "p5.26-algorithm-curvefit",
                        "p5.26-xml-parser-easytree",
                        "p5.26-bio-asn1-entrezgene",
                        "p5.26-bioperl",
                        "p5.26-code-tidyall",
                        "p5.26-cpan-uploader",
                        "p5.26-crypt-generatepassword",
                        "p5.26-crypt-primes",
                        "p5.26-data-serializer",
                        "p5.26-dist-zilla"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-dumper-concise",
            "portdir": "perl/p5-data-dumper-concise",
            "version": "2.23.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Dumper::Concise",
            "description": "Less indentation and newlines plus sub deparsing",
            "long_description": "Less indentation and newlines plus sub deparsing",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbix-admin-tableinfo",
                        "p5.26-dbix-class",
                        "p5.26-devel-repl"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-dumper-names",
            "portdir": "perl/p5-data-dumper-names",
            "version": "0.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Dumper::Names",
            "description": "Data::Dumper::Names - Dump variables with names (no source filter)",
            "long_description": "Data::Dumper::Names - Dump variables with names (no source filter)",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-build",
                        "p5.26-padwalker"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-test-most"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-dump-streamer",
            "portdir": "perl/p5-data-dump-streamer",
            "version": "2.400.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Dump::Streamer",
            "description": "Data::Dump::Streamer - Accurately serialize a data structure as Perl code.",
            "long_description": "Data::Dump::Streamer - Accurately serialize a data structure as Perl code.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-algorithm-diff",
                        "p5.26-b-utils",
                        "perl5.26",
                        "p5.26-module-build",
                        "p5.26-padwalker",
                        "p5.26-json-xs"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-devel-repl"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-entropy",
            "portdir": "perl/p5-data-entropy",
            "version": "0.7.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Entropy",
            "description": "Data::Entropy - entropy (randomness) management",
            "long_description": "Data::Entropy - entropy (randomness) management",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-crypt-rijndael",
                        "p5.26-data-float",
                        "perl5.26",
                        "p5.26-module-build",
                        "p5.26-params-classify",
                        "p5.26-http-lite"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-authen-passphrase"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-float",
            "portdir": "perl/p5-data-float",
            "version": "0.13.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Float",
            "description": "Data::Float - details of the floating point data type",
            "long_description": "Data::Float - details of the floating point data type",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-data-entropy"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-hexdump",
            "portdir": "perl/p5-data-hexdump",
            "version": "0.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::HexDump",
            "description": "Dump in hexadecimal the content of a scalar.",
            "long_description": "Dump in hexadecimal the content of a scalar. The result is returned in a string. Each line of the result consists of the offset in the source in the leftmost column of each line, followed by one or more columns of data from the source in hexadecimal. The rightmost column of each line shows the printable characters (all others are shown as single dots).",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1401
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-podlators",
                        "clang-9.0",
                        "p5.26-cpan-meta",
                        "p5.26-extutils-install",
                        "p5.26-pod-escapes",
                        "p5.26-pod-simple"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-getopt-long",
                        "p5.26-pathtools",
                        "p5.26-time-hires",
                        "p5.26-xsloader",
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-authen-radius"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-hexify",
            "portdir": "perl/p5-data-hexify",
            "version": "1.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Hexify",
            "description": "Perl extension for hexdumping arbitrary data",
            "long_description": "Perl extension for hexdumping arbitrary data",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-data-hierarchy",
            "portdir": "perl/p5-data-hierarchy",
            "version": "0.340.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Hierarchy",
            "description": "This is a Perl extension for handling data in a hierarchical structure.",
            "long_description": "Data::Hierarchy provides a simple interface for manipulating inheritable data attached to a hierarchical environment (like filesystem).",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dluke",
                    "github": "danielluke",
                    "ports_count": 31
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-data-ical",
            "portdir": "perl/p5-data-ical",
            "version": "0.240.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::ICal",
            "description": "Generates iCalendar (RFC 2445) calendar files",
            "long_description": "Generates iCalendar (RFC 2445) calendar files",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-test-warn",
                        "clang-9.0",
                        "p5.26-test-longstring",
                        "p5.26-test-nowarnings"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-class-accessor",
                        "p5.26-class-returnvalue",
                        "p5.26-text-vfile-asdata"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-data-integer",
            "portdir": "perl/p5-data-integer",
            "version": "0.6.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Integer",
            "description": "Data::Integer - Details of the native integer data type",
            "long_description": "Data::Integer - Details of the native integer data type",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-authen-dechpwd"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-messagepack",
            "portdir": "perl/p5-data-messagepack",
            "version": "1.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::MessagePack",
            "description": "Data::MessagePack - MessagePack serializing/deserializing",
            "long_description": "Data::MessagePack - MessagePack serializing/deserializing",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-test-requires",
                        "p5.26-file-copy-recursive",
                        "p5.26-module-build-xsutil",
                        "p5.26-test-leaktrace",
                        "clang-9.0",
                        "p5.26-devel-ppport"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-math-bigint",
                        "p5.26-module-build",
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-text-xslate"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-munge",
            "portdir": "perl/p5-data-munge",
            "version": "0.97.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Munge",
            "description": "Data::Munge - various utility functions",
            "long_description": "Data::Munge - various utility functions",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-warnings"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-return-multilevel"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-optlist",
            "portdir": "perl/p5-data-optlist",
            "version": "0.110.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::OptList",
            "description": "parse and validate simple name/value option pairs",
            "long_description": "parse and validate simple name/value option pairs",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-params-util",
                        "p5.26-sub-install"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-catalyst-runtime",
                        "p5.26-class-load",
                        "p5.26-dist-zilla",
                        "p5.26-moose",
                        "p5.26-sub-exporter",
                        "p5.26-test-moose-more"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-page",
            "portdir": "perl/p5-data-page",
            "version": "2.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Page",
            "description": "help when paging through sets of results",
            "long_description": "When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various pages of data. The maths behind this is unfortunately fiddly, hence this module.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-exception"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-class-accessor-chained"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-class-dbi-plugin-pager"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-password",
            "portdir": "perl/p5-data-password",
            "version": "1.120.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Password",
            "description": "Data::Password - Perl extension for assessing password quality.",
            "long_description": "Data::Password - Perl extension for assessing password quality.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-data-perl",
            "portdir": "perl/p5-data-perl",
            "version": "0.2.11",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Perl",
            "description": "Data::Perl - Base classes wrapping fundamental Perl data types.",
            "long_description": "Data::Perl - Base classes wrapping fundamental Perl data types.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-deep",
                        "p5.26-test-fatal",
                        "p5.26-test-output"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-role-tiny",
                        "perl5.26",
                        "p5.26-strictures",
                        "p5.26-class-method-modifiers",
                        "p5.26-list-moreutils",
                        "p5.26-module-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-moox-handlesvia"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-phrasebook",
            "portdir": "perl/p5-data-phrasebook",
            "version": "0.350.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Phrasebook",
            "description": "Abstract your queries!",
            "long_description": "This distribution enables the framework for abstracting common or locale data out of your code into a datastore. The default is within a plain text file, but more complex datastores can be intrigrated via the use of other Data::Pharsebook::Loader distributions (e.g. YAML, XML, INI, DBI).",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-pluggable"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-data-phrasebook-loader-yaml",
                        "p5.26-net-appliance-phrasebook"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-phrasebook-loader-yaml",
            "portdir": "perl/p5-data-phrasebook-loader-yaml",
            "version": "0.130.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Phrasebook::Loader::YAML",
            "description": "Abstract your queries ... with YAML!",
            "long_description": "This distribution enables the framework for abstracting common or locale data out of your code into a datastore. The default is within a plain text file, however this distribution extends that to use YAML.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-data-phrasebook",
                        "p5.26-yaml"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-net-appliance-phrasebook"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-printer",
            "portdir": "perl/p5-data-printer",
            "version": "0.400.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Printer",
            "description": "Data::Printer - colored pretty-print of Perl data structures and objects",
            "long_description": "Data::Printer - colored pretty-print of Perl data structures and objects",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-capture-tiny",
                        "p5.26-dbi",
                        "p5.26-yaml-syck"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-sort-naturally",
                        "p5.26-clone-pp",
                        "p5.26-file-homedir",
                        "p5.26-package-stash"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-lwp-consolelogger"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-section",
            "portdir": "perl/p5-data-section",
            "version": "0.200.7",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Section",
            "description": "Data::Section - read multiple hunks of data out of your DATA section",
            "long_description": "Data::Section - read multiple hunks of data out of your DATA section",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-failwarnings"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-encode",
                        "p5.26-mro-compat",
                        "p5.26-sub-exporter"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dist-zilla-plugin-test-compile",
                        "p5.26-dist-zilla-plugin-test-minimumversion",
                        "p5.26-dist-zilla-plugin-test-reportprereqs",
                        "p5.26-software-license"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-section-simple",
            "portdir": "perl/p5-data-section-simple",
            "version": "0.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Section::Simple",
            "description": "Data::Section::Simple - Read data from __DATA__",
            "long_description": "Data::Section::Simple - Read data from __DATA__",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-requires"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-graphviz2"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-serializer",
            "portdir": "perl/p5-data-serializer",
            "version": "0.650.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Serializer",
            "description": "Data::Serializer - Modules that serialize data structures",
            "long_description": "Data::Serializer - Modules that serialize data structures",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-pod",
                        "p5.26-test-pod-coverage"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-crypt-cbc",
                        "p5.26-data-dumper",
                        "p5.26-digest-sha1",
                        "p5.26-freezethaw",
                        "p5.26-json",
                        "perl5.26",
                        "p5.26-module-build",
                        "p5.26-php-serialization",
                        "p5.26-xml-simple",
                        "p5.26-yaml",
                        "p5.26-yaml-syck",
                        "p5.26-json-xs",
                        "p5.26-config-general",
                        "p5.26-crypt-blowfish"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-data-stag",
            "portdir": "perl/p5-data-stag",
            "version": "0.140.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Stag",
            "description": "Perl module for manipulating data as hierarchical tag/value pairs",
            "long_description": "This module is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "tonym",
                    "github": "",
                    "ports_count": 6
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-gd",
                        "p5.26-graph",
                        "p5.26-io-string",
                        "p5.26-json",
                        "perl5.26",
                        "p5.26-mldbm",
                        "p5.26-tk",
                        "p5.26-xml-libxslt",
                        "p5.26-libxml-perl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-bioperl"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-structure-util",
            "portdir": "perl/p5-data-structure-util",
            "version": "0.160.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Structure::Util",
            "description": "Data::Structure::Util - Change nature of data within a structure",
            "long_description": "Data::Structure::Util - Change nature of data within a structure",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-data-temporarybag",
            "portdir": "perl/p5-data-temporarybag",
            "version": "0.90.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::TemporaryBag",
            "description": "Data::TemporaryBag - Handle long size data using a temporary file",
            "long_description": "Data::TemporaryBag - Handle long size data using a temporary file",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-file-temp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-swf-file"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-tumbler",
            "portdir": "perl/p5-data-tumbler",
            "version": "0.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Tumbler",
            "description": "Data::Tumbler - Dynamic generation of nested combinations of variants",
            "long_description": "Data::Tumbler - Dynamic generation of nested combinations of variants",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-most"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-test-writevariants"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-uniqid",
            "portdir": "perl/p5-data-uniqid",
            "version": "0.120.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Uniqid",
            "description": "Perl extension for simple genrating of unique id's",
            "long_description": "Perl extension for simple genrating of unique id's",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-data-uuid",
            "portdir": "perl/p5-data-uuid",
            "version": "1.226.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::UUID",
            "description": "Perl extension for generating Globally/Universally Unique Identifiers (GUIDs/UUIDs).",
            "long_description": "Perl extension for generating Globally/Universally Unique Identifiers (GUIDs/UUIDs).",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-catalyst-authentication-credential-http",
                        "p5.26-chi",
                        "p5.26-class-dbi-uuid",
                        "p5.26-object-id",
                        "p5.26-rdf-query",
                        "p5.26-rdf-trine",
                        "p5.26-test2-harness",
                        "p5.26-test2-plugin-uuid"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-data-validate-domain",
            "portdir": "perl/p5-data-validate-domain",
            "version": "0.140.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Validate::Domain",
            "description": "Domain and host name validation",
            "long_description": "Domain and host name validation",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test2-suite"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-net-domain-tld"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-data-validate-ip",
            "portdir": "perl/p5-data-validate-ip",
            "version": "0.270.0",
            "license": "Artistic-1 and GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Validate::IP",
            "description": "IPv4 and IPv6 validation methods",
            "long_description": "IPv4 and IPv6 validation methods",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-requires"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-netaddr-ip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-data-visitor",
            "portdir": "perl/p5-data-visitor",
            "version": "0.310.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Data::Visitor",
            "description": "Visitor style traversal of Perl data structures",
            "long_description": "This module is a simple visitor implementation for Perl values.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-needs",
                        "p5.26-tie-refhash"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-sub-name",
                        "perl5.26",
                        "p5.26-tie-toobject",
                        "p5.26-moose",
                        "p5.26-namespace-clean"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-catalyst-action-renderview",
                        "p5.26-catalyst-plugin-configloader",
                        "p5.26-catalyst-view-html-mason",
                        "p5.26-config-jfdi",
                        "p5.26-graphics-primitive",
                        "p5.26-moosex-clone",
                        "p5.26-net-twitter"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-date-calc",
            "portdir": "perl/p5-date-calc",
            "version": "6.400.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Date::Calc",
            "description": "Gregorian calendar date calculations",
            "long_description": "The library provides all sorts of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-bit-vector",
                        "p5.26-carp-clan"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-date-holidays-de",
                        "p5.26-datetime-format-natural"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-date-holidays-de",
            "portdir": "perl/p5-date-holidays-de",
            "version": "2.50.0",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Date::Holidays::DE",
            "description": "Perl Module to get German holidays",
            "long_description": "This module creates a list of German holidays in a given year. It knows about special holiday regulations for all of Germany's federal states and also about semi-holidays that will be treated as holidays on request. Holidays that occur on weekends can be excluded from the generated list. The generated list can be freely formatted using regular strftime() format definitions.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-date-calc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-date-manip",
            "portdir": "perl/p5-date-manip",
            "version": "6.850.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Date::Manip",
            "description": "Perl Module for manipulating date and time.",
            "long_description": "This is a set of routines designed to make any common date/time manipulation easy to do. Operations such as comparing two times, calculating a time a given amount of time from another, or parsing international times are all easily done.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-inter"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-astro-app-satpass2",
                        "p5.26-finance-quotehist",
                        "p5.26-gedcom",
                        "p5.26-libxml-enno",
                        "p5.26-log-dispatch-filerotate",
                        "p5.26-www-search"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-date-simple",
            "portdir": "perl/p5-date-simple",
            "version": "3.30.0",
            "license": "(Artistic-1 or GPL-2+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Date::Simple",
            "description": "A simple date object",
            "long_description": "A simple date object",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-class-dbi"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime",
            "portdir": "perl/p5-datetime",
            "version": "1.540.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime",
            "description": "A date and time object for Perl",
            "long_description": "DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. For details on this project please see http://datetime.perl.org",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-cpan-meta-check",
                        "p5.26-test-fatal",
                        "p5.26-test-warnings"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-params-validationcompiler",
                        "perl5.26",
                        "p5.26-try-tiny",
                        "p5.26-specio",
                        "p5.26-datetime-locale",
                        "p5.26-datetime-timezone",
                        "p5.26-namespace-autoclean"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-fey",
                        "p5.26-dbix-class",
                        "p5.26-moosex-types-structured"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-catalyst-plugin-datetime",
                        "p5.26-chart-clicker",
                        "p5.26-datetime-calendar-christian",
                        "p5.26-datetime-calendar-julian",
                        "p5.26-datetime-format-builder",
                        "p5.26-datetime-format-dateparse",
                        "p5.26-datetime-format-flexible",
                        "p5.26-datetime-format-iso8601",
                        "p5.26-datetime-format-mail",
                        "p5.26-datetime-format-mysql",
                        "p5.26-datetime-format-natural",
                        "p5.26-datetime-format-pg",
                        "p5.26-datetime-format-sqlite",
                        "p5.26-datetime-format-strptime",
                        "p5.26-datetime-format-w3cdtf",
                        "p5.26-datetime-set",
                        "p5.26-dbix-class-timestamp",
                        "p5.26-dist-zilla",
                        "p5.26-dist-zilla-plugin-git",
                        "p5.26-finance-quote",
                        "p5.26-lwp-consolelogger",
                        "p5.26-moosex-types-datetime",
                        "p5.26-net-twitter",
                        "p5.26-pod-weaver",
                        "p5.26-statistics-covid",
                        "p5.26-xml-atom",
                        "p5.26-xml-feed",
                        "p5.26-astro-app-satpass2",
                        "p5.26-xml-rss",
                        "p5.26-astro-satpass",
                        "p5.26-calendar-simple"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-calendar-christian",
            "portdir": "perl/p5-datetime-calendar-christian",
            "version": "0.80.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Calendar::Christian",
            "description": "DateTime::Calendar::Christian - Dates in the Christian calendar",
            "long_description": "DateTime::Calendar::Christian - Dates in the Christian calendar",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-module-metadata"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-datetime",
                        "p5.26-datetime-calendar-julian"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-astro-app-satpass2"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-calendar-julian",
            "portdir": "perl/p5-datetime-calendar-julian",
            "version": "0.103.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Calendar::Julian",
            "description": "DateTime::Calendar::Julian - Dates in the Julian calendar",
            "long_description": "DateTime::Calendar::Julian - Dates in the Julian calendar",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-datetime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime-calendar-christian"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-format-builder",
            "portdir": "perl/p5-datetime-format-builder",
            "version": "0.830.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::Builder",
            "description": "Create DateTime parser classes and objects",
            "long_description": "DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-namespace-clean",
                        "p5.26-sub-exporter-progressive"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-params-validate",
                        "perl5.26",
                        "p5.26-task-weaken",
                        "p5.26-datetime",
                        "p5.26-datetime-format-strptime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime-format-flexible",
                        "p5.26-datetime-format-iso8601",
                        "p5.26-datetime-format-mysql",
                        "p5.26-datetime-format-pg",
                        "p5.26-datetime-format-sqlite"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-format-dateparse",
            "portdir": "perl/p5-datetime-format-dateparse",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::DateParse",
            "description": "Parses Date::Parse compatible formats",
            "long_description": "Parses Date::Parse compatible formats",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime",
                        "p5.26-datetime-timezone",
                        "p5.26-timedate"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-datetime-format-flexible",
            "portdir": "perl/p5-datetime-format-flexible",
            "version": "0.320.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::Flexible",
            "description": "DateTime::Format::Flexible - Flexibly parse strings and turn them into DateTime objects.",
            "long_description": "DateTime::Format::Flexible - Flexibly parse strings and turn them into DateTime objects.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-exception",
                        "p5.26-test-mocktime",
                        "p5.26-test-nowarnings",
                        "p5.26-test-simple"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-pluggable",
                        "p5.26-datetime",
                        "p5.26-datetime-format-builder",
                        "p5.26-datetime-timezone",
                        "p5.26-list-moreutils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-xml-feed"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-format-iso8601",
            "portdir": "perl/p5-datetime-format-iso8601",
            "version": "0.150.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::ISO8601",
            "description": "Parses ISO8601 formats",
            "long_description": "Parses almost all ISO8601 date and time formats. ISO8601 time-intervals will be supported in a later release.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test2-suite"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime-format-builder",
                        "p5.26-namespace-autoclean",
                        "perl5.26",
                        "p5.26-specio",
                        "p5.26-params-validationcompiler",
                        "p5.26-datetime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-rpc-xml",
                        "p5.26-xml-feed"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-format-mail",
            "portdir": "perl/p5-datetime-format-mail",
            "version": "0.403.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::Mail",
            "description": "Convert between DateTime and RFC2822/822 formats",
            "long_description": "Convert between DateTime and RFC2822/822 formats",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-datetime",
                        "p5.26-params-validate"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-xml-feed",
                        "p5.26-xml-rss",
                        "p5.26-xml-rss-libxml"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-format-mysql",
            "portdir": "perl/p5-datetime-format-mysql",
            "version": "0.60.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::MySQL",
            "description": "Parse and format MySQL dates and times",
            "long_description": "Parse and format MySQL dates and times",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-namespace-clean",
                        "p5.26-sub-exporter-progressive"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-datetime",
                        "p5.26-datetime-format-builder"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-dbix-class-timestamp",
                        "p5.26-fey"
                    ]
                }
            ]
        }
    ]
}