Download and Install cocoadialog version 2.1.1 on Mac OS X
Sunday the 7th of September, 2008

    cocoadialog  most recent diff


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



      # $Id: Portfile 27801 2007-08-14 14:19:02Z nox macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: CocoaDialog
      Version: 2.1.1
      Category: aqua sysutils
      Maintainers: nomaintainer
      Description: common GUI controls for command-line application
      Long Description: CocoaDialog is an OS X application that allows the use of common GUI controls such as file selectors, text input, progress bars, yes/no confirmations and more with a command-line application. It requires no knowledge of Cocoa, and is ideal for use in shell and Perl scripts (or Ruby, or Python, or... etc).

      Homepage: http://cocoadialog.sourceforge.net/
      master_sites sourceforge:cocoadialog
      extract.suffix .tgz
      distname ${name}-src-${version}
      checksums md5 c6d9b49a1aee3cea16d0f6da7f37cedf sha1 d04fd9bf821cfdf85b8a6cbcce5872290a4a14b3 rmd160 326929352d81807ab3362cc806972ee4e1de9e47

      worksrcdir cocoadialog

      xcode.target ${name}

      # Dummy configure to enable +universal.
      use_configure yes
      configure {}

      if {! [variant_isset universal]} {
      set arch ${os.arch}
      if {! [string compare ${os.arch} powerpc]} {
      set arch ppc
      }

      xcode.build.settings-append ARCHS=${arch}
      xcode.destroot.settings-append ARCHS=${arch}
      }


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

     Where to find more information:

    Darwin Ports



    image test