Uif2iso version 0.1.7c - How to Download and Install on Mac OS X
Friday the 3rd of September, 2010

    uif2iso  most recent diff


    version 0.1.7c

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


      # -*- 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 uif2iso Portfile 54385 2009-07-26 10:14:39Z billitch macports.org $

      PortSystem 1.0

      Name: uif2iso
      Version: 0.1.7c

      Category: sysutils
      Platform: darwin
      Maintainers: billitch
      Description: converts UIF images to ISO images
      Long Description: ${description}

      Homepage: http://aluigi.org/mytoolz.htm#uif2iso
      Master Sites: http://aluigi.org/mytoolz/
      distname uif2iso
      use_zip yes

      Checksums: md5 94fc4991746cd64bc8b17d6a4b0a7a57 sha1 167e8dc768b239ba87230f8c2eef8743f315a6f1 rmd160 32c9dc5a75918083eeee6f8d5b12c770f4d7ae2b

      use_configure no
      worksrcdir src

      depends_build port:openssl port:zlib

      build.args CC=gcc CFLAGS=\"-L${prefix}/lib\"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.