Zopeedit version 0.8 - How to Download and Install on Mac OS X
Friday the 19th of March, 2010

    zopeedit  most recent diff


    version 0.8

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


      The zopeedit Portfile 57012 2009-09-04 18:35:34Z toby macports.org $
      PortSystem 1.0

      Name: zopeedit
      Version: 0.8
      Revision: 1
      Category: www zope python
      Maintainers: nomaintainer
      Description: Client helper application for Zope ExternalEditor support
      Long Description: Configurable helper application that allows you to drop into your favorite editor(s) directly from the ZMI to modify Zope objects.
      Platform: darwin freebsd
      Homepage: http://www.zope.org/Members/Caseman/ExternalEditor
      Master Sites: http://zope.org/Members/Caseman/ExternalEditor/${version}
      distname ${name}-${version}-src
      extract.suffix .tgz
      Checksums: md5 8ecc65067d32ac961476f924fa3e8b5b

      # Use Python 2.6 from MacPorts explicitly
      set python ${prefix}/bin/python2.6

      # Depends on Python
      depends_build port:python26

      platform freebsd {
      extract.post_args | gtar -xf -
      }

      configure {
      reinplace "s|/usr/bin/${name}|${prefix}/bin/${name}|g" ${worksrcpath}/man/${name}.1
      }

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

      destroot.cmd ${python} setup.py
      destroot.destdir
      destroot.args --prefix=${destroot}${prefix}
      post-destroot {
      file rename ${destroot}${prefix}/bin/${name}.py ${destroot}${prefix}/bin/${name}
      xinstall -d -m 0755 ${destroot}${prefix}/share/man/man1
      xinstall -m 0644 -W ${worksrcpath} man/${name}.1 ${destroot}${prefix}/share/man/man1
      xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
      xinstall -m 0644 -W ${worksrcpath} README.txt CHANGES.txt INSTALL-UNIX.txt LICENSE.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/zopeedit
      % sudo port install zopeedit
      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 zopeedit
      ---> Verifying checksum for zopeedit
      ---> Extracting zopeedit
      ---> Configuring zopeedit
      ---> Building zopeedit with target all
      ---> Staging zopeedit into destroot
      ---> Installing zopeedit
    - 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 zopeedit with these commands:
      %  man zopeedit
      % apropos zopeedit
      % which zopeedit
      % locate zopeedit

     Where to find more information:

    Darwin Ports



    Lightbox this page.