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

    aquaterm  most recent diff


    version 1.0.1

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


      The aquaterm Portfile 51969 2009-06-07 18:36:08Z mcalhoun macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: aquaterm
      Version: 1.0.1
      Revision: 5
      Category: aqua math science
      Maintainers: mcalhoun openmaintainer
      Description: AquaTerm is a viewer that displays vector graphics on Mac OS X
      Long Description: AquaTerm is a viewer app that displays vector graphics. Other apps connect to AquaTerm using a simple remote object messaging protocol. By adding \"adapters\" to legacy code very little coding is needed to bring it to OS X.
      Platform: darwin
      Homepage: http://aquaterm.sourceforge.net/
      Master Sites: sourceforge
      distname ${name}_src.${version}

      Checksums: md5 e9d3ecdfe770d6f09a748add9886d1a9 sha1 d5770bb3a95cfae21c5c39c96171a52d9af8ae24 rmd160 24410589dd8c3071b6e0d5e652b7d92933d86b5f

      worksrcdir ${name}

      # Allow xcode PortGroup to set ARCHS (for universal builds), MACOSX_DEPLOYMENT_TARGET, and SDKROOT.
      # Modify INSTALL_PATH to ensure aquaterm is installed into FRAMEWORKS_DIR.
      Patch Files: patch-project.pbxproj.diff

      xcode.target AquaTerm

      xcode.build.settings USER_APPS_DIR=${applications_dir} FRAMEWORKS_DIR=${frameworks_dir}

      xcode.destroot.type mixed
      xcode.destroot.settings USER_APPS_DIR=${applications_dir} FRAMEWORKS_DIR=${frameworks_dir}

      post-patch {
      reinplace "s|/usr/local|${prefix}|g" ${workpath}/adapters/pgplot/ChangeLog ${workpath}/adapters/pgplot/g77_gcc_AQT.conf ${workpath}/adapters/pgplot/xlf_gcc_AQT.conf
      reinplace "s|\$(HOME)|${prefix}|g" ${workpath}/adapters/c/Makefile ${workpath}/adapters/fortran/Makefile
      reinplace "s|/*|${prefix}|g" ${workpath}/adapters/pgplot/g77_cc_AQT.conf ${workpath}/adapters/pgplot/g77_gcc_AQT.conf ${workpath}/adapters/pgplot/xlf_gcc_AQT.conf
      reinplace "s|/sw|${prefix}|g" ${workpath}/adapters/pgplot/ReadMe
      }

      post-destroot {
      set fdir ${frameworks_dir}/AquaTerm.framework/Versions/A
      xinstall -d -m 755 ${destroot}${prefix}/include/aquaterm
      foreach header [glob -tails -directory ${destroot}${fdir}/Headers/ *] {
      ln -s ${fdir}/Headers/${header} ${destroot}${prefix}/include/aquaterm
      }
      ln -s ${fdir}/AquaTerm ${destroot}${prefix}/lib/libaquaterm.dylib
      ln -s ${fdir}/AquaTerm ${destroot}${prefix}/lib/libaquaterm.${version}.dylib

      xinstall -d -m 0755 ${destroot}${prefix}/share/${name}
      copy ${workpath}/adapters ${destroot}${prefix}/share/${name}
      }

      livecheck.regex "AquaTerm v(\\d+(?:\\.\\d+)*) released.*"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.