diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/pecl-mosquitto/Makefile | 18 | ||||
-rw-r--r-- | net/pecl-mosquitto/distinfo | 3 | ||||
-rw-r--r-- | net/pecl-mosquitto/pkg-descr | 4 |
5 files changed, 26 insertions, 1 deletions
@@ -10875,7 +10875,6 @@ security/py-yubioath-desktop|security/yubioath-desktop|2018-12-27|New Yubikey Oa audio/amarok-kde4|audio/amarok|2018-12-28|Renamed as no longer kde4 based games/knights-kde|games/knights|2018-12-30|Switch to version from KDE Applications multimedia/kmplayer-kde4|multimedia/kmplayer|2018-12-30|Moved to KF5 based version -net/pecl-mosquitto||2018-12-30|Has expired: Works only with EOL php 5.6 net/pecl-ip2location||2018-12-30|Has expired: Works only with EOL php 5.6 net/pecl-yp||2018-12-30|Has expired: Works only with EOL php 5.6 net/pecl-oauth||2018-12-30|Has expired: Works only with EOL php 5.6 diff --git a/net/Makefile b/net/Makefile index 13c782fdb5af..38c5d1cd6940 100644 --- a/net/Makefile +++ b/net/Makefile @@ -944,6 +944,7 @@ SUBDIR += pear-XML_RPC SUBDIR += pear-XML_RPC2 SUBDIR += pecl-amqp + SUBDIR += pecl-mosquitto SUBDIR += pecl-oauth2 SUBDIR += pecl-radius SUBDIR += pecl-rdkafka diff --git a/net/pecl-mosquitto/Makefile b/net/pecl-mosquitto/Makefile new file mode 100644 index 000000000000..4f18bd71d28c --- /dev/null +++ b/net/pecl-mosquitto/Makefile @@ -0,0 +1,18 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= mosquitto +PORTVERSION= 0.4.0 +CATEGORIES= net pear +DISTNAME= Mosquitto-${PORTVERSION} + +MAINTAINER= gasol.wu@gmail.com +COMMENT= Extension for libmosquitto + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= mosquitto>=0:net/mosquitto + +USES= php:pecl + +.include <bsd.port.mk> diff --git a/net/pecl-mosquitto/distinfo b/net/pecl-mosquitto/distinfo new file mode 100644 index 000000000000..5c40ef939c97 --- /dev/null +++ b/net/pecl-mosquitto/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1563563920 +SHA256 (PECL/Mosquitto-0.4.0.tgz) = eec599110f733afe5e0331a85d8feb354ec079b088bdca2dd81a587c5b50f8e4 +SIZE (PECL/Mosquitto-0.4.0.tgz) = 23804 diff --git a/net/pecl-mosquitto/pkg-descr b/net/pecl-mosquitto/pkg-descr new file mode 100644 index 000000000000..0a46eba5858f --- /dev/null +++ b/net/pecl-mosquitto/pkg-descr @@ -0,0 +1,4 @@ +Mosquitto provides support for the MQTT protocol, including publishing, +subscribing, and an event loop. + +WWW: https://pecl.php.net/package/Mosquitto |