Dash:
[t2.git] / package / network / rsync / rsync.desc
blob51866354accc107f6d05a8cbae57beb216150bb8
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] This copyright note is auto-generated by scripts/Create-CopyPatch.
3 [COPY] 
4 [COPY] T2 SDE: package/*/rsync/rsync.desc
5 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
6 [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project
7 [COPY] 
8 [COPY] More information can be found in the files COPYING and README.
9 [COPY] 
10 [COPY] This program is free software; you can redistribute it and/or modify
11 [COPY] it under the terms of the GNU General Public License as published by
12 [COPY] the Free Software Foundation; version 2 of the License. A copy of the
13 [COPY] GNU General Public License can be found in the file COPYING.
14 [COPY] --- T2-COPYRIGHT-NOTE-END ---
16 [I] A replacement for rcp that has many more features
18 [T] Rsync uses an own "rsync" algorithm which provides a very fast method for
19 [T] bringing remote files into sync. It does this by sending just the
20 [T] differences in the files across the link, without requiring that both
21 [T] sets of files are present at one of the ends of the link beforehand.
22 [T] At first glance this may seem impossible because the calculation of
23 [T] diffs between two files normally requires local access to both
24 [T] files.
26 [U] http://rsync.samba.org/rsync/
28 [A] Andrew Tridgel <tridge@samba.org>
29 [A] Paul Mackerras <paulus@cs.anu.edu.au>
30 [M] Rene Rebe <rene@t2-project.org>
32 [C] extra/network
34 [F] CROSS DIETLIBC
36 [L] GPL
37 [S] Stable
38 [V] 3.2.3
39 [P] X -----5---9 118.200
41 [CV-FLAGS] ODD-STABLE
42 # for most architecutres and cross compile
43 [O] var_append GCC_WRAPPER_INSERT ' ' '-DHAVE_VA_COPY=1'
44 [O] pkginstalled xxhash || var_append confopt ' ' '--disable-xxhash'
45 [O] pkginstalled lz4 || var_append confopt ' ' '--disable-lz4'
46 # the real configure script
47 [O] configscript='./configure.sh'
48 [D] 1a7399fadd3bd02d9376849f35cf979b44843b32a66c0cde7f30f1f4 rsync-3.2.3.tar.gz http://rsync.samba.org/ftp/rsync/src/