From 1991e978c18731a9ee5abcc26e02ab6bf98c77b1 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Sat, 3 Jul 2021 08:00:55 +0200 Subject: devel/rubygem-gitlab-rdoc: Added new port required for gitlab-ce 14.0.2. --- devel/rubygem-gitlab-rdoc/Makefile | 22 ++++++++++++++++++++++ devel/rubygem-gitlab-rdoc/distinfo | 3 +++ devel/rubygem-gitlab-rdoc/pkg-descr | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 devel/rubygem-gitlab-rdoc/Makefile create mode 100644 devel/rubygem-gitlab-rdoc/distinfo create mode 100644 devel/rubygem-gitlab-rdoc/pkg-descr (limited to 'devel/rubygem-gitlab-rdoc') 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 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/ -- cgit v1.2.3