svn commit: r457703 - in head/net: . rubygem-mqtt

Antoine Brodin antoine at FreeBSD.org
Sun Dec 31 16:20:43 UTC 2017


Author: antoine
Date: Sun Dec 31 16:20:42 2017
New Revision: 457703
URL: https://svnweb.freebsd.org/changeset/ports/457703

Log:
  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

Added:
  head/net/rubygem-mqtt/
  head/net/rubygem-mqtt/Makefile   (contents, props changed)
  head/net/rubygem-mqtt/distinfo   (contents, props changed)
  head/net/rubygem-mqtt/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Dec 31 16:16:20 2017	(r457702)
+++ head/net/Makefile	Sun Dec 31 16:20:42 2017	(r457703)
@@ -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

Added: head/net/rubygem-mqtt/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-mqtt/Makefile	Sun Dec 31 16:20:42 2017	(r457703)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	mqtt
+PORTVERSION=	0.5.0
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	antoine at 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>

Added: head/net/rubygem-mqtt/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-mqtt/distinfo	Sun Dec 31 16:20:42 2017	(r457703)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514734178
+SHA256 (rubygem/mqtt-0.5.0.gem) = 29e6fb74d2b8f6f1936967eb798e40c8aebc890b699b3c801fc6d5e2b3863334
+SIZE (rubygem/mqtt-0.5.0.gem) = 39936

Added: head/net/rubygem-mqtt/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-mqtt/pkg-descr	Sun Dec 31 16:20:42 2017	(r457703)
@@ -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


More information about the svn-ports-head mailing list