Imapsync version 1.286 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    imapsync  most recent diff


    version 1.286

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


      The imapsync Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: imapsync
      Version: 1.286
      Category: mail
      Platform: darwin
      Maintainers: mww
      Description: imapsync is an IMAP synchronization, copy or migration tool.
      Long Description: imapsync is an IMAP synchronization, copy or migration tool. Synchronize mailboxes between two imap servers. It is especially good at IMAP migration.

      Homepage: http://www.linux-france.org/prj/imapsync/
      Master Sites: ${homepage}/dist/ freebsd
      extract.suffix .tgz
      Checksums: md5 b60b1b280540dbe4f5787df32515c1af sha1 a98ab539270a811554e4bab476d815695be0e96b rmd160 4e0cdbef137e743af5433c64859239cb5886decb

      depends_run path:bin/perl:perl5 port:p5-digest-md5 port:p5-mail-imapclient port:p5-term-readkey port:p5-io-socket-ssl port:p5-datemanip

      configure {
      reinplace "s|^#!.*|#!${prefix}/bin/perl|g" ${worksrcpath}/imapsync
      }

      build {}

      destroot {
      xinstall -m 755 ${worksrcpath}/imapsync ${destroot}${prefix}/bin/imapsync.pl
      system "cd ${destroot}${prefix}/bin && ln -s imapsync.pl imapsync"
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} CREDITS ChangeLog FAQ GPL INSTALL README TODO VERSION ${destroot}${prefix}/share/doc/${name}
      }

      livecheck.type regex
      livecheck.url ${homepage}/dist/?M=D
      livecheck.regex ${name}-(\[.0-9\]+)\\.tgz

    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/imapsync
      % sudo port install imapsync
      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 imapsync
      ---> Verifying checksum for imapsync
      ---> Extracting imapsync
      ---> Configuring imapsync
      ---> Building imapsync with target all
      ---> Staging imapsync into destroot
      ---> Installing imapsync
    - 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 imapsync with these commands:
      %  man imapsync
      % apropos imapsync
      % which imapsync
      % locate imapsync

     Where to find more information:

    Darwin Ports



    Lightbox this page.