Download and Install duplicity version 0.4.11 on Mac OS X
Wednesday the 27th of August, 2008

    duplicity  most recent diff


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



      # $Id: Portfile 36606 2008-05-07 18:48:12Z ram macports.org $

      PortSystem 1.0
      PortGroup python25 1.0

      Name: duplicity
      Version: 0.4.11
      Category: sysutils
      Platform: darwin
      Maintainers: ram openmaintainer

      Description: Encrypted bandwidth-efficient backup.
      Long Description: Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.

      Homepage: http://www.nongnu.org/duplicity/index.html
      master_sites http://savannah.nongnu.org/download/duplicity

      checksums md5 8891bb4fa2b5d3f053e6f2c4a91782f2 sha1 e12982b2cfcecca27b9e95652b4e766758c7ef6b rmd160 0681d6270f31294083c46ac9e3592c7093c56a6e

      depends_lib-append port:librsync port:gnupg

      depends_run-append port:py25-gnupg port:py25-pexpect port:py25-boto port:py25-zlib port:py25-hashlib port:ncftp

      build.cmd-append --librsync-dir=${prefix}

      universal_variant no

      livecheck.check regex
      livecheck.url ${homepage}
      livecheck.regex {The current release is ([0-9]+\.[0-9]+\.[0-9]+)}

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

     Where to find more information:

    Darwin Ports



    image test