Aqualess version 1.6 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    aqualess  most recent diff


    version 1.6

      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.6 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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The aqualess Portfile 41979 2008-11-13 01:19:35Z nox macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: AquaLess
      Version: 1.6
      Category: aqua sysutils
      Maintainers: nox openmaintainer
      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 INSTALL_PATH=${destroot}Applications

      Checksums: md5 0d20fbda422538480abd18f4b298b7e0 sha1 29fd0a76e38f01d55fb46f00bb9b81af8b8f60a8 rmd160 8b4e727b415b0024c8ebbfcc469557fd458c8ef5

      post-patch {
      reinplace -E / /s|/usr/bin/aless|$prefix/bin/aless| ${worksrcpath}/ToolInstaller.m
      }
      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 {
      set builddir $worksrcpath/build/UninstalledProducts
      xinstall -d $destroot/Applications/MacPorts
      xinstall $builddir/aless $destroot$prefix/bin
      copy $builddir/AquaLess.app $destroot/Applications/MacPorts
      }

      Variant: universal {}

      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



    Lightbox this page.