Download and Install rsync-lart version 2.6.6 on Mac OS X
Thursday the 4th of December, 2008

    rsync-lart  most recent diff


    version 2.6.6

      View the most recent changes for the rsync-lart port at: rsync-lart.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for rsync-lart.
      The raw portfile for rsync-lart 2.6.6 is located here:
      http://rsync-lart.darwinports.com/dports/net/rsync-lart/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/rsync-lart
      Google
      Web Darwinports.com



      # $Id: Portfile 28762 2007-09-08 14:27:27Z blair macports.org $

      PortSystem 1.0

      Name: rsync-lart
      Version: 2.6.6
      Category: net
      Maintainers: css macports.org
      Description: rsync with LART extended attributes support patches
      Platform: darwin freebsd
      Long Description: rsync is a file transfer program for Unix systems. rsync uses the 'rsync algorithm' which provides a very fast method for bringing 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. NOTE This version of rsync adds extended attribute support from Apple as well as third party fixes from http://www.lartmaker.nl/rsync/

      # Related pages:
      # http://www.lartmaker.nl/rsync/
      # http://www.opensource.apple.com/darwinsource/10.4.3/rsync-20/
      # http://www.opensource.apple.com/darwinsource/10.4.3/rsync-20/patches/

      Homepage: http://www.lartmaker.nl/rsync/
      master_sites http://samba.org/ftp/rsync/old-versions/ ftp://samba.anu.edu.au/pub/rsync/old-versions/ ftp://sunsite.auc.dk/pub/unix/rsync/old-versions/ ftp://ftp.sunet.se/pub/unix/admin/rsync/old-versions/ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/old-versions/
      distname rsync-${version}
      checksums md5 30c4e2849cbeae93f55548453865c2f2
      Platform: darwin freebsd sunos

      depends_lib port:popt

      # These patches include Apple's EA and PR-3945747-endian patches as well
      # as Tiger rsync fixes from http://www.lartmaker.nl/rsync/
      patchfiles patch-config.h.in.diff patch-configure.diff patch-configure.in.diff patch-flist.c.diff patch-generator.c.diff patch-main.c.diff patch-options.c.diff patch-proto.h.diff patch-receiver.c.diff patch-rsync.1.diff patch-rsync.c.diff patch-rsync.h.diff patch-rsync.yo.diff patch-sender.c.diff patch-syscall.c.diff patch-t_unsafe.c.diff patch-tls.c.diff patch-trimslash.c.diff

      configure.args --mandir=${prefix}/share/man --with-rsyncd-conf=${prefix}/etc/rsyncd.conf --enable-ea-support

      build.type gnu

      platform darwin 6 {
      patchfiles-append patch-darwin6-configure.diff
      }

      # Activate Apple's copyfile.h header by copying it into the
      # worksrcpath, then modify the configure command to locate it.
      platform darwin 8 {
      # Copy Apple's copyfile.h for use on Mac OS X 10.4 and higher.
      # See APPLE_LICENSE.txt for license and copying information.
      post-patch {
      file copy ${portpath}/${filesdir}/copyfile.h ${worksrcpath}
      }
      configure.cppflags-append "-I${worksrcpath}"
      }

      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}
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/rsync-lart
      % sudo port install rsync-lart
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching rsync-lart
      ---> Verifying checksum for rsync-lart
      ---> Extracting rsync-lart
      ---> Configuring rsync-lart
      ---> Building rsync-lart with target all
      ---> Staging rsync-lart into destroot
      ---> Installing rsync-lart
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using rsync-lart with these commands:
      %  man rsync-lart
      % apropos rsync-lart
      % which rsync-lart
      % locate rsync-lart

     Where to find more information:

    Darwin Ports



    Lightbox this page.