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-27 20:25:54 +00:00
committed by Brad Davis
parent 066278be0b
commit a54db18e37
5 changed files with 31 additions and 0 deletions
+1
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
+18
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>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1698534722
SHA256 (Command-Runner-0.200.tar.gz) = 5ad26d06111bfecd53c8f5bb5dea94bf2025f6c78e95f6d8012e4cfa89e29f26
SIZE (Command-Runner-0.200.tar.gz) = 13249
+3
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.
+6
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