Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2012 17:43:46 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307520 - in head/devel: . pear-PHP_CodeBrowser
Message-ID:  <201211171743.qAHHhkme050437@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Nov 17 17:43:45 2012
New Revision: 307520
URL: http://svnweb.freebsd.org/changeset/ports/307520

Log:
  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

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Nov 17 17:15:03 2012	(r307519)
+++ head/devel/Makefile	Sat Nov 17 17:43:45 2012	(r307520)
@@ -3012,6 +3012,7 @@
     SUBDIR += pear-PHPUnit_MockObject
     SUBDIR += pear-PHP_ArrayOf
     SUBDIR += pear-PHP_Beautifier
+    SUBDIR += pear-PHP_CodeBrowser
     SUBDIR += pear-PHP_CodeCoverage
     SUBDIR += pear-PHP_CodeSniffer
     SUBDIR += pear-PHP_Compat

Added: head/devel/pear-PHP_CodeBrowser/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-PHP_CodeBrowser/Makefile	Sat Nov 17 17:43:45 2012	(r307520)
@@ -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>

Added: head/devel/pear-PHP_CodeBrowser/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-PHP_CodeBrowser/distinfo	Sat Nov 17 17:43:45 2012	(r307520)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/PHP_CodeBrowser-1.0.2.tgz) = b8fffc731efe2c26ac1a1cf5341a9bb4877491f38182cd2adabcb4ecc3fd5d49
+SIZE (PEAR/PHP_CodeBrowser-1.0.2.tgz) = 171746

Added: head/devel/pear-PHP_CodeBrowser/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-PHP_CodeBrowser/pkg-descr	Sat Nov 17 17:43:45 2012	(r307520)
@@ -0,0 +1,3 @@
+A code browser that augments the code with information from various QA tools.
+
+WWW: https://github.com/Mayflower/PHP_CodeBrowser



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