From owner-freebsd-cvsweb@FreeBSD.ORG Fri Feb 27 00:13:07 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 776EC16A4CE for ; Fri, 27 Feb 2004 00:13:07 -0800 (PST) Received: from cmsrelay02.mx.net (cmsrelay02.mx.net [165.212.11.111]) by mx1.FreeBSD.org (Postfix) with SMTP id 59C1443D31 for ; Fri, 27 Feb 2004 00:13:07 -0800 (PST) (envelope-from noackjr@alumni.rice.edu) Received: from uadvg137.cms.usa.net (165.212.11.137) by cmsoutbound.mx.net with SMTP; 27 Feb 2004 08:13:07 -0000 Received: from optimator.noacks.org [66.136.22.254] by uadvg137.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 783iBAiNe0140M37; Fri, 27 Feb 2004 08:13:04 GMT X-USANET-Auth: 66.136.22.254 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 2F6A46101 for ; Fri, 27 Feb 2004 02:13:04 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 98588-09 for ; Fri, 27 Feb 2004 02:13:03 -0600 (CST) Received: from alumni.rice.edu (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 148A860FC for ; Fri, 27 Feb 2004 02:13:03 -0600 (CST) Message-ID: <403EFC0E.9050805@alumni.rice.edu> Date: Fri, 27 Feb 2004 02:13:02 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-cvsweb@FreeBSD.org References: <1077825571.6550.35.camel@bobcat.mine.nu> In-Reply-To: <1077825571.6550.35.camel@bobcat.mine.nu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Scanned: by amavisd-new at noacks.org Content-Transfer-Encoding: quoted-printable Subject: Re: [ANNOUNCE] FreeBSD-CVSweb 3.0.0 (stable) X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 08:13:07 -0000 On 2/26/2004 1:59 PM, Ville Skytt=E4 wrote: > Ok, here it goes, FreeBSD-CVSweb 3.0.0, the new stable version. This i= s > a very much recommended update for everyone using Perl >=3D 5.6. For > those stuck with Perl < 5.6, the old stable version (2.0.6) is still > available. >=20 > The only change between 2.9.3 (beta) and this one is a fix for Enscript > colored side by side diffs when using diffutils < 2.8. What about the Enscript/Perl syntax highlighting issue? A recap: Syntax highlighting does not work for filenames ending with *.pl. I=20 believe the problem is on line 568 of cvsweb.conf (hand computed from=20 cvsweb.conf from 2.9.3 plus changes). I'm not an expert on regex, but=20 this line looks to me like it matches .pm, .pel, and .perl (ignoring=20 case). Shouldn't the '?' be outside the parens: 'perl' =3D> qr/\.p(m|(er)?l)$/io, This should match .pm, .pl, and .perl (ignoring case). I have verified=20 that this fixes Enscript/Perl highlighting for me. Jon Noack