# $Id: Portfile 38663 2008-07-28 02:09:32Z ram@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name duplicity version 0.4.12 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 2cec2aba2b0d770c70601862af94f896 \ sha1 bc2a486a152fac1ca767193ab8d02e1c76c1a558 \ rmd160 5ad06716e57c252afba8e9cfafc6279382a08c77 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]+)}