cvs commit: ports/devel Makefile ports/devel/p5-Proc-SafeExec Makefile distinfo pkg-descr pkg-plist

Frederic Culot culot at FreeBSD.org
Tue Feb 14 12:43:20 UTC 2012


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 at 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)


More information about the cvs-all mailing list