# -*- 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 PortGroup github 1.0 github.setup wofr06 lesspipe 2.18 v # Change github.tarball_from to 'releases' or 'archive' next update github.tarball_from tarball revision 0 categories textproc license GPL-2 maintainers nomaintainer supported_archs noarch platforms any description lesspipe is an input filter for the pager less. long_description lesspipe.sh is an input filter for the pager less as \ described in its man page. The script runs under a ksh compliant \ shell (ksh, bash, zsh) and allows to view files with binary content, \ compressed files, archives and files contained in archives. A large \ and growing number of formats are supported both as plain and \ compressed files using compress, gzip, bzip2 or zip. checksums rmd160 cb58e695681e8b5230942126b21a468c4a32b3ed \ sha256 8770611a1394fd6c6d439051113e35336716970dfba17c00ac22db400bed5317 \ size 175509 depends_lib port:bash-completion configure.args --shell=/bin/bash build {} destroot.destdir PREFIX=${destroot}${prefix} notes " To use $name, set this in your .bash_profile: export LESSOPEN='| ${prefix}/bin/lesspipe.sh %s' "