# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4 # $Id: Portfile 135971 2015-05-08 12:22:17Z g5pw@macports.org $ PortSystem 1.0 PortGroup python 1.0 name ranger version 1.7.1 python.default_version 27 maintainers g5pw openmaintainer categories sysutils description ${name} is a file manager with VI key bindings. long_description ${description} It provides a minimalistic and nice curses\ interface with a view on the directory hierarchy. The secondary\ task of ranger is to psychically guess which program you want\ to use for opening particular files. license GPL-3 platforms darwin supported_archs noarch homepage http://nongnu.org/ranger/ master_sites ${homepage} checksums rmd160 d77702d6c1f8cf62708b1191ff602f94b6de99d2 \ sha256 f8b06135165142508ae7ec22ab2c95f6e51b4018c645d11226086d4c45b7df86 post-destroot { ln -s "${python.prefix}/share/man/man1/${name}.1" "${destroot}${prefix}/share/man/man1/${name}.1" } python.link_binaries_suffix livecheck.type regex livecheck.url ${master_sites}download.html livecheck.regex "${name}-(\\d\\.\\d\\.\\d)"