New port: net/rubygem-mqtt

Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for
publish/subscribe messaging.

WWW: http://github.com/njh/ruby-mqtt
This commit is contained in:
Antoine Brodin 2017-12-31 16:20:42 +00:00
parent 049c5ae26e
commit 61954e3fd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457703
4 changed files with 26 additions and 0 deletions

View File

@ -1210,6 +1210,7 @@
SUBDIR += rubygem-iproto
SUBDIR += rubygem-lita-gems
SUBDIR += rubygem-macaddr
SUBDIR += rubygem-mqtt
SUBDIR += rubygem-net-ldap
SUBDIR += rubygem-net-netrc
SUBDIR += rubygem-net-ping

18
net/rubygem-mqtt/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= mqtt
PORTVERSION= 0.5.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Implementation of the MQTT protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1514734178
SHA256 (rubygem/mqtt-0.5.0.gem) = 29e6fb74d2b8f6f1936967eb798e40c8aebc890b699b3c801fc6d5e2b3863334
SIZE (rubygem/mqtt-0.5.0.gem) = 39936

View File

@ -0,0 +1,4 @@
Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for
publish/subscribe messaging.
WWW: http://github.com/njh/ruby-mqtt