Bug 172774 - [NEW PORT] devel/pear-SebastianBergmann_PHPCPD: Copy/Paste Detector (CPD) for PHP code
Summary: [NEW PORT] devel/pear-SebastianBergmann_PHPCPD: Copy/Paste Detector (CPD) for...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-16 08:50 UTC by Gasol Wu
Modified: 2013-01-02 20:20 UTC (History)
0 users

See Also:


Attachments
.shar (2.46 KB, text/plain)
2012-10-16 08:50 UTC, Gasol Wu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2012-10-16 08:50:00 UTC
Copy/Paste Detector (CPD) for PHP code.

WWW: https://github.com/sebastianbergmann/phpcpd

This port depends on following PR:
ports/172763
ports/171732
ports/172772

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-12-03 12:12:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-02 20:16:43 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-02 20:16:57 UTC
State Changed
From-To: open->closed

New port added, thank you!