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

    icoconvert  most recent diff


    version 2.0

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


      The icoconvert Portfile 30230 2007-10-22 23:03:23Z jmpp macports.org $

      PortSystem 1.0

      Name: icoconvert
      Version: 2.0
      Category: graphics
      Platform: darwin
      Maintainers: nomaintainer
      Description: convert Windows .ico icon files into .xpm and .png files
      Long Description: A small utility to convert Windows .ico icon files into .xpm and .png files. This can be done in batches, and properly supports transparencies as well as non 32x32 icon sizes. It also supports 24 bit icons.

      Homepage: http://www.mox.net/
      Master Sites: http://www.mox.net/downloads/ http://www.xunix.org/~flz/distfiles/ freebsd
      Checksums: md5 56fe4474c8eaae2c8b886331cda41aca

      depends_lib port:gd2

      extract.post_args "| tar -xf - --exclude 'icoconvert' --exclude 'icoconvert.static'"

      use_configure no

      build.target
      build.args LIBDIR="-L${prefix}/lib" FLAGS="-I${prefix}/include"

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/bin ${destroot}${prefix}/share/doc/${name}
      xinstall -m 755 ${worksrcpath}/icoconvert ${destroot}${prefix}/bin
      xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${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/icoconvert
      % sudo port install icoconvert
      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 icoconvert
      ---> Verifying checksum for icoconvert
      ---> Extracting icoconvert
      ---> Configuring icoconvert
      ---> Building icoconvert with target all
      ---> Staging icoconvert into destroot
      ---> Installing icoconvert
    - 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 icoconvert with these commands:
      %  man icoconvert
      % apropos icoconvert
      % which icoconvert
      % locate icoconvert

     Where to find more information:

    Darwin Ports



    Lightbox this page.