svn commit: r308155 - in head/devel: . pear-PHP_Depend

Ruslan Mahmatkhanov rm at FreeBSD.org
Mon Dec 3 15:57:06 UTC 2012


Author: rm
Date: Mon Dec  3 15:57:06 2012
New Revision: 308155
URL: http://svnweb.freebsd.org/changeset/ports/308155

Log:
  PHP_Depend is an adaption of the Java design quality metrics software JDepend
  and the NDepend metric tool.
  
  WWW: http://pdepend.org/
  
  PR:		172760
  Submitted by:	Gasol Wu <gasol.wu at gmail.com>
  Feature safe:   yes

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec  3 15:55:56 2012	(r308154)
+++ head/devel/Makefile	Mon Dec  3 15:57:06 2012	(r308155)
@@ -3018,6 +3018,7 @@
     SUBDIR += pear-PHP_CodeSniffer
     SUBDIR += pear-PHP_Compat
     SUBDIR += pear-PHP_CompatInfo
+    SUBDIR += pear-PHP_Depend
     SUBDIR += pear-PHP_Parser
     SUBDIR += pear-PHP_ParserGenerator
     SUBDIR += pear-PHP_Timer

Added: head/devel/pear-PHP_Depend/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-PHP_Depend/Makefile	Mon Dec  3 15:57:06 2012	(r308155)
@@ -0,0 +1,26 @@
+# Created by: Gasol Wu <gasol.wu at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	PHP_Depend
+PORTVERSION=	1.1.0
+CATEGORIES=	devel pear
+MASTER_SITES=	http://pear.pdepend.org/get/
+PKGNAMEPREFIX=	pear-
+
+MAINTAINER=	gasol.wu at gmail.com
+COMMENT=	PHP_Depend design quality metrics for PHP packages
+
+LICENSE=	BSD
+
+BUILD_DEPENDS=	pear>=1.6.0:${PORTSDIR}/devel/pear \
+		${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend
+RUN_DEPENDS=	pear>=1.6.0:${PORTSDIR}/devel/pear \
+		${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend
+
+PEAR_CHANNEL=	pdepend
+PEAR_AUTOINSTALL=	yes
+USE_PHP=	dom tokenizer simplexml
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>

Added: head/devel/pear-PHP_Depend/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-PHP_Depend/distinfo	Mon Dec  3 15:57:06 2012	(r308155)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/PHP_Depend-1.1.0.tgz) = c691173be19c9e4cb0050fd515310769a1e2b4ff2a4f452cccb03dd78c15d050
+SIZE (PEAR/PHP_Depend-1.1.0.tgz) = 182692

Added: head/devel/pear-PHP_Depend/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-PHP_Depend/pkg-descr	Mon Dec  3 15:57:06 2012	(r308155)
@@ -0,0 +1,4 @@
+PHP_Depend is an adaption of the Java design quality metrics software JDepend
+and the NDepend metric tool.
+
+WWW: http://pdepend.org/


More information about the svn-ports-all mailing list