# $Id$ PortSystem 1.0 name less version 429 categories textproc maintainers raimue openmaintainer description Less is a program similar to more, which allows backward movement. 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. homepage http://www.greenwoodsoftware.com/less/ platforms darwin master_sites ${homepage} checksums md5 206f2f13b9b0a35e45df660fcb6af31d \ sha1 78a2fd4777918d0f551236bd7872d84b9129a7d1 \ rmd160 4f476154f463d3e5a003ff12c9784f303365d04a depends_build bin:grep:grep depends_lib port:ncurses \ port:gettext post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} NEWS README ${destroot}${docdir} } livecheck.check regex livecheck.url ${homepage} livecheck.regex "The current released version is ${name}-(\\d+)\\."