diff options
Diffstat (limited to '')
-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 | ||||
-rw-r--r-- | devel/rubygem-rdoc/Makefile | 5 | ||||
-rw-r--r-- | devel/rubygem-rdoc/distinfo | 6 |
5 files changed, 41 insertions, 5 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. diff --git a/devel/rubygem-rdoc/Makefile b/devel/rubygem-rdoc/Makefile index 88b7a7c7b96d..46b6d1e1586c 100644 --- a/devel/rubygem-rdoc/Makefile +++ b/devel/rubygem-rdoc/Makefile @@ -1,5 +1,5 @@ PORTNAME= rdoc -PORTVERSION= 6.13.1 +PORTVERSION= 6.14.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,8 @@ LICENSE= GPLv2 RUBY LICENSE_COMB= dual LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc -RUN_DEPENDS= rubygem-psych>=4.0.0:textproc/rubygem-psych +RUN_DEPENDS= rubygem-erb>=0:devel/rubygem-erb \ + rubygem-psych>=4.0.0:textproc/rubygem-psych USES= cpe gem diff --git a/devel/rubygem-rdoc/distinfo b/devel/rubygem-rdoc/distinfo index 77d4c399c6b7..a71d9c3f74a3 100644 --- a/devel/rubygem-rdoc/distinfo +++ b/devel/rubygem-rdoc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289440 -SHA256 (rubygem/rdoc-6.13.1.gem) = 62a0dac99493c94e8eb7a3fb44e55aefcb4cecb119f7991f25bddc5ed8d472f7 -SIZE (rubygem/rdoc-6.13.1.gem) = 669184 +TIMESTAMP = 1752266268 +SHA256 (rubygem/rdoc-6.14.2.gem) = 9fdd44df130f856ae70cc9a264dfd659b9b40de369b16581f4ab746e42439226 +SIZE (rubygem/rdoc-6.14.2.gem) = 671744 |