Date: Wed, 2 Jan 2013 20:16:30 +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: r309834 - in head/devel: . pear-SebastianBergmann_PHPCPD Message-ID: <201301022016.r02KGUjV055810@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Wed Jan 2 20:16:29 2013 New Revision: 309834 URL: http://svnweb.freebsd.org/changeset/ports/309834 Log: Copy/Paste Detector (CPD) for PHP code. WWW: https://github.com/sebastianbergmann/phpcpd PR: 172774 Submitted by: Gasol Wu <gasol.wu@gmail.com> Added: head/devel/pear-SebastianBergmann_PHPCPD/ head/devel/pear-SebastianBergmann_PHPCPD/Makefile (contents, props changed) head/devel/pear-SebastianBergmann_PHPCPD/distinfo (contents, props changed) head/devel/pear-SebastianBergmann_PHPCPD/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jan 2 19:50:56 2013 (r309833) +++ head/devel/Makefile Wed Jan 2 20:16:29 2013 (r309834) @@ -3073,6 +3073,7 @@ SUBDIR += pear-PhpDocumentor SUBDIR += pear-Pirum SUBDIR += pear-SebastianBergmann_FinderFacade + SUBDIR += pear-SebastianBergmann_PHPCPD SUBDIR += pear-SebastianBergmann_PHPLOC SUBDIR += pear-Structure_LinkedList SUBDIR += pear-Structures_DataGrid Added: head/devel/pear-SebastianBergmann_PHPCPD/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-SebastianBergmann_PHPCPD/Makefile Wed Jan 2 20:16:29 2013 (r309834) @@ -0,0 +1,33 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= PHPCPD +PORTVERSION= 1.4.0 +CATEGORIES= devel pear +MASTER_SITES= http://pear.phpunit.de/get/ +PKGNAMEPREFIX= pear-SebastianBergmann_ +DISTNAME= phpcpd-${PORTVERSION} + +MAINTAINER= gasol.wu@gmail.com +COMMENT= Copy/Paste Detector (CPD) for PHP code + +LICENSE= BSD + +BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ + pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ + pear-SebastianBergmann_FinderFacade>=1.0.4:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \ + pear-PHP_Timer>=1.0.4:${PORTSDIR}/devel/pear-PHP_Timer \ + ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit +RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ + pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ + pear-SebastianBergmann_FinderFacade>=1.0.4:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \ + pear-PHP_Timer>=1.0.4:${PORTSDIR}/devel/pear-PHP_Timer \ + ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit + +USE_PHP= tokenizer +PEAR_CHANNEL= phpunit +PEAR_AUTOINSTALL= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> Added: head/devel/pear-SebastianBergmann_PHPCPD/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-SebastianBergmann_PHPCPD/distinfo Wed Jan 2 20:16:29 2013 (r309834) @@ -0,0 +1,2 @@ +SHA256 (PEAR/phpcpd-1.4.0.tgz) = 3a9b5b388d6ce06cbdba8ee5756a48d5509aef22de5574290405caaa927a6ae6 +SIZE (PEAR/phpcpd-1.4.0.tgz) = 10439 Added: head/devel/pear-SebastianBergmann_PHPCPD/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-SebastianBergmann_PHPCPD/pkg-descr Wed Jan 2 20:16:29 2013 (r309834) @@ -0,0 +1,3 @@ +Copy/Paste Detector (CPD) for PHP code. + +WWW: https://github.com/sebastianbergmann/phpcpd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301022016.r02KGUjV055810>