From owner-cvs-all@FreeBSD.ORG Tue Apr 20 13:09:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 925AE16A4D2; Tue, 20 Apr 2004 13:09:04 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 639D043D1F; Tue, 20 Apr 2004 13:09:04 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i3KK932u007297; Tue, 20 Apr 2004 13:09:04 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i3KK93qQ007296; Tue, 20 Apr 2004 13:09:03 -0700 (PDT) (envelope-from obrien) Date: Tue, 20 Apr 2004 13:09:03 -0700 From: "David O'Brien" To: Alexey Dokuchaev Message-ID: <20040420200903.GA6174@dragon.nuxi.com> References: <200404181922.i3IJMkTf044706@repoman.freebsd.org> <20040419032304.GA61048@regency.nsu.ru> <20040419103101.GB26102@dragon.nuxi.com> <20040419110810.GA24385@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040419110810.GA24385@regency.nsu.ru> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Clement Laforet cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/games Makefile ports/games/duke3d Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/duke3d/files README.bsd fix.sh patch-aa patch-ab patch-ac patch-ad patch-ae wrapper.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2004 20:09:04 -0000 On Mon, Apr 19, 2004 at 06:08:10PM +0700, Alexey Dokuchaev wrote: > While particular choice for a separator is arguable, the general scheme > for patch-files is not, right? FWIW, that was my point, not `::' vs. > whatever. > > As a side note, I don't really see any problem with `::' or `-'. 1. Bash escapes it so it actually becomes 4 characters. This should not be takeing lightly -- people bitched about '%' in patch names and they were all changed because its a magic charter for Perforce and Perforce users could be bothered to escape it. 2. With the file name lenths of some of our patches (greater than 80 chars) two characters, when one will do, is annoying. > Contrary, `_' occurs a lot more frequently in filenames, so... '%' and '+' also works for me. :-) -- -- David (obrien@FreeBSD.org)