HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51637,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=785",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=783",
"results": [
{
"name": "p5.30-email-messageid",
"portdir": "perl/p5-email-messageid",
"version": "1.408.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::MessageID",
"description": "Generate world unique message-ids",
"long_description": "Generate world unique message-ids",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-email-mime"
]
}
]
},
{
"name": "p5.30-email-date-format",
"portdir": "perl/p5-email-date-format",
"version": "1.8.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Date::Format",
"description": "generates RFC 2822-compliant datetime strings",
"long_description": "Email::Date::Format provides a simple means for generating an RFC 2822-compliant datetime string.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-test-simple",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-time-local"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-email-simple",
"p5.30-email-date",
"p5.30-mime-lite"
]
}
]
},
{
"name": "p5.30-email-date",
"portdir": "perl/p5-email-date",
"version": "1.104.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Date",
"description": "Email::Date - Find and Format Date Headers",
"long_description": "Email::Date - Find and Format Date Headers",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-capture-tiny",
"p5.30-module-pluggable",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-timedate",
"p5.30-email-abstract",
"p5.30-email-date-format"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-log-handler"
]
}
]
},
{
"name": "p5.30-email-address-xs",
"portdir": "perl/p5-email-address-xs",
"version": "1.50.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Address::XS",
"description": "Email::Address::XS - Parse and format RFC 2822 email addresses and groups",
"long_description": "Email::Address::XS - Parse and format RFC 2822 email addresses and groups",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-xsloader"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-svn-notify",
"p5.30-mail-spamassassin",
"p5.30-email-sender",
"p5.30-email-mime"
]
}
]
},
{
"name": "p5.30-email-address",
"portdir": "perl/p5-email-address",
"version": "1.913.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Address",
"description": "Email::Address - RFC 2822 Address Parsing and Creation",
"long_description": "Email::Address - RFC 2822 Address Parsing and Creation",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-email-outlook-message",
"p5.30-email-send"
]
}
]
},
{
"name": "p5.30-email-abstract",
"portdir": "perl/p5-email-abstract",
"version": "3.10.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Abstract",
"description": "Email::Abstract - unified interface to mail representations",
"long_description": "Email::Abstract provides module writers with the ability to write simple, representation-independent mail handling code. For instance, in the cases of Mail::Thread or Mail::ListDetector, a key part of the code involves reading the headers from a mail object. Where previously one would either have to specify the mail class required, or to build a new object from scratch, Email::Abstract can be used to perform certain simple operations on an object regardless of its underlying representation. Email::Abstract currently supports Mail::Internet, MIME::Entity, Mail::Message, Email::Simple and Email::MIME. Other representations are encouraged to create their own Email::Abstract::* class by copying Email::Abstract::EmailSimple. All modules installed under the Email::Abstract hierarchy will be automatically picked up and used.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-email-simple",
"p5.30-module-pluggable",
"p5.30-mro-compat",
"p5.30-scalar-list-utils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-email-date",
"p5.30-email-sender",
"p5.30-email-send"
]
}
]
},
{
"name": "p5.30-dumbbench",
"portdir": "perl/p5-dumbbench",
"version": "0.505.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dumbbench",
"description": "Dumbbench - More reliable benchmarking with the least amount of thinking",
"long_description": "Dumbbench - More reliable benchmarking with the least amount of thinking",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.30-capture-tiny",
"p5.30-class-xsaccessor",
"p5.30-devel-checkos",
"perl5.30",
"p5.30-params-util",
"p5.30-statistics-caseresampling",
"p5.30-time-hires",
"p5.30-number-witherror"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.30-archive-tar-wrapper"
]
}
]
},
{
"name": "p5.30-dist-zilla-stash-podweaver",
"portdir": "perl/p5-dist-zilla-stash-podweaver",
"version": "1.5.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Stash::PodWeaver",
"description": "Dist::Zilla::Stash::PodWeaver - A stash of config options for Pod::Weaver",
"long_description": "Dist::Zilla::Stash::PodWeaver - A stash of config options for Pod::Weaver",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-test-mockobject",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-dist-zilla-role-stash-plugins",
"p5.30-moose",
"p5.30-pod-weaver"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-plugin-contributorsfromgit"
]
}
]
},
{
"name": "p5.30-dist-zilla-role-stash-plugins",
"portdir": "perl/p5-dist-zilla-role-stash-plugins",
"version": "1.6.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::Stash::Plugins",
"description": "Dist::Zilla::Role::Stash::Plugins - A Stash that stores arguments for plugins",
"long_description": "Dist::Zilla::Role::Stash::Plugins - A Stash that stores arguments for plugins",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-test-mockobject",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-dist-zilla",
"perl5.30",
"p5.30-moose",
"p5.30-dist-zilla-role-dynamicconfig",
"p5.30-config-mvp-slicer"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-stash-podweaver"
]
}
]
},
{
"name": "p5.30-dist-zilla-role-repofileinjector",
"portdir": "perl/p5-dist-zilla-role-repofileinjector",
"version": "0.9.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::RepoFileInjector",
"description": "Dist::Zilla::Role::RepoFileInjector - Create files outside the build directory",
"long_description": "Dist::Zilla::Role::RepoFileInjector - Create files outside the build directory",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-module-metadata",
"p5.30-test-deep",
"p5.30-test-fatal"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-dist-zilla",
"p5.30-moose",
"p5.30-moosex-types",
"p5.30-namespace-clean",
"p5.30-path-tiny"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-plugin-generatefile-fromsharedir"
]
}
]
},
{
"name": "p5.30-dist-zilla-role-registerstash",
"portdir": "perl/p5-dist-zilla-role-registerstash",
"version": "0.3.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::RegisterStash",
"description": "Dist::Zilla::Role::RegisterStash - A plugin that can register stashes",
"long_description": "Dist::Zilla::Role::RegisterStash - A plugin that can register stashes",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-aliased",
"p5.30-autobox-core",
"p5.30-test-checkdeps",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-namespace-autoclean",
"p5.30-class-load",
"p5.30-dist-zilla",
"p5.30-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-plugin-contributorsfromgit"
]
}
]
},
{
"name": "p5.30-dist-zilla-role-pluginbundle-pluginremover",
"portdir": "perl/p5-dist-zilla-role-pluginbundle-pluginremover",
"version": "0.105.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::PluginBundle::PluginRemover",
"description": "Dist::Zilla::Role::PluginBundle::PluginRemover - Add '-remove' functionality to a bundle",
"long_description": "Dist::Zilla::Role::PluginBundle::PluginRemover - Add '-remove' functionality to a bundle",
"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-dist-zilla",
"p5.30-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-pluginbundle-git-versionmanager",
"p5.30-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.30-dist-zilla-role-modulemetadata",
"portdir": "perl/p5-dist-zilla-role-modulemetadata",
"version": "0.6.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::ModuleMetadata",
"description": "Dist::Zilla::Role::ModuleMetadata - A role for plugins that use Module::Metadata",
"long_description": "Dist::Zilla::Role::ModuleMetadata - A role for plugins that use Module::Metadata",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"p5.30-test-deep",
"p5.30-test-fatal",
"p5.30-test-needs",
"p5.30-dist-zilla",
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-path-tiny"
]
},
{
"type": "lib",
"ports": [
"p5.30-moose",
"p5.30-namespace-autoclean",
"perl5.30"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-plugin-checkselfdependency",
"p5.30-dist-zilla-plugin-dynamicprereqs",
"p5.30-dist-zilla-plugin-installguide",
"p5.30-dist-zilla-plugin-metaprovides-package",
"p5.30-dist-zilla-plugin-versionfrommainmodule"
]
}
]
},
{
"name": "p5.30-dist-zilla-role-filewatcher",
"portdir": "perl/p5-dist-zilla-role-filewatcher",
"version": "0.6.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::FileWatcher",
"description": "Dist::Zilla::Role::FileWatcher - Receive notification when something changes a file's contents",
"long_description": "Dist::Zilla::Role::FileWatcher - Receive notification when something changes a file's contents",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-path-tiny",
"p5.30-test-deep",
"p5.30-test-fatal"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-dist-zilla",
"p5.30-encode",
"p5.30-moose",
"p5.30-namespace-autoclean",
"p5.30-safe-isa"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-plugin-readmeanyfrompod"
]
}
]
},
{
"name": "p5.30-dist-zilla-role-dynamicconfig",
"portdir": "perl/p5-dist-zilla-role-dynamicconfig",
"version": "1.2.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::DynamicConfig",
"description": "Dist::Zilla::Role::DynamicConfig - A Role that accepts a dynamic configuration",
"long_description": "Dist::Zilla::Role::DynamicConfig - A Role that accepts a dynamic configuration",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-module-build",
"p5.30-test-mockobject",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-dist-zilla",
"p5.30-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-role-stash-plugins"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-versionfrommainmodule",
"portdir": "perl/p5-dist-zilla-plugin-versionfrommainmodule",
"version": "0.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::VersionFromMainModule",
"description": "Dist::Zilla::Plugin::VersionFromMainModule - Set the distribution version from your main module's VERSION",
"long_description": "Dist::Zilla::Plugin::VersionFromMainModule - Set the distribution version from your main module's VERSION",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-path-tiny",
"p5.30-test-deep",
"p5.30-test-fatal",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-namespace-autoclean",
"p5.30-dist-zilla",
"p5.30-dist-zilla-role-modulemetadata",
"p5.30-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-pluginbundle-git-versionmanager"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-twitter",
"portdir": "perl/p5-dist-zilla-plugin-twitter",
"version": "0.26.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Twitter",
"description": "Twitter when you release with Dist::Zilla",
"long_description": "Twitter when you release with Dist::Zilla",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-dist-zilla",
"p5.30-http-message",
"p5.30-libwww-perl",
"p5.30-params-util",
"p5.30-sub-exporter",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-try-tiny",
"perl5.30",
"p5.30-www-shorten-simple",
"p5.30-www-shorten",
"p5.30-config-ini",
"p5.30-dist-zilla",
"p5.30-moose",
"p5.30-namespace-autoclean",
"p5.30-net-twitter"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-test-reportprereqs",
"portdir": "perl/p5-dist-zilla-plugin-test-reportprereqs",
"version": "0.29.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Test::ReportPrereqs",
"description": "Dist::Zilla::Plugin::Test::ReportPrereqs - Report on prerequisite versions during automated testing",
"long_description": "Dist::Zilla::Plugin::Test::ReportPrereqs - Report on prerequisite versions during automated testing",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-capture-tiny",
"p5.30-file-pushd",
"p5.30-path-tiny",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-moose",
"perl5.30",
"p5.30-sub-exporter-formethods",
"p5.30-data-dumper",
"p5.30-data-section",
"p5.30-dist-zilla"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-test-minimumversion",
"portdir": "perl/p5-dist-zilla-plugin-test-minimumversion",
"version": "2.0.11",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Test::MinimumVersion",
"description": "Dist::Zilla::Plugin::Test::MinimumVersion - Author tests for minimum required versions",
"long_description": "Dist::Zilla::Plugin::Test::MinimumVersion - Author tests for minimum required versions",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-test-output",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.30-namespace-autoclean",
"perl5.30",
"p5.30-sub-exporter-formethods",
"p5.30-data-section",
"p5.30-dist-zilla",
"p5.30-moose"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-test-compile",
"portdir": "perl/p5-dist-zilla-plugin-test-compile",
"version": "2.59.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Test::Compile",
"description": "Dist::Zilla::Plugin::Test::Compile - Common tests to check syntax of your modules",
"long_description": "Dist::Zilla::Plugin::Test::Compile - Common tests to check syntax of your modules",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"p5.30-cpan-meta-check",
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-perl-prereqscanner",
"p5.30-test-deep",
"p5.30-test-minimumversion",
"p5.30-test-warnings"
]
},
{
"type": "lib",
"ports": [
"p5.30-data-section",
"p5.30-dist-zilla",
"p5.30-moose",
"p5.30-namespace-autoclean",
"p5.30-path-tiny",
"p5.30-sub-exporter-formethods",
"perl5.30"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-run",
"portdir": "perl/p5-dist-zilla-plugin-run",
"version": "0.50.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Run",
"description": "Dist::Zilla::Plugin::Run - Run external commands and code at specific phases of Dist::Zilla",
"long_description": "Dist::Zilla::Plugin::Run - Run external commands and code at specific phases of Dist::Zilla",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-module-metadata",
"p5.30-test-deep",
"p5.30-test-fatal",
"p5.30-test-file-sharedir",
"p5.30-file-pushd"
]
},
{
"type": "lib",
"ports": [
"p5.30-dist-zilla",
"p5.30-moose",
"p5.30-namespace-autoclean",
"p5.30-path-tiny",
"p5.30-string-formatter",
"perl5.30"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-rewriteversion-transitional",
"portdir": "perl/p5-dist-zilla-plugin-rewriteversion-transitional",
"version": "0.9.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::RewriteVersion::Transitional",
"description": "Dist::Zilla::Plugin::RewriteVersion::Transitional - Ease the transition to [RewriteVersion] in your distribution",
"long_description": "Dist::Zilla::Plugin::RewriteVersion::Transitional - Ease the transition to {[RewriteVersion]} in your distribution",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-module-metadata",
"p5.30-test-deep",
"p5.30-test-fatal",
"p5.30-test-needs",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-term-ansicolor",
"p5.30-dist-zilla",
"p5.30-dist-zilla-plugin-bumpversionafterrelease",
"p5.30-module-runtime",
"p5.30-moose",
"p5.30-namespace-autoclean",
"p5.30-path-tiny"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-pluginbundle-git-versionmanager"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-readmeanyfrompod",
"portdir": "perl/p5-dist-zilla-plugin-readmeanyfrompod",
"version": "0.163.250",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::ReadmeAnyFromPod",
"description": "Dist::Zilla::Plugin::ReadmeAnyFromPod - Automatically convert POD to a README in any format for Dist::Zilla",
"long_description": "Dist::Zilla::Plugin::ReadmeAnyFromPod - Automatically convert POD to a README in any format for Dist::Zilla",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-test-deep",
"p5.30-test-fatal",
"p5.30-test-most",
"p5.30-test-requires",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-moosex-has-sugar",
"p5.30-path-tiny",
"p5.30-pod-markdown",
"perl5.30",
"p5.30-pod-simple",
"p5.30-ppi",
"p5.30-pod-markdown-github",
"p5.30-dist-zilla",
"p5.30-dist-zilla-role-filewatcher",
"p5.30-encode",
"p5.30-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-promptifstale",
"portdir": "perl/p5-dist-zilla-plugin-promptifstale",
"version": "0.60.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::PromptIfStale",
"description": "Dist::Zilla::Plugin::PromptIfStale - Check at build/release time if modules are out of date",
"long_description": "Dist::Zilla::Plugin::PromptIfStale - Check at build/release time if modules are out of date",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-app-cmd",
"p5.30-file-pushd",
"p5.30-io-tty",
"p5.30-module-runtime",
"p5.30-test-deep",
"p5.30-test-fatal",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.30-moose",
"p5.30-namespace-autoclean",
"p5.30-parse-cpan-packages-fast",
"p5.30-path-tiny",
"perl5.30",
"p5.30-try-tiny",
"p5.30-yaml-tiny",
"p5.30-experimental",
"p5.30-term-ansicolor",
"p5.30-config-mvp",
"p5.30-cpan-distnameinfo",
"p5.30-dist-zilla",
"p5.30-encode",
"p5.30-http-message",
"p5.30-http-tiny"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-prereqs-authordeps",
"portdir": "perl/p5-dist-zilla-plugin-prereqs-authordeps",
"version": "0.7.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Prereqs::AuthorDeps",
"description": "Dist::Zilla::Plugin::Prereqs::AuthorDeps - Add Dist::Zilla authordeps to META files as develop prereqs",
"long_description": "Dist::Zilla::Plugin::Prereqs::AuthorDeps - Add Dist::Zilla authordeps to META files as develop prereqs",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-test-deep",
"p5.30-test-deep-json",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-moosex-types",
"perl5.30",
"p5.30-path-tiny",
"p5.30-dist-zilla",
"p5.30-moose"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-podweaver",
"portdir": "perl/p5-dist-zilla-plugin-podweaver",
"version": "4.10.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::PodWeaver",
"description": "Dist::Zilla::Plugin::PodWeaver - weave your Pod together from configuration and Dist::Zilla",
"long_description": "Dist::Zilla::Plugin::PodWeaver - weave your Pod together from configuration and Dist::Zilla",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-file-find-rule",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-moose",
"p5.30-namespace-autoclean",
"perl5.30",
"p5.30-pod-weaver",
"p5.30-ppi",
"p5.30-pod-elemental-perlmunger",
"p5.30-dist-zilla"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-pod2readme",
"portdir": "perl/p5-dist-zilla-plugin-pod2readme",
"version": "0.4.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Pod2Readme",
"description": "Dist::Zilla::Plugin::Pod2Readme - Generate README from Pod, as simply as possible",
"long_description": "Dist::Zilla::Plugin::Pod2Readme - Generate README from Pod, as simply as possible",
"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-dist-zilla",
"p5.30-moose",
"p5.30-podlators"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-ourpkgversion",
"portdir": "perl/p5-dist-zilla-plugin-ourpkgversion",
"version": "0.210.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::OurPkgVersion",
"description": "No line insertion and does Package version with our",
"long_description": "No line insertion and does Package version with our",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-path-tiny",
"p5.30-test-exception",
"p5.30-test-version",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-namespace-autoclean",
"perl5.30",
"p5.30-ppi",
"p5.30-dist-zilla",
"p5.30-moose",
"p5.30-moosex-types-perl"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-mojibaketests",
"portdir": "perl/p5-dist-zilla-plugin-mojibaketests",
"version": "0.800.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::MojibakeTests",
"description": "Dist::Zilla::Plugin::MojibakeTests - Author tests for source encoding",
"long_description": "Dist::Zilla::Plugin::MojibakeTests - Author tests for source encoding",
"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-dist-zilla",
"p5.30-test-mojibake",
"p5.30-unicode-checkutf8"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-modulebuildtiny-fallback",
"portdir": "perl/p5-dist-zilla-plugin-modulebuildtiny-fallback",
"version": "0.27.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::ModuleBuildTiny::Fallback",
"description": "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback - Generate a Build.PL that uses Module::Build::Tiny, falling back to Module::Build as needed",
"long_description": "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback - Generate a Build.PL that uses Module::Build::Tiny, falling back to Module::Build as needed",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"p5.30-file-pushd",
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-test-deep",
"p5.30-test-fatal",
"p5.30-test-needs",
"p5.30-test-warnings",
"p5.30-dist-zilla"
]
},
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-plugin-modulebuildtiny",
"p5.30-moose",
"p5.30-moosex-types",
"p5.30-namespace-autoclean",
"p5.30-path-tiny",
"p5.30-type-tiny",
"perl5.30"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-modulebuildtiny",
"portdir": "perl/p5-dist-zilla-plugin-modulebuildtiny",
"version": "0.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::ModuleBuildTiny",
"description": "Dist::Zilla::Plugin::ModuleBuildTiny - Build a Build.PL that uses Module::Build::Tiny",
"long_description": "Dist::Zilla::Plugin::ModuleBuildTiny - Build a Build.PL that uses Module::Build::Tiny",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-module-build",
"p5.30-path-tiny",
"p5.30-test-deep",
"p5.30-test-fatal",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-moosex-types-perl",
"p5.30-dist-zilla",
"p5.30-module-build-tiny",
"p5.30-moose",
"p5.30-moosex-types"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.30-dist-zilla-plugin-makemaker-fallback",
"p5.30-dist-zilla-plugin-ffi"
]
},
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-plugin-modulebuildtiny-fallback",
"p5.30-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-minimumperl",
"portdir": "perl/p5-dist-zilla-plugin-minimumperl",
"version": "1.6.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::MinimumPerl",
"description": "Dist::Zilla::Plugin::MinimumPerl - Detects the minimum version of Perl required for your dist",
"long_description": "Dist::Zilla::Plugin::MinimumPerl - Detects the minimum version of Perl required for your dist",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-module-build",
"p5.30-module-build-tiny",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-moosex-types-perl",
"perl5.30",
"p5.30-perl-minimumversion",
"p5.30-dist-zilla",
"p5.30-moose"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-metaprovides-package",
"portdir": "perl/p5-dist-zilla-plugin-metaprovides-package",
"version": "2.4.3",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::MetaProvides::Package",
"description": "Dist::Zilla::Plugin::MetaProvides::Package - Extract namespaces/version from traditional packages for provides",
"long_description": "Dist::Zilla::Plugin::MetaProvides::Package - Extract namespaces/version from traditional packages for provides",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-path-tiny",
"p5.30-test-fatal",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-plugin-metaprovides",
"p5.30-dist-zilla-role-modulemetadata",
"p5.30-moose",
"p5.30-moosex-lazyrequire",
"perl5.30",
"p5.30-namespace-autoclean",
"p5.30-ppi",
"p5.30-safe-isa",
"p5.30-moosex-types",
"p5.30-data-dump",
"p5.30-dist-zilla"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-metaprovides",
"portdir": "perl/p5-dist-zilla-plugin-metaprovides",
"version": "2.2.4",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::MetaProvides",
"description": "Dist::Zilla::Plugin::MetaProvides - Generating and Populating 'provides' in your META.yml",
"long_description": "Dist::Zilla::Plugin::MetaProvides - Generating and Populating 'provides' in your META.yml",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-path-tiny",
"p5.30-test-fatal",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-moose",
"perl5.30",
"p5.30-namespace-autoclean",
"p5.30-moosex-types",
"p5.30-dist-zilla",
"p5.30-hash-merge-simple"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-plugin-metaprovides-package"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-metamergefile",
"portdir": "perl/p5-dist-zilla-plugin-metamergefile",
"version": "0.5.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::MetaMergeFile",
"description": "Dist::Zilla::Plugin::MetaMergeFile - Add arbitrary metadata using a mergefile",
"long_description": "Dist::Zilla::Plugin::MetaMergeFile - Add arbitrary metadata using a mergefile",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-file-slurper",
"p5.30-module-build",
"p5.30-module-build-tiny",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.30-moosex-types",
"p5.30-moosex-types-stringlike",
"perl5.30",
"p5.30-experimental",
"p5.30-namespace-autoclean",
"p5.30-cpan-meta",
"p5.30-dist-zilla",
"p5.30-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-makemaker-fallback",
"portdir": "perl/p5-dist-zilla-plugin-makemaker-fallback",
"version": "0.33.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::MakeMaker::Fallback",
"description": "Dist::Zilla::Plugin::MakeMaker::Fallback - Generate a Makefile.PL containing a warning for legacy users",
"long_description": "Dist::Zilla::Plugin::MakeMaker::Fallback - Generate a Makefile.PL containing a warning for legacy users",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"p5.30-module-build-tiny",
"p5.30-module-metadata",
"p5.30-test-deep",
"p5.30-test-fatal",
"p5.30-test-needs",
"p5.30-try-tiny",
"p5.30-capture-tiny",
"p5.30-dist-zilla-plugin-modulebuildtiny",
"p5.30-module-build"
]
},
{
"type": "lib",
"ports": [
"p5.30-dist-zilla",
"p5.30-dist-zilla-plugin-makemaker-awesome",
"p5.30-moose",
"p5.30-namespace-autoclean",
"p5.30-path-tiny",
"perl5.30"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-makemaker-awesome",
"portdir": "perl/p5-dist-zilla-plugin-makemaker-awesome",
"version": "0.490.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::MakeMaker::Awesome",
"description": "Dist::Zilla::Plugin::MakeMaker::Awesome - A more awesome MakeMaker plugin for Dist::Zilla",
"long_description": "Dist::Zilla::Plugin::MakeMaker::Awesome - A more awesome MakeMaker plugin for Dist::Zilla",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"p5.30-cpan-meta-check",
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-test-deep",
"p5.30-test-fatal"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-dist-zilla",
"p5.30-moose",
"p5.30-namespace-autoclean",
"p5.30-path-tiny",
"p5.30-type-tiny"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-plugin-makemaker-fallback",
"p5.30-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-keywords",
"portdir": "perl/p5-dist-zilla-plugin-keywords",
"version": "0.7.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Keywords",
"description": "Dist::Zilla::Plugin::Keywords - Add keywords to metadata in your distribution",
"long_description": "Dist::Zilla::Plugin::Keywords - Add keywords to metadata in your distribution",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-path-tiny",
"p5.30-test-deep",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-moosex-types-common",
"perl5.30",
"p5.30-namespace-autoclean",
"p5.30-dist-zilla",
"p5.30-encode",
"p5.30-moose",
"p5.30-moosex-types"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-installguide",
"portdir": "perl/p5-dist-zilla-plugin-installguide",
"version": "1.200.14",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::InstallGuide",
"description": "Dist::Zilla::Plugin::InstallGuide - Build an INSTALL file",
"long_description": "Dist::Zilla::Plugin::InstallGuide - Build an INSTALL file",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-path-tiny",
"p5.30-test-fatal"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-dist-zilla",
"p5.30-dist-zilla-role-modulemetadata",
"p5.30-moose",
"p5.30-namespace-autoclean"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-git-remote-check",
"portdir": "perl/p5-dist-zilla-plugin-git-remote-check",
"version": "0.1.2",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Git::Remote::Check",
"description": "Dist::Zilla::Plugin::Git::Remote::Check - Ensure no pending commits on a remote branch before release",
"long_description": "Dist::Zilla::Plugin::Git::Remote::Check - Ensure no pending commits on a remote branch before release",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-file-temp",
"p5.30-module-build",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-git-wrapper",
"perl5.30",
"p5.30-moose",
"p5.30-data-dump",
"p5.30-dist-zilla"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-git-pushinitial",
"portdir": "perl/p5-dist-zilla-plugin-git-pushinitial",
"version": "0.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Git::PushInitial",
"description": "Dist::Zilla::Plugin::Git::PushInitial - do initial git push from your minting profile",
"long_description": "Dist::Zilla::Plugin::Git::PushInitial - do initial git push from your minting profile",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-dist-zilla",
"p5.30-git-wrapper",
"p5.30-moose",
"perl5.30",
"p5.30-pathtools",
"p5.30-try-tiny",
"p5.30-moosex-types"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-githubmeta",
"portdir": "perl/p5-dist-zilla-plugin-githubmeta",
"version": "0.580.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::GithubMeta",
"description": "Dist::Zilla::Plugin::GithubMeta - Automatically include GitHub meta information in META.yml",
"long_description": "Dist::Zilla::Plugin::GithubMeta - Automatically include GitHub meta information in META.yml",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-path-tiny",
"p5.30-test-deep",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-moose",
"perl5.30",
"p5.30-try-tiny",
"p5.30-moosex-types-uri",
"p5.30-dist-zilla",
"p5.30-file-pushd"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-github",
"portdir": "perl/p5-dist-zilla-plugin-github",
"version": "0.490.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::GitHub",
"description": "Dist::Zilla::PluginBundle::GitHub - GitHub plugins all-in-one",
"long_description": "Dist::Zilla::PluginBundle::GitHub - GitHub plugins all-in-one",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-module-metadata",
"p5.30-path-tiny",
"p5.30-test-deep",
"p5.30-test-deep-json",
"p5.30-test-fatal",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"p5.30-moose",
"perl5.30",
"p5.30-try-tiny",
"p5.30-net-ssleay",
"p5.30-class-load",
"p5.30-data-dumper",
"p5.30-dist-zilla",
"p5.30-git-wrapper",
"p5.30-http-tiny",
"p5.30-io-socket-ssl",
"p5.30-json-maybexs"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-git-describe",
"portdir": "perl/p5-dist-zilla-plugin-git-describe",
"version": "0.8.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Git::Describe",
"description": "Dist::Zilla::Plugin::Git::Describe - add the results of `git describe` (roughly) to your main module",
"long_description": "Dist::Zilla::Plugin::Git::Describe - add the results of `git describe` (roughly) to your main module",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-path-tiny",
"p5.30-sort-versions",
"p5.30-test-fatal",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.30-namespace-autoclean",
"perl5.30",
"p5.30-try-tiny",
"p5.30-ppi",
"p5.30-dist-zilla",
"p5.30-git-wrapper",
"p5.30-moose"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-git-contributors",
"portdir": "perl/p5-dist-zilla-plugin-git-contributors",
"version": "0.39.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Git::Contributors",
"description": "Dist::Zilla::Plugin::Git::Contributors - Add contributor names from git to your distribution",
"long_description": "Dist::Zilla::Plugin::Git::Contributors - Add contributor names from git to your distribution",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-module-metadata",
"p5.30-sort-versions",
"p5.30-test-deep",
"p5.30-test-fatal",
"p5.30-test-needs",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.30-try-tiny",
"perl5.30",
"p5.30-unicode-normalize",
"p5.30-unicode-collate",
"p5.30-data-dumper",
"p5.30-dist-zilla",
"p5.30-git-wrapper",
"p5.30-list-utilsby",
"p5.30-moose",
"p5.30-namespace-autoclean",
"p5.30-path-tiny"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-git",
"portdir": "perl/p5-dist-zilla-plugin-git",
"version": "2.52.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Git",
"description": "Dist::Zilla::Plugin::Git - Update your git repository after release",
"long_description": "Dist::Zilla::Plugin::Git - Update your git repository after release",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-cpan-meta-check",
"p5.30-file-copy-recursive",
"p5.30-file-pushd",
"p5.30-file-which",
"p5.30-log-dispatchouli",
"p5.30-test-fatal",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.30-git-wrapper",
"p5.30-ipc-system-simple",
"p5.30-module-runtime",
"p5.30-moose",
"p5.30-namespace-autoclean",
"p5.30-path-tiny",
"git",
"p5.30-term-ansicolor",
"p5.30-try-tiny",
"p5.30-type-tiny",
"p5.30-types-path-tiny",
"p5.30-version-next",
"p5.30-string-formatter",
"perl5.30",
"gnupg2",
"p5.30-datetime",
"p5.30-dist-zilla",
"p5.30-dist-zilla-plugin-config-git",
"p5.30-file-chdir"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-pluginbundle-git-checkfor",
"p5.30-dist-zilla-pluginbundle-git-versionmanager"
]
}
]
},
{
"name": "p5.30-dist-zilla-plugin-generatefile-fromsharedir",
"portdir": "perl/p5-dist-zilla-plugin-generatefile-fromsharedir",
"version": "0.15.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::GenerateFile::FromShareDir",
"description": "Dist::Zilla::Plugin::GenerateFile::FromShareDir - Create files in the repository or in the build, based on a template located in a distribution sharedir",
"long_description": "Dist::Zilla::Plugin::GenerateFile::FromShareDir - Create files in the repository or in the build, based on a template located in a distribution sharedir",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-module-metadata",
"p5.30-test-deep",
"p5.30-test-fatal",
"p5.30-test-file-sharedir",
"p5.30-test-warnings",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-path-tiny",
"p5.30-dist-zilla",
"p5.30-dist-zilla-role-repofileinjector",
"p5.30-encode",
"p5.30-file-sharedir",
"p5.30-moose",
"p5.30-moosex-slurpyconstructor",
"p5.30-namespace-autoclean"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-ffi",
"portdir": "perl/p5-dist-zilla-plugin-ffi",
"version": "1.80.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::FFI",
"description": "Dist::Zilla::Plugin::FFI - FFI related Dist::Zilla plugins",
"long_description": "Dist::Zilla::Plugin::FFI - FFI related Dist::Zilla plugins",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-dist-zilla-plugin-modulebuildtiny",
"p5.30-path-tiny",
"p5.30-test-simple",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.30-true",
"perl5.30",
"p5.30-experimental",
"p5.30-dist-zilla",
"p5.30-moose",
"p5.30-namespace-autoclean"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-ensurelatestperl",
"portdir": "perl/p5-dist-zilla-plugin-ensurelatestperl",
"version": "0.10.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::EnsureLatestPerl",
"description": "Dist::Zilla::Plugin::EnsureLatestPerl - Ensure the author is releasing using the latest Perl",
"long_description": "Dist::Zilla::Plugin::EnsureLatestPerl - Ensure the author is releasing using the latest Perl",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2636
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"p5.30-module-pluggable",
"p5.30-path-tiny",
"p5.30-test-deep",
"p5.30-test-fatal",
"p5.30-test-mocktime",
"p5.30-test-simple",
"p5.30-cpan-meta"
]
},
{
"type": "lib",
"ports": [
"p5.30-dist-zilla",
"p5.30-moose",
"p5.30-namespace-autoclean",
"p5.30-scalar-list-utils",
"p5.30-module-corelist",
"perl5.30"
]
}
],
"depends_on": []
},
{
"name": "p5.30-dist-zilla-plugin-emailnotify",
"portdir": "perl/p5-dist-zilla-plugin-emailnotify",
"version": "0.4.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::EmailNotify",
"description": "send an email on dist release",
"long_description": "send an email on dist release",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-dist-zilla",
"p5.30-email-stuffer",
"p5.30-moose",
"p5.30-namespace-autoclean"
]
}
],
"depends_on": []
}
]
}