summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2025-07-16 19:02:56 +0200
committerMatthias Fechner <mfechner@FreeBSD.org>2025-07-16 20:31:01 +0200
commit76bb00ce920f8b7695fc5ec7f60fb8011c5dde14 (patch)
tree582c545b1b8226550bb5d063dd49e0a923b8f5f6
parenttextproc/gitlab-zoekt-indexer: new port used by www/gitlab (diff)
devel/rubygem-drb-gitlab: new port required for gitlab 18.2
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-drb-gitlab/Makefile19
-rw-r--r--devel/rubygem-drb-gitlab/distinfo3
-rw-r--r--devel/rubygem-drb-gitlab/pkg-descr8
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b3290d52fc79..6de603fff602 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7240,6 +7240,7 @@
SUBDIR += rubygem-docile
SUBDIR += rubygem-docopt
SUBDIR += rubygem-drb
+ SUBDIR += rubygem-drb-gitlab
SUBDIR += rubygem-dry-cli
SUBDIR += rubygem-dry-configurable
SUBDIR += rubygem-dry-container
diff --git a/devel/rubygem-drb-gitlab/Makefile b/devel/rubygem-drb-gitlab/Makefile
new file mode 100644
index 000000000000..9f19befed3d8
--- /dev/null
+++ b/devel/rubygem-drb-gitlab/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= drb
+PORTVERSION= 2.2.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Distributed object system for Ruby
+WWW= https://github.com/ruby/drb
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-drb-gitlab/distinfo b/devel/rubygem-drb-gitlab/distinfo
new file mode 100644
index 000000000000..d26da35ed1e0
--- /dev/null
+++ b/devel/rubygem-drb-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1752678551
+SHA256 (rubygem/drb-2.2.3.gem) = 0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
+SIZE (rubygem/drb-2.2.3.gem) = 30720
diff --git a/devel/rubygem-drb-gitlab/pkg-descr b/devel/rubygem-drb-gitlab/pkg-descr
new file mode 100644
index 000000000000..dd0a0d0e74fc
--- /dev/null
+++ b/devel/rubygem-drb-gitlab/pkg-descr
@@ -0,0 +1,8 @@
+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.