View | Details | Raw Unified | Return to bug 200540 | Differences between
and this patch

Collapse All | Expand All

(-)net/py-paho-mqtt/Makefile (+18 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	paho-mqtt
4
PORTVERSION=	1.1
5
CATEGORIES=	net python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	joe@thrallingpenguin.com
10
COMMENT=	MQTT version 3.1/3.1.1 client class
11
12
LICENSE=	EPL
13
14
USES=		shebangfix python
15
USE_PYTHON=	distutils autoplist
16
SHEBANG_FILES=	examples/*.py
17
18
.include <bsd.port.mk>
(-)net/py-paho-mqtt/distinfo (+2 lines)
Added Link Here
1
SHA256 (paho-mqtt-1.1.tar.gz) = 0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e
2
SIZE (paho-mqtt-1.1.tar.gz) = 41788
(-)net/py-paho-mqtt/pkg-descr (+8 lines)
Added Link Here
1
Python MQTT version 3.1/3.1.1 client class
2
3
The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things"
4
connectivity protocol. Designed as an extremely lightweight publish/subscribe
5
messaging transport, it is useful for connections with remote locations where
6
a small code footprint is required and/or network bandwidth is at a premium.
7
8
WWW: http://eclipse.org/paho

Return to bug 200540