# -*- 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.11.2 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 bc7ffdd1e5cf71a3561d94dc7bbfd68894662860 \ sha256 cffa1ee4e974be78646c46508e6dd2f37e7c589aaab2938cc1064f058fef9f8d \ size 1953276 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 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 }