Py25-smisk version 1.1.6 - How to Download and Install on Mac OS X
Saturday the 20th of March, 2010

    py25-smisk  most recent diff


    version 1.1.6

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


      The py25-smisk Portfile 51955 2009-06-07 10:04:10Z arthurk macports.org $

      PortSystem 1.0
      PortGroup python25 1.0

      Name: py25-smisk
      Version: 1.1.6
      Revision: 0
      Category: python www
      Platform: darwin

      Maintainers: rasmus
      Description: High performance web service framework
      Long Description: A modern high performance web service framework, written in C but controlled by Python.
      Homepage: http://python-smisk.org/

      Master Sites: http://python-smisk.org/dist/
      distname smisk-${version}
      Checksums: sha1 e0b1f278816c03967f178b63659f20cf40ec17b4

      depends_lib-append port:fcgi port:py25-setuptools port:py25-elixir port:py25-mako port:py25-cjson port:py25-yaml

      Variant: minimal description {Minimize number of dependencies} {
      # Smisk will tell the user when she is trying to use a part of Smisk which
      # requires a certain module which is not available, thus no extra
      # configuration is required.
      depends_lib-delete port:py25-elixir port:py25-mako port:py25-cjson port:py25-yaml
      }

      build.env-append SMISK_BUILD_ID_SUFFIX=:macports:${revision}
      build.args-append -f

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} LICENSE README.rst CHANGELOG.rst ${destroot}${prefix}/share/doc/${name}
      copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}/examples
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.