View | Details | Raw Unified | Return to bug 76458
Collapse All | Expand All

(-)pear-Benchmark/Makefile (-3 / +4 lines)
Lines 6-24 Link Here
6
#
6
#
7
7
8
PORTNAME=	Benchmark
8
PORTNAME=	Benchmark
9
PORTVERSION=	1.2.1
9
PORTVERSION=	1.2.2
10
CATEGORIES=	benchmarks devel www pear
10
CATEGORIES=	benchmarks devel www pear
11
11
12
MAINTAINER=	antonio@php.net
12
MAINTAINER=	antonio@php.net
13
COMMENT=	Framework to benchmark PHP scripts or function calls
13
COMMENT=	PEAR framework to benchmark PHP scripts or function calls
14
14
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
16
RUN_DEPENDS=	${BUILD_DEPENDS}
16
RUN_DEPENDS=	${BUILD_DEPENDS}
17
17
18
USE_PHP=	bcmath
19
18
CATEGORY=	Benchmark
20
CATEGORY=	Benchmark
19
FILES=		Timer.php Iterate.php Profiler.php
21
FILES=		Timer.php Iterate.php Profiler.php
20
DOCS=		timer_example.php
22
DOCS=		timer_example.php
21
22
_DOCSDIR=	doc
23
_DOCSDIR=	doc
23
24
24
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
(-)pear-Benchmark/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/Benchmark-1.2.1.tgz) = 47114bf9e7ff959d8806a70de9ef36b7
1
MD5 (PEAR/Benchmark-1.2.2.tgz) = 2308cfee599debba218ff1850bbf91c7
2
SIZE (PEAR/Benchmark-1.2.1.tgz) = 5732
2
SIZE (PEAR/Benchmark-1.2.2.tgz) = 5966

Return to bug 76458