From owner-freebsd-ports@FreeBSD.ORG Fri Oct 21 18:42:54 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F6BE16A420 for ; Fri, 21 Oct 2005 18:42:54 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D86D43D49 for ; Fri, 21 Oct 2005 18:42:53 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id j9LIglXo003825; Fri, 21 Oct 2005 20:42:47 +0200 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id j9LIgl0X003823; Fri, 21 Oct 2005 20:42:47 +0200 Received: from saturn.kn-bremen.de (localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.1/8.13.1) with ESMTP id j9LIfCLF009125; Fri, 21 Oct 2005 20:41:12 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.1/8.13.1/Submit) id j9LIfB41009124; Fri, 21 Oct 2005 20:41:11 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 21 Oct 2005 20:41:11 +0200 To: Robert Millan Message-ID: <20051021184111.GA8951@saturn.kn-bremen.de> Mail-Followup-To: Robert Millan , freebsd-ports@freebsd.org References: <20051018140137.GA16159@aragorn> <20051018200544.GA26528@saturn.kn-bremen.de> <200510192246.j9JMkUIj013329@saturn.kn-bremen.de> <20051020104328.GA1150@aragorn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051020104328.GA1150@aragorn> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: gzip-like CLI wrapper for p7zip X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 18:42:54 -0000 On Thu, Oct 20, 2005 at 12:43:28PM +0200, Robert Millan wrote: > On Thu, Oct 20, 2005 at 12:46:30AM +0200, Juergen Lock wrote: > >[...] > > Well, i dont know if the 7z maintainers are interested in supporting > > streaming themselves, it could well happen they bump their version > > for other reasons, which means p7zip's version numbering would have > > to be orthogonal to theirs... > > AFAIK, p7zip attempts to track 7zip sources closely and merge stuff. But even > if it forked, it'd be very unlikely (and counter-productive) to also fork the > file format specs. I don't think 7zip maintainers have a problem integrating > streaming support if it doesn't break anything (but if you're concerned about > that, never hurts to ask..) > > Please let me know if you add that wrapper script. Well, because a `proper' p7zip executable could check the file type and thus still support existing files in the old non-stream-aware compressed format (I somehow overlooked this simple fact :) we can leave this for others to decide and just add the preliminary script. So, yes, I have just submitted the patch I posted here.