# $Id: Portfile 34133 2008-02-15 00:50:58Z reiffert@macports.org $ PortSystem 1.0 name rsync-devel set date 20080215 set time 0124 version 3.0.0pre9 epoch 1203033829 categories net platforms darwin freebsd sunos maintainers reiffert@macports.org description tool that provides fast incremental file transfer long_description \ http://rsync.samba.org/ftp/rsync/rsync-3.0.0pre9-NEWS \ rsync 3.0.0 is going to be a feature release that has a number \ of improvements. There has already been work done to lower \ rsync's memory use, and make recursive transfers start up more \ rapidly (due to an incremental recursive scan being added). This\ version has just added xattr support (resource forks), and \ should also get: ACL support, filename charset-conversion \ support, renamed-file detection, improved performance for large \ files, and other changes yet to be decided. \ \ Related pages: \ http://samba.anu.edu.au/ftp/unpacked/rsync/NEWS \ http://samba.anu.edu.au/ftp/rsync/nightly/rsync.html \ http://samba.anu.edu.au/ftp/rsync/nightly/rsyncd.conf.html \ http://samba.anu.edu.au/rsync/lists.html homepage http://samba.org/rsync/ master_sites http://rsync.samba.org/ftp/rsync/ checksums \ md5 2d4e94e199911e36491d8b17851f1fe8 \ sha1 2312d7c86b7df954d344cb43cd953686f8eb7a49 \ rmd160 f65be61f12cc0af7181492f51c0d66226dd7b9df distname rsync-${version} depends_lib port:popt port:libiconv configure.args --mandir=${prefix}/share/man \ --with-rsyncd-conf=${prefix}/etc/rsyncd.conf \ --enable-ipv6 \ --enable-xattr-support configure.cflags "-Os -I${prefix}/include" post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS OLDNEWS \ TODO README doc/README-SGML doc/profile.txt \ doc/rsync.sgml \ ${destroot}${prefix}/share/doc/${name} }