aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2021-07-03 06:00:55 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2021-07-03 06:03:24 +0000
commit1991e978c18731a9ee5abcc26e02ab6bf98c77b1 (patch)
treed03b64c1d7b7cc9d016cf9c16dadfe187235d45c
parent65cb21cae8786afbbecf821eff0f8ab49a186289 (diff)
downloadports-1991e978c18731a9ee5abcc26e02ab6bf98c77b1.tar.gz
ports-1991e978c18731a9ee5abcc26e02ab6bf98c77b1.zip
devel/rubygem-gitlab-rdoc: Added new port required for gitlab-ce 14.0.2.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-gitlab-rdoc/Makefile22
-rw-r--r--devel/rubygem-gitlab-rdoc/distinfo3
-rw-r--r--devel/rubygem-gitlab-rdoc/pkg-descr5
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7edff8ac2ec4..a18bcd5bf9e3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6220,6 +6220,7 @@
SUBDIR += rubygem-gitlab-labkit
SUBDIR += rubygem-gitlab-license
SUBDIR += rubygem-gitlab-pygments.rb
+ SUBDIR += rubygem-gitlab-rdoc
SUBDIR += rubygem-gitlab-sidekiq-fetcher
SUBDIR += rubygem-gitlab_chronic_duration
SUBDIR += rubygem-gitlab_git
diff --git a/devel/rubygem-gitlab-rdoc/Makefile b/devel/rubygem-gitlab-rdoc/Makefile
new file mode 100644
index 000000000000..d6104daca7f0
--- /dev/null
+++ b/devel/rubygem-gitlab-rdoc/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= gitlab-rdoc
+PORTVERSION= 6.3.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= RDoc produces HTML and command-line documentation for Ruby projects
+
+LICENSE= GPLv2 RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/rdoc
+ ${RM} ${STAGEDIR}${PREFIX}/bin/ri
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-gitlab-rdoc/distinfo b/devel/rubygem-gitlab-rdoc/distinfo
new file mode 100644
index 000000000000..f367ea20ee5b
--- /dev/null
+++ b/devel/rubygem-gitlab-rdoc/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1625167966
+SHA256 (rubygem/gitlab-rdoc-6.3.2.gem) = c97917d688a6945f5c5d04859962216f174fcb7f141bf9f2d04a10d9668e6d13
+SIZE (rubygem/gitlab-rdoc-6.3.2.gem) = 569856
diff --git a/devel/rubygem-gitlab-rdoc/pkg-descr b/devel/rubygem-gitlab-rdoc/pkg-descr
new file mode 100644
index 000000000000..3d9f1bdc9649
--- /dev/null
+++ b/devel/rubygem-gitlab-rdoc/pkg-descr
@@ -0,0 +1,5 @@
+RDoc produces HTML and command-line documentation for Ruby projects. RDoc
+includes the +rdoc+ and +ri+ tools for generating and displaying online
+documentation. See RDoc for a description of RDoc's markup and basic use.
+
+WWW: https://ruby.github.io/rdoc/