Bug 263871 - sysutils/rubygem-bundler: Patch for installing manual pages (bundle cmds, Gemfile format)
Summary: sysutils/rubygem-bundler: Patch for installing manual pages (bundle cmds, Gem...
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-08 23:41 UTC by Sean Champ
Modified: 2022-05-08 23:41 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ruby)


Attachments
patch for installing manual pages to be accesible with man(1) (1.31 KB, patch)
2022-05-08 23:41 UTC, Sean Champ
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Champ 2022-05-08 23:41:41 UTC
Created attachment 233814 [details]
patch for installing manual pages to be accesible with man(1)

The bundler gem is published with a number of manual pages, such that would be available under the pathname where the gem is installed.

On some Linux distributions, for instance openSUSE, those manual pages may be available directly with the host 'man' cmd, without a modified MANPATH.

The patch, as attached, would install the bundler manual pages under MANPREFIX. 

Symbolic links would also be installed, as for each of the Gemfile.5 (to gemfile.5) and bundler.1 (to bundle.1) manual pages.

This might serve to make that documentation available under man(1). Of course, most of the bundler documentation, excepting Gemfile(5), would also be avilable under a shell cmd like `bundler [cmd] --help'