Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2005 23:03:23 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/pear-System_Command Makefile distinfo pkg-descr
Message-ID:  <200501272303.j0RN3Nq3067688@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2005-01-27 23:03:23 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pear-System_Command Makefile distinfo pkg-descr 
  Log:
  System_Command is a command line execution interface.
  
  Running functions from the command line can be risky if the proper precautions
  are not taken to escape the shell arguments and reaping the exit status
  properly. This class provides a formal interface to both, so that you can run a
  system command as comfortably as you would run a php function, with full pear
  error handling as results on failure. It is important to note that this class,
  unlike other implementations, distinguishes between output to stderr and output
  to stdout. It also reports the exit status of the command. So in every sense of
  the word, it gives php shell capabilities.
  
  PR:             ports/76749
  Submitted by:   Antonio Carlos Venancio Junior <antonio@php.net>
  
  Revision  Changes    Path
  1.1802    +1 -0      ports/devel/Makefile
  1.1       +23 -0     ports/devel/pear-System_Command/Makefile (new)
  1.1       +2 -0      ports/devel/pear-System_Command/distinfo (new)
  1.1       +12 -0     ports/devel/pear-System_Command/pkg-descr (new)



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