Path to this page:
./
misc/ruby-manpages,
Adds support for man pages to rubygems
Branch: pkgsrc-2022Q4,
Version: 0.6.1nb2,
Package name: ruby31-manpages-0.6.1nb2,
Maintainer: tacaManpages
This plugin will add man pages support to ruby gems. Instead of adding a
new command like gem-man it will try to link the files to a place the man
command automatically discovers.
With rvm and chruby it works out of the box, but sadly for rbenv we need to
add hooks that modify the man symlink depending on the ruby version
currently used.
Master sites:
Filesize: 14.5 KB
Version history: (Expand)
- (2023-01-08) Updated to version: ruby31-manpages-0.6.1nb2
- (2022-12-27) Package added to pkgsrc.se, version ruby31-manpages-0.6.1 (created)
CVS history: (Expand)
2023-01-08 16:57:25 by Benny Siegert | Files touched by this commit (23) | |
Log message:
Pullup ticket #6716 - requested by taca
devel/ruby-manpages: build fix
+ dependent updates
Revisions pulled up:
- devel/ruby-mustache/Makefile 1.5-1.6
- devel/ruby-mustache/PLIST 1.3
- devel/ruby-ronn/Makefile 1.6-1.7
- devel/ruby-ronn/PLIST 1.4
- misc/ruby-lolcat/Makefile 1.4-1.5
- misc/ruby-lolcat/PLIST 1.3
- misc/ruby-manpages/Makefile 1.3-1.4
- misc/ruby-manpages/distinfo 1.2-1.3
- misc/ruby-manpages/patches/patch-lib_manpages_install.rb 1.1
- misc/ruby-manpages/patches/patch-lib_manpages_man__files.rb 1.1
- misc/ruby-manpages/patches/patch-lib_rubygems__plugin.rb 1.2
- sysutils/puppet/Makefile 1.60-1.61
- sysutils/puppet/PLIST 1.37
- textproc/ruby-asciidoctor/Makefile 1.11-1.12
- textproc/ruby-asciidoctor/PLIST 1.6
- textproc/ruby-bluecloth/Makefile 1.14-1.15
- textproc/ruby-bluecloth/PLIST 1.12
- textproc/ruby-kramdown/Makefile 1.31-1.32
- textproc/ruby-kramdown/PLIST 1.23
- textproc/ruby-rdiscount/Makefile 1.5-1.6
- textproc/ruby-rdiscount/PLIST 1.3
- www/ruby-unicorn/Makefile 1.22-1.23
- www/ruby-unicorn/PLIST 1.17
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Dec 29 16:21:36 UTC 2022
Modified Files:
pkgsrc/misc/ruby-manpages: Makefile distinfo
pkgsrc/misc/ruby-manpages/patches: patch-lib_rubygems__plugin.rb
Added Files:
pkgsrc/misc/ruby-manpages/patches: patch-lib_manpages_install.rb
Log message:
misc/ruby-manpages: support our install-root propery
* Fix symblic link(s) of manual pages.
* No need to set RUBYGEM_MANPAGES here.
Should be fix error message when pkg_alternatives is installed.
(Reported by wiz@ via private e-mail.)
Bump PKGREVISION.
## require pull-up
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Dec 29 16:23:52 UTC 2022
Modified Files:
pkgsrc/devel/ruby-mustache: Makefile
pkgsrc/devel/ruby-ronn: Makefile
pkgsrc/misc/ruby-lolcat: Makefile
pkgsrc/sysutils/puppet: Makefile
pkgsrc/textproc/ruby-asciidoctor: Makefile
pkgsrc/textproc/ruby-bluecloth: Makefile
pkgsrc/textproc/ruby-kramdown: Makefile
pkgsrc/textproc/ruby-rdiscount: Makefile
pkgsrc/www/ruby-unicorn: Makefile
Log message:
Bump PKGREVISION to reflect fix of ruby-manpages package.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Dec 31 16:20:40 UTC 2022
Modified Files:
pkgsrc/misc/ruby-manpages: Makefile distinfo
Added Files:
pkgsrc/misc/ruby-manpages/patches: patch-lib_manpages_man__files.rb
Log message:
misc/ruby-manpages: more better adaptation with pkg_alternatives
* Take maintainer ship.
* More better adaptation with pkg_alternatices; install manual pages
with ${RUBY_VER} as like commands.
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Dec 31 16:21:52 UTC 2022
Modified Files:
pkgsrc/devel/ruby-mustache: Makefile PLIST
pkgsrc/devel/ruby-ronn: Makefile PLIST
pkgsrc/misc/ruby-lolcat: Makefile PLIST
pkgsrc/sysutils/puppet: Makefile PLIST
pkgsrc/textproc/ruby-asciidoctor: Makefile PLIST
pkgsrc/textproc/ruby-bluecloth: Makefile PLIST
pkgsrc/textproc/ruby-kramdown: Makefile PLIST
pkgsrc/textproc/ruby-rdiscount: Makefile PLIST
pkgsrc/www/ruby-unicorn: Makefile PLIST
Log message:
Update PLIST caused by update of ruby-manpages.
Bump PKGREVISION.
|