svn commit: r557098 - in head/net: . rubygem-nats-pure
Romain Tartière
romain at FreeBSD.org
Sat Dec 5 23:56:09 UTC 2020
Author: romain
Date: Sat Dec 5 23:56:07 2020
New Revision: 557098
URL: https://svnweb.freebsd.org/changeset/ports/557098
Log:
Add net/rubygem-nats-pure
A thread safe Ruby client for the NATS messaging system written in pure Ruby.
WWW: http://rubygems.org/gems/nats-pure
Added:
head/net/rubygem-nats-pure/
head/net/rubygem-nats-pure/Makefile (contents, props changed)
head/net/rubygem-nats-pure/distinfo (contents, props changed)
head/net/rubygem-nats-pure/pkg-descr (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Sat Dec 5 23:42:57 2020 (r557097)
+++ head/net/Makefile Sat Dec 5 23:56:07 2020 (r557098)
@@ -1273,6 +1273,7 @@
SUBDIR += rubygem-macaddr
SUBDIR += rubygem-maxmind-db
SUBDIR += rubygem-mqtt
+ SUBDIR += rubygem-nats-pure
SUBDIR += rubygem-net-ldap
SUBDIR += rubygem-net-netrc
SUBDIR += rubygem-net-ntp
Added: head/net/rubygem-nats-pure/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-nats-pure/Makefile Sat Dec 5 23:56:07 2020 (r557098)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= nats-pure
+DISTVERSION= 0.6.2
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= romain at FreeBSD.org
+COMMENT= Ruby client for NATS, the cloud native messaging system
+
+LICENSE= MIT
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
Added: head/net/rubygem-nats-pure/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-nats-pure/distinfo Sat Dec 5 23:56:07 2020 (r557098)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595982517
+SHA256 (rubygem/nats-pure-0.6.2.gem) = 4c8b24466ae4a364ac5e5f066d5045b6825632993a3d39ddd91718c2bc86c1f5
+SIZE (rubygem/nats-pure-0.6.2.gem) = 18432
Added: head/net/rubygem-nats-pure/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-nats-pure/pkg-descr Sat Dec 5 23:56:07 2020 (r557098)
@@ -0,0 +1,3 @@
+A thread safe Ruby client for the NATS messaging system written in pure Ruby.
+
+WWW: http://rubygems.org/gems/nats-pure
More information about the svn-ports-head
mailing list