Download and Install less version 418 on Mac OS X
Thursday the 3rd of July, 2008

    less  most recent diff


      View the most recent changes for the less port at: less.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for less.
      The raw portfile for less 418 is located here:
      http://less.darwinports.com/dports/textproc/less/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/less
      Google
      Web Darwinports.com



      # $Id: Portfile 35949 2008-04-11 03:25:04Z raimue macports.org $

      PortSystem 1.0

      Name: less
      Version: 418
      Category: 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/
      Platform: darwin
      master_sites ${homepage}

      checksums md5 b5864d76c54ddf4627fd57ab333c88b4 sha1 ec4fb48680878a7ac3499c46564c47c448b0aa22 rmd160 a10402aa423e3d3c4d950735208991d7d4afb85d

      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+)\\."


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/less
      % sudo port install less
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching less
      ---> Verifying checksum for less
      ---> Extracting less
      ---> Configuring less
      ---> Building less with target all
      ---> Staging less into destroot
      ---> Installing less
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using less with these commands:
      %  man less
      % apropos less
      % which less
      % locate less

     Where to find more information:

    Darwin Ports



    image test