Ticket #3434: Portfile

File Portfile, 1.0 KB (added by IngmarStein@…, 19 years ago)

lesspipe-1.51 Portfile

Line 
1# $Id: Portfile,v 1.4 2004/01/18 04:54:50 toby Exp $
2
3PortSystem              1.0
4name                    lesspipe
5version                 1.51
6categories      textproc
7maintainers     ingmarstein@gmail.com
8description             lesspipe is an input filter for the pager less.
9long_description lesspipe.sh is an input filter for the pager less as \
10                        described in its man page. The script runs under a ksh compliant \
11                        shell (ksh, bash, zsh) and allows to view files with binary content, \
12                        compressed files, archives and files contained in archives. A large \
13                        and growing number of formats are supported both as plain and \
14                        compressed files using compress, gzip, bzip2 or zip.
15homepage        http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html
16platforms       darwin
17master_sites    ftp://ftp.ifh.de/pub/unix/utility/ \
18                                http://www-zeuthen.desy.de/~friebel/unix/less/
19checksums       md5 7fbc327ed61603a7b04c35703f6d21a8
20configure.args          --yes
21destroot.destdir        PREFIX=${destroot}${prefix}
22post-install {
23    ui_msg  "Set this in your .bash_profile:"
24    ui_msg  "export LESSOPEN='| ${prefix}/bin/lesspipe.sh %s'"
25}
26