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 <[email protected]>
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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"