INSTALL.FreeBSD.txt 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #!/bin/cat
  2. # $Id: INSTALL.FreeBSD.txt,v 1.12 2022/05/17 14:31:44 gilles Exp gilles $
  3. This documentation is also located online at
  4. https://imapsync.lamiral.info/INSTALL.d/
  5. https://imapsync.lamiral.info/INSTALL.d/INSTALL.FreeBSD.txt
  6. =======================================================================
  7. Installing imapsync on FreeBSD
  8. =======================================================================
  9. Thanks to Kurt Jaeger pi@FreeBSD.org a imapsync package is available in FreeBSD
  10. http://portsmon.freebsd.org/portoverview.py?category=mail&portname=imapsync
  11. So, to install imapsync you just have to type one command in a terminal:
  12. sudo pkg install imapsync
  13. or if you're already root on the console:
  14. pkg install imapsync
  15. Tested 7 March 2015 on FreeBSD 10.1-RELEASE
  16. Tested 2 July 2018 on FreeBSD 11.2-RELEASE
  17. =======================================================================
  18. =======================================================================
  19. In order to install and be able to run latest imapsync online /X,
  20. install also:
  21. p5-Regexp-Common
  22. p5-Test-MockObject
  23. p5-CGI
  24. p5-Encode-IMAPUTF7
  25. Call to FreeBSD developer: It's also the new Perl modules dependencies to add
  26. for imapsync 2.206 and next ones:
  27. Proc::ProcessTable