           SPELL=rsync
         VERSION=3.0.2
     SOURCE_HASH=sha512:f6f91176cd23f9375e3768a2a515a9cf6b7273cc6f9bcd700a3e193ade4f987249165a79aab5520d19ee6f0a29b53c05656dfe79a0260f753e0d0c3ef2d35039
         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
