1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

a interactive PHP Shell with tab-completion, inline help

and handling of FATAL errors

WWW: http://pear.php.net/package/PHP_Shell/
This commit is contained in:
Martin Wilke 2007-08-05 21:00:44 +00:00
parent abeb37f976
commit 05d2ab117d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197141
4 changed files with 42 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += p5-Term-ShellUI
SUBDIR += pash
SUBDIR += pdksh
SUBDIR += pear-PHP_Shell
SUBDIR += perlsh
SUBDIR += rc
SUBDIR += rssh

View File

@ -0,0 +1,34 @@
# Ports collection makefile for: pear-PHP_Shell
# Date created: 05 August 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= PHP_Shell
PORTVERSION= 0.3.0
CATEGORIES= shells www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= A interactive PHP Shell
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
FILES= ShellTests.php PHP/Shell.php \
PHP/Shell/Commands.php PHP/Shell/Extensions.php \
PHP/Shell/Options.php \
PHP/Shell/Extensions/Autoload.php \
PHP/Shell/Extensions/AutoloadDebug.php \
PHP/Shell/Extensions/Colour.php \
PHP/Shell/Extensions/ExecutionTime.php \
PHP/Shell/Extensions/InlineHelp.php \
PHP/Shell/Extensions/Prototypes.php \
PHP/Shell/Extensions/VerbosePrint.php
EXAMPLES= php-shell-cmd.php
SCRIPTSFILES= php-shell-cmd.php php-shell.bat \
php-shell.sh
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PEAR/PHP_Shell-0.3.0.tgz) = 9812da88473d3952899c8048eca9ff5d
SHA256 (PEAR/PHP_Shell-0.3.0.tgz) = 4ef5c8930855c4b43094103d85c2fb17e9cf65b8101253792d7a482e05262393
SIZE (PEAR/PHP_Shell-0.3.0.tgz) = 88961

View File

@ -0,0 +1,4 @@
a interactive PHP Shell with tab-completion, inline help
and handling of FATAL errors
WWW: http://pear.php.net/package/PHP_Shell/