Ticket #730: Portfile

File Portfile, 1.1 KB (added by mike.mclean@…, 21 years ago)

Updated Portfile, removing override_system variant

Line 
1# $Id:$
2
3# Portfile for GNU less pager
4#
5# Mark Nudelman (markn@greenwoodsoftware.com) wrote and maintains less
6#
7# Mike McLean (mike.mclean@pobox.com) wrote and maintains this Opendarwin Portfile
8#
9
10PortSystem          1.0
11name                less
12version             381
13categories          textproc
14maintainers         mike.mclean@pobox.com
15
16description         Less is a program similar to more, which allows backward movement.
17
18long_description    Less is a program similar to more, but which allows backward movement in the file \
19                    as well as forward movement. Also, less does not have to read the entire input file \
20                    before starting, so with large input files it starts up faster than text editors like \
21                    vi. Less uses termcap (or terminfo on some systems), so it can run on a variety of \
22                    terminals. There is even limited support for hardcopy terminals.
23
24homepage            http://www.greenwoodsoftware.com/less/index.html
25
26platforms           darwin
27
28master_sites        http://www.greenwoodsoftware.com/less/ \
29                    ftp://ftp.gnu.org/gnu/less/
30
31checksums           md5 40c2dd4ac137b61b6a55a6478817daf4