A code browser that augments the code with information from various QA tools.

WWW: https://github.com/Mayflower/PHP_CodeBrowser

PR:		ports/172593
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:	yes
This commit is contained in:
Pawel Pekala 2012-11-17 17:43:45 +00:00
parent 8ea5d2abfc
commit 3ca7c74e4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307520
4 changed files with 34 additions and 0 deletions

View file

@ -3012,6 +3012,7 @@
SUBDIR += pear-PHPUnit_MockObject SUBDIR += pear-PHPUnit_MockObject
SUBDIR += pear-PHP_ArrayOf SUBDIR += pear-PHP_ArrayOf
SUBDIR += pear-PHP_Beautifier SUBDIR += pear-PHP_Beautifier
SUBDIR += pear-PHP_CodeBrowser
SUBDIR += pear-PHP_CodeCoverage SUBDIR += pear-PHP_CodeCoverage
SUBDIR += pear-PHP_CodeSniffer SUBDIR += pear-PHP_CodeSniffer
SUBDIR += pear-PHP_Compat SUBDIR += pear-PHP_Compat

View file

@ -0,0 +1,28 @@
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= PHP_CodeBrowser
PORTVERSION= 1.0.2
CATEGORIES= devel pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-
MAINTAINER= gasol.wu@gmail.com
COMMENT= Code browser that augments the code with information
BUILD_DEPENDS= pear>=1.8.1:${PORTSDIR}/devel/pear \
pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \
pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
pear-Log>=1.2.1:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= pear>=1.8.1:${PORTSDIR}/devel/pear \
pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \
pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
pear-Log>=1.2.1:${PORTSDIR}/sysutils/pear-Log
USE_PHP= dom
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
SHA256 (PEAR/PHP_CodeBrowser-1.0.2.tgz) = b8fffc731efe2c26ac1a1cf5341a9bb4877491f38182cd2adabcb4ecc3fd5d49
SIZE (PEAR/PHP_CodeBrowser-1.0.2.tgz) = 171746

View file

@ -0,0 +1,3 @@
A code browser that augments the code with information from various QA tools.
WWW: https://github.com/Mayflower/PHP_CodeBrowser