Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 07:22:09 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343184 - in head/www: . webgrind
Message-ID:  <201402070722.s177M9q3080881@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lwhsu@FreeBSD.org>
+# $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 <bsd.port.options.mk>
+
+.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 <bsd.port.mk>

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%%



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