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

    zopeeditmanager  most recent diff


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



      # $Id: Portfile 32843 2008-01-14 05:23:16Z ryandesign macports.org $
      PortSystem 1.0

      Name: ZopeEditManager
      Version: 0.9.5
      Category: aqua zope www python
      Maintainers: nomaintainer
      Description: Zope Edit Manager for External Editing support on Mac OS X
      Long Description: ${description}
      Homepage: http://www.urbanape.com/software
      master_sites http://www.urbanape.com/downloads/
      distfiles ${name}-${version}-src${extract.suffix}
      checksums md5 86e931428abbf71fb02efe0b2f50c150
      Platform: darwin

      # Use Python 2.3 from MacPorts explicitly
      set python ${prefix}/bin/python2.3
      set pythonlib ${prefix}/lib/python2.3

      # Depends on Python, Py-Objc, and Py2App for building ONLY
      depends_build path:${python}:python23 path:${pythonlib}/site-packages/PyObjC:py-pyobjc path:${pythonlib}/site-packages/py2app:py-py2app

      patchfiles patch-Readme.html.diff patch-setup.py.diff

      use_configure no

      build.cmd ${python} setup.py py2app
      build.target

      destroot {
      set appPath ${destroot}/Applications/MacPorts
      xinstall -d -m 0755 ${appPath}
      system "cp -R ${worksrcpath}/dist/${name}.app ${appPath}/${name}.app"
      set helpPath ${appPath}/${name}.app/Contents/Resources/English.lproj/${name}Help
      xinstall -d -m 0755 ${helpPath}
      xinstall -m 0644 -W ${worksrcpath} Readme.txt Readme.html ${helpPath}
      xinstall -d -m 0755 ${helpPath}/images
      foreach img [glob -directory ${worksrcpath} images/*] {
      xinstall -m 0644 $img ${helpPath}/$img
      }
      }


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

     Where to find more information:

    Darwin Ports



    image test