Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <05b801c1739e$02268370$0200a8c0@lifelesswks> From: "Robert Collins" To: Subject: RFI: help :} Date: Fri, 23 Nov 2001 08:38:21 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 22 Nov 2001 21:38:13.0679 (UTC) FILETIME=[FD1EABF0:01C1739D] Can any say, what the size field in installed.db is _used_ for. AFAICT it's completely useless. It records the size of the tarball used to install the package. We don't use it anywhere... I'd like to remove that as part of my trimming-unneeded-code blitz. Any objections? Here's the reasoning: for uninstalled package versions we care about: * package name And for each version: * package version * package sdesc and ldesc * categories * requirements * sourcecode data and for each source (not source code) medium * mirror site * file location & name. * file size * cached filename in the download cache. For installed package versions we care about * package name * package version * requirements * categories (for displaying when unselecting) * sdesc and lsdesc * sourcecode data? (maye you just miss the bus if you don't download before the mirror sites move onto a new version?) The actual file it was installed from is 100% irrelevant, as is the version. Rob