X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 31354DC0160 for ; Tue, 15 Dec 2015 11:39:54 +0000 (UTC) Received: from mail-pf0-f181.google.com (mail-pf0-f181.google.com [209.85.192.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 0038DDC00C6 for ; Tue, 15 Dec 2015 11:39:53 +0000 (UTC) Received: by mail-pf0-f181.google.com with SMTP id n128so3593714pfn.0 for ; Tue, 15 Dec 2015 03:39:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to:cc :mime-version:content-type:content-transfer-encoding:message-id; bh=k+VQ06QOon6ZKMHuGBUIUcXQkd37etLyXF3H1jJJ2sI=; b=cK3a2RFj6ksdsdnYY+lpJVWZqd+TzKIgKNwlGCc0wsB8NGP90ChUxhObZesXXDrLox 6Y63EjkFdjrQwxRhZQurHYlmh24sInywueEz6Ifuxkcg1fiZzdEQ1uKRNlrXL5n159hs ZOWzOTY94QOduFID/Mmh3HjlQzbaU51+Gf38SC65oYLZRtYj5MKu49M/mRq/nKGR9TYq k6Ye4YTqezm4pg9ai4FB6OTBq9VYUrIBgDtFBLkqcGzh5x4lP95kCInKXSpRGg8O5FAe hGJ5jtbNc+ch6RzNqVhGS2Vg3bhb/OmRA6qbeaHcjsoTUZiNONK3DRwYFhm1n3FQ/tYJ X/LQ== X-Received: by 10.98.10.197 with SMTP id 66mr43257757pfk.37.1450179592544; Tue, 15 Dec 2015 03:39:52 -0800 (PST) Received: from microknoppix.localnet ([117.198.34.155]) by smtp.gmail.com with ESMTPSA id c20sm1866680pfd.17.2015.12.15.03.39.50 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 15 Dec 2015 03:39:51 -0800 (PST) From: "V.Krishn" Reply-To: vkrishn4@gmail.com To: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 15/15] testing/imapsync: new aport Date: Tue, 15 Dec 2015 17:09:38 +0530 User-Agent: KMail/1.13.7 (Linux/3.9.6-64; KDE/4.8.4; x86_64; ; ) References: <1449923126-5577-1-git-send-email-developer@it-offshore.co.uk> <1449923126-5577-15-git-send-email-developer@it-offshore.co.uk> In-Reply-To: <1449923126-5577-15-git-send-email-developer@it-offshore.co.uk> Cc: Stuart Cardall X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201512151709.38469.vkrishn4@gmail.com> X-Virus-Scanned: ClamAV using ClamSMTP http://imapsync.lamiral.info/ - is this open source ? also could not find if this is its official site https://github.com/imapsync alternate: http://isync.sourceforge.net/ -- Regards. V.Krishn > Uses 260-280 meg of RAM with --useuid (caching) enabled & transfers > approximately 2.2 messages / second. > > 4000 to 7000 users per month (44000 users a year). > 6 to 40 million mailbox transfers per month. > 215 million transfers for 2014. > Highest use rate: about 56 million IMAP mailbox transfers by one host > > Take care not to mix main / edge perl modules or you will receive > relocation errors from perl. > --- > testing/imapsync/APKBUILD | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > create mode 100644 testing/imapsync/APKBUILD > > diff --git a/testing/imapsync/APKBUILD b/testing/imapsync/APKBUILD > new file mode 100644 > index 0000000..fc9ed78 > --- /dev/null > +++ b/testing/imapsync/APKBUILD > @@ -0,0 +1,29 @@ > +# Contributor: Stuart Cardall > +# Maintainer: Stuart Cardall > +pkgname=imapsync > +pkgver=1.670 > +pkgrel=0 > +pkgdesc="IMAP synchronisation, sync, copy or migration tool" > +url="http://imapsync.lamiral.info" > +arch="noarch" > +license="custom: NO LIMIT PUBLIC LICENSE" > +depends="perl-digest-hmac perl-authen-ntlm perl-io-compress > perl-data-dumper perl-data-uniqid perl-digest-md5 \ > + perl-file-copy-recursive perl-io-socket-inet6 perl-io-socket-ssl > perl-io-tee perl-mail-imapclient \ + perl-parse-recdescent > perl-term-readkey perl-test-pod perl-test-simple perl-unicode-string > perl-uri-escape" +depends_dev="" > +makedepends="$depends_dev perl-module-scandeps perl-par-packer" > +subpackages="$pkgname-doc" > +source="https://github.com/$pkgname/$pkgname/archive/$pkgname-$pkgver.tar. > gz" + > +_builddir="$srcdir"/$pkgname-$pkgname-$pkgver > + > +package() { > + cd "$_builddir" > + make DESTDIR="$pkgdir" install || return 1 > + mkdir -p "$pkgdir"/usr/share/doc/$pkgname > + install -Dm644 FAQ.d/* "$pkgdir"/usr/share/doc/$pkgname/ || return 1 > +} > + > +md5sums="1956d13e32534337fcea7aba6da0feb0 imapsync-1.670.tar.gz" > +sha256sums="0a02a60899850a2aa8b7642a1caebda951437e2eb530f32489b10e651e957a > 29 imapsync-1.670.tar.gz" > +sha512sums="1a51c707b168a04900cb19a9df1d185bde3a42cda74c12d863d19f84c806f > 1c161a0e240e51a3c9673a17b2010df22e55c0286108d6aaa8a3b0233a4d510311f > imapsync-1.670.tar.gz" --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---