Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 14:47:11 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 753214d7bc5e - main - devel/rubygem-rinda: Add rubygem-rinda 0.1.0
Message-ID:  <202106101447.15AElB68047301@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=753214d7bc5ec1ec170a361eb4780b6a737f683f

commit 753214d7bc5ec1ec170a361eb4780b6a737f683f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-10 14:25:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-10 14:45:57 +0000

    devel/rubygem-rinda: Add rubygem-rinda 0.1.0
    
    Rinda is a module to implement the Linda distributed computing paradigm in Ruby.
    
    WWW: https://github.com/ruby/rinda
---
 devel/Makefile                |  1 +
 devel/rubygem-rinda/Makefile  | 20 ++++++++++++++++++++
 devel/rubygem-rinda/distinfo  |  3 +++
 devel/rubygem-rinda/pkg-descr |  3 +++
 4 files changed, 27 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101447.15AElB68047301>