From owner-cvs-all Fri Apr 5 10:29:35 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 2282237B419; Fri, 5 Apr 2002 10:29:30 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g35ITRYm047337; Fri, 5 Apr 2002 10:29:27 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g35ISCgN047304; Fri, 5 Apr 2002 10:28:12 -0800 (PST) Date: Fri, 5 Apr 2002 10:28:12 -0800 From: "David O'Brien" To: Mikhail Teterin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade Message-ID: <20020405102812.A47209@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200204051739.g35HdNnF011187@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200204051739.g35HdNnF011187@aldan.algebra.com>; from mi@aldan.algebra.com on Fri, Apr 05, 2002 at 12:39:23PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Apr 05, 2002 at 12:39:23PM -0500, Mikhail Teterin wrote: > We could have vim, vim-lite both RUN_DEPEND on vim-share. The three > packages combined will be smaller than the zip with all of them inside, > and one will only need to download the flavor (vim or vim-lite) one > needs. Uh... how can you say that as fact? Did you test it? Fat vim.zip vs. vim-x11.tar.gz+vim-lite.tar.gz+vim-shared.tar.gz could easily be the same size as vim.zip. Gzip beats out Zip because it does the compression on a larger single file (the tarball) and thus can find larger dictionary/redundancy. The three split out .tar.gz's will have close to the same ability to compress as Zip in this case. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message