From owner-cvs-all Thu Apr 4 9:36:59 2002 Delivered-To: cvs-all@freebsd.org Received: from tomts17-srv.bellnexxia.net (tomts17.bellnexxia.net [209.226.175.71]) by hub.freebsd.org (Postfix) with ESMTP id 1D7FE37B41D; Thu, 4 Apr 2002 09:36:51 -0800 (PST) Received: from khan.anarcat.dyndns.org ([65.94.191.9]) by tomts17-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020404173650.WKUY28229.tomts17-srv.bellnexxia.net@khan.anarcat.dyndns.org>; Thu, 4 Apr 2002 12:36:50 -0500 Received: from anarcat.dyndns.org (lenny.anarcat.dyndns.org [192.168.0.4]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id A26B618B9; Thu, 4 Apr 2002 12:36:45 -0500 (EST) Message-ID: <3CAC8EEF.5070908@anarcat.dyndns.org> Date: Thu, 04 Apr 2002 12:35:43 -0500 From: The Anarcat User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin Cc: Mikhail Teterin , imp@village.org, des@ofug.org, pst@pst.org, obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, winter@jurai.net, jkh@winston.freebsd.org, rwatson@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 John Baldwin wrote: >On 04-Apr-2002 Mikhail Teterin wrote: > >>>For the record, I'm in favor of the .zip format. I think that with >>>proper design of the package system, packages can be broken up in >>>subpackages (doc, bin, non-mandatory shlibs, devel headers, etc). I >>>think Debian has followed this technique and I find it quite a good >>>idea. Not everyone needs headers files deployed by some packages, for >>>example. By breaking up packages this way, we can probably resolve the >>>space constraints issues. >>> >>I don't see the relation -- whatever way we slice it, it will still be >>bigger than it has to be if it uses .zip format instead of .tar.bz2 >> >That's because you aren't thinking in a big enough picture. Please calm down >and realize that many people have been thinking about this for a long time. > Thinking back, I think Mikhail is actually right: we can slice packages wether we use .tar, .zip .bz2 or .rar (oh horror! :). Using .zip will help people with dial up connections, but not help us fit stuff on the CD. The only things that can help us stuff more packages on the cd are: 1- slicing the packages, which can be done with or without .zip 2- using a better compression algorithm, which can have negative effects on the package system design: packages need to be downloaded in full and need to be extracted to temporary locations. Sorry to change my mind like this, but I think this is really important. Of course, the design of the package system can take into account both possibilities (.zip AND .tar) but that's really tricky. A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message