git: 1991e978c187 - main - devel/rubygem-gitlab-rdoc: Added new port required for gitlab-ce 14.0.2.

Matthias Fechner mfechner at FreeBSD.org
Sat Jul 3 06:05:44 UTC 2021


The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1991e978c18731a9ee5abcc26e02ab6bf98c77b1

commit 1991e978c18731a9ee5abcc26e02ab6bf98c77b1
Author:     Matthias Fechner <mfechner at FreeBSD.org>
AuthorDate: 2021-07-03 06:00:55 +0000
Commit:     Matthias Fechner <mfechner at FreeBSD.org>
CommitDate: 2021-07-03 06:03:24 +0000

    devel/rubygem-gitlab-rdoc: Added new port required for gitlab-ce 14.0.2.
---
 devel/Makefile                      |  1 +
 devel/rubygem-gitlab-rdoc/Makefile  | 22 ++++++++++++++++++++++
 devel/rubygem-gitlab-rdoc/distinfo  |  3 +++
 devel/rubygem-gitlab-rdoc/pkg-descr |  5 +++++
 4 files changed, 31 insertions(+)

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 at 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/


More information about the dev-commits-ports-main mailing list