aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-mqtt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-31 16:20:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-31 16:20:42 +0000
commit61954e3fd9b41dd19d5bc8ab1862d07982e233b0 (patch)
treeece8b19c737608b1729c99ab411f0c24fca740b3 /net/rubygem-mqtt
parent049c5ae26e803ac20649ff94e76ec90160d4abb1 (diff)
downloadports-61954e3fd9b41dd19d5bc8ab1862d07982e233b0.tar.gz
ports-61954e3fd9b41dd19d5bc8ab1862d07982e233b0.zip
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
Notes
Notes: svn path=/head/; revision=457703
Diffstat (limited to 'net/rubygem-mqtt')
-rw-r--r--net/rubygem-mqtt/Makefile18
-rw-r--r--net/rubygem-mqtt/distinfo3
-rw-r--r--net/rubygem-mqtt/pkg-descr4
3 files changed, 25 insertions, 0 deletions
diff --git a/net/rubygem-mqtt/Makefile b/net/rubygem-mqtt/Makefile
new file mode 100644
index 000000000000..a719e9a7e657
--- /dev/null
+++ b/net/rubygem-mqtt/Makefile
@@ -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>
diff --git a/net/rubygem-mqtt/distinfo b/net/rubygem-mqtt/distinfo
new file mode 100644
index 000000000000..c16c3e5ffddb
--- /dev/null
+++ b/net/rubygem-mqtt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514734178
+SHA256 (rubygem/mqtt-0.5.0.gem) = 29e6fb74d2b8f6f1936967eb798e40c8aebc890b699b3c801fc6d5e2b3863334
+SIZE (rubygem/mqtt-0.5.0.gem) = 39936
diff --git a/net/rubygem-mqtt/pkg-descr b/net/rubygem-mqtt/pkg-descr
new file mode 100644
index 000000000000..5c337ba576c9
--- /dev/null
+++ b/net/rubygem-mqtt/pkg-descr
@@ -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