From owner-cvs-all@FreeBSD.ORG Tue Aug 23 17:44:59 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFE26106566B; Tue, 23 Aug 2011 17:44:59 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 844018FC15; Tue, 23 Aug 2011 17:44:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p7NHixiB048590; Tue, 23 Aug 2011 17:44:59 GMT (envelope-from ashish@repoman.freebsd.org) Received: (from ashish@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7NHixC5048589; Tue, 23 Aug 2011 17:44:59 GMT (envelope-from ashish) Message-Id: <201108231744.p7NHixC5048589@repoman.freebsd.org> From: Ashish SHUKLA Date: Tue, 23 Aug 2011 17:44:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/phpsh Makefile distinfo pkg-descr pkg-message pkg-plist ports/devel/phpsh/files patch-README.md patch-setup.py patch-src_doc_phpsh.1 patch-src_doc_phpsh.1.html patch-src_doc_phpsh.1.txt patch-src_manual.py ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2011 17:44:59 -0000 ashish 2011-08-23 17:44:59 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/phpsh Makefile distinfo pkg-descr pkg-message pkg-plist devel/phpsh/files patch-README.md patch-setup.py patch-src_doc_phpsh.1 patch-src_doc_phpsh.1.html patch-src_doc_phpsh.1.txt patch-src_manual.py patch-src_phpsh patch-src_phpsh.php patch-src_phpsh.py Log: phpsh is an interactive shell for php that features readline history, tab completion, quick access to documentation. It was developed at Facebook and ironically, is written mostly in python. It is open source and released under a modified BSD license. WWW: http://phpsh.org/ Revision Changes Path 1.4514 +1 -0 ports/devel/Makefile 1.1 +48 -0 ports/devel/phpsh/Makefile (new) 1.1 +2 -0 ports/devel/phpsh/distinfo (new) 1.1 +23 -0 ports/devel/phpsh/files/patch-README.md (new) 1.1 +36 -0 ports/devel/phpsh/files/patch-setup.py (new) 1.1 +23 -0 ports/devel/phpsh/files/patch-src_doc_phpsh.1 (new) 1.1 +28 -0 ports/devel/phpsh/files/patch-src_doc_phpsh.1.html (new) 1.1 +28 -0 ports/devel/phpsh/files/patch-src_doc_phpsh.1.txt (new) 1.1 +14 -0 ports/devel/phpsh/files/patch-src_manual.py (new) 1.1 +14 -0 ports/devel/phpsh/files/patch-src_phpsh (new) 1.1 +32 -0 ports/devel/phpsh/files/patch-src_phpsh.php (new) 1.1 +14 -0 ports/devel/phpsh/files/patch-src_phpsh.py (new) 1.1 +7 -0 ports/devel/phpsh/pkg-descr (new) 1.1 +5 -0 ports/devel/phpsh/pkg-message (new) 1.1 +55 -0 ports/devel/phpsh/pkg-plist (new)