From owner-cvs-src@FreeBSD.ORG Tue Jan 8 16:13:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 116AE16A421; Tue, 8 Jan 2008 16:13:46 +0000 (UTC) Date: Tue, 8 Jan 2008 16:13:46 +0000 From: Alexey Dokuchaev To: Dag-Erling Smorgrav Message-ID: <20080108161345.GA50001@FreeBSD.org> References: <200801080800.m08806jI012963@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200801080800.m08806jI012963@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/unzip Makefile unzip.1 unzip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 16:13:46 -0000 On Tue, Jan 08, 2008 at 08:00:06AM +0000, Dag-Erling Smorgrav wrote: > des 2008-01-08 08:00:06 UTC > > FreeBSD src repository > > Added files: > usr.bin/unzip Makefile unzip.1 unzip.c > Log: > Welcome unzip(1), a pure BSD drop-in replacement for ports/unzip. In its > current state, it can handle all but four of the 991 zip files (including > jar files) I was able to identify in the ports tree. The remaining four > are two self-extracting archives and two which have garbage preceding the > first local header. This limitation is a feature of libarchive(3) which > I am currently working to resolve. Sweet! ./danfe