Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2012 03:36:26 +0400 (MSK)
From:      Sergei Vyshenski <svysh@pn.sinp.msu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165061: [NEW PORT] devel/p5-Proc-SafeExec: Convenient utility for executing external commands in various ways
Message-ID:  <201202122336.q1CNaQHj035055@host32.pn.sinp.msu.ru>
Resent-Message-ID: <201202130000.q1D00Rmo018692@freefall.freebsd.org>

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

>Number:         165061
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Proc-SafeExec: Convenient utility for executing external commands in various ways
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 13 00:00:26 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Vyshenski
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD host32.pn.sinp.msu.ru 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Jan 27 13:51:06 MSK 2012
>Description:
Proc::SafeExec provides an easy, safe way to execute external programs.  It
replaces all of Perl's questionable ways of accomodating this, including
system(), open() with a pipe, exec(), back-ticks, etc.  This module will never
automatically invoke /bin/sh.  This module is easy enough to use that /bin/sh
should be unnecessary, even for complex pipelines.

WWW: http://search.cpan.org/dist/Proc-SafeExec/

This port is needed by the next version (to be submitted soon) of 
the existing suite of ports security/p5-openxpki*

>How-To-Repeat:
>Fix:

--- p5-Proc-SafeExec-1.4.shar begins here ---
# 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-SafeExec
#	p5-Proc-SafeExec/pkg-plist
#	p5-Proc-SafeExec/pkg-descr
#	p5-Proc-SafeExec/Makefile
#	p5-Proc-SafeExec/distinfo
#
echo c - p5-Proc-SafeExec
mkdir -p p5-Proc-SafeExec > /dev/null 2>&1
echo x - p5-Proc-SafeExec/pkg-plist
sed 's/^X//' >p5-Proc-SafeExec/pkg-plist << 'b3c6e48902ae12fe2fa4f0a9ada569db'
X%%SITE_PERL%%/Proc/SafeExec.pm
X%%SITE_PERL%%/Proc/SafeExec/Queue.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/SafeExec/.packlist
Xshare/licenses/p5-Proc-SafeExec-1.4/ART10
Xshare/licenses/p5-Proc-SafeExec-1.4/GPLv1
Xshare/licenses/p5-Proc-SafeExec-1.4/LICENSE
Xshare/licenses/p5-Proc-SafeExec-1.4/catalog.mk
X@dirrm share/licenses/p5-Proc-SafeExec-1.4
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/SafeExec
X@dirrm %%SITE_PERL%%/Proc/SafeExec
b3c6e48902ae12fe2fa4f0a9ada569db
echo x - p5-Proc-SafeExec/pkg-descr
sed 's/^X//' >p5-Proc-SafeExec/pkg-descr << '9c607c198d6df15facbb0380908d5cfc'
XProc::SafeExec provides an easy, safe way to execute external programs.  It
Xreplaces all of Perl's questionable ways of accomodating this, including
Xsystem(), open() with a pipe, exec(), back-ticks, etc.  This module will never
Xautomatically invoke /bin/sh.  This module is easy enough to use that /bin/sh
Xshould be unnecessary, even for complex pipelines.
X
XWWW: http://search.cpan.org/dist/Proc-SafeExec/
9c607c198d6df15facbb0380908d5cfc
echo x - p5-Proc-SafeExec/Makefile
sed 's/^X//' >p5-Proc-SafeExec/Makefile << '45d683997c297b7d17ad708b538ed12c'
X# New ports collection makefile for:	p5-Proc-SafeExec
X# Date created:		2012-02-13
X# Whom:			Sergei Vyshenski <svysh@pn.sinp.msu.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Proc-SafeExec
XPORTVERSION=	1.4
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
X#MASTER_SITE_SUBDIR=
XPKGNAMEPREFIX=	p5-
X#PKGNAMESUFFIX=
X#DISTNAME=
X#EXTRACT_SUFX=
X#DISTFILES=
X#DIST_SUBDIR=	${PORTNAME}
X#EXTRACT_ONLY=
X
XMAINTAINER=	svysh@pn.sinp.msu.ru
XCOMMENT=	Convenient utility for executing external commands in various ways
X
XLICENSE=	ART10 GPLv1
XLICENSE_COMB=	dual
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Proc::SafeExec.3 \
X		Proc::SafeExec::Queue.3
X
X.include <bsd.port.mk>
45d683997c297b7d17ad708b538ed12c
echo x - p5-Proc-SafeExec/distinfo
sed 's/^X//' >p5-Proc-SafeExec/distinfo << '1ef16b719e637f12a42b532867fa9552'
XSHA256 (Proc-SafeExec-1.4.tar.gz) = cbe23bef86d52d41f52e77583ce334b59a3708832cdc60ea93ab162946adcba1
XSIZE (Proc-SafeExec-1.4.tar.gz) = 11370
1ef16b719e637f12a42b532867fa9552
exit
--- p5-Proc-SafeExec-1.4.shar ends here ---

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



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