mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
New/resurrected port: net/pecl-mosquitto
Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop. WWW: https://pecl.php.net/package/Mosquitto Version 0.4.0 runs with PHP 7.x PR: 239317 Submitted by: Daniel Morante <daniel@morante.net>
This commit is contained in:
parent
637748ed72
commit
a2bc959e56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507067
5 changed files with 26 additions and 1 deletions
1
MOVED
1
MOVED
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
18
net/pecl-mosquitto/Makefile
Normal file
18
net/pecl-mosquitto/Makefile
Normal file
|
@ -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>
|
3
net/pecl-mosquitto/distinfo
Normal file
3
net/pecl-mosquitto/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1563563920
|
||||
SHA256 (PECL/Mosquitto-0.4.0.tgz) = eec599110f733afe5e0331a85d8feb354ec079b088bdca2dd81a587c5b50f8e4
|
||||
SIZE (PECL/Mosquitto-0.4.0.tgz) = 23804
|
4
net/pecl-mosquitto/pkg-descr
Normal file
4
net/pecl-mosquitto/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue