Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2015 07:22:14 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396252 - in head/devel: . php-uprofiler
Message-ID:  <201509070722.t877MEC8004881@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Mon Sep  7 07:22:13 2015
New Revision: 396252
URL: https://svnweb.freebsd.org/changeset/ports/396252

Log:
  Add php-uprofiler 0.11.0.20150219, lightweight profiler for PHP.
  
  PR:		202829
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Sep  7 07:20:03 2015	(r396251)
+++ head/devel/Makefile	Mon Sep  7 07:22:13 2015	(r396252)
@@ -3688,6 +3688,7 @@
     SUBDIR += php-libawl
     SUBDIR += php-memoize
     SUBDIR += php-scalar_objects
+    SUBDIR += php-uprofiler
     SUBDIR += php-xdebug
     SUBDIR += php5-blitz
     SUBDIR += php5-blitz-devel

Added: head/devel/php-uprofiler/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/php-uprofiler/Makefile	Mon Sep  7 07:22:13 2015	(r396252)
@@ -0,0 +1,24 @@
+# Created by: Gasol Wu <gasol.wu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	uprofiler
+PORTVERSION=	0.11.0.20150219
+CATEGORIES=	devel
+PKGNAMEPREFIX=	php-
+
+MAINTAINER=	gasol.wu@gmail.com
+COMMENT=	Lightweight profiler for PHP
+
+LICENSE=	APACHE20
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	FriendsOfPHP
+GH_TAGNAME=	483c1e5
+
+WRKSRC=		${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT}/extension
+USE_PHP=	yes
+USE_PHPIZE=	yes
+USE_PHPEXT=	yes
+USES=		tar:tgz
+
+.include <bsd.port.mk>

Added: head/devel/php-uprofiler/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/php-uprofiler/distinfo	Mon Sep  7 07:22:13 2015	(r396252)
@@ -0,0 +1,2 @@
+SHA256 (FriendsOfPHP-uprofiler-0.11.0.20150219-483c1e5_GH0.tgz) = 3694aae89c1244dda11edb38d8bb96d11c798ecef5c3e8641504a9052837e431
+SIZE (FriendsOfPHP-uprofiler-0.11.0.20150219-483c1e5_GH0.tgz) = 103031

Added: head/devel/php-uprofiler/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/php-uprofiler/pkg-descr	Mon Sep  7 07:22:13 2015	(r396252)
@@ -0,0 +1,5 @@
+uprofiler is a hierarchical profiler for PHP. It reports function-level call
+counts and inclusive and exclusive metrics such as wall (elapsed) time, CPU time
+and memory usage. A function's profile can be broken down by callers or callees.
+
+WWW: https://github.com/FriendsOfPHP/uprofiler



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