Index: head/benchmarks/Makefile =================================================================== --- head/benchmarks/Makefile (revision 119722) +++ head/benchmarks/Makefile (revision 119723) @@ -1,41 +1,42 @@ # $FreeBSD$ # COMMENT = Benchmarking tools SUBDIR += autobench SUBDIR += bonnie SUBDIR += bonnie++ SUBDIR += bytebench SUBDIR += dbench SUBDIR += dbs SUBDIR += forkbomb SUBDIR += himenobench SUBDIR += hpl SUBDIR += httperf SUBDIR += iozone SUBDIR += iozone21 SUBDIR += lmbench SUBDIR += nbench SUBDIR += netperf SUBDIR += netpipe SUBDIR += nttcp + SUBDIR += pear-Benchmark SUBDIR += pipebench SUBDIR += pnetmark SUBDIR += polygraph SUBDIR += postal SUBDIR += postmark SUBDIR += pybench SUBDIR += rawio SUBDIR += scimark2 SUBDIR += scimark2c SUBDIR += siege SUBDIR += stream SUBDIR += tcpblast SUBDIR += tmetric SUBDIR += ttcp SUBDIR += ubench SUBDIR += webbench SUBDIR += xengine .include Property changes on: head/benchmarks/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/benchmarks/pear-Benchmark/Makefile =================================================================== --- head/benchmarks/pear-Benchmark/Makefile (nonexistent) +++ head/benchmarks/pear-Benchmark/Makefile (revision 119723) @@ -0,0 +1,26 @@ +# Ports collection makefile for: pear-Benchmark +# Date created: 09 September 2004 +# Whom: Antonio Carlos Venancio Junior () +# +# $FreeBSD$ +# + +PORTNAME= Benchmark +PORTVERSION= 1.2.1 +CATEGORIES= benchmarks devel www pear + +MAINTAINER= antonio@php.net +COMMENT= Framework to benchmark PHP scripts or function calls + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Benchmark +FILES= Timer.php Iterate.php Profiler.php +DOCS= timer_example.php + +_DOCSDIR= doc + +.include +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include Property changes on: head/benchmarks/pear-Benchmark/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/benchmarks/pear-Benchmark/distinfo =================================================================== --- head/benchmarks/pear-Benchmark/distinfo (nonexistent) +++ head/benchmarks/pear-Benchmark/distinfo (revision 119723) @@ -0,0 +1,2 @@ +MD5 (PEAR/Benchmark-1.2.1.tgz) = 47114bf9e7ff959d8806a70de9ef36b7 +SIZE (PEAR/Benchmark-1.2.1.tgz) = 5732 Property changes on: head/benchmarks/pear-Benchmark/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/benchmarks/pear-Benchmark/pkg-descr =================================================================== --- head/benchmarks/pear-Benchmark/pkg-descr (nonexistent) +++ head/benchmarks/pear-Benchmark/pkg-descr (revision 119723) @@ -0,0 +1,3 @@ +Framework to benchmark PHP scripts or function calls. + +WWW: http://pear.php.net/package/Benchmark/ Property changes on: head/benchmarks/pear-Benchmark/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property