Download and Install platypus version 3.4 on Mac OS X
Wednesday the 23rd of July, 2008

    platypus  most recent diff


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



      # $Id: Portfile 27808 2007-08-14 14:39:37Z nox macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: Platypus
      Version: 3.4
      Category: aqua devel
      Maintainers: nomaintainer
      Description: Program for creating application wrappers around scripts.

      Long Description: Platypus is a program for creating application wrappers around scripts, i.e. creating Mac OS X applications that execute a script they are bundled with. Scripts can thus be run transparently from the graphical window environment without having to resort to using the command line interface. It supports drag and drop on created apps, running as root using Authentication Manager and more.

      Homepage: http://www.sveinbjorn.org/platypus/
      master_sites http://www.sveinbjorn.org/files/software/platypus/
      distname platypus${version}.src
      use_zip yes

      checksums md5 775d39e01562a97739043644865c7062 sha1 fdb9967f5f3edbb9f82e206455db21aa1e420496 rmd160 2a1dc4cf5247c688706f7724ddfc0945d2805146

      worksrcdir ${name}

      # Dummy configure to enable universal variant.
      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}
      }

      livecheck.check regex
      livecheck.url ${homepage}
      livecheck.regex "${name} (\\d+(?:\\.\\d+)*)"


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

     Where to find more information:

    Darwin Ports



    image test