Zope-cmf - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    zope-cmf  most recent diff


    version

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


      The zope-cmf Portfile 30260 2007-10-23 02:33:09Z jmpp macports.org $
      PortSystem 1.0
      PortGroup zope 1.0

      zope.setup CMF 1.4.7 {CMFCore CMFDefault CMFTopic CMFCalendar DCWorkflow}
      Maintainers: nomaintainer
      Description: The Zope Content Management Framework (CMF)
      Long Description: The Zope Content Management Framework provides a set of services and content objects useful for building highly dynamic, content-oriented portal sites. As packaged, the CMF generates a site much like the Zope.org site. The CMF is intended to be easily customizable, in terms of both the types of content used and the policies and services it provides.
      Homepage: http://zope.org/Products/${zope.product}
      Master Sites: ${homepage}/${distname}/
      Checksums: md5 2aca7518950444fa4f7437860865647f
      Platform: darwin freebsd

      post-destroot {
      if {[file isdirectory ${worksrcpath}/docs]} {
      set docPath ${destroot}${prefix}/share/doc
      xinstall -d -m 0755 ${docPath}
      system "cp -R ${worksrcpath}/docs ${docPath}/${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/zope-cmf
      % sudo port install zope-cmf
      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 zope-cmf
      ---> Verifying checksum for zope-cmf
      ---> Extracting zope-cmf
      ---> Configuring zope-cmf
      ---> Building zope-cmf with target all
      ---> Staging zope-cmf into destroot
      ---> Installing zope-cmf
    - 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 zope-cmf with these commands:
      %  man zope-cmf
      % apropos zope-cmf
      % which zope-cmf
      % locate zope-cmf

     Where to find more information:

    Darwin Ports



    Lightbox this page.