Commit 0896200d authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

devel/pecl-hrtime: Cleanup

- Requires php74 which was EOL on 2022-11-28

Sponsored by:	Bounce Experts
parent d9dab2c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17630,3 +17630,4 @@ math/pecl-stats2||2022-12-05|Requires php74 which was EOL on 2022-11-28
devel/pecl-jsmin||2022-12-05|Requires php74 which was EOL on 2022-11-28
security/py-certbot-dns-cloudxns||2022-12-06|The CloudXNS DNS service is defunct and upstream removed plugin for it
security/pam_krb5|security/pam_krb5@mit|2022-12-06|The pam_krb5 package is now the (default) mit flavor
devel/pecl-hrtime||2022-12-08|Requires php74 which was EOL on 2022-11-28
+0 −1
Original line number Diff line number Diff line
@@ -3981,7 +3981,6 @@
    SUBDIR += pecl-event
    SUBDIR += pecl-expect
    SUBDIR += pecl-grpc
    SUBDIR += pecl-hrtime
    SUBDIR += pecl-inotify
    SUBDIR += pecl-json_post
    SUBDIR += pecl-msgpack

devel/pecl-hrtime/Makefile

deleted100644 → 0
+0 −17
Original line number Diff line number Diff line
PORTNAME=	hrtime
PORTVERSION=	0.6.0
CATEGORIES=	devel

MAINTAINER=	gasol.wu@gmail.com
COMMENT=	High resolution timing for PHP
WWW=		https://pecl.php.net/package/hrtime

LICENSE=	BSD2CLAUSE

DEPRECATED=	Requires php 7.4 which is set to expire on 2022-11-29
EXPIRATION_DATE=2022-11-28

USES=		php:pecl
IGNORE_WITH_PHP=	80 81 82

.include <bsd.port.mk>

devel/pecl-hrtime/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1484123182
SHA256 (PECL/hrtime-0.6.0.tgz) = f0803d08a1c65a3cff1b1fd56704a59e69fa5f527c93bc3781835e3d546f0ca5
SIZE (PECL/hrtime-0.6.0.tgz) = 9146

devel/pecl-hrtime/pkg-descr

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
The extension implements a high resolution StopWatch class. It uses the the best
possible APIs on different platforms. It also makes possible to implement a
custom stopwatch using low level ticks delivered by the underlaying APIs.