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 Date: Sun, 11 Nov 2001 00:01:29 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: Move zlib up one level? Message-ID: <20011111050129.GC22496@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <20011111032226 DOT GA21492 AT redhat DOT com> <3BEDFD26 DOT 7060806 AT ece DOT gatech DOT edu> <20011111043034 DOT GA22375 AT redhat DOT com> <013301c16a6a$90e52ae0$0200a8c0 AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <013301c16a6a$90e52ae0$0200a8c0@lifelesswks> User-Agent: Mutt/1.3.23.1i On Sun, Nov 11, 2001 at 03:37:26PM +1100, Robert Collins wrote: >Good idea. For package management - querying installed packages/files >per package etc, a c++ library built from parts of setup.exe will be >needed. As I sort the object model out I'll happily assist putting this >together. Here's what I need so far, some is not actually setup specific, although setup uses it: 1) Something to translate POSIX -> native. Currently called "cygpath" in setup, although this is probably a bad choice of name. 2) Something to return the list of installed packages. 3) Something to return the cygwin mount table. Currently, I have implemented a lightweight setmntent and getmntent using the code in 4) Something to parse a tar file name into package/version or altenatively, return that information from 2) 5) Something to return a list of files associated with a package. That's it so far, I think. cgf