Dead Code Detector (DCD) for PHP code.
This commit is contained in:
parent
868ecfdd97
commit
235b1ef256
4 changed files with 27 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.5391 2013/07/14 12:37:26 noud4 Exp $
|
||||
# $Id: Makefile,v 1.5392 2013/07/14 12:41:39 noud4 Exp $
|
||||
#
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
@ -2176,6 +2176,7 @@ SUBDIR+= pear-channel-symfony
|
|||
SUBDIR+= pear-channel-theseer
|
||||
SUBDIR+= pear-fDOMDocument
|
||||
SUBDIR+= pear-phpcpd
|
||||
SUBDIR+= pear-phpdcd
|
||||
SUBDIR+= pelican
|
||||
SUBDIR+= pessulus
|
||||
SUBDIR+= petsc
|
||||
|
|
1
pear-phpdcd/DESCR
Executable file
1
pear-phpdcd/DESCR
Executable file
|
@ -0,0 +1 @@
|
|||
Dead Code Detector (DCD) for PHP code.
|
19
pear-phpdcd/Makefile
Executable file
19
pear-phpdcd/Makefile
Executable file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/07/14 12:40:13 noud4 Exp $
|
||||
#
|
||||
|
||||
DISTNAME= phpdcd-0.9.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES+= http://pear.phpunit.de/get/
|
||||
|
||||
MAINTAINER= noud4@home.nl
|
||||
HOMEPAGE= http://pear.phpunit.de/
|
||||
COMMENT= Dead Code Detector (DCD) for PHP code
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-pear-File_Iterator>=1.3.0:../../wip/pear-File_Iterator
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-pear-PHP_Timer>=1.0.1:../../wip/pear-PHP_Timer
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-pear-PHP_TokenStream>=1.1.0:../../wip/pear-PHP_TokenStream
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-pear-ConsoleTools>=1.6:../../wip/pear-ConsoleTools
|
||||
|
||||
.include "../../lang/php/pear.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
pear-phpdcd/distinfo
Normal file
5
pear-phpdcd/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/07/14 12:40:13 noud4 Exp $
|
||||
|
||||
SHA1 (pear/phpdcd-0.9.3.tgz) = db8b967ba3b20eacdd362452460391a80ecb17d2
|
||||
RMD160 (pear/phpdcd-0.9.3.tgz) = 5343126cca335845b732dd4723f8859b808a4ec4
|
||||
Size (pear/phpdcd-0.9.3.tgz) = 5827 bytes
|
Loading…
Reference in a new issue