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 8CD7ADC1CB0 for ; Sat, 12 Dec 2015 12:25:31 +0000 (UTC) Received: from apollo.thewebhostserver.com (unknown [46.28.50.181]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 6F542DD0505 for ; Sat, 12 Dec 2015 12:25:31 +0000 (UTC) Received: from [81.4.121.188] (port=37736 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1a7jEu-002erR-OU for alpine-aports@lists.alpinelinux.org; Sat, 12 Dec 2015 12:25:28 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 15/15] testing/imapsync: new aport Date: Sat, 12 Dec 2015 12:25:26 +0000 Message-Id: <1449923126-5577-15-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1449923126-5577-1-git-send-email-developer@it-offshore.co.uk> References: <1449923126-5577-1-git-send-email-developer@it-offshore.co.uk> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 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="0a02a60899850a2aa8b7642a1caebda951437e2eb530f32489b10e651e957a29 imapsync-1.670.tar.gz" +sha512sums="1a51c707b168a04900cb19a9df1d185bde3a42cda74c12d863d19f84c806f1c161a0e240e51a3c9673a17b2010df22e55c0286108d6aaa8a3b0233a4d510311f imapsync-1.670.tar.gz" -- 2.6.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---