From owner-dev-commits-ports-all@freebsd.org Sat Jul 3 06:05:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C577A64BE08; Sat, 3 Jul 2021 06:05:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GH1dz2m12z3mm5; Sat, 3 Jul 2021 06:05:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B03D5225AF; Sat, 3 Jul 2021 06:05:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16365gKd049337; Sat, 3 Jul 2021 06:05:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16365gUb049336; Sat, 3 Jul 2021 06:05:42 GMT (envelope-from git) Date: Sat, 3 Jul 2021 06:05:42 GMT Message-Id: <202107030605.16365gUb049336@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: 1991e978c187 - main - devel/rubygem-gitlab-rdoc: Added new port required for gitlab-ce 14.0.2. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1991e978c18731a9ee5abcc26e02ab6bf98c77b1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2021 06:05:43 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=1991e978c18731a9ee5abcc26e02ab6bf98c77b1 commit 1991e978c18731a9ee5abcc26e02ab6bf98c77b1 Author: Matthias Fechner AuthorDate: 2021-07-03 06:00:55 +0000 Commit: Matthias Fechner 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@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/