sysutils/p5-Command-Runner: Run external commands and Perl code refs

Command::Runner is a perl module that helps
running external commands and Perl code refs,
featuring timeout, quoting and flexible logging.

WWW: https://metacpan.org/dist/Command-Runner

PR:		274779
This commit is contained in:
geoffroy desvernay 2023-11-18 10:03:10 +01:00 committed by Robert Clausecker
parent e167afd981
commit 6aa9258971
5 changed files with 31 additions and 0 deletions

View file

@ -1065,6 +1065,7 @@
SUBDIR += pwsafe
SUBDIR += pxattr
SUBDIR += pxp-agent
SUBDIR += p5-Command-Runner
SUBDIR += py-ansible-compat
SUBDIR += py-ansible-core
SUBDIR += py-ansible-lint

View file

@ -0,0 +1,18 @@
PORTNAME= Command-Runner
DISTVERSION= 0.200
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SKAJI
PKGNAMEPREFIX= p5-
MAINTAINER= dgeo@centrale-med.fr
COMMENT= Run external commands and Perl code refs
WWW= https://metacpan.org/dist/Command-Runner
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuildtiny
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1698534722
SHA256 (Command-Runner-0.200.tar.gz) = 5ad26d06111bfecd53c8f5bb5dea94bf2025f6c78e95f6d8012e4cfa89e29f26
SIZE (Command-Runner-0.200.tar.gz) = 13249

View file

@ -0,0 +1,3 @@
Command::Runner is a perl module that helps
running external commands and Perl code refs,
featuring timeout, quoting and flexible logging.

View file

@ -0,0 +1,6 @@
%%SITE_PERL%%/Command/Runner.pm
%%SITE_PERL%%/Command/Runner/Format.pm
%%SITE_PERL%%/Command/Runner/LineBuffer.pm
%%SITE_PERL%%/Command/Runner/Quote.pm
%%SITE_PERL%%/Command/Runner/Timeout.pm
%%PERL5_MAN3%%/Command::Runner.3.gz