FreeBSD Bugzilla – Attachment 255640 Details for
Bug 283141
[NEW PORT] devel/pecl-pcov: Self contained php-code-coverage compatible driver for PHP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New port: devel/pecl-pcov
0001-New-port-devel-pecl-pcov.patch (text/plain), 2.15 KB, created by
Einar Bjarni Halldórsson
on 2024-12-05 13:33:17 UTC
(
hide
)
Description:
New port: devel/pecl-pcov
Filename:
MIME Type:
Creator:
Einar Bjarni Halldórsson
Created:
2024-12-05 13:33:17 UTC
Size:
2.15 KB
patch
obsolete
>From 20446cfb47d6f2d3db876188737f33178ba3dc53 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Einar=20Bjarni=20Halld=C3=B3rsson?= <einar@isnic.is> >Date: Thu, 5 Dec 2024 13:31:27 +0000 >Subject: [PATCH] New port: devel/pecl-pcov > >A Self contained php-code-coverage compatible driver for PHP >--- > devel/Makefile | 1 + > devel/pecl-pcov/Makefile | 20 ++++++++++++++++++++ > devel/pecl-pcov/distinfo | 3 +++ > devel/pecl-pcov/pkg-descr | 1 + > 4 files changed, 25 insertions(+) > create mode 100644 devel/pecl-pcov/Makefile > create mode 100644 devel/pecl-pcov/distinfo > create mode 100644 devel/pecl-pcov/pkg-descr > >diff --git a/devel/Makefile b/devel/Makefile >index d0b95ec5a7c1..de1c3847d1f6 100644 >--- a/devel/Makefile >+++ b/devel/Makefile >@@ -4197,6 +4197,7 @@ > SUBDIR += pecl-json_post > SUBDIR += pecl-msgpack > SUBDIR += pecl-mustache >+ SUBDIR += pecl-pcov > SUBDIR += pecl-protobuf > SUBDIR += pecl-psr > SUBDIR += pecl-raphf2 >diff --git a/devel/pecl-pcov/Makefile b/devel/pecl-pcov/Makefile >new file mode 100644 >index 000000000000..e0618aa6e2d1 >--- /dev/null >+++ b/devel/pecl-pcov/Makefile >@@ -0,0 +1,20 @@ >+PORTNAME= pcov >+PORTVERSION= 1.0.12 >+CATEGORIES= devel >+ >+MAINTAINER= einar@isnic.is >+COMMENT= Self contained php-code-coverage compatible driver for PHP >+WWW= https://pecl.php.net/package/pcov \ >+ https://github.com/krakjoe/pcov >+ >+LICENSE= PHP301 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+LIB_DEPENDS= libpcre2-8.so:devel/pcre2 >+ >+USES= php:phpize,pecl pkgconfig >+ >+CFLAGS+= -I${PREFIX}/include >+CONFIGURE_ARGS= --enable-pcov >+ >+.include <bsd.port.mk> >diff --git a/devel/pecl-pcov/distinfo b/devel/pecl-pcov/distinfo >new file mode 100644 >index 000000000000..85c2ade04d2f >--- /dev/null >+++ b/devel/pecl-pcov/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1733395835 >+SHA256 (PECL/pcov-1.0.12.tgz) = 23255c8c9335a9636ccb743f5302436a97a582a0bbde9869485be911bbc15da8 >+SIZE (PECL/pcov-1.0.12.tgz) = 25341 >diff --git a/devel/pecl-pcov/pkg-descr b/devel/pecl-pcov/pkg-descr >new file mode 100644 >index 000000000000..6dfddf684d1a >--- /dev/null >+++ b/devel/pecl-pcov/pkg-descr >@@ -0,0 +1 @@ >+Self contained php-code-coverage compatible driver for PHP >-- >2.39.5 (Apple Git-154) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 283141
: 255640