From owner-svn-ports-head@freebsd.org Mon Sep 7 07:12:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FC559CCDFF; Mon, 7 Sep 2015 07:12:30 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAC1E195E; Mon, 7 Sep 2015 07:12:29 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t877CT3M000515; Mon, 7 Sep 2015 07:12:29 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t877CSHU000511; Mon, 7 Sep 2015 07:12:28 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201509070712.t877CSHU000511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 7 Sep 2015 07:12:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396250 - in head/devel: . pecl-hrtime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 07:12:30 -0000 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 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 +# $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 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