[csw-devel] SF.net SVN: gar:[10005] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Wed May 26 22:30:32 CEST 2010
Revision: 10005
http://gar.svn.sourceforge.net/gar/?rev=10005&view=rev
Author: skayser
Date: 2010-05-26 20:30:32 +0000 (Wed, 26 May 2010)
Log Message:
-----------
duplicity: initial commit
Added Paths:
-----------
csw/mgar/pkg/duplicity/
csw/mgar/pkg/duplicity/branches/
csw/mgar/pkg/duplicity/tags/
csw/mgar/pkg/duplicity/trunk/
csw/mgar/pkg/duplicity/trunk/Makefile
csw/mgar/pkg/duplicity/trunk/checksums
csw/mgar/pkg/duplicity/trunk/files/
Property changes on: csw/mgar/pkg/duplicity/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/duplicity/trunk/Makefile
===================================================================
--- csw/mgar/pkg/duplicity/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/duplicity/trunk/Makefile 2010-05-26 20:30:32 UTC (rev 10005)
@@ -0,0 +1,40 @@
+GARNAME = duplicity
+GARVERSION = 0.6.08b
+CATEGORIES = python
+
+DESCRIPTION = Encrypted bandwidth-efficient backup using the rsync algorithm
+define BLURB
+ 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.
+endef
+
+VENDOR_URL = http://duplicity.nongnu.org/
+MASTER_SITES = http://code.launchpad.net/duplicity/0.6-series/0.6.08b/+download/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+# Couldn't find a parsable 'stable' releases page
+# UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+RUNTIME_DEP_PKGS = CSWpython
+RUNTIME_DEP_PKGS += CSWpy-boto
+RUNTIME_DEP_PKGS += CSWlibrsync
+RUNTIME_DEP_PKGS += CSWgnupg
+RUNTIME_DEP_PKGS += CSWncftp
+
+TEST_SCRIPTS =
+CONFIGURE_ARGS = $(DIRPATHS)
+
+EXTRA_PAX_ARGS = '-s,/doc/$(GARNAME)-$(GARVERSION),/doc/$(GARNAME),p'
+
+include gar/category.mk
+
+# Clean up the docdir a bit ... I wish pax wouldn't exit after the first match.
+post-merge:
+ ( cd $(PKGROOT)$(docdir)/$(CATALOGNAME); \
+ rm REPO-README COPYING tarfile-LICENSE; \
+ mv CHANGELOG changelog; \
+ )
+ @$(MAKECOOKIE)
Property changes on: csw/mgar/pkg/duplicity/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/duplicity/trunk/checksums
===================================================================
--- csw/mgar/pkg/duplicity/trunk/checksums (rev 0)
+++ csw/mgar/pkg/duplicity/trunk/checksums 2010-05-26 20:30:32 UTC (rev 10005)
@@ -0,0 +1 @@
+f4f4182ab71aa1de80c047bf1e4c7a04 duplicity-0.6.08b.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list