git: 9ca2b48d710f - main - devel/rubygem-drb: Add rubygem-drb 2.0.4
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 22 14:47:28 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9ca2b48d710f1904809599d49512a3b7f5951841
commit 9ca2b48d710f1904809599d49512a3b7f5951841
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-22 14:42:08 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-22 14:42:08 +0000
devel/rubygem-drb: Add rubygem-drb 2.0.4
dRuby is a distributed object system for Ruby. It allows an object in one Ruby
process to invoke methods on an object in another Ruby process on the same or a
different machine.
The Ruby standard library contains the core classes of the dRuby package.
However, the full package also includes access control lists and the Rinda
tuple-space distributed task management system, as well as a large number of
samples.
WWW: https://github.com/ruby/drb
---
devel/Makefile | 1 +
devel/rubygem-drb/Makefile | 20 ++++++++++++++++++++
devel/rubygem-drb/distinfo | 3 +++
devel/rubygem-drb/pkg-descr | 10 ++++++++++
4 files changed, 34 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 0edb212314dd..efb93fe130a1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6112,6 +6112,7 @@
SUBDIR += rubygem-ditz
SUBDIR += rubygem-diva
SUBDIR += rubygem-docile
+ SUBDIR += rubygem-drb
SUBDIR += rubygem-dry-configurable
SUBDIR += rubygem-dry-container
SUBDIR += rubygem-dry-core
diff --git a/devel/rubygem-drb/Makefile b/devel/rubygem-drb/Makefile
new file mode 100644
index 000000000000..19ddfd307369
--- /dev/null
+++ b/devel/rubygem-drb/Makefile
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= drb
+PORTVERSION= 2.0.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Distributed object system for 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-drb/distinfo b/devel/rubygem-drb/distinfo
new file mode 100644
index 000000000000..1f0f6733f727
--- /dev/null
+++ b/devel/rubygem-drb/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1621183174
+SHA256 (rubygem/drb-2.0.4.gem) = 95582195e17c5c7f8e0ef265ab49cdbc5565ec66a9c4dc6617dedfd8ff1ae0a3
+SIZE (rubygem/drb-2.0.4.gem) = 32256
diff --git a/devel/rubygem-drb/pkg-descr b/devel/rubygem-drb/pkg-descr
new file mode 100644
index 000000000000..61c2e6f93a80
--- /dev/null
+++ b/devel/rubygem-drb/pkg-descr
@@ -0,0 +1,10 @@
+dRuby is a distributed object system for Ruby. It allows an object in one Ruby
+process to invoke methods on an object in another Ruby process on the same or a
+different machine.
+
+The Ruby standard library contains the core classes of the dRuby package.
+However, the full package also includes access control lists and the Rinda
+tuple-space distributed task management system, as well as a large number of
+samples.
+
+WWW: https://github.com/ruby/drb
More information about the dev-commits-ports-all
mailing list