Download and Install aqualess version 1.5 on Mac OS X
Thursday the 7th of August, 2008

    aqualess  most recent diff


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



      # $Id: Portfile 28880 2007-09-10 16:59:39Z nox macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: AquaLess
      Version: 1.5
      Category: aqua sysutils
      Maintainers: nox
      Description: Cocoa pager similar to less

      Long Description: AquaLess is a text pager for Mac OS X. It allows you to browse plain text files and -- more importantly -- text output from Unix command line tools. AquaLess is a Cocoa replacement for the less command, which is constrained to the terminal window. AquaLess opens a separate window for each text, so you can keep working in the terminal while you read.

      Homepage: http://aqualess.sourceforge.net/
      master_sites sourceforge:aqualess
      distname ${name}-${version}-src

      xcode.target ${name}
      xcode.destroot.settings SKIP_INSTALL=NO

      checksums md5 7e3d04993dc09c31f1daf09dbb5e2677 sha1 754681d9bd3e85586d2e50a9697c2ca0dc3b4750 rmd160 7a574fff89463fa57e0f1a0e49ad790be2e00b93

      post-patch {
      reinplace -E "/ /s|/usr|${prefix}|" ${worksrcpath}/ToolInstaller.m

      reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|SDKROOT)_ppc =/d" ${worksrcpath}/${name}.xcodeproj/project.pbxproj
      }

      # Dummy configure to enable universal variant.
      use_configure yes
      configure {}

      if {! [variant_isset universal]} {
      set arch ${os.arch}
      if {! [string compare ${arch} powerpc]} {
      set arch ppc
      }

      xcode.build.settings-append ARCHS=${arch}
      xcode.destroot.settings-append ARCHS=${arch}
      }

      post-destroot {
      delete ${destroot}/Applications/MacPorts/aless
      xinstall -m 0755 ${destroot}/Applications/MacPorts/${name}.app/Contents/Resources/aless ${destroot}${prefix}/bin
      }

      livecheck.distname ${name}


    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/aqualess
      % sudo port install aqualess
      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 aqualess
      ---> Verifying checksum for aqualess
      ---> Extracting aqualess
      ---> Configuring aqualess
      ---> Building aqualess with target all
      ---> Staging aqualess into destroot
      ---> Installing aqualess
    - 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 aqualess with these commands:
      %  man aqualess
      % apropos aqualess
      % which aqualess
      % locate aqualess

     Where to find more information:

    Darwin Ports



    image test