1 | # $Id: Portfile 83385 2011-08-31 01:52:26Z dports@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name lesspipe |
---|
6 | version 1.72 |
---|
7 | categories textproc |
---|
8 | license GPL-2 |
---|
9 | maintainers gmail.com:ingmarstein |
---|
10 | supported_archs noarch |
---|
11 | description lesspipe is an input filter for the pager less. |
---|
12 | long_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. |
---|
18 | homepage http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html |
---|
19 | platforms darwin |
---|
20 | master_sites ftp://ftp.ifh.de/pub/unix/utility/ \ |
---|
21 | http://www-zeuthen.desy.de/~friebel/unix/less/ |
---|
22 | checksums md5 0fdb9d4ab5dd570806e778b6815ea276 \ |
---|
23 | sha1 971636765c32573eba6b9f63cda33e70301a7274\ |
---|
24 | rmd160 bbe7a1c246bd1897db8c29bc276727a54919528c |
---|
25 | configure.args --yes --shell=/bin/bash |
---|
26 | build {} |
---|
27 | destroot.destdir PREFIX=${destroot}${prefix} |
---|
28 | notes " |
---|
29 | To use $name, set this in your .bash_profile: |
---|
30 | export LESSOPEN='| ${prefix}/bin/lesspipe.sh %s' |
---|
31 | " |
---|