---
name: rsync
version: 3.0.9_3
origin: net/rsync
comment: Network file distribution/synchronization utility
arch: freebsd:9:x86:64
www: http://rsync.samba.org/
maintainer: ehaupt@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv3]
flatsize: 527472
desc: "rsync is a replacement for rcp that has many more features.\n \nrsync uses
  the \"rsync algorithm\" which provides a very fast method for\nbringing remote files
  into sync. It does this by sending just the\ndifferences in the files across the
  link, without requiring that both\nsets of files are present at one of the ends
  of the link beforehand.\nThis makes rsync a good remote file distribution/synchronization
  utility\nin a dialup PPP/SLIP environment.\n\nNote, requires rsync on the destination
  machine.\n\nThere is a Computer Science Technical Report on the rsync algorithm
  is\nincluded in the distribution, and is available as\nftp://samba.anu.edu.au/pub/rsync/tech_report.ps\n\nWWW:
  http://rsync.samba.org/\n"
categories: [net, ipv6]
options: {ACL: off, ATIMES: off, DOCS: on, FLAGS: off, ICONV: off, POPT_PORT: off,
  RENAMED: off, SSH: on, TIMELIMIT: off}
files:
  /usr/local/bin/rsync: 0ff11ff80b03a60491e7ad6ae550deabd9b7f99f9600079465f58c9dca7bcbbb
  /usr/local/etc/rc.d/rsyncd: e4eef2d4d2299ca4f81825c021ee2db8d920ee975985801cfa96f0a8f3e69b0d
  /usr/local/etc/rsyncd.conf.sample: 74ac2ae982fbf67b2347db96d89d324e7005f5f10ee49ff365c19ca5e7c5fdc8
  /usr/local/man/man1/rsync.1.gz: aad94ce380affcdda266dcf6b38b81190645a7056c316ef6c73c91a8d430e6da
  /usr/local/man/man5/rsyncd.conf.5.gz: 9ae4cf1bc46f66c7d1acdd53872c7ae800eed0136644e5293c265017c833f06f
  /usr/local/share/doc/rsync/NEWS: c8967af02ebbbd374f2dba93961f96a181b4fd80c987dcb7f9031251517d4f13
  /usr/local/share/doc/rsync/README: 368fe92590d47a6d77568e2252ddd4d346010faf8bcea7448af9f247250f1a39
  /usr/local/share/doc/rsync/csprotocol.txt: 8cc8726fc5fc204ded7cf40f927378a9e17f2241d195f82baf3ecf5c1d996bd3
  /usr/local/share/doc/rsync/tech_report.tex: a93be19bcd9bbff81fea958f0aba800c8d319784e2d2f16e80e5384d4fa09a9d
  /usr/local/share/licenses/rsync-3.0.9_3/GPLv3: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
  /usr/local/share/licenses/rsync-3.0.9_3/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/rsync-3.0.9_3/catalog.mk: cd3f5973543d79673c56ee9d3d8b9041529b0fad8fac6ad0d307c16ff437c174
directories:
  /usr/local/share/licenses/rsync-3.0.9_3/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/rsync/: n
scripts:
  post-install: |
    [ -f /usr/local/etc/rsyncd.conf ] || cp /usr/local/etc/rsyncd.conf.sample /usr/local/etc/rsyncd.conf
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/rsyncd.conf.sample /usr/local/etc/rsyncd.conf; then rm -f /usr/local/etc/rsyncd.conf; fi
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
