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

{
    "count": 51798,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=772",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=770",
    "results": [
        {
            "name": "p5.28-tkx",
            "portdir": "perl/p5-tkx",
            "version": "1.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tkx",
            "description": "Yet another Tk interface",
            "long_description": "Yet another Tk interface",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-tcl",
                        "BWidget",
                        "tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-tkx",
            "portdir": "perl/p5-tkx",
            "version": "1.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tkx",
            "description": "Yet another Tk interface",
            "long_description": "Yet another Tk interface",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                },
                {
                    "name": "mojca",
                    "github": "mojca",
                    "ports_count": 56
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-tcl",
                        "BWidget",
                        "tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-tkx",
            "portdir": "perl/p5-tkx",
            "version": "1.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-tkx",
            "homepage": "https://metacpan.org/pod/Tkx",
            "description": "Yet another Tk interface",
            "long_description": "Yet another Tk interface",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-tkx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-tk-tablematrix",
            "portdir": "perl/p5-tk-tablematrix",
            "version": "1.290.0",
            "license": "(Artistic-1 or GPL) and Tcl/Tk",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::TableMatrix",
            "description": "Tk::TableMatrix - port of the Tcl/Tk Tktable Widget to Perl/Tk",
            "long_description": "Tk::TableMatrix is a table/matrix widget extension to Perl/Tk for displaying data in a table (or spreadsheet) format. The basic features of the widget are: \n * multi-line cells \n * support for embedded windows (one per cell) \n * row & column spanning \n * variable width columns / height rows (interactively resizable) \n * row and column titles \n * multiple data sources ((perl hash|| perl callback) &| internal caching) \n * supports standard Tk reliefs, fonts, colors, etc. \n * x/y scrollbar support \n * 'tag' styles per row, column or cell to change visual appearance \n * in-cell editing - returns value back to data source \n * support for disabled (read-only) tables or cells (via tags) \n * multiple selection modes, with active cell \n * multiple drawing modes to get optimal performance for larger tables \n * optional 'flashes' when things update \n * cell validation support",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-tk-tablematrix",
            "portdir": "perl/p5-tk-tablematrix",
            "version": "1.290.0",
            "license": "(Artistic-1 or GPL) and Tcl/Tk",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::TableMatrix",
            "description": "Tk::TableMatrix - port of the Tcl/Tk Tktable Widget to Perl/Tk",
            "long_description": "Tk::TableMatrix is a table/matrix widget extension to Perl/Tk for displaying data in a table (or spreadsheet) format. The basic features of the widget are: \n * multi-line cells \n * support for embedded windows (one per cell) \n * row & column spanning \n * variable width columns / height rows (interactively resizable) \n * row and column titles \n * multiple data sources ((perl hash|| perl callback) &| internal caching) \n * supports standard Tk reliefs, fonts, colors, etc. \n * x/y scrollbar support \n * 'tag' styles per row, column or cell to change visual appearance \n * in-cell editing - returns value back to data source \n * support for disabled (read-only) tables or cells (via tags) \n * multiple selection modes, with active cell \n * multiple drawing modes to get optimal performance for larger tables \n * optional 'flashes' when things update \n * cell validation support",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-tk-tablematrix",
            "portdir": "perl/p5-tk-tablematrix",
            "version": "1.260.0",
            "license": "(Artistic-1 or GPL) and Tcl/Tk",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::TableMatrix",
            "description": "Tk::TableMatrix - port of the Tcl/Tk Tktable Widget to Perl/Tk",
            "long_description": "Tk::TableMatrix is a table/matrix widget extension to Perl/Tk for displaying data in a table (or spreadsheet) format. The basic features of the widget are: \n * multi-line cells \n * support for embedded windows (one per cell) \n * row & column spanning \n * variable width columns / height rows (interactively resizable) \n * row and column titles \n * multiple data sources ((perl hash|| perl callback) &| internal caching) \n * supports standard Tk reliefs, fonts, colors, etc. \n * x/y scrollbar support \n * 'tag' styles per row, column or cell to change visual appearance \n * in-cell editing - returns value back to data source \n * support for disabled (read-only) tables or cells (via tags) \n * multiple selection modes, with active cell \n * multiple drawing modes to get optimal performance for larger tables \n * optional 'flashes' when things update \n * cell validation support",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-tk-tablematrix",
            "portdir": "perl/p5-tk-tablematrix",
            "version": "1.290.0",
            "license": "(Artistic-1 or GPL) and Tcl/Tk",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-tk-tablematrix",
            "homepage": "https://metacpan.org/pod/Tk::TableMatrix",
            "description": "Tk::TableMatrix - port of the Tcl/Tk Tktable Widget to Perl/Tk",
            "long_description": "Tk::TableMatrix is a table/matrix widget extension to Perl/Tk for displaying data in a table (or spreadsheet) format. The basic features of the widget are: \n * multi-line cells \n * support for embedded windows (one per cell) \n * row & column spanning \n * variable width columns / height rows (interactively resizable) \n * row and column titles \n * multiple data sources ((perl hash|| perl callback) &| internal caching) \n * supports standard Tk reliefs, fonts, colors, etc. \n * x/y scrollbar support \n * 'tag' styles per row, column or cell to change visual appearance \n * in-cell editing - returns value back to data source \n * support for disabled (read-only) tables or cells (via tags) \n * multiple selection modes, with active cell \n * multiple drawing modes to get optimal performance for larger tables \n * optional 'flashes' when things update \n * cell validation support",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-tk-tablematrix"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-tk-matchentry",
            "portdir": "perl/p5-tk-matchentry",
            "version": "0.500.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::MatchEntry",
            "description": "Tk::MatchEntry - Entry widget with advanced auto-completion capability",
            "long_description": "Tk::MatchEntry - Entry widget with advanced auto-completion capability",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-tk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-tk-graphviz"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-tk-matchentry",
            "portdir": "perl/p5-tk-matchentry",
            "version": "0.500.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::MatchEntry",
            "description": "Tk::MatchEntry - Entry widget with advanced auto-completion capability",
            "long_description": "Tk::MatchEntry - Entry widget with advanced auto-completion capability",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-tk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-tk-graphviz"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-tk-matchentry",
            "portdir": "perl/p5-tk-matchentry",
            "version": "0.500.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::MatchEntry",
            "description": "Tk::MatchEntry - Entry widget with advanced auto-completion capability",
            "long_description": "Tk::MatchEntry - Entry widget with advanced auto-completion capability",
            "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-tk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-tk-graphviz"
                    ]
                }
            ]
        },
        {
            "name": "p5-tk-matchentry",
            "portdir": "perl/p5-tk-matchentry",
            "version": "0.500.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-tk-matchentry",
            "homepage": "https://metacpan.org/pod/Tk::MatchEntry",
            "description": "Tk::MatchEntry - Entry widget with advanced auto-completion capability",
            "long_description": "Tk::MatchEntry - Entry widget with advanced auto-completion capability",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-tk-matchentry"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-tk-idelayout",
            "portdir": "perl/p5-tk-idelayout",
            "version": "0.370.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::IDElayout",
            "description": "Tk::IDElayout - Perl/Tk widget for layout of frames similar to an IDE",
            "long_description": "Tk::IDElayout is a widget for managing the layout of Tk frames (and other widgets) like an IDE (Integrated Development Environment) similar to Eclipse or Microsoft Visual Studio.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-graph",
                        "p5.30-tk",
                        "p5.30-tk-dynatabframe"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-tk-idelayout",
            "portdir": "perl/p5-tk-idelayout",
            "version": "0.370.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::IDElayout",
            "description": "Tk::IDElayout - Perl/Tk widget for layout of frames similar to an IDE",
            "long_description": "Tk::IDElayout is a widget for managing the layout of Tk frames (and other widgets) like an IDE (Integrated Development Environment) similar to Eclipse or Microsoft Visual Studio.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-graph",
                        "p5.28-tk",
                        "p5.28-tk-dynatabframe"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-tk-idelayout"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-tk-idelayout",
            "portdir": "perl/p5-tk-idelayout",
            "version": "0.370.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::IDElayout",
            "description": "Tk::IDElayout - Perl/Tk widget for layout of frames similar to an IDE",
            "long_description": "Tk::IDElayout is a widget for managing the layout of Tk frames (and other widgets) like an IDE (Integrated Development Environment) similar to Eclipse or Microsoft Visual Studio.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-graph",
                        "p5.26-tk",
                        "p5.26-tk-dynatabframe"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-tk-idelayout",
            "portdir": "perl/p5-tk-idelayout",
            "version": "0.370.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.28-tk-idelayout",
            "homepage": "https://metacpan.org/pod/Tk::IDElayout",
            "description": "Tk::IDElayout - Perl/Tk widget for layout of frames similar to an IDE",
            "long_description": "Tk::IDElayout is a widget for managing the layout of Tk frames (and other widgets) like an IDE (Integrated Development Environment) similar to Eclipse or Microsoft Visual Studio.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-tk-idelayout"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-tk-graphviz",
            "portdir": "perl/p5-tk-graphviz",
            "version": "1.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::GraphViz",
            "description": "Tk::GraphViz - Render an interactive GraphViz graph",
            "long_description": "Tk::GraphViz - Render an interactive GraphViz graph",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "graphviz",
                        "perl5.30",
                        "p5.30-tk",
                        "p5.30-tk-matchentry"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-tk-graphviz",
            "portdir": "perl/p5-tk-graphviz",
            "version": "1.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::GraphViz",
            "description": "Tk::GraphViz - Render an interactive GraphViz graph",
            "long_description": "Tk::GraphViz - Render an interactive GraphViz graph",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "graphviz",
                        "perl5.28",
                        "p5.28-tk",
                        "p5.28-tk-matchentry"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-tk-graphviz",
            "portdir": "perl/p5-tk-graphviz",
            "version": "1.90.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::GraphViz",
            "description": "Tk::GraphViz - Render an interactive GraphViz graph",
            "long_description": "Tk::GraphViz - Render an interactive GraphViz graph",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "graphviz",
                        "perl5.26",
                        "p5.26-tk",
                        "p5.26-tk-matchentry"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-tk-graphviz",
            "portdir": "perl/p5-tk-graphviz",
            "version": "1.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-tk-graphviz",
            "homepage": "https://metacpan.org/pod/Tk::GraphViz",
            "description": "Tk::GraphViz - Render an interactive GraphViz graph",
            "long_description": "Tk::GraphViz - Render an interactive GraphViz graph",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-tk-graphviz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-tk-dynatabframe",
            "portdir": "perl/p5-tk-dynatabframe",
            "version": "0.230.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::DynaTabFrame",
            "description": "Tk::DynaTabFrame - A NoteBook widget with orientable, dynamically stacking tabs",
            "long_description": "Tk::DynaTabFrame - A NoteBook widget with orientable, dynamically stacking tabs",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-tk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-tk-idelayout"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-tk-dynatabframe",
            "portdir": "perl/p5-tk-dynatabframe",
            "version": "0.230.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::DynaTabFrame",
            "description": "Tk::DynaTabFrame - A NoteBook widget with orientable, dynamically stacking tabs",
            "long_description": "Tk::DynaTabFrame - A NoteBook widget with orientable, dynamically stacking tabs",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-tk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-tk-idelayout"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-tk-dynatabframe",
            "portdir": "perl/p5-tk-dynatabframe",
            "version": "0.230.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::DynaTabFrame",
            "description": "Tk::DynaTabFrame - A NoteBook widget with orientable, dynamically stacking tabs",
            "long_description": "Tk::DynaTabFrame - A NoteBook widget with orientable, dynamically stacking tabs",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-tk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-tk-idelayout"
                    ]
                }
            ]
        },
        {
            "name": "p5-tk-dynatabframe",
            "portdir": "perl/p5-tk-dynatabframe",
            "version": "0.230.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-tk-dynatabframe",
            "homepage": "https://metacpan.org/pod/Tk::DynaTabFrame",
            "description": "Tk::DynaTabFrame - A NoteBook widget with orientable, dynamically stacking tabs",
            "long_description": "Tk::DynaTabFrame - A NoteBook widget with orientable, dynamically stacking tabs",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-tk-dynatabframe"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-tk",
            "portdir": "perl/p5-tk",
            "version": "804.36.0",
            "license": "(Artistic-1 or GPL) and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk",
            "description": "p5-tk is a Perl interface to Tk",
            "long_description": "p5-tk is a Perl interface to Tk",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "perl5.30",
                        "zlib",
                        "freetype",
                        "Xft2",
                        "xorg-libX11",
                        "p5.30-term-readkey",
                        "fontconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-tk-dynatabframe",
                        "p5.30-tk-graphviz",
                        "p5.30-tk-idelayout",
                        "p5.30-tk-matchentry",
                        "p5.30-tk-tablematrix",
                        "p5.30-data-stag"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-tk",
            "portdir": "perl/p5-tk",
            "version": "804.36.0",
            "license": "(Artistic-1 or GPL) and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk",
            "description": "p5-tk is a Perl interface to Tk",
            "long_description": "p5-tk is a Perl interface to Tk",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "perl5.28",
                        "zlib",
                        "freetype",
                        "Xft2",
                        "xorg-libX11",
                        "p5.28-term-readkey",
                        "fontconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-tk-dynatabframe",
                        "p5-tk",
                        "p5.28-tk-graphviz",
                        "p5.28-tk-idelayout",
                        "p5.28-tk-matchentry",
                        "p5.28-tk-tablematrix",
                        "p5.28-data-stag"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-tk",
            "portdir": "perl/p5-tk",
            "version": "804.36.0",
            "license": "(Artistic-1 or GPL) and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk",
            "description": "p5-tk is a Perl interface to Tk",
            "long_description": "p5-tk is a Perl interface to Tk",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "perl5.26",
                        "zlib",
                        "freetype",
                        "Xft2",
                        "xorg-libX11",
                        "p5.26-term-readkey",
                        "fontconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-data-stag",
                        "p5.26-tk-dynatabframe",
                        "p5.26-tk-graphviz",
                        "p5.26-tk-idelayout",
                        "p5.26-tk-matchentry",
                        "p5.26-tk-tablematrix"
                    ]
                }
            ]
        },
        {
            "name": "p5-tk",
            "portdir": "perl/p5-tk",
            "version": "804.36.0",
            "license": "(Artistic-1 or GPL) and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.28-tk",
            "homepage": "https://metacpan.org/pod/Tk",
            "description": "p5-tk is a Perl interface to Tk",
            "long_description": "p5-tk is a Perl interface to Tk",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-timedate",
            "portdir": "perl/p5-timedate",
            "version": "2.350.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/TimeDate",
            "description": "TimeDate - Date and time formatting subroutines",
            "long_description": "TimeDate - Date and time formatting subroutines",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-chi",
                        "p5.30-http-xscookies",
                        "p5.30-string-errf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-aws-signature4",
                        "p5.30-svn-mirror",
                        "p5.30-time-mock",
                        "p5.30-http-date",
                        "p5.30-mailtools",
                        "p5.30-finance-quote",
                        "p5.30-string-print",
                        "p5.30-code-tidyall",
                        "p5.30-mail-box",
                        "p5.30-mail-message",
                        "p5.30-cgi-ssi",
                        "p5.30-mail-box-imap4",
                        "p5.30-datetime-format-dateparse",
                        "p5.30-email-date"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-timedate",
            "portdir": "perl/p5-timedate",
            "version": "2.350.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/TimeDate",
            "description": "TimeDate - Date and time formatting subroutines",
            "long_description": "TimeDate - Date and time formatting subroutines",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-chi",
                        "p5.28-http-xscookies",
                        "p5.28-string-errf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-aws-signature4",
                        "p5.28-svn-mirror",
                        "p5.28-time-mock",
                        "p5.28-http-date",
                        "p5.28-mailtools",
                        "p5.28-finance-quote",
                        "p5.28-string-print",
                        "p5.28-code-tidyall",
                        "p5.28-mail-box",
                        "p5.28-mail-message",
                        "p5.28-cgi-ssi",
                        "p5.28-mail-box-imap4",
                        "p5.28-datetime-format-dateparse",
                        "p5.28-email-date"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-timedate",
            "portdir": "perl/p5-timedate",
            "version": "2.330.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/TimeDate",
            "description": "Time & date parsing and formatting perl library",
            "long_description": "Time & date parsing and formatting perl library",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-string-errf",
                        "p5.26-chi",
                        "p5.26-http-xscookies"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime-format-dateparse",
                        "p5.26-email-date",
                        "p5.26-http-date",
                        "p5.26-mail-box",
                        "p5.26-mail-box-imap4",
                        "p5.26-mail-message",
                        "p5.26-mailtools",
                        "p5.26-svn-mirror",
                        "p5.26-aws-signature4",
                        "p5.26-time-mock",
                        "p5.26-cgi-ssi",
                        "p5.26-code-tidyall"
                    ]
                }
            ]
        },
        {
            "name": "p5-timedate",
            "portdir": "perl/p5-timedate",
            "version": "2.350.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-timedate",
            "homepage": "https://metacpan.org/pod/TimeDate",
            "description": "TimeDate - Date and time formatting subroutines",
            "long_description": "TimeDate - Date and time formatting subroutines",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-timedate"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-time-y2038",
            "portdir": "perl/p5-time-y2038",
            "version": "20100403",
            "license": "(Artistic-1 or GPL) and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::y2038",
            "description": "Versions of Perl's time functions which work beyond 2038",
            "long_description": "On many computers, Perl's time functions will not work past the year 2038. This is a design fault in the underlying C libraries Perl uses. Time::y2038 provides replacements for those functions which will work accurately +/1 142 million years.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.30-json",
                        "p5.30-test-exception",
                        "p5.30-test-warn"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-module-build"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-time-y2038",
            "portdir": "perl/p5-time-y2038",
            "version": "20100403",
            "license": "(Artistic-1 or GPL) and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::y2038",
            "description": "Versions of Perl's time functions which work beyond 2038",
            "long_description": "On many computers, Perl's time functions will not work past the year 2038. This is a design fault in the underlying C libraries Perl uses. Time::y2038 provides replacements for those functions which will work accurately +/1 142 million years.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.28-json",
                        "p5.28-test-exception",
                        "p5.28-test-warn"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-time-y2038"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-time-y2038",
            "portdir": "perl/p5-time-y2038",
            "version": "20100403",
            "license": "(Artistic-1 or GPL) and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::y2038",
            "description": "Versions of Perl's time functions which work beyond 2038",
            "long_description": "On many computers, Perl's time functions will not work past the year 2038. This is a design fault in the underlying C libraries Perl uses. Time::y2038 provides replacements for those functions which will work accurately +/1 142 million years.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-json",
                        "p5.26-test-exception",
                        "p5.26-test-warn"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-time-y2038",
            "portdir": "perl/p5-time-y2038",
            "version": "20100403",
            "license": "(Artistic-1 or GPL) and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.28-time-y2038",
            "homepage": "https://metacpan.org/pod/Time::y2038",
            "description": "Versions of Perl's time functions which work beyond 2038",
            "long_description": "On many computers, Perl's time functions will not work past the year 2038. This is a design fault in the underlying C libraries Perl uses. Time::y2038 provides replacements for those functions which will work accurately +/1 142 million years.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-time-y2038"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-time-warp",
            "portdir": "perl/p5-time-warp",
            "version": "0.550.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Warp",
            "description": "control over the flow of time",
            "long_description": "control over the flow of time",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-dbix-class-timestamp"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-time-warp",
            "portdir": "perl/p5-time-warp",
            "version": "0.550.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Warp",
            "description": "control over the flow of time",
            "long_description": "control over the flow of time",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-dbix-class-timestamp"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-time-warp",
            "portdir": "perl/p5-time-warp",
            "version": "0.540.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Warp",
            "description": "control over the flow of time",
            "long_description": "control over the flow of time",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-dbix-class-timestamp"
                    ]
                }
            ]
        },
        {
            "name": "p5-time-warp",
            "portdir": "perl/p5-time-warp",
            "version": "0.550.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-time-warp",
            "homepage": "https://metacpan.org/pod/Time::Warp",
            "description": "control over the flow of time",
            "long_description": "control over the flow of time",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-time-warp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-time-progress",
            "portdir": "perl/p5-time-progress",
            "version": "2.150.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Progress",
            "description": "Time::Progress - Elapsed and estimated finish time reporting",
            "long_description": "Time::Progress - Elapsed and estimated finish time reporting",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-time-progress",
            "portdir": "perl/p5-time-progress",
            "version": "2.150.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Progress",
            "description": "Time::Progress - Elapsed and estimated finish time reporting",
            "long_description": "Time::Progress - Elapsed and estimated finish time reporting",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-time-progress",
            "portdir": "perl/p5-time-progress",
            "version": "2.120.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Progress",
            "description": "Elapsed and estimated finish time reporting",
            "long_description": "Elapsed and estimated finish time reporting",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-time-progress",
            "portdir": "perl/p5-time-progress",
            "version": "2.150.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-time-progress",
            "homepage": "https://metacpan.org/pod/Time::Progress",
            "description": "Time::Progress - Elapsed and estimated finish time reporting",
            "long_description": "Time::Progress - Elapsed and estimated finish time reporting",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-time-progress"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-time-piece",
            "portdir": "perl/p5-time-piece",
            "version": "1.410.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Piece",
            "description": "Time::Piece - Object Oriented time objects",
            "long_description": "Time::Piece - Object Oriented time objects",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-cpanel-json-xs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-string-errf",
                        "p5.30-net-amazon-signature-v4",
                        "p5.30-finance-quote"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-time-piece",
            "portdir": "perl/p5-time-piece",
            "version": "1.410.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Piece",
            "description": "Time::Piece - Object Oriented time objects",
            "long_description": "Time::Piece - Object Oriented time objects",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-cpanel-json-xs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-string-errf",
                        "p5.28-net-amazon-signature-v4",
                        "p5.28-finance-quote"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-time-piece",
            "portdir": "perl/p5-time-piece",
            "version": "1.340.100",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Piece",
            "description": "Object-oriented time objects",
            "long_description": "Object-oriented time objects",
            "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-cpanel-json-xs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-finance-quote",
                        "p5.26-string-errf"
                    ]
                }
            ]
        },
        {
            "name": "p5-time-piece",
            "portdir": "perl/p5-time-piece",
            "version": "1.410.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-time-piece",
            "homepage": "https://metacpan.org/pod/Time::Piece",
            "description": "Time::Piece - Object Oriented time objects",
            "long_description": "Time::Piece - Object Oriented time objects",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-time-piece"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-time-period",
            "portdir": "perl/p5-time-period",
            "version": "1.250.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any} freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Period",
            "description": "Determine if a time is within the next specified period.",
            "long_description": "Time::Period is a module that provides the inPeriod method, which takes an argument of a time and a delta from the current time, and returns true if the time is within now + delta, false otherwise. It is used for firing scheduled events--backups, expiration of backups, etc.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-time-period",
            "portdir": "perl/p5-time-period",
            "version": "1.250.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any} freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Period",
            "description": "Determine if a time is within the next specified period.",
            "long_description": "Time::Period is a module that provides the inPeriod method, which takes an argument of a time and a delta from the current time, and returns true if the time is within now + delta, false otherwise. It is used for firing scheduled events--backups, expiration of backups, etc.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-time-period",
            "portdir": "perl/p5-time-period",
            "version": "1.250.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Time::Period",
            "description": "Determine if a time is within the next specified period.",
            "long_description": "Time::Period is a module that provides the inPeriod method, which takes an argument of a time and a delta from the current time, and returns true if the time is within now + delta, false otherwise. It is used for firing scheduled events--backups, expiration of backups, etc.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}