# $Id: Portfile 31133 2007-11-16 19:10:50Z ram@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name duplicity version 0.4.3 revision 3 categories sysutils platforms 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 fc615a1bf173fb55c36c502d252583f8 \ sha1 57d44feee22e20d14772c80a4ce048d5a58cf4ad \ rmd160 2f8be650a42384ef5612a36968459358130a6909 depends_lib-append port:librsync \ port:gnupg depends_run-append port:py25-gnupg \ port:py25-pexpect \ port:py25-boto \ port:py25-zlib patchfiles patch-setup.py.diff post-patch { reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.py }