Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2015 07:12:28 +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: r396250 - in head/devel: . pecl-hrtime
Message-ID:  <201509070712.t877CSHU000511@repo.freebsd.org>

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

Log:
  Add pecl-hrtime 0.5.1, high resolution timing for PHP.
  
  PR:		202889
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Sep  7 07:00:08 2015	(r396249)
+++ head/devel/Makefile	Mon Sep  7 07:12:28 2015	(r396250)
@@ -3637,6 +3637,7 @@
     SUBDIR += pecl-expect
     SUBDIR += pecl-gearman
     SUBDIR += pecl-hidef
+    SUBDIR += pecl-hrtime
     SUBDIR += pecl-htscanner
     SUBDIR += pecl-inclued
     SUBDIR += pecl-inotify

Added: head/devel/pecl-hrtime/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-hrtime/Makefile	Mon Sep  7 07:12:28 2015	(r396250)
@@ -0,0 +1,20 @@
+# Created by: Gasol Wu <gasol.wu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	hrtime
+PORTVERSION=	0.5.1
+CATEGORIES=	devel
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	gasol.wu@gmail.com
+COMMENT=	High resolution timing for PHP
+
+LICENSE=	BSD2CLAUSE
+
+USES=		tar:tgz
+USE_PHP=	yes
+USE_PHPEXT=	yes
+
+.include <bsd.port.mk>

Added: head/devel/pecl-hrtime/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-hrtime/distinfo	Mon Sep  7 07:12:28 2015	(r396250)
@@ -0,0 +1,2 @@
+SHA256 (PECL/hrtime-0.5.1.tgz) = 6d9bc2f2753f69d08ae26c84f9a0a9dcf18ef8979c910ec1be187c957ccfaa03
+SIZE (PECL/hrtime-0.5.1.tgz) = 8944

Added: head/devel/pecl-hrtime/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-hrtime/pkg-descr	Mon Sep  7 07:12:28 2015	(r396250)
@@ -0,0 +1,5 @@
+The extension implements a high resolution StopWatch class. It uses the the best
+possible APIs on different platforms. It also makes possible to implement a
+custom stopwatch using low level ticks delivered by the underlaying APIs.
+
+WWW: https://pecl.php.net/package/hrtime



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