Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9207

Added Files:
        rdiff-backup.info rdiff-backup.patch 
Log Message:
Promote rdiff-backup 1.0.1 from unstable to stable.


--- NEW FILE: rdiff-backup.patch ---
# Let Fink install the document files into the proper location instead
# of having rdiff-backup's setup.py do it, which also puts its version
# number in the document directory name.

diff -ru rdiff-backup-1.0.0-orig/setup.py rdiff-backup-1.0.0/setup.py
--- rdiff-backup-1.0.0-orig/setup.py    2004-01-31 20:31:34.000000000 -0800
+++ rdiff-backup-1.0.0/setup.py 2004-03-08 19:01:56.000000000 -0800
@@ -56,7 +56,4 @@
                                                           libraries=libname,
                                                           
extra_link_args=lflags_arg)],
          scripts = ['rdiff-backup'],
-         data_files = [('share/man/man1', ['rdiff-backup.1']),
-                                       ('share/doc/rdiff-backup-%s' % 
(version_string,),
-                                        ['CHANGELOG', 'COPYING', 'README', 
'FAQ.html'])])
-
+         data_files = [('share/man/man1', ['rdiff-backup.1'])])

--- NEW FILE: rdiff-backup.info ---
Package: rdiff-backup
Version: 1.0.1
Revision: 1
Description: Backup using mirrors and incrementals
License: GPL
Homepage: http://www.nongnu.org/rdiff-backup/
Maintainer: Blair Zajac <[EMAIL PROTECTED]>

# Dependencies.
BuildDepends: librsync (>= 0.9.7-1)
Depends: python24, librsync-shlibs (>= 0.9.7-1)

# Unpack Phase.
Source: http://savannah.nongnu.org/download/%n/%n-%v.tar.gz
Source-MD5: 765e8c97c696eeb7b19006d9ed0967be

# Patch Phase.
Patch: %n.patch

# Compile Phase.
CompileScript: %p/bin/python2.4 setup.py build

# Install Phase.
InstallScript: %p/bin/python2.4 setup.py install --root=%d
DocFiles: CHANGELOG COPYING FAQ.html README

# Documentation.
DescDetail: <<
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 sensible defaults.
<<



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to