# $Id: Portfile,v 1.1 2005/06/14 14:51:23 mww Exp $ PortSystem 1.0 name lesspipe version 1.51 categories textproc maintainers ingmarstein@gmail.com 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. homepage http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html platforms darwin master_sites ftp://ftp.ifh.de/pub/unix/utility/ \ http://www-zeuthen.desy.de/~friebel/unix/less/ checksums md5 7fbc327ed61603a7b04c35703f6d21a8 configure.args --yes destroot.destdir PREFIX=${destroot}${prefix} post-install { ui_msg "Set this in your .bash_profile:" ui_msg "export LESSOPEN='| ${prefix}/bin/lesspipe.sh %s'" }