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:
parent
049c5ae26e
commit
61954e3fd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457703
@ -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
18
net/rubygem-mqtt/Makefile
Normal 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>
|
3
net/rubygem-mqtt/distinfo
Normal file
3
net/rubygem-mqtt/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1514734178
|
||||
SHA256 (rubygem/mqtt-0.5.0.gem) = 29e6fb74d2b8f6f1936967eb798e40c8aebc890b699b3c801fc6d5e2b3863334
|
||||
SIZE (rubygem/mqtt-0.5.0.gem) = 39936
|
4
net/rubygem-mqtt/pkg-descr
Normal file
4
net/rubygem-mqtt/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user