aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-rinda/Makefile20
-rw-r--r--devel/rubygem-rinda/distinfo3
-rw-r--r--devel/rubygem-rinda/pkg-descr3
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ae2691f130e8..9c0dec073a8d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6560,6 +6560,7 @@
SUBDIR += rubygem-rgen
SUBDIR += rubygem-rgl
SUBDIR += rubygem-rice
+ SUBDIR += rubygem-rinda
SUBDIR += rubygem-rodzilla
SUBDIR += rubygem-rotp
SUBDIR += rubygem-rr
diff --git a/devel/rubygem-rinda/Makefile b/devel/rubygem-rinda/Makefile
new file mode 100644
index 000000000000..90cd56b2b956
--- /dev/null
+++ b/devel/rubygem-rinda/Makefile
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= rinda
+PORTVERSION= 0.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Linda distributed computing paradigm in Ruby
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-rinda/distinfo b/devel/rubygem-rinda/distinfo
new file mode 100644
index 000000000000..698b24d0e5a4
--- /dev/null
+++ b/devel/rubygem-rinda/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1622213922
+SHA256 (rubygem/rinda-0.1.0.gem) = c021cf5e3a8401f2fbf863650fd78b480d7b1536a2bff17c28f4300aaa349373
+SIZE (rubygem/rinda-0.1.0.gem) = 16384
diff --git a/devel/rubygem-rinda/pkg-descr b/devel/rubygem-rinda/pkg-descr
new file mode 100644
index 000000000000..efabb0d7065a
--- /dev/null
+++ b/devel/rubygem-rinda/pkg-descr
@@ -0,0 +1,3 @@
+Rinda is a module to implement the Linda distributed computing paradigm in Ruby.
+
+WWW: https://github.com/ruby/rinda