svn commit: r307504 - in head/devel: . pear-PHP_Timer
Pawel Pekala
pawel at FreeBSD.org
Sat Nov 17 11:28:26 UTC 2012
Author: pawel
Date: Sat Nov 17 11:28:26 2012
New Revision: 307504
URL: http://svnweb.freebsd.org/changeset/ports/307504
Log:
Utility class for timing
WWW: https://github.com/sebastianbergmann/php-timer
PR: ports/171732
Submitted by: Gasol Wu <gasol.wu at gmail.com>
Feature safe: yes
Added:
head/devel/pear-PHP_Timer/
head/devel/pear-PHP_Timer/Makefile (contents, props changed)
head/devel/pear-PHP_Timer/distinfo (contents, props changed)
head/devel/pear-PHP_Timer/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Nov 17 11:28:19 2012 (r307503)
+++ head/devel/Makefile Sat Nov 17 11:28:26 2012 (r307504)
@@ -3016,6 +3016,7 @@
SUBDIR += pear-PHP_CompatInfo
SUBDIR += pear-PHP_Parser
SUBDIR += pear-PHP_ParserGenerator
+ SUBDIR += pear-PHP_Timer
SUBDIR += pear-PHP_UML
SUBDIR += pear-Pager
SUBDIR += pear-PhpDocumentor
Added: head/devel/pear-PHP_Timer/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-PHP_Timer/Makefile Sat Nov 17 11:28:26 2012 (r307504)
@@ -0,0 +1,26 @@
+# Created by: Gasol Wu <gasol.wu at gmail.com>
+# $FreeBSD$
+
+PORTNAME= PHP_Timer
+PORTVERSION= 1.0.2
+CATEGORIES= devel pear
+MASTER_SITES= http://pear.phpunit.de/get/
+PKGNAMEPREFIX= pear-
+
+MAINTAINER= gasol.wu at gmail.com
+COMMENT= Utility class for timing
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
+
+PEAR_CHANNEL= phpunit
+PEAR_AUTOINSTALL= yes
+
+DEFAULT_PHP_VER=5
+IGNORE_WITH_PHP=4
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
Added: head/devel/pear-PHP_Timer/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-PHP_Timer/distinfo Sat Nov 17 11:28:26 2012 (r307504)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/PHP_Timer-1.0.2.tgz) = 1208aa877b2d806caf37233c7a49a759aa3a64cbefeffac3538e697c08b2c5d8
+SIZE (PEAR/PHP_Timer-1.0.2.tgz) = 3686
Added: head/devel/pear-PHP_Timer/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-PHP_Timer/pkg-descr Sat Nov 17 11:28:26 2012 (r307504)
@@ -0,0 +1,3 @@
+Utility class for timing
+
+WWW: https://github.com/sebastianbergmann/php-timer
More information about the svn-ports-all
mailing list