Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2013 12:29:18 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318516 - in head/devel: . pear-phing
Message-ID:  <201305191229.r4JCTIX2054356@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Sun May 19 12:29:18 2013
New Revision: 318516
URL: http://svnweb.freebsd.org/changeset/ports/318516

Log:
  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

Added:
  head/devel/pear-phing/
  head/devel/pear-phing/Makefile   (contents, props changed)
  head/devel/pear-phing/distinfo   (contents, props changed)
  head/devel/pear-phing/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun May 19 12:12:26 2013	(r318515)
+++ head/devel/Makefile	Sun May 19 12:29:18 2013	(r318516)
@@ -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

Added: head/devel/pear-phing/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-phing/Makefile	Sun May 19 12:29:18 2013	(r318516)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	phing
+PORTVERSION=	2.5.0
+CATEGORIES=	devel pear
+MASTER_SITES=	http://pear.phing.info/get/
+PKGNAMEPREFIX=	pear-
+
+MAINTAINER=	mm@FreeBSD.org
+COMMENT=	PHP project build system based on Apache Ant
+
+LICENSE=	LGPL3
+
+PEAR_CHANNEL=	phing
+PEAR_AUTOINSTALL=	yes
+IGNORE_WITH_PHP=52
+
+BUILD_DEPENDS+= ${PEARDIR}/.channels/pear.phing.info.reg:${PORTSDIR}/devel/pear-channel-phing
+RUN_DEPENDS+= ${PEARDIR}/.channels/pear.phing.info.reg:${PORTSDIR}/devel/pear-channel-phing
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>

Added: head/devel/pear-phing/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-phing/distinfo	Sun May 19 12:29:18 2013	(r318516)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/phing-2.5.0.tgz) = 122fece2796f43892c56e56b15e56d2c966f40a270a21d1f7bfaabe1d32a85a4
+SIZE (PEAR/phing-2.5.0.tgz) = 473656

Added: head/devel/pear-phing/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-phing/pkg-descr	Sun May 19 12:29:18 2013	(r318516)
@@ -0,0 +1,16 @@
+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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305191229.r4JCTIX2054356>