From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 11 11:49:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 264BD554 for ; Thu, 11 Oct 2012 11:49:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 005F18FC1F for ; Thu, 11 Oct 2012 11:49:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9BBnArc062516 for ; Thu, 11 Oct 2012 11:49:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9BBnAjT062515; Thu, 11 Oct 2012 11:49:10 GMT (envelope-from gnats) Resent-Date: Thu, 11 Oct 2012 11:49:10 GMT Resent-Message-Id: <201210111149.q9BBnAjT062515@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBA1DE2 for ; Thu, 11 Oct 2012 08:50:09 +0000 (UTC) (envelope-from gasolwu@kkbox.com) Received: from kkbox.com (mail-out-1.kkbox.com [203.69.67.210]) by mx1.freebsd.org (Postfix) with ESMTP id A9B018FC0A for ; Thu, 11 Oct 2012 08:50:09 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id E570D74F8C1; Thu, 11 Oct 2012 16:50:00 +0800 (CST) Message-Id: <20121011085000.E570D74F8C1@goingmarry.kkbox.com> Date: Thu, 11 Oct 2012 16:50:00 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/172593: [NEW PORT] devel/pear-PHP_CodeBrowser: A code browser that augments the code with information X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2012 11:49:11 -0000 >Number: 172593 >Category: ports >Synopsis: [NEW PORT] devel/pear-PHP_CodeBrowser: A code browser that augments the code with information >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 11:49:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.1-RC1 amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 04:25:06 UTC 2012 >Description: A code browser that augments the code with information from various QA tools. WWW: https://github.com/Mayflower/PHP_CodeBrowser Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pear-PHP_CodeBrowser # pear-PHP_CodeBrowser/Makefile # pear-PHP_CodeBrowser/pkg-descr # pear-PHP_CodeBrowser/distinfo # echo c - pear-PHP_CodeBrowser mkdir -p pear-PHP_CodeBrowser > /dev/null 2>&1 echo x - pear-PHP_CodeBrowser/Makefile sed 's/^X//' >pear-PHP_CodeBrowser/Makefile << 'b5a1629bdd7c9ba6008a7d431353b3f5' X# Created by: Gasol Wu X# $FreeBSD$ X XPORTNAME= PHP_CodeBrowser XPORTVERSION= 1.0.2 XCATEGORIES= devel pear XMASTER_SITES= http://pear.phpunit.de/get/ XPKGNAMEPREFIX= pear- X XMAINTAINER= gasol.wu@gmail.com XCOMMENT= A code browser that augments the code with information X XBUILD_DEPENDS= pear>=1.8.1:${PORTSDIR}/devel/pear \ X pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \ X pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \ X pear-Log>=1.2.1:${PORTSDIR}/sysutils/pear-Log XRUN_DEPENDS= pear>=1.8.1:${PORTSDIR}/devel/pear \ X pear-Console_CommandLine>=1.1.3:${PORTSDIR}/devel/pear-Console_CommandLine \ X pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \ X pear-Log>=1.2.1:${PORTSDIR}/sysutils/pear-Log X XUSE_PHP= dom XPEAR_CHANNEL= phpunit XPEAR_AUTOINSTALL= yes X X.include X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include b5a1629bdd7c9ba6008a7d431353b3f5 echo x - pear-PHP_CodeBrowser/pkg-descr sed 's/^X//' >pear-PHP_CodeBrowser/pkg-descr << '23171588057cdfd571373830917395ce' XA code browser that augments the code with information from various QA tools. X XWWW: https://github.com/Mayflower/PHP_CodeBrowser 23171588057cdfd571373830917395ce echo x - pear-PHP_CodeBrowser/distinfo sed 's/^X//' >pear-PHP_CodeBrowser/distinfo << '54dc3445c38191facd62a7536876eab0' XSHA256 (PEAR/PHP_CodeBrowser-1.0.2.tgz) = b8fffc731efe2c26ac1a1cf5341a9bb4877491f38182cd2adabcb4ecc3fd5d49 XSIZE (PEAR/PHP_CodeBrowser-1.0.2.tgz) = 171746 54dc3445c38191facd62a7536876eab0 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: