From owner-freebsd-pkg@freebsd.org Mon Jan 23 20:58:09 2017 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7423BCBEA50 for ; Mon, 23 Jan 2017 20:58:09 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6127930C for ; Mon, 23 Jan 2017 20:58:09 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: by mailman.ysv.freebsd.org (Postfix) id 5D8A0CBEA4E; Mon, 23 Jan 2017 20:58:09 +0000 (UTC) Delivered-To: pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D32FCBEA4D for ; Mon, 23 Jan 2017 20:58:09 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from aibo.runbox.com (aibo.runbox.com [91.220.196.211]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 239A330B for ; Mon, 23 Jan 2017 20:58:08 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from [10.9.9.241] (helo=rmm6prod02.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cVlgj-0000it-2e for pkg@freebsd.org; Mon, 23 Jan 2017 21:58:05 +0100 Received: from mail by rmm6prod02.runbox.com with local (Exim 4.76) (envelope-from ) id 1cVlgj-0008Lg-2K for pkg@freebsd.org; Mon, 23 Jan 2017 21:58:05 +0100 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received: from [Authenticated user (846156)] by runbox.com with http (RMM6); for ; Mon, 23 Jan 2017 20:58:05 GMT From: "Jeffrey Bouquet" Reply-To: jbtakk@iherebuywisely.com To: "pkg" Subject: resume pkg fetch downloads? Date: Mon, 23 Jan 2017 12:58:05 -0800 (PST) X-Mailer: RMM6 Message-Id: X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 20:58:09 -0000 pkg is downloading a large llvm39 file, but times out. (25 minutes > 9 lef= t > quits)=20 multiple times... The destination, final, is a file and symlink, as we know. I wget-downloaded the file, but pkg install erased it immediately and began re-downloading anew. Is there an equivalent series of commands or a feature planned equivalent to wget -c -nd (for package fetch and/or install) so an interrupted download will resume where it left off? or a series of commands that will place the wget-retrieved file where it will appear to pkg as being already present in the /../cache/pkg [or wherever it is set] subdirectory? Could be useful in the years to come...