aboutsummaryrefslogtreecommitdiff
path: root/mail/isync
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* Update to 1.0.4Emanuel Haupt2008-02-263-24/+4
| | | | Notes: svn path=/head/; revision=207935
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 1.0.3Emanuel Haupt2006-12-273-15/+28
| | | | | | | - Take maintainer-ship Notes: svn path=/head/; revision=180884
* - Update to 1.0.2Pav Lucistnik2006-04-292-9/+7
| | | | | | | | | | - Use USE_BDB PR: ports/96523 Submitted by: Aleksander Fafula <alex@BSDGUru.org> Notes: svn path=/head/; revision=160847
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* - Update to 1.0.1.Florent Thoumie2005-04-153-9/+32
| | | | | | | | PR: ports/79975 Submitted by: Ports Fury Notes: svn path=/head/; revision=133439
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to version 0.9.1Kirill Ponomarev2003-08-164-17/+12
| | | | | | | | PR: 55628 Submitted by: Ports Fury Notes: svn path=/head/; revision=87072
* Resign as maintainerEivind Eklund2003-08-111-1/+1
| | | | Notes: svn path=/head/; revision=86767
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-221-1/+2
| | | | | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x Notes: svn path=/head/; revision=64836
* Update and bugfix.Eivind Eklund2002-04-134-4/+17
| | | | | | | | | | | | WARNING: The format for the mailboxes has changed, so you will get duplicate messages if you have old mailboxes lying around. I have delayed this upgrade as I was planning to write a conversion script, but feel that it has been too long already. Bugfix by: nectar Notes: svn path=/head/; revision=57659
* Add USE_OPENSSL=yesEivind Eklund2001-11-281-0/+1
| | | | | | | Prodded by: petef Notes: svn path=/head/; revision=50696
* Update to version 0.7.Eivind Eklund2001-11-263-4/+4
| | | | | | | | | | | | Version 0.6 has been skipped, as the author released 0.7 as integration of the patches that would have been needed in the 0.6 port. New feature: Support for limiting the number of messages downloaded in a mailbox. Ideal for reading the FreeBSD lists offline while keeping a complete mirror on your IMAP server. Notes: svn path=/head/; revision=50564
* Update isync from 0.4 to 0.5 (only verison number and distfile checksum updateEivind Eklund2001-06-142-2/+2
| | | | | | | | | | | | | | | | | | | | needed.) This update was performed by me locally at the same time as the submitter. Changes include: - Updated SSL support. - Added CRAM authentication support. - Added MailDir configuration option to specify the default location of local mailboxes when relative paths are used. - Added support for uploading local messages to the IMAP server. - Added CopyDeletedTo configuration option to cause isync to move deleted messages to a particular mailbox on the server when they are expunged. - Started to re-use passwords for multiple mailboxes Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=43985
* isync is a tool for synchronizing IMAP folders to local Maildir copies, forEivind Eklund2001-01-025-0/+27
use on e.g. laptops. It is not entirely stable yet (I've had a couple of not entirely reproducable problems :-(, but seems like it will be very useful in time. Notes: svn path=/head/; revision=36596