Fuse-bindings-python25 version 0.2 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    fuse-bindings-python25  most recent diff


    version 0.2

      View the most recent changes for the fuse-bindings-python25 port at: fuse-bindings-python25.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for fuse-bindings-python25.
      The raw portfile for fuse-bindings-python25 0.2 is located here:
      http://fuse-bindings-python25.darwinports.com/dports/fuse/fuse-bindings-python25/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-python25


      # -*- mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
      The fuse-bindings-python25 Portfile 56064 2009-08-24 00:47:13Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python25 1.0

      Name: fuse-bindings-python25
      epoch 1184537785; # seconds since epoch according to `date +%s`
      Version: 0.2
      Category: fuse python
      Maintainers: sfiera openmaintainer
      Description: Python 2.5 interface for FUSE
      Long Description: $description
      Homepage: http://apps.sourceforge.net/mediawiki/fuse/index.php?title=FusePython
      Platform: darwin
      Master Sites: sourceforge:fuse

      Checksums: md5 68be744e71a42cd8a92905a49f346278 sha1 f2be16b1b72bedd85a6db2f2aaf22862de903640
      distname fuse-python-${version}

      livecheck.distname fuse-python

      depends_build-append path:bin/pkg-config:pkgconfig
      depends_lib-append port:macfuse

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.