Download and Install fuse-bindings-python version 0.2 on Mac OS X
Sunday the 23rd of November, 2008

    fuse-bindings-python  most recent diff


    version 0.2

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



      # $Id: Portfile 38445 2008-07-20 21:23:26Z raimue macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: fuse-bindings-python
      Version: 0.2
      epoch 1184537785; # seconds since epoch according to `date +%s`
      Category: fuse python
      Maintainers: eridius macports.org
      Description: Python interface for FUSE
      Long Description: $description
      Homepage: http://fuse.sourceforge.net/wiki/index.php/FusePython
      Platform: darwin
      master_sites sourceforge:fuse

      checksums md5 68be744e71a42cd8a92905a49f346278 sha1 f2be16b1b72bedd85a6db2f2aaf22862de903640
      distname fuse-python-${version}
      extract.suffix .tar.gz

      livecheck.distname fuse-python

      depends_lib-append port:macfuse port:pkgconfig

      platform darwin {
      patchfiles patch-_fusemodule.c
      }

      post-destroot {
      foreach item [glob -directory ${worksrcpath} example/*] {
      file copy ${item} ${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/fuse-bindings-python
      % sudo port install fuse-bindings-python
      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 fuse-bindings-python
      ---> Verifying checksum for fuse-bindings-python
      ---> Extracting fuse-bindings-python
      ---> Configuring fuse-bindings-python
      ---> Building fuse-bindings-python with target all
      ---> Staging fuse-bindings-python into destroot
      ---> Installing fuse-bindings-python
    - 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 fuse-bindings-python with these commands:
      %  man fuse-bindings-python
      % apropos fuse-bindings-python
      % which fuse-bindings-python
      % locate fuse-bindings-python

     Where to find more information:

    Darwin Ports



    Lightbox this page.