mail/imapsync: 1.592 -> 1.607

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
This commit is contained in:
Kurt Jaeger
2014-12-29 08:41:57 +00:00
parent b05605bc33
commit e7707a655b
2 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= imapsync
PORTVERSION= 1.592
PORTVERSION= 1.607
CATEGORIES= mail perl5
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/
@@ -13,6 +13,7 @@ RUN_DEPENDS= p5-Mail-IMAPClient>0:${PORTSDIR}/mail/p5-Mail-IMAPClient \
p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-IO-Tee>0:${PORTSDIR}/devel/p5-IO-Tee \
p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Unicode-String>0:${PORTSDIR}/converters/p5-Unicode-String \
p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive
USES= perl5 tar:tgz

View File

@@ -1,2 +1,2 @@
SHA256 (imapsync-1.592.tgz) = dd359a5b871dd278fbb39ba0c087576e97af1d746c49a104bc00a533b463ab64
SIZE (imapsync-1.592.tgz) = 906578
SHA256 (imapsync-1.607.tgz) = 784331cfa6cc391751dcdc5290eba5d50bf3ddbe9b213f072b413941a3fe4f2a
SIZE (imapsync-1.607.tgz) = 973467