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

(-)b/devel/Makefile (+1 lines)
Lines 4045-4050 Link Here
4045
    SUBDIR += pecl-eio
4045
    SUBDIR += pecl-eio
4046
    SUBDIR += pecl-ev
4046
    SUBDIR += pecl-ev
4047
    SUBDIR += pecl-event
4047
    SUBDIR += pecl-event
4048
    SUBDIR += pecl-excimer
4048
    SUBDIR += pecl-expect
4049
    SUBDIR += pecl-expect
4049
    SUBDIR += pecl-grpc
4050
    SUBDIR += pecl-grpc
4050
    SUBDIR += pecl-inotify
4051
    SUBDIR += pecl-inotify
(-)b/devel/pecl-excimer/Makefile (+14 lines)
Added Link Here
1
PORTNAME=	excimer
2
PORTVERSION=	1.1.1
3
CATEGORIES=	devel pear
4
5
MAINTAINER=	000.fbsd@quip.cz
6
COMMENT=	Interrupting timer and a low-overhead sampling profiler
7
WWW=		https://pecl.php.net/package/excimer
8
9
LICENSE=	APACHE20
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
12
USES=		php:pecl
13
14
.include <bsd.port.mk>
(-)b/devel/pecl-excimer/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1678743867
2
SHA256 (PECL/excimer-1.1.1.tgz) = 3df777b40b35ad06657225c2b1fc7846e168432c25c59f2ce57159b0e18a201a
3
SIZE (PECL/excimer-1.1.1.tgz) = 30040
(-)b/devel/pecl-excimer/pkg-descr (+2 lines)
Added Link Here
1
Excimer PHP extension provides an interrupting timer and a low-overhead
2
sampling profiler

Return to bug 273183