1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

add p5-Proc-Reliable 1.10

Run external processes reliably with many options

PR:		33439
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Ying-Chieh Liao 2002-06-23 12:44:07 +00:00
parent 679d45e988
commit ab8f528661
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61812
6 changed files with 44 additions and 0 deletions

View File

@ -499,6 +499,7 @@
SUBDIR += p5-Proc-Background
SUBDIR += p5-Proc-Daemon
SUBDIR += p5-Proc-ProcessTable
SUBDIR += p5-Proc-Reliable
SUBDIR += p5-Proc-Simple
SUBDIR += p5-ReadLine-Gnu
SUBDIR += p5-ReadLine-Perl

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: Proc::Reliable
# Date created: 31 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Proc-Reliable
PORTVERSION= 1.10
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Proc
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= Proc::Reliable.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Proc-Reliable-1.10.tar.gz) = 3c1e9b2ba6d7f6986b17975a6a14aa44

View File

@ -0,0 +1 @@
Run external processes reliably with many options

View File

@ -0,0 +1,11 @@
The Proc::Reliable is intended to be a method for simple, reliable
and configurable subprocess execution in PERL. It includes all the
functionality of the backticks operator and system() functions,
plus many uses of fork/exec, open2() and open3(). Proc::Reliable
incorporates a number of options, including sending data to the
subprocess on STDIN, collecting STDOUT and STDERR separately or
together, killing hung processes, timouts and automatic retries.
WWW: http://search.cpan.org/search?dist=Proc-Reliable
Seamus Venasse <svenasse@polaris.ca>

View File

@ -0,0 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/Proc/Reliable.pm
lib/perl5/site_perl/%%PERL_VER%%/auto/Proc/Reliable/autosplit.ix
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/Reliable/.packlist
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Proc 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Proc/Reliable
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Proc 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/Reliable
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc 2>/dev/null || true