[55528] trunk/dports/python
singingwolfboy at macports.org
singingwolfboy at macports.org
Wed Aug 12 15:57:29 PDT 2009
Revision: 55528
http://trac.macports.org/changeset/55528
Author: singingwolfboy at macports.org
Date: 2009-08-12 15:57:28 -0700 (Wed, 12 Aug 2009)
Log Message:
-----------
added portfile for py26-duplicity, based on duplicity portfile
Added Paths:
-----------
trunk/dports/python/py26-duplicity/
trunk/dports/python/py26-duplicity/Portfile
Added: trunk/dports/python/py26-duplicity/Portfile
===================================================================
--- trunk/dports/python/py26-duplicity/Portfile (rev 0)
+++ trunk/dports/python/py26-duplicity/Portfile 2009-08-12 22:57:28 UTC (rev 55528)
@@ -0,0 +1,45 @@
+# $Id: Portfile 54389 2009-07-26 11:44:16Z ryandesign at macports.org $
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-duplicity
+set proj_name duplicity
+version 0.5.18
+categories-append sysutils
+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.
+
+homepage http://duplicity.nongnu.org/
+master_sites https://launchpad.net/duplicity/stable/${version}/+download \
+ https://launchpad.net/duplicity/trunk/${version}/+download
+distname ${proj_name}-${version}
+
+checksums md5 77fcbe30b300450af17d811eec339765 \
+ sha1 3999a59236900b4e8fba134dfa4b49155869694e \
+ rmd160 fb2b89ac40e4122503196c16b574ef338bf71182
+
+
+depends_lib-append port:librsync \
+ port:gnupg
+
+depends_run-append port:py26-gnupg \
+ port:py26-boto \
+ port:ncftp
+
+build.cmd-append --librsync-dir=${prefix}
+
+universal_variant no
+
+livecheck.check regex
+livecheck.url ${homepage}
+livecheck.regex {The current (?:stable )?release is (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090812/3f67ae4a/attachment.html>
More information about the macports-changes
mailing list