1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

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
This commit is contained in:
Po-Chuan Hsieh 2021-05-22 22:42:08 +08:00
parent 11ca3149a7
commit 9ca2b48d71
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= drb
PORTVERSION= 2.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1621183174
SHA256 (rubygem/drb-2.0.4.gem) = 95582195e17c5c7f8e0ef265ab49cdbc5565ec66a9c4dc6617dedfd8ff1ae0a3
SIZE (rubygem/drb-2.0.4.gem) = 32256

View File

@ -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