Port details |
- qman More modern man page viewer for our terminals
- 1.4.2.20250630 misc
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: tagattie@FreeBSD.org
 - Port Added: 2025-07-15 20:21:06
- Last Update: 2025-07-15 21:04:29
- Commit Hash: 650163d
- License: BSD2CLAUSE
- WWW:
- https://github.com/plp13/qman
- Description:
- Unix manual pages are lovely. They are concise, well-written,
complete, and downright useful. However, the standard way of accessing
them from the command-line hasn't changed since the early days.
Qman aims to change that. It's a modern, full-featured manual page
viewer featuring hyperlinks, web browser like navigation, a table of
contents for each page, incremental search, on-line help, and more. It
also strives to be fast and tiny, so that it can be used
everywhere. For this reason, it's been written in plain C and has only
minimal dependencies.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/qman/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/qman
- pkg install qman
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qman
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1752607509
SHA256 (plp13-qman-1.4.2.20250630-16b4e808ab619d7bfb7d94017ca9505b69a387fb_GH0.tar.gz) = 8b950c83bae0bd0fa5bd67d549b9044f152aae5925a1cf804cc56228272cabaa
SIZE (plp13-qman-1.4.2.20250630-16b4e808ab619d7bfb7d94017ca9505b69a387fb_GH0.tar.gz) = 952625
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cog : devel/py-cogapp
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- groff : textproc/groff
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for qman-1.4.2.20250630:
BZIP2=on: Support bzip2-compressed manual pages
DOCS=on: Build and/or install documentation
GZIP=on: Support gzip-compressed manual pages
LZMA=on: Support xz-compressed manual pages
MANPAGES=on: Build and/or install manual pages
===> Use 'make config' to modify these settings
- Options name:
- misc_qman
- USES:
- groff:run meson pkgconfig ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.2.20250630 15 Jul 2025 21:04:29
    |
Hiroki Tagato (tagattie)  |
misc/qman: add missing .include <bsd.port.options.mk>
Reported by: Dan Langille <dan@langille.org> (via private email)
Fixes: bb4434f2ed59 (misc/qman: add port: More modern man page viewer for our
terminals) |
15 Jul 2025 20:20:26
  
|
Hiroki Tagato (tagattie)  |
misc/qman: add port: More modern man page viewer for our terminals
Unix manual pages are lovely. They are concise, well-written,
complete, and downright useful. However, the standard way of accessing
them from the command-line hasn't changed since the early days.
Qman aims to change that. It's a modern, full-featured manual page
viewer featuring hyperlinks, web browser like navigation, a table of
contents for each page, incremental search, on-line help, and more. It
also strives to be fast and tiny, so that it can be used
everywhere. For this reason, it's been written in plain C and has only
minimal dependencies.
WWW: https://github.com/plp13/qman |