# $Id: Portfile 33441 2008-01-27 11:46:26Z ryandesign@macports.org $ PortSystem 1.0 name rsync-devel set date 20080119 set time 0924 version 3.0.0pre8 epoch 1200731098 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.0pre8-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 cb6a0042202c1ece2232e1cbb02b8052 \ sha1 7ff394b118a93f58e2e11f26168dec40f3ad1e25 \ rmd160 cf9f6d4879ee132f214c3a6c161957b9d5ad085d 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} }