From owner-freebsd-hackers Mon Jan 15 21:43:44 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13718 for hackers-outgoing; Mon, 15 Jan 1996 21:43: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 VAA13712 for ; Mon, 15 Jan 1996 21:43:40 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id WAA03311; Mon, 15 Jan 1996 22:46:05 -0700 Date: Mon, 15 Jan 1996 22:46:05 -0700 From: Nate Williams Message-Id: <199601160546.WAA03311@rocky.sri.MT.net> To: "Jordan K. Hubbard" Cc: Nate Williams , tnaggs@cddotdot.mikom.csir.co.za (Anthony Naggs), Hackers@FreeBSD.org Subject: Re: FBSD 2.1 In-Reply-To: <6997.821770785@time.cdrom.com> References: <199601160309.UAA02934@rocky.sri.MT.net> <6997.821770785@time.cdrom.com> Sender: owner-hackers@FreeBSD.org Precedence: bulk [ Using ZIP for the pkg tools ] > Hmmmm. OK, how's the quality of the code? OK. > Do you forsee much difficulty > in my taking chunks of the code and making it into a library API rather > than a simple monolithic program? Do you want a library instead of just calling the zip/unzip utils and parsing the output? Although I think the latter would be much slower, it would avoid you having to GPL your package tools, and avoid 'Yet-Another' GPL utility in the tree. 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. Nate