head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.12 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.10 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.8 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.6 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.4 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.2 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.3.0.44 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.42 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.40 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.38 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.1.1.1.0.2 netbsd-1-6-1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2008.10.30.04.40.27; author snj; state dead; branches; next 1.3; 1.3 date 2003.08.14.12.08.00; author abs; state Exp; branches; next 1.2; 1.2 date 2003.03.22.01.03.09; author wiz; state Exp; branches; next 1.1; 1.1 date 2002.10.15.15.16.02; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.10.15.15.16.02; author agc; state Exp; branches; next ; desc @@ 1.4 log @Update to latest stable version, 1.2.2. Zillions of fixes and a some new features. See the bundled CHANGELOG for details. Now requires at least python24. Add PKGMANDIR support. @ text @$NetBSD: patch-ab,v 1.3 2003/08/14 12:08:00 abs Exp $ --- setup.py.orig 2003-08-09 00:26:18.000000000 +0100 +++ setup.py @@@@ -51,12 +51,13 @@@@ setup(name="rdiff-backup", ext_modules = [Extension("rdiff_backup.C", ["cmodule.c"]), Extension("rdiff_backup._librsync", ["_librsyncmodule.c"], - include_dirs=incdir_list, - library_dirs=libdir_list, + include_dirs=['%%LOCALBASE%%/include'], + library_dirs=['%%LOCALBASE%%/lib'], + runtime_library_dirs=['%%LOCALBASE%%/lib'], libraries=libname, extra_link_args=lflags_arg)], scripts = ['rdiff-backup'], - data_files = [('share/man/man1', ['rdiff-backup.1']), + data_files = [('man/man1', ['rdiff-backup.1']), ('share/doc/rdiff-backup-%s' % (version_string,), ['CHANGELOG', 'COPYING', 'README', 'FAQ.html'])]) @ 1.3 log @Update rdiff-backup to 0.12.3 (Also fixes PR pkg/22095) - Over 1500 lines of changelog since 0.10.2 - Now rdiff-backup writes metadata (uid, gid, mtime, etc.) to a compressed text file in the rdiff-backup-data directory - No longer seems compelled to send symlinks every time @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 0.10.2, from PR 20268 by David S. Minor bugfixes. @ text @d3 1 a3 1 --- setup.py.orig Mon Jan 27 06:04:22 2003 d5 1 a5 1 @@@@ -19,9 +19,12 @@@@ setup(name="rdiff-backup", d9 2 d14 2 a15 1 libraries=["rsync"])], d19 1 a19 1 ('share/doc/rdiff-backup-%s' % version_string, @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- setup.py.orig Thu Oct 3 00:11:24 2002 d5 2 a6 2 @@@@ -22,9 +22,12 @@@@ setup(name="rdiff-backup", ("_LARGE_FILES", 1)]), @ 1.1.1.1 log @Initial import of rdiff-backup-0.10.1 into the NetBSD Packages Collection. Provided in PR 18577 by David.S at idiom dot com, some modifications by me to use buildlink2 files, and to specify the correct version of python required. 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 (if it is running as root), and modification times. Finally, 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. @ text @@