Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 15:58:26 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308156 - in head/devel: . pear-PHP_PMD
Message-ID:  <201212031558.qB3FwQJo067038@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Dec  3 15:58:26 2012
New Revision: 308156
URL: http://svnweb.freebsd.org/changeset/ports/308156

Log:
  The PHP Mess Detector aims to be a simplified PHP port of the well known
  Java Tool PMD. This project uses PHP_Depend to measure several software
  metrics from given source code, then it compares the calculated values
  with customizeable thresholds and reports all suspect software artifacts
  
  WWW: http://phpmd.org/
  
  PR:		172761
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>
  Feature safe:   yes

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec  3 15:57:06 2012	(r308155)
+++ head/devel/Makefile	Mon Dec  3 15:58:26 2012	(r308156)
@@ -3019,6 +3019,7 @@
     SUBDIR += pear-PHP_Compat
     SUBDIR += pear-PHP_CompatInfo
     SUBDIR += pear-PHP_Depend
+    SUBDIR += pear-PHP_PMD
     SUBDIR += pear-PHP_Parser
     SUBDIR += pear-PHP_ParserGenerator
     SUBDIR += pear-PHP_Timer

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

Added: head/devel/pear-PHP_PMD/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-PHP_PMD/distinfo	Mon Dec  3 15:58:26 2012	(r308156)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/PHP_PMD-1.4.0.tgz) = db0e63dc79b4ef35c36b53b9d52fe1bf5c416e10ffc6dd527d47b3351cf9ebe7
+SIZE (PEAR/PHP_PMD-1.4.0.tgz) = 46482

Added: head/devel/pear-PHP_PMD/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-PHP_PMD/pkg-descr	Mon Dec  3 15:58:26 2012	(r308156)
@@ -0,0 +1,6 @@
+The PHP Mess Detector aims to be a simplified PHP port of the well known
+Java Tool PMD. This project uses PHP_Depend to measure several software
+metrics from given source code, then it compares the calculated values
+with customizeable thresholds and reports all suspect software artifacts
+
+WWW: http://phpmd.org/



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