[24357] trunk/dports/python/rdiff-backup-devel/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 23 08:08:43 PDT 2007


Revision: 24357
          http://trac.macosforge.org/projects/macports/changeset/24357
Author:   blair at macports.org
Date:     2007-04-23 08:08:42 -0700 (Mon, 23 Apr 2007)

Log Message:
-----------
Whitespace cleanup.

Modified Paths:
--------------
    trunk/dports/python/rdiff-backup-devel/Portfile

Modified: trunk/dports/python/rdiff-backup-devel/Portfile
===================================================================
--- trunk/dports/python/rdiff-backup-devel/Portfile	2007-04-23 15:06:45 UTC (rev 24356)
+++ trunk/dports/python/rdiff-backup-devel/Portfile	2007-04-23 15:08:42 UTC (rev 24357)
@@ -1,51 +1,51 @@
 # $Id$
-PortSystem        1.0
-PortGroup         python25 1.0
-name              rdiff-backup-devel
-version           1.1.9
-revision          2
-categories-append   net sysutils
-maintainers       blair at orcaware.com openmaintainer at macports.org
 
-description       backs up one directory to another, possibly over a network
-long_description  rdiff-backup backs up one directory to another, \
-                  possibly over a network. The target directory ends \
-                  up a copy of the source directory, but extra reverse \
-                  diffs are stored in a special subdirectory of that \
-                  target directory, so you can still recover files \
-                  lost some time ago. The idea is to combine the best \
-                  features of a mirror and an incremental backup. \
-                  rdiff-backup also preserves subdirectories, hard \
-                  links, dev files, permissions, uid/gid ownership, \
-                  and modification times. Also, rdiff-backup can \
-                  operate in a bandwidth efficient manner over a pipe, \
-                  like rsync. Thus you can use rdiff-backup and ssh to \
-                  securely back a hard drive up to a remote location, \
-                  and only the differences will be transmitted. \
-                  Finally, rdiff-backup is easy to use and settings \
-                  have sensical defaults.
-homepage          http://www.nongnu.org/rdiff-backup/
-master_sites      http://savannah.nongnu.org/download/rdiff-backup/
-distname          rdiff-backup-${version}
+PortSystem		1.0
+PortGroup		python25 1.0
+name			rdiff-backup-devel
+version			1.1.9
+revision		2
+categories-append	net sysutils
+maintainers		blair at orcaware.com openmaintainer at macports.org
 
-checksums         md5 b3753ecc395e4419566aa180cecb65c4 \
-                  sha1 886185ff9daa547126c483a60e16e4f1e829852b \
-                  rmd160 e87b583b54f9b2a374801374485d9a92a5cf5522
+description		Backs up to remote directories using librsync
+long_description	rdiff-backup backs up one directory to another, \
+			possibly over a network.  The target directory ends \
+			up a copy of the source directory, but extra reverse \
+			diffs are stored in a special subdirectory of that \
+			target directory, so you can still recover files \
+			lost some time ago.  The idea is to combine the best \
+			features of a mirror and an incremental backup.  \
+			rdiff-backup also preserves subdirectories, hard \
+			links, dev files, permissions, uid/gid ownership, \
+			and modification times.  Also, rdiff-backup can \
+			operate in a bandwidth efficient manner over a pipe, \
+			like rsync.  Thus you can use rdiff-backup and ssh to \
+			securely back a hard drive up to a remote location, \
+			and only the differences will be transmitted.  \
+			Finally, rdiff-backup is easy to use and settings \
+			have sensical defaults.
+homepage		http://www.nongnu.org/rdiff-backup/
+master_sites		http://savannah.nongnu.org/download/rdiff-backup/
+distname		rdiff-backup-${version}
 
-platforms         darwin
+checksums		md5 b3753ecc395e4419566aa180cecb65c4 \
+			sha1 886185ff9daa547126c483a60e16e4f1e829852b \
+			rmd160 e87b583b54f9b2a374801374485d9a92a5cf5522
 
-depends_lib-append  lib:librsync:librsync \
-                    port:py25-hashlib \
-                    port:py25-zlib
+platforms		darwin
 
-patchfiles        patch-setup.py \
-                  patch-rdiff-backup.1 \
-                  patch-rdiff_backup-fs_abilities.py \
-                  patch-rdiff_backup-restore.py
+depends_lib-append	lib:librsync:librsync \
+			port:py25-hashlib \
+			port:py25-zlib
 
+patchfiles		patch-setup.py \
+			patch-rdiff-backup.1 \
+			patch-rdiff_backup-fs_abilities.py \
+			patch-rdiff_backup-restore.py
+
 post-patch {
-    reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/rdiff-backup.1
+	reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/rdiff-backup.1
 }
 
-build.args        --librsync-dir=${prefix}
-
+build.args		--librsync-dir=${prefix}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070423/4ab5db66/attachment.html


More information about the macports-changes mailing list