# $Id:$ # Portfile for GNU less pager # # Mark Nudelman (markn@greenwoodsoftware.com) wrote and maintains less # # Mike McLean (mike.mclean@pobox.com) wrote and maintains this Opendarwin Portfile # # - Variant override_system will for install into /usr to override/upgrade the system # version of less (requires port install to be run as root) # PortSystem 1.0 name less version 381 categories textproc maintainers mike.mclean@pobox.com description Less is a program similar to more, which allows backward movement. \ The +override_system variant will force install in /usr/bin long_description Less is a program similar to more, but which allows backward movement in the file \ as well as forward movement. Also, less does not have to read the entire input file \ before starting, so with large input files it starts up faster than text editors like \ vi. Less uses termcap (or terminfo on some systems), so it can run on a variety of \ terminals. There is even limited support for hardcopy terminals. \ The +override_system variant will force install in /usr/bin homepage http://www.greenwoodsoftware.com/less/index.html platforms darwin master_sites http://www.greenwoodsoftware.com/less/ \ ftp://ftp.gnu.org/gnu/less/ checksums md5 40c2dd4ac137b61b6a55a6478817daf4 variant override_system { prefix /usr configure.args --mandir=/usr/share/man }