Py-gtkmvc version 0.9.2 - How to Download and Install on Mac OS X
Thursday the 18th of March, 2010

    py-gtkmvc  most recent diff


    version 0.9.2

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


      The py-gtkmvc Portfile 56061 2009-08-24 00:33:19Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python24 1.0
      Name: py-gtkmvc
      Version: 0.9.2
      Category:-append x11
      Platform: darwin
      Maintainers: nomaintainer
      Description: Model-View-Controller for PyGTK2
      Long Description: This is an implementation of the Model-View-Controller and Observer patterns for the Pygtk2 toolkit. MVC is a pattern that can be successfully used to design and develop well structured GUI applications. The MVC pattern basically helps in separating sematics and data of the application, from their representation. The Observer pattern is also embedded here. This pattern allows making separated parts independent, but still connected each other.

      Homepage: http://pygtkmvc.sourceforge.net/
      Master Sites: sourceforge:pygtkmvc
      distname pygtkmvc-${version}
      Checksums: md5 ececf3cb85450b4c77cf9b1528bea0a7 sha1 e1b557d28763d0faadd8b4fb8564df23661c77e8

      depends_lib-append port:py-gtk2

      post-destroot {
      file mkdir ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/docs ${worksrcpath}/example ${worksrcpath}/README ${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/py-gtkmvc
      % sudo port install py-gtkmvc
      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 py-gtkmvc
      ---> Verifying checksum for py-gtkmvc
      ---> Extracting py-gtkmvc
      ---> Configuring py-gtkmvc
      ---> Building py-gtkmvc with target all
      ---> Staging py-gtkmvc into destroot
      ---> Installing py-gtkmvc
    - 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 py-gtkmvc with these commands:
      %  man py-gtkmvc
      % apropos py-gtkmvc
      % which py-gtkmvc
      % locate py-gtkmvc

     Where to find more information:

    Darwin Ports



    Lightbox this page.