From owner-freebsd-current@FreeBSD.ORG Mon Jun 16 04:11:38 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F80A106566B for ; Mon, 16 Jun 2008 04:11:38 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id C97848FC12 for ; Mon, 16 Jun 2008 04:11:37 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so3749892fgb.35 for ; Sun, 15 Jun 2008 21:11:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=CSo8aZWZUfCqjJr9kiX4L2Q8+/REm18rnzGboHMjTtI=; b=TUwUqWYct/imDGHauERDpPerhswxhXmTZCKJukWniDsTHaaFYyeZw8dEvBhPhILG5w MTP9ENkAELI3jxUzzlTogtg5Q6xbK2bUSdodSmWoJbkP8ao7LHQsrQYSjEdcwcmHA97s Hnn/syqim4Hk47Ft4CQ1YiULYNi8/5p/Om3+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=EX5zbBmipo8phD9yoaDWo0fYLFk1vr3DBZZFNVv9KwAVhAohqu2fMAUhQn0yjeTpd6 CRvDntFy4svF+alRSc34b2RPv/+B9BhBWkWDf9YgX2QvtgWcInV3v/zQMiIUPi7A22zZ o05llVKouyN1eBGqbLzvwnxf0O4hzcf+UBgbg= Received: by 10.86.98.14 with SMTP id v14mr7433804fgb.74.1213589496757; Sun, 15 Jun 2008 21:11:36 -0700 (PDT) Received: by 10.86.26.8 with HTTP; Sun, 15 Jun 2008 21:11:36 -0700 (PDT) Message-ID: <7d6fde3d0806152111t3306279dr841b90740141fcfb@mail.gmail.com> Date: Sun, 15 Jun 2008 21:11:36 -0700 From: "Garrett Cooper" To: "Andrey Chernov" , "K?vesd?n G?bor" , "Diomidis Spinellis" , hackers@freebsd.org, "Doug Barton" , current@freebsd.org, "Sean C. Farley" , "Max Khon" In-Reply-To: <20080615212613.GA97326@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <485453F2.60507@FreeBSD.org> <4854BC29.3060507@FreeBSD.org> <4854C96A.1080603@aueb.gr> <48556AAD.9010602@t-hosting.hu> <20080615212613.GA97326@nagual.pp.ru> Cc: Subject: Re: CFT: BSD-licensed grep [Fwd: cvs commit: ports/textproc/bsdgrep Makefile distinfo] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 04:11:38 -0000 On Sun, Jun 15, 2008 at 2:26 PM, Andrey Chernov wrote: > On Sun, Jun 15, 2008 at 09:17:01PM +0200, K?vesd?n G?bor wrote: >> >> Yes, of course, I haven't forgotten about your suggestion. First, I'd >> like to process the trivial errors, which come up like this one and make >> some tests myself. Then I'll think about this idea and ask portmgr to do >> an exp-run with BSD grep. > > Please note that BSD grep is not localized (and can't be per design) and > works only with standard C locale. It may not affect ports system > processing but shurely affects real texts handling. Kudos on the hard work Gabor. Now all we need to do is write / import a BSD compatible less(1) into FreeBSD =). -Garrett