Date: Wed, 7 Aug 2024 23:14:02 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: de84989e128f - main - devel/p5-ExtUtils-Builder: New port: Overview of foundations of ExtUtils::Builder Plan framework Message-ID: <202408072314.477NE26b003634@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=de84989e128f47ad6611c89d6dd295cc88037fb7 commit de84989e128f47ad6611c89d6dd295cc88037fb7 Author: Sergei Vyshenski <svysh.fbsd@gmail.com> AuthorDate: 2024-08-07 23:08:40 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-07 23:13:27 +0000 devel/p5-ExtUtils-Builder: New port: Overview of foundations of ExtUtils::Builder Plan framework - This new port is needed as an indirect dependency for a new major release of existing port security/p5-Crypt-Argon2 - An overview of the foundations of the ExtUtils::Builder Plan framework. Actions are the cornerstone of this framework. They provide an interface between build tools (e.g. ExtUtils::MakeMaker, Module::Build, ...) and building extensions. This allows producing and consuming sides to be completely independent from each other. It is a flexible abstraction around pieces of work, this work can be a piece of perl code, an external command, a mix of those or possibly other things. https://metacpan.org/dist/ExtUtils-Builder PR: 280628 --- devel/Makefile | 1 + devel/p5-ExtUtils-Builder/Makefile | 23 +++++++++++++++++++++++ devel/p5-ExtUtils-Builder/distinfo | 3 +++ devel/p5-ExtUtils-Builder/pkg-descr | 7 +++++++ devel/p5-ExtUtils-Builder/pkg-plist | 30 ++++++++++++++++++++++++++++++ 5 files changed, 64 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index c96833737c6c..9ac7a79b7e38 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2520,6 +2520,7 @@ SUBDIR += p5-Exporter-Tidy SUBDIR += p5-Exporter-Tiny SUBDIR += p5-ExtUtils-AutoInstall + SUBDIR += p5-ExtUtils-Builder SUBDIR += p5-ExtUtils-CBuilder SUBDIR += p5-ExtUtils-CChecker SUBDIR += p5-ExtUtils-Config diff --git a/devel/p5-ExtUtils-Builder/Makefile b/devel/p5-ExtUtils-Builder/Makefile new file mode 100644 index 000000000000..b9836160f707 --- /dev/null +++ b/devel/p5-ExtUtils-Builder/Makefile @@ -0,0 +1,23 @@ +PORTNAME= ExtUtils-Builder +DISTVERSION= 0.011 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= svysh.fbsd@gmail.com +COMMENT= Overview of foundations of ExtUtils::Builder Plan framework +WWW= https://metacpan.org/dist/ExtUtils-Builder + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +MY_DEPENDS= p5-ExtUtils-Config>=0.009:devel/p5-ExtUtils-Config +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/p5-ExtUtils-Builder/distinfo b/devel/p5-ExtUtils-Builder/distinfo new file mode 100644 index 000000000000..ac799f5d83cb --- /dev/null +++ b/devel/p5-ExtUtils-Builder/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1722859946 +SHA256 (ExtUtils-Builder-0.011.tar.gz) = eb9c105012e319da8ce6d2f9d7e272acc9da485ea68b22fdd557d6853afcec83 +SIZE (ExtUtils-Builder-0.011.tar.gz) = 26712 diff --git a/devel/p5-ExtUtils-Builder/pkg-descr b/devel/p5-ExtUtils-Builder/pkg-descr new file mode 100644 index 000000000000..151b03b4b02a --- /dev/null +++ b/devel/p5-ExtUtils-Builder/pkg-descr @@ -0,0 +1,7 @@ +An overview of the foundations of the ExtUtils::Builder Plan framework. +Actions are the cornerstone of this framework. They provide an +interface between build tools (e.g. ExtUtils::MakeMaker, Module::Build, +...) and building extensions. This allows producing and consuming sides +to be completely independent from each other. It is a flexible +abstraction around pieces of work, this work can be a piece of perl +code, an external command, a mix of those or possibly other things. diff --git a/devel/p5-ExtUtils-Builder/pkg-plist b/devel/p5-ExtUtils-Builder/pkg-plist new file mode 100644 index 000000000000..44b16f4e4476 --- /dev/null +++ b/devel/p5-ExtUtils-Builder/pkg-plist @@ -0,0 +1,30 @@ +%%SITE_PERL%%/ExtUtils/Builder.pm +%%SITE_PERL%%/ExtUtils/Builder/Action.pm +%%SITE_PERL%%/ExtUtils/Builder/Action/Code.pm +%%SITE_PERL%%/ExtUtils/Builder/Action/Command.pm +%%SITE_PERL%%/ExtUtils/Builder/Action/Composite.pm +%%SITE_PERL%%/ExtUtils/Builder/Action/Function.pm +%%SITE_PERL%%/ExtUtils/Builder/Action/Perl.pm +%%SITE_PERL%%/ExtUtils/Builder/Action/Primitive.pm +%%SITE_PERL%%/ExtUtils/Builder/MakeMaker.pm +%%SITE_PERL%%/ExtUtils/Builder/Node.pm +%%SITE_PERL%%/ExtUtils/Builder/Plan.pm +%%SITE_PERL%%/ExtUtils/Builder/Planner.pm +%%SITE_PERL%%/ExtUtils/Builder/Planner/Extension.pm +%%SITE_PERL%%/ExtUtils/Builder/Serializer.pm +%%SITE_PERL%%/ExtUtils/Builder/Util.pm +%%PERL5_MAN3%%/ExtUtils::Builder.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Action.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Action::Code.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Action::Command.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Action::Composite.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Action::Function.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Action::Perl.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Action::Primitive.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::MakeMaker.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Node.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Plan.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Planner.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Planner::Extension.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Serializer.3.gz +%%PERL5_MAN3%%/ExtUtils::Builder::Util.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408072314.477NE26b003634>