           SPELL=rsync
         VERSION=2.6.9
     SOURCE_HASH=sha512:56d92b2535755da7f4b5b0444006e98bcdf37802650d65c8c008e712e4c5d50bff183cb1e6b9a032eddeb224fdc72ab6fce014dd66f5b055413a4d8647715d7b
         PREVIEW=$([ "${VERSION//pre/}" != "$VERSION" ] && echo 1)
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://rsync.samba.org/ftp/rsync/${PREVIEW:+preview/}$SOURCE
   SOURCE_URL[1]=ftp://rsync.samba.org/pub/rsync/${PREVIEW:+preview/}$SOURCE
        WEB_SITE=http://rsync.samba.org/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="ftp"
           SHORT='rsync provides fast incremental file transfer'
cat << EOF
rsync is a replacement for rcp (and scp) that has many more features.
It uses the "rsync algorithm" which provides a very fast method for
remote files into sync. It does this by sending just the differences in
the files across the link, without requiring that both sets of files are
present at one of the ends of the link beforehand.
EOF
