import pear-System-Command 1.0.6

This commit is contained in:
jasper 2009-11-18 19:00:08 +00:00
parent d64eb486d0
commit e9063e896e
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/18 19:00:08 jasper Exp $
COMMENT= commandline execution interface
DISTNAME= System_Command-1.0.6
PKGNAME= pear-${DISTNAME:S/_/-/}
CATEGORIES= devel
MODULES= www/pear
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (System_Command-1.0.6.tgz) = 6lWtUw8b9fFq/Yn42QUqvw==
RMD160 (System_Command-1.0.6.tgz) = GeqTygJV8a/uGbD4TqA5M8R/WZg=
SHA1 (System_Command-1.0.6.tgz) = JW5YaF5HnZSLRJh73jG1nMB4Vqk=
SHA256 (System_Command-1.0.6.tgz) = AjK7tc5dGQkNDnhJz7o5Q4aN6zZeNPyfGY+eZtRgkFs=
SIZE (System_Command-1.0.6.tgz) = 5812

View File

@ -0,0 +1,9 @@
System_Command is a commandline execution interface. Running functions
from the commandline 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.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/18 19:00:08 jasper Exp $
@group daemon
lib/
lib/php/
pear/lib/.registry/system_command.reg
pear/lib/System/
pear/lib/System/Command.php