aboutsummaryrefslogtreecommitdiff
path: root/mail/imapsync
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail/imapsync: update 1.945 -> 1.977Kurt Jaeger2020-05-222-6/+8
| | | | | | | | Submitted by: Mike Selner <mike@tela.com> Relnotes: https://imapsync.lamiral.info/S/news.shtml Notes: svn path=/head/; revision=536216
* mail/imapsync: Update version 1.882=>1.945Muhammad Moinur Rahman2020-02-292-10/+17
| | | | | | | | | | | - Add missing dependencies PR: 244523 Submitted by: bofh Approved by: pi Notes: svn path=/head/; revision=527476
* mail/imapsync: update 1.836 -> 1.882Kurt Jaeger2019-04-222-3/+4
| | | | | | | | | PR: 237475 Submitted by: Krzysztof <ports@bsdserwis.com> Relnotes: http://imapsync.lamiral.info/S/news.shtml Notes: svn path=/head/; revision=499670
* Use USE_GITHUB instead of hand crafting urls.Mathieu Arnold2018-02-152-7/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=461924
* mail/imapsync: update 1.727 -> 1.836Kurt Jaeger2017-11-122-6/+7
| | | | | | | | | PR: 223473 Changes: http://imapsync.lamiral.info/S/news.shtml Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=454059
* mail/imapsync: add run-dep devel/p5-ReadonlyKurt Jaeger2016-10-081-0/+2
| | | | | | | | PR: 213116 Submitted by: raivo.hool@gmail.com Notes: svn path=/head/; revision=423489
* mail/imapsync: 1.678 -> 1.727Kurt Jaeger2016-10-062-5/+10
| | | | | | | | | PR: 213116 Changes: http://imapsync.lamiral.info/ChangeLog Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=423436
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* mail/imapsync: 1.670 -> 1.678Kurt Jaeger2016-02-052-3/+3
| | | | | | | | | | | | | | | | | | | - Added --errorsmax in --help message - Added --debugssl int. Default is like --debugssl 1 (Only print out errors). - Added --timeout1 - Added --timeout2 (--timeout still available to set both with the same value) - Added --sslargs1 to pass any ssl parameter for host1 connection. - Added --sslargs2 to pass any ssl parameter for host2 connection. Example --sslargs1 SSL_verify_mode=1 --sslargs1 SSL_version=SSLv3 - Removed --allow3xx option. - Added env_proxy call in sub xoauth2() to read proxy settings from environment variable without PERL_LWP_ENV_PROXY=1 PR: 206952 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=408229
* mail/imapsync: 1.644 -> 1.670Kurt Jaeger2016-01-122-3/+3
| | | | | | | - many small fixes Notes: svn path=/head/; revision=405847
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-171-6/+2
| | | | | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403913
* mail/imapsync: 1.607 -> 1.644Kurt Jaeger2015-08-292-4/+10
| | | | | | | | Changelog: http://imapsync.lamiral.info/S/news.shtml Notes: svn path=/head/; revision=395535
* - Add CPE infoDmitry Marakasov2015-05-041-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=385373
* mail/imapsync: 1.592 -> 1.607Kurt Jaeger2014-12-292-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Folders showed also in utf8. - Caveat to upgrade on Unix!: New Unicode::String Perl module dependency, for utf8 output. See the INSTALL file. - Enhancement: Added --skipemptyfolders to skip syncing empty host1 folders. They are not created on host2. - Usability: Remove /x from regexes applied with --include and --exclude. Blanks no longer have to be explicit with \ or [ ]. - Usability: Added utf8 output for folder names, protocol native utf7imap special characters are not user friendly readable - Usability: Moved foldersizes output after folders lists output. - Usability: Added total size transferred after each message copied. - Usability: After ETA, added number of total to be synced, as a denominator dddd after each message copied, like nnn/dddd where nnn is the number of messages copied. Before there was only nnn without /dddd. - Bug fix: Added several checks if IsUnconnected. Goal avoid imap commands while disconnected. Reconnexion would be better anyway. PR: 196341 Submitted by: mp39590@gmail.com Notes: svn path=/head/; revision=375776
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* mail/imapsync: add missing RUN_DEPENDS devel/p5-IO-TeeKurt Jaeger2014-07-111-0/+1
| | | | | | | | PR: 191791 Submitted by: mcdouga9@egr.msu.edu Notes: svn path=/head/; revision=361579
* mail/imapsync: update 1.584 -> 1.592Kurt Jaeger2014-06-142-3/+3
| | | | Notes: svn path=/head/; revision=357800
* mail/imapsync: update 1.580 -> 1.584Kurt Jaeger2014-05-022-5/+6
| | | | | | | | | PR: ports/186775 Submitted by: pi Approved by: jadawin (mentor) Notes: svn path=/head/; revision=352845
* mail/imapsync: update to 1.580William Grzybowski2014-01-202-3/+3
| | | | | | | | PR: ports/185883 Submitted by: maintainer Notes: svn path=/head/; revision=340386
* mail/imapsync: add missing run dependencyWilliam Grzybowski2013-11-061-1/+3
| | | | | | | | PR: ports/183719 Submitted by: Lawrence Chen <lkchen mew.cns.ksu.edu>, maintainer Notes: svn path=/head/; revision=333008
* mail/imapsync: update to 1.569William Grzybowski2013-11-012-3/+3
| | | | | | | | PR: ports/183374 Submitted by: Kurt Jaeger <fbsd-ports opsec.eu> (maintainer) Notes: svn path=/head/; revision=332353
* mail/imapsync: update to 1.567 and stagingWilliam Grzybowski2013-10-262-11/+6
| | | | | | | | | | | | | - Update to 1.567 [1] - Allow staging [1] (based on) - Remove unnecessary BUILD_DEPENDS as there is no build PR: ports/182662 [1] Submitted by: Herbert J. Skuhra <h.skuhra gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=331718
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* mail/imapsync: update to 1.564William Grzybowski2013-08-282-5/+5
| | | | | | | | | | | | | - Update to 1.564 [1] - Pass maintainership to submitter - Convert to USES perl5 PR: ports/181237 Submitted by: Kurt Jaeger <fbsd-ports opsec.eu> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=325542
* Update to 1.536.Raphael Kubo da Costa2013-05-143-4/+4
| | | | | | | | | PR: ports/178106 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=318192
* Update to version 1.508Pawel Pekala2012-12-212-9/+5
| | | | | | | | | PR: ports/173388 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: maintainer timeout (6 weeks) Notes: svn path=/head/; revision=309371
* - Update to 1.487Jason Helfman2012-04-252-4/+4
| | | | | | | | | | PR: ports/166752 Changelog: http://imapsync.lamiral.info/ChangeLog Submitted by: alexey@renatasystems.org Approved by: maintainer timeout ( 18 days ) Notes: svn path=/head/; revision=295509
* - Give maintainership to sidh@rtha.infoPhilippe Audeoud2011-10-181-1/+1
| | | | | | | | PR: ports/161580 Submitted by: sidh@rtha.info <sidh _AT_ rtha.info> Notes: svn path=/head/; revision=283754
* - Reassign to the heapThomas Abthorpe2011-10-131-1/+1
| | | | Notes: svn path=/head/; revision=283481
* - Update to 1.456Sunpoet Po-Chuan Hsieh2011-09-242-3/+3
| | | | | | | | | | Changes: http://ks.lamiral.info/imapsync/ChangeLog PR: ports/160600 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Notes: svn path=/head/; revision=282315
* - Update to 1.434Frederic Culot2011-06-142-3/+3
| | | | | | | | | PR: ports/157430 Submitted by: Mark Felder <feld@feld.me> Approved by: maintainer timeout (>14 days) Notes: svn path=/head/; revision=275529
* Update to 1.411.Wesley Shields2011-05-132-4/+6
| | | | | | | | | | | While here, be explicit about the RUN_DEPENDS. PR: ports/156710 Submitted by: Mark Felder <feld@feld.me> Approved by: maintainer timeout Notes: svn path=/head/; revision=274049
* Update to 1.404Wesley Shields2011-04-062-6/+4
| | | | | | | | | PR: ports/155578 Submitted by: Mark Felder <feld@feld.me> Approved by: maintainer timeout Notes: svn path=/head/; revision=272273
* - Update MASTER_SITESSunpoet Po-Chuan Hsieh2010-11-091-1/+1
| | | | | | | | PR: ports/152063 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer) Notes: svn path=/head/; revision=264287
* . update to version 1.366.Boris Samorodov2010-10-272-4/+4
| | | | | | | | | PR: ports/151739 Submitted by: bsam (me) Approved by: Jim Riggs <ports at christianserving.org> (maintainer) Notes: svn path=/head/; revision=263642
* - Update to 1.363Sunpoet Po-Chuan Hsieh2010-10-262-6/+4
| | | | | | | | | | Changes: http://www.linux-france.org/prj/imapsync/ChangeLog PR: ports/151715 Submitted by: Toni ViemerA <toni.viemero@iki.fi> Approved by: Jim Riggs <ports@christianserving.org> (maintainer), pgollucci (mentor, implicit) Notes: svn path=/head/; revision=263596
* Upstream have re-rolled distfile.Xin LI2010-06-232-3/+4
| | | | | | | | | | Checked manually that the only difference is FAQ and donor list. Founded by: QAT Feature safe: yes Notes: svn path=/head/; revision=256887
* Update to 1.315.Xin LI2010-06-222-4/+4
| | | | | | | | | PR: ports/147947 Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=256837
* - Update to 1.310Sahil Tandon2010-04-292-6/+6
| | | | | | | | | | | - Use ${PORTNAME} where possible PR: ports/146074 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer) Approved by: wxs@ (mentor) Notes: svn path=/head/; revision=253406
* - Update to 1.286Philippe Audeoud2009-08-102-4/+4
| | | | | | | | | PR: ports/137434 Submitted by: Kevin Kobb <kkobb _AT_ skylinecorp.com> Approved by: maintainer Notes: svn path=/head/; revision=239281
* - Update to 1.285Wesley Shields2009-07-163-50/+10
| | | | | | | | | | - Retire pkg-plist as it is now a single binary and man page. PR: ports/136262 Submitted by: Jim Riggs <ports@christianserving.org> Notes: svn path=/head/; revision=237937
* - Fix plist with perl 5.8.9Pav Lucistnik2009-01-142-15/+16
| | | | Notes: svn path=/head/; revision=226130
* - Update to 1.267Thomas Abthorpe2008-10-102-4/+4
| | | | | | | | PR: ports/127933 Submitted by: Jim Riggs <ports@christianserving.org> Notes: svn path=/head/; revision=221393
* - Update to 1.264Philippe Audeoud2008-08-292-4/+4
| | | | | | | | PR: ports/126931 Submitted by: Jim Riggs <ports _at_ christianserving _dot_ org> Notes: svn path=/head/; revision=219413
* [MAINTAINER] mail/imapsync: update to 1.261Edwin Groothuis2008-08-182-4/+4
| | | | | | | | PR: ports/126606 Submitted by: Jim Riggs <ports@christianserving.org> Notes: svn path=/head/; revision=218737
* [MAINTAINER] mail/imapsync: update to 1.260Edwin Groothuis2008-08-152-4/+4
| | | | | | | | | | - Update to 1.260 PR: ports/126522 Submitted by: Jim Riggs <ports@christianserving.org> Notes: svn path=/head/; revision=218572
* - Update to 1.255Pav Lucistnik2008-07-163-15/+59
| | | | | | | | | | - Use bundled Mail::IMAPClient instead of the one in ports which is too new PR: ports/125462 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer) Notes: svn path=/head/; revision=216936
* - Update to 1.252Martin Wilke2008-05-162-4/+4
| | | | | | | | PR: 123687 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer) Notes: svn path=/head/; revision=213131