# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 71676 2010-09-19 18:19:37Z singingwolfboy@macports.org $ PortSystem 1.0 PortGroup python27 1.0 name duplicity categories sysutils version 0.6.10 set stable_series [join [lrange [split ${version} .] 0 1] .]-series platforms darwin maintainers singingwolfboy 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. distname duplicity-${version} homepage http://duplicity.nongnu.org/ master_sites https://launchpad.net/duplicity/${stable_series}/${version}/+download checksums md5 2ed04ce2fdfce0f47faea0c9ef95fde8 \ sha1 0347cdd1d5cc8512ac90b806ab1f80956c6c3e4a \ rmd160 43e9157fc549a2f7771a693d3ca69d294ff4e6ef build.args --librsync-dir=${prefix} universal_variant no python.link_binaries yes post-destroot { ln -s ${name}-${python.branch} ${destroot}${prefix}/bin/${name} } depends_run-append port:py27-gnupg \ port:py27-boto \ port:ncftp depends_lib-append port:librsync \ port:gnupg livecheck.type regex livecheck.url https://launchpad.net/duplicity/+download livecheck.regex {duplicity-(\d+(?:\.\d+)*).tar.gz}