Download and Install rb-pdumpfs on Mac OS X
Thursday the 7th of August, 2008

    rb-pdumpfs  most recent diff


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



      # $Id: Portfile 38063 2008-07-05 03:50:50Z kimuraw macports.org $
      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup pdumpfs 1.3 gnu {README doc}
      Maintainers: nomaintainer
      Description: simply daily backup system similar to Plan9's dumpfs
      Long Description: pdumpfs is a simple daily backup system similar to Plan9's dumpfs which preserves every daily snapshot. pdumpfs is written in Ruby. You can access the past snapshots at any time for retrieving a certain day's file. Let's backup your home directory with pdumpfs!
      Category:-append sysutils
      Homepage: http://0xcc.net/pdumpfs/
      master_sites ${homepage}
      checksums md5 c1bb6514b3136854ca265913fd3765c9 rmd160 a9730349347d50d06dd101b0c1d9a7b3e25777c1 sha1 1ce91f0429d730fbc6e6f253d04e80226c145cdf
      Platform: darwin

      patchfiles patch-pdumpfs-test

      use_configure no

      build.target ${ruby.module}
      post-build {
      reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${worksrcpath}/pdumpfs
      }

      test.run yes
      test.target check

      destroot {
      cd ${worksrcpath}
      xinstall -d -m 0755 ${destroot}${prefix}/bin
      xinstall -m 0755 pdumpfs ${destroot}${prefix}/bin
      xinstall -d -m 0755 ${destroot}${prefix}/share/man/man8
      xinstall -m 0644 man/man8/pdumpfs.8 ${destroot}${prefix}/share/man/man8
      xinstall -d -m 0755 ${destroot}${prefix}/share/man/ja/man8
      xinstall -m 0644 man/ja/man8/pdumpfs.8 ${destroot}${prefix}/share/man/ja/man8
      }


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

     Where to find more information:

    Darwin Ports



    image test