Zopeeditmanager version 0.9.7 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    zopeeditmanager  most recent diff


    version 0.9.7

      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.7 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


      The zopeeditmanager Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $
      PortSystem 1.0

      Name: ZopeEditManager
      Version: 0.9.7
      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/
      distname ${name}-${version}-src
      extract.suffix .tgz
      worksrcdir tmp/${distname}
      Checksums: md5 93499951f06da23067b068ed46773149 sha1 aa5ae303cac349f9f1f91d811fb2b82d789555ba rmd160 99909025a2c715bfae6007bec7e9ce4b549e74e6
      Platform: darwin

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

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

      Patch Files: patch-Readme.html.diff patch-setup.py.diff

      use_configure no

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

      destroot {
      xinstall -d -m 0755 ${destroot}${applications_dir}
      system "cp -R ${worksrcpath}/dist/${name}.app ${destroot}${applications_dir}/${name}.app"
      set helpPath ${destroot}${applications_dir}/${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 -tails -directory ${worksrcpath} images/*] {
      xinstall -W ${worksrcpath} -m 0644 $img ${helpPath}/$img
      }
      }

      livecheck.type regex
      livecheck.url [lindex ${master_sites} 0]?C=M&O=D
      livecheck.regex ${name}-(\[0-9.\]+)-src${extract.suffix}

    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



    Lightbox this page.