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:
parent
11ca3149a7
commit
9ca2b48d71
@ -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
|
||||
|
20
devel/rubygem-drb/Makefile
Normal file
20
devel/rubygem-drb/Makefile
Normal 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>
|
3
devel/rubygem-drb/distinfo
Normal file
3
devel/rubygem-drb/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1621183174
|
||||
SHA256 (rubygem/drb-2.0.4.gem) = 95582195e17c5c7f8e0ef265ab49cdbc5565ec66a9c4dc6617dedfd8ff1ae0a3
|
||||
SIZE (rubygem/drb-2.0.4.gem) = 32256
|
10
devel/rubygem-drb/pkg-descr
Normal file
10
devel/rubygem-drb/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user