Octave-image version 1.0.10 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    octave-image  most recent diff


    version 1.0.10

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


      The octave-image Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: octave-image
      Version: 1.0.10
      Category: math science
      Platform: darwin
      Maintainers: and.damore alakazam
      Description: The Octave-forge Image package provides functions for reading, writing, and processing images. The package supports almost all image formats through the use of ImageMagick. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more.
      Long Description: ${description}

      Homepage: http://octave.sourceforge.net/
      Master Sites: sourceforge:octave

      distname image-$version

      Checksums: md5 c139877a4ce2b1f6fe08772a52a327be sha1 0d8731f8f47cc18fdfb2ead8e700d3507cff79df rmd160 3aad306325c84cfe543c7b61b60a7fea2cfa9c3c

      depends_lib-append port:octave

      post-destroot {
      move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
      }

      post-activate {
      system "octave --eval \"pkg rebuild\""
      }

      livecheck.type regex
      livecheck.url http://octave.sourceforge.net/packages.html
      livecheck.regex http://downloads\.sourceforge\.net/octave/image-(\\d+(\\.\\d+)*)\.tar\.gz

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.