Ticket #34405: Portfile

File Portfile, 1.2 KB (added by llattanzi+McF@…, 12 years ago)

Portfile

Line 
1# $Id: Portfile 83385 2011-08-31 01:52:26Z dports@macports.org $
2
3PortSystem 1.0
4
5name                    lesspipe
6version                 1.72
7categories      textproc
8license                 GPL-2
9maintainers     gmail.com:ingmarstein
10supported_archs noarch
11description             lesspipe is an input filter for the pager less.
12long_description lesspipe.sh is an input filter for the pager less as \
13                        described in its man page. The script runs under a ksh compliant \
14                        shell (ksh, bash, zsh) and allows to view files with binary content, \
15                        compressed files, archives and files contained in archives. A large \
16                        and growing number of formats are supported both as plain and \
17                        compressed files using compress, gzip, bzip2 or zip.
18homepage        http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html
19platforms       darwin
20master_sites    ftp://ftp.ifh.de/pub/unix/utility/ \
21                                http://www-zeuthen.desy.de/~friebel/unix/less/
22checksums       md5 0fdb9d4ab5dd570806e778b6815ea276 \
23                        sha1 971636765c32573eba6b9f63cda33e70301a7274\
24                        rmd160 bbe7a1c246bd1897db8c29bc276727a54919528c
25configure.args          --yes --shell=/bin/bash
26build                           {}
27destroot.destdir        PREFIX=${destroot}${prefix}
28notes "
29    To use $name, set this in your .bash_profile:
30    export LESSOPEN='| ${prefix}/bin/lesspipe.sh %s'
31"