import pear-System-Command 1.0.6
This commit is contained in:
parent
d64eb486d0
commit
e9063e896e
17
devel/pear-System-Command/Makefile
Normal file
17
devel/pear-System-Command/Makefile
Normal 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>
|
5
devel/pear-System-Command/distinfo
Normal file
5
devel/pear-System-Command/distinfo
Normal 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
|
9
devel/pear-System-Command/pkg/DESCR
Normal file
9
devel/pear-System-Command/pkg/DESCR
Normal 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.
|
7
devel/pear-System-Command/pkg/PLIST
Normal file
7
devel/pear-System-Command/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user