Skip site navigation (1)Skip section navigation (2)
Date:      1 Jan 2002 08:09:12 -0000
From:      Seamus Venasse <svenasse@polaris.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33439: New port: Run external processes reliably with many options
Message-ID:  <20020101080912.17672.qmail@pris.polaris.ca>

next in thread | raw e-mail | index | archive | help

>Number:         33439
>Category:       ports
>Synopsis:       New port: Run external processes reliably with many options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 01 00:20:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Seamus Venasse
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Polaris Computing
>Environment:
System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Proc-Reliable
#	p5-Proc-Reliable/Makefile
#	p5-Proc-Reliable/distinfo
#	p5-Proc-Reliable/pkg-comment
#	p5-Proc-Reliable/pkg-descr
#	p5-Proc-Reliable/pkg-plist
#
echo c - p5-Proc-Reliable
mkdir -p p5-Proc-Reliable > /dev/null 2>&1
echo x - p5-Proc-Reliable/Makefile
sed 's/^X//' >p5-Proc-Reliable/Makefile << 'END-of-p5-Proc-Reliable/Makefile'
X# New ports collection makefile for:	Proc::Reliable
X# Date created:				31 Dec 2001
X# Whom:					Seamus Venasse <svenasse@polaris.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		Proc-Reliable
XPORTVERSION=		1.03
XCATEGORIES=		devel perl5
XMASTER_SITES=		${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../authors/id/D/DG/DGOLD
XPKGNAMEPREFIX=		p5-
X
XMAINTAINER=		svenasse@polaris.ca
X
XPERL_CONFIGURE=		yes
X
XMAN3=			Proc::Reliable.3
XMANPREFIX=		${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-Proc-Reliable/Makefile
echo x - p5-Proc-Reliable/distinfo
sed 's/^X//' >p5-Proc-Reliable/distinfo << 'END-of-p5-Proc-Reliable/distinfo'
XMD5 (Proc-Reliable-1.03.tar.gz) = e1784ca03447020f02d9cbae20672933
END-of-p5-Proc-Reliable/distinfo
echo x - p5-Proc-Reliable/pkg-comment
sed 's/^X//' >p5-Proc-Reliable/pkg-comment << 'END-of-p5-Proc-Reliable/pkg-comment'
XRun external processes reliably with many options
END-of-p5-Proc-Reliable/pkg-comment
echo x - p5-Proc-Reliable/pkg-descr
sed 's/^X//' >p5-Proc-Reliable/pkg-descr << 'END-of-p5-Proc-Reliable/pkg-descr'
XThe Proc::Reliable is intended to be a method for simple, reliable
Xand configurable subprocess execution in PERL. It includes all the
Xfunctionality of the backticks operator and system() functions,
Xplus many uses of fork/exec, open2() and open3(). Proc::Reliable
Xincorporates a number of options, including sending data to the
Xsubprocess on STDIN, collecting STDOUT and STDERR separately or
Xtogether, killing hung processes, timouts and automatic retries.
X
XWWW: http://search.cpan.org/search?dist=Proc-Reliable
X
XSeamus Venasse <svenasse@polaris.ca>
END-of-p5-Proc-Reliable/pkg-descr
echo x - p5-Proc-Reliable/pkg-plist
sed 's/^X//' >p5-Proc-Reliable/pkg-plist << 'END-of-p5-Proc-Reliable/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Proc/Reliable.pm
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Proc/Reliable/autosplit.ix
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/Reliable/.packlist
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Proc 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Proc/Reliable 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Proc 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/Reliable 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc 2>/dev/null || true
END-of-p5-Proc-Reliable/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020101080912.17672.qmail>