From owner-freebsd-ports@FreeBSD.ORG Wed Dec 6 01:40:04 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3304C16A416; Wed, 6 Dec 2006 01:40:04 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DD6743C9D; Wed, 6 Dec 2006 01:39:21 +0000 (GMT) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 586B95C58; Tue, 5 Dec 2006 20:40:49 -0500 (EST) Date: Tue, 5 Dec 2006 20:40:49 -0500 From: Wesley Shields To: Ade Lovett Message-ID: <20061206014049.GA43656@atarininja.org> References: <20061204213106.GA42084@atarininja.org> <45749998.3070308@FreeBSD.org> <20061204232125.GA42307@atarininja.org> <790a9fff0612050838s66c655fapfde80d4038f64ca2@mail.gmail.com> <20061205172803.GA51892@atarininja.org> <4575C568.70905@FreeBSD.org> <20061205194146.GC52966@atarininja.org> <20061205203120.GA53894@atarininja.org> <4575EBA8.3020601@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Cc: ports@freebsd.org, Doug Barton Subject: Re: distfile belongs to? 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: Wed, 06 Dec 2006 01:40:04 -0000 On Tue, Dec 05, 2006 at 05:08:45PM -0800, Ade Lovett wrote: > > On Dec 05, 2006, at 13:59 , Doug Barton wrote: > > >Wesley Shields wrote: > >>>@comment DISTFILE:$filename:$size:$md5:$sha256 > > > >I think that's good, the other information might come in handy down > >the road. One thing you might want to consider is to put the md5 sum > >at the end, since at some point down the road (maybe years from now, > >but still ...) we're likely to drop md5 altogether. > > Better still would be: > > @comment DISTFILE:[':' =]* > > eg: DISTFILE:foo:SIZE=1234:MD5=...:SHA256=... > > Relying on the specific position of an item in a delimited list > almost always comes back and bites in painful spots later on down the > way. Minimal extra parsing required by consumers, and bits and > pieces can be added/removed almost at will. > > -aDe I agree. I'll modify Doug's latest patch to add this. -- WXS