From owner-svn-ports-all@FreeBSD.ORG Fri Feb 7 07:22:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C07188B6; Fri, 7 Feb 2014 07:22:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E76419F9; Fri, 7 Feb 2014 07:22:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s177MA86080887; Fri, 7 Feb 2014 07:22:10 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s177M9q3080881; Fri, 7 Feb 2014 07:22:09 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201402070722.s177M9q3080881@svn.freebsd.org> From: Li-Wen Hsu Date: Fri, 7 Feb 2014 07:22:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343184 - in head/www: . webgrind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 07:22:10 -0000 Author: lwhsu Date: Fri Feb 7 07:22:09 2014 New Revision: 343184 URL: http://svnweb.freebsd.org/changeset/ports/343184 QAT: https://qat.redports.org/buildarchive/r343184/ Log: Add webgrind snapshot 20140207, xdebug Profiling Web Frontend in PHP. Added: head/www/webgrind/ head/www/webgrind/Makefile (contents, props changed) head/www/webgrind/distinfo (contents, props changed) head/www/webgrind/pkg-descr (contents, props changed) head/www/webgrind/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Feb 7 07:10:21 2014 (r343183) +++ head/www/Makefile Fri Feb 7 07:22:09 2014 (r343184) @@ -2110,6 +2110,7 @@ SUBDIR += webcrawl SUBDIR += webfs SUBDIR += webgo + SUBDIR += webgrind SUBDIR += webinject SUBDIR += webkit-gtk2 SUBDIR += webkit-gtk3 Added: head/www/webgrind/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webgrind/Makefile Fri Feb 7 07:22:09 2014 (r343184) @@ -0,0 +1,44 @@ +# Created by: Li-Wen Hsu +# $FreeBSD$ + +PORTNAME= webgrind +DISTVERSION= 1.0.s${SNAPSHOT} +CATEGORIES= www + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= Xdebug Profiling Web Frontend in PHP + +LICENSE= BSD3CLAUSE + +OPTIONS_DEFINE= CALLGRAPH + +USE_GITHUB= yes +GH_ACCOUNT= jokkedk +GH_TAGNAME= ${GH_COMMIT} + +SNAPSHOT= 20140207 +GH_COMMIT= dc35393 + +USE_PHP= yes + +NO_BUILD= yes + +.include + +.if ${PORT_OPTIONS:MCALLGRAPH} +USE_PYTHON= yes +RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz +.endif + +post-patch: + ${REINPLACE_CMD} -e 's,/usr/bin/python,/usr/local/bin/python,' ${WRKSRC}/config.php + +do-install: + @${MKDIR} ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} "! -name *.bak") + + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} + @${FIND} ${STAGEDIR}${WWWDIR} -type f -exec ${CHMOD} 0444 {} \; + @${FIND} ${STAGEDIR}${WWWDIR} -type d -exec ${CHMOD} 0755 {} \; + +.include Added: head/www/webgrind/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webgrind/distinfo Fri Feb 7 07:22:09 2014 (r343184) @@ -0,0 +1,2 @@ +SHA256 (webgrind-1.0.s20140207.tar.gz) = ff3cd3e5cac99bfc85b9dde5fed2d4a489458d9458f2bb8d835d9ff7a02646a6 +SIZE (webgrind-1.0.s20140207.tar.gz) = 74290 Added: head/www/webgrind/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webgrind/pkg-descr Fri Feb 7 07:22:09 2014 (r343184) @@ -0,0 +1,6 @@ +Webgrind is a Xdebug profiling web frontend in PHP5. It implements +a subset of the features of kcachegrind and installs in seconds +and works on all platforms. For quick'n'dirty optimizations it +does the job. + +WWW: https://github.com/jokkedk/webgrind Added: head/www/webgrind/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webgrind/pkg-plist Fri Feb 7 07:22:09 2014 (r343184) @@ -0,0 +1,46 @@ +%%WWWDIR%%/README.md +%%WWWDIR%%/config.php +%%WWWDIR%%/img/asc.gif +%%WWWDIR%%/img/bg.gif +%%WWWDIR%%/img/blank.gif +%%WWWDIR%%/img/call_class.png +%%WWWDIR%%/img/call_include.png +%%WWWDIR%%/img/call_internal.png +%%WWWDIR%%/img/call_procedural.png +%%WWWDIR%%/img/desc.gif +%%WWWDIR%%/img/down.gif +%%WWWDIR%%/img/file.png +%%WWWDIR%%/img/file_line.png +%%WWWDIR%%/img/gradient_class.png +%%WWWDIR%%/img/gradient_include.png +%%WWWDIR%%/img/gradient_internal.png +%%WWWDIR%%/img/gradient_left.png +%%WWWDIR%%/img/gradient_markers.png +%%WWWDIR%%/img/gradient_procedural.png +%%WWWDIR%%/img/gradient_right.png +%%WWWDIR%%/img/head.png +%%WWWDIR%%/img/marker.png +%%WWWDIR%%/img/reload.png +%%WWWDIR%%/img/right.gif +%%WWWDIR%%/index.php +%%WWWDIR%%/js/jquery.blockUI.js +%%WWWDIR%%/js/jquery.js +%%WWWDIR%%/js/jquery.scrollTo.js +%%WWWDIR%%/js/jquery.selectboxes.js +%%WWWDIR%%/js/jquery.tablesorter.js +%%WWWDIR%%/js/sprintf.js +%%WWWDIR%%/library/FileHandler.php +%%WWWDIR%%/library/Preprocessor.php +%%WWWDIR%%/library/Reader.php +%%WWWDIR%%/library/gprof2dot.py +%%WWWDIR%%/license.txt +%%WWWDIR%%/package.sh +%%WWWDIR%%/styles/style.css +%%WWWDIR%%/templates/fileviewer.phtml +%%WWWDIR%%/templates/index.phtml +@dirrm %%WWWDIR%%/templates +@dirrm %%WWWDIR%%/styles +@dirrm %%WWWDIR%%/library +@dirrm %%WWWDIR%%/js +@dirrm %%WWWDIR%%/img +@dirrm %%WWWDIR%%