diff options
Diffstat (limited to 'devel/rubygem-rdoc-gitlab')
-rw-r--r-- | devel/rubygem-rdoc-gitlab/Makefile | 29 | ||||
-rw-r--r-- | devel/rubygem-rdoc-gitlab/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-rdoc-gitlab/pkg-descr | 3 |
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/rubygem-rdoc-gitlab/Makefile b/devel/rubygem-rdoc-gitlab/Makefile new file mode 100644 index 000000000000..aa9df190eb3b --- /dev/null +++ b/devel/rubygem-rdoc-gitlab/Makefile @@ -0,0 +1,29 @@ +PORTNAME= rdoc +PORTVERSION= 6.3.4.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= RDoc produces HTML and command-line documentation for Ruby projects +WWW= https://ruby.github.io/rdoc/ \ + https://github.com/ruby/rdoc + +LICENSE= GPLv2 RUBY +LICENSE_COMB= dual +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc + +USES= cpe gem + +NO_ARCH= yes + +PLIST_FILES= bin/rdoc \ + bin/ri \ + share/man/man1/ri.1.gz + +CPE_VENDOR= ruby-lang + +post-install: + ${INSTALL_DATA} ${WRKSRC}/man/ri.1 ${STAGEDIR}${PREFIX}/share/man/man1 + +.include <bsd.port.mk> diff --git a/devel/rubygem-rdoc-gitlab/distinfo b/devel/rubygem-rdoc-gitlab/distinfo new file mode 100644 index 000000000000..4e6f307a78b0 --- /dev/null +++ b/devel/rubygem-rdoc-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747479202 +SHA256 (rubygem/rdoc-6.3.4.1.gem) = 0e1c30d007ed66b25698dea49bbdb5b50e6b25a04a851023d9b9d0317c0dc083 +SIZE (rubygem/rdoc-6.3.4.1.gem) = 570368 diff --git a/devel/rubygem-rdoc-gitlab/pkg-descr b/devel/rubygem-rdoc-gitlab/pkg-descr new file mode 100644 index 000000000000..2feceb4c8aa1 --- /dev/null +++ b/devel/rubygem-rdoc-gitlab/pkg-descr @@ -0,0 +1,3 @@ +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. |