mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/p5-POSIX-Run-Capture: new port had been added (+)
This module runs external command and captures its output. Both standard error and output are captured. Upon exit, their contents can be accessed line by line or in one chunk. WWW: https://metacpan.org/dist/POSIX-Run-Capture
This commit is contained in:
parent
997b689ec1
commit
1430dabdb3
5 changed files with 37 additions and 0 deletions
|
@ -873,6 +873,7 @@
|
|||
SUBDIR += p5-MogileFS-Server
|
||||
SUBDIR += p5-MogileFS-Utils
|
||||
SUBDIR += p5-Monitor-Simple
|
||||
SUBDIR += p5-POSIX-Run-Capture
|
||||
SUBDIR += p5-Plugtools
|
||||
SUBDIR += p5-Plugtools-Plugins-HomeOU
|
||||
SUBDIR += p5-Probe-Perl
|
||||
|
|
19
sysutils/p5-POSIX-Run-Capture/Makefile
Normal file
19
sysutils/p5-POSIX-Run-Capture/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
|
||||
PORTNAME= POSIX-Run-Capture
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Run command and capture its output
|
||||
|
||||
LICENSE= GPLv3+
|
||||
|
||||
TEST_DEPENDS= p5-File-Cmp>=1.06:sysutils/p5-File-Cmp
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/p5-POSIX-Run-Capture/distinfo
Normal file
3
sysutils/p5-POSIX-Run-Capture/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1614076233
|
||||
SHA256 (POSIX-Run-Capture-1.03.tar.gz) = 9ead96699cc44bcc25c3ed13442b393b3dab29728e41635bde2b7d8ce170411b
|
||||
SIZE (POSIX-Run-Capture-1.03.tar.gz) = 176257
|
11
sysutils/p5-POSIX-Run-Capture/pkg-descr
Normal file
11
sysutils/p5-POSIX-Run-Capture/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
POSIX::Run::Capture runs an external command and captures its output.
|
||||
Both standard error and output are captured. Upon exit, their contents
|
||||
can be accessed line by line or in one chunk. Callback routines can be
|
||||
supplied that will be called for each complete line of output read,
|
||||
providing a way for synchronous processing. Standard input can be
|
||||
supplied as either a file handle or a text.
|
||||
|
||||
This module is for those who value performance and effectiveness over
|
||||
portability. As its name suggests, it can be used only on POSIX systems.
|
||||
|
||||
WWW: https://metacpan.org/dist/POSIX-Run-Capture
|
3
sysutils/p5-POSIX-Run-Capture/pkg-plist
Normal file
3
sysutils/p5-POSIX-Run-Capture/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_ARCH%%/POSIX/Run/Capture.pm
|
||||
%%SITE_ARCH%%/auto/POSIX/Run/Capture/Capture.so
|
||||
%%PERL5_MAN3%%/POSIX::Run::Capture.3.gz
|
Loading…
Add table
Reference in a new issue