From owner-freebsd-hackers Tue Jan 16 13:47:44 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA18110 for hackers-outgoing; Tue, 16 Jan 1996 13:47:44 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA18089 for ; Tue, 16 Jan 1996 13:47:39 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id OAA05862; Tue, 16 Jan 1996 14:49:54 -0700 Date: Tue, 16 Jan 1996 14:49:54 -0700 From: Nate Williams Message-Id: <199601162149.OAA05862@rocky.sri.MT.net> To: Terry Lambert Cc: jkh@time.cdrom.com (Jordan K. Hubbard), nate@sri.MT.net, Hackers@FreeBSD.org Subject: Re: FBSD 2.1 In-Reply-To: <199601162139.OAA00859@phaeton.artisoft.com> References: <7647.821781862@time.cdrom.com> <199601162139.OAA00859@phaeton.artisoft.com> Sender: owner-hackers@FreeBSD.org Precedence: bulk > > That wouldn't save us anyway since we'd still need at least unzip in > > the tree. I figure if we're going to bring something like zip/unzip > > in, we might as well try to add some value to it. A library API to > > zip would be useful for a lot of things, I think. > > > > > Also, what kind of API would you like to see? You are the most familiar > > > with the package tools, so if you write up a quick 'this is what I'd > > > like to see API' then it would be easier for someone to know what is > > > expected. > > > > OK. I will do precisely that! > > Or you can check out the gnu.misc.discuss posting of where you can > download the library that already exists. That's the gzip compression library, not to be confused with we're discussing, a zip/unzip library. The former is a general purpose library for zip compresion, while the latter is specifically for 'ZIP-archive' files. Nate