Date: Tue, 14 Feb 2012 12:43:20 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Proc-SafeExec Makefile distinfo pkg-descr pkg-plist Message-ID: <201202141243.q1EChKFh062595@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
culot 2012-02-14 12:43:20 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Proc-SafeExec Makefile distinfo pkg-descr pkg-plist Log: 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/ PR: ports/165061 Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> Revision Changes Path 1.4838 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-Proc-SafeExec/Makefile (new) 1.1 +2 -0 ports/devel/p5-Proc-SafeExec/distinfo (new) 1.1 +7 -0 ports/devel/p5-Proc-SafeExec/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Proc-SafeExec/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202141243.q1EChKFh062595>