mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
46 lines
1.8 KiB
Tcl
46 lines
1.8 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name man-db
|
|
version 2.13.0
|
|
categories textproc
|
|
platforms darwin linux
|
|
license GPL-3+
|
|
maintainers {@ylluminarious orbitalimpact.com:georgedp} openmaintainer
|
|
description Modern, featureful implementation of the Unix man page system.
|
|
homepage https://man-db.nongnu.org
|
|
master_sites nongnu
|
|
use_xz yes
|
|
|
|
long_description man-db is an implementation of the standard Unix documentation \
|
|
system accessed using the man command. It uses a Berkeley DB database in place \
|
|
of the traditional flat-text whatis databases. man-db is used by several popular \
|
|
Linux distributions, including: Arch, Debian, Dragora, Fedora, Gentoo, openSUSE, \
|
|
and Ubuntu.
|
|
|
|
checksums rmd160 09f3683e69c283ee00df7731a0dd11994a2ebcdb \
|
|
sha256 82f0739f4f61aab5eb937d234de3b014e777b5538a28cbd31433c45ae09aefb9 \
|
|
size 2071032
|
|
|
|
depends_lib port:libpipeline
|
|
depends_build port:pkgconfig \
|
|
port:autoconf \
|
|
port:automake \
|
|
port:libtool \
|
|
bin:groff:groff
|
|
|
|
configure.args --prefix=${prefix} \
|
|
--disable-cache-owner \
|
|
--disable-setuid \
|
|
--with-nroff=${prefix}/bin/nroff
|
|
|
|
livecheck.url https://download-mirror.savannah.gnu.org/releases/man-db/
|
|
|
|
notes {
|
|
man-db does not know about Xcode's manpages by default. You may want to add\
|
|
them to your MANPATH. Obtain the complete list of Xcode man directories with:
|
|
|
|
find $(xcode-select -p) -type d | /usr/bin/grep '/usr/share/man$' | /usr/bin/tr -s '\n' ':'; echo
|
|
}
|