From d97d6aaa95bdd6b51ba24af4af5451b3887bb082 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Sun, 19 May 2013 12:29:18 +0000 Subject: From the Phing homepage: PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant. You can do anything with it that you could do with a traditiona build system like GNU make, and its use of simple XML build files and extensible PHP "task" classes make it an easy-to-use and highly flexible build framework. Features include running PHPUnit and SimpleTest unit tests (including test result and coverage reports), file transformations (e.g. token replacement, XSLT transformation, Smarty template transformations), file system operations, interactive build support, SQL execution, CVS/SVN/GIT operations, tools for creating PEAR packages, documentation generation (DocBlox, PhpDocumentor) and much, much more. WWW: http://www.phing.info --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index f682a6d028d5..9282bb87c971 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3196,6 +3196,7 @@ SUBDIR += pear-ezc_Base SUBDIR += pear-ezc_ConsoleTools SUBDIR += pear-pdepend-staticReflection + SUBDIR += pear-phing SUBDIR += pecl-APCu SUBDIR += pecl-automap SUBDIR += pecl-bbcode -- cgit v1.2.3