From owner-freebsd-current@FreeBSD.ORG Sun Mar 18 20:02:59 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12ED2106566B for ; Sun, 18 Mar 2012 20:02:59 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9135D8FC0C for ; Sun, 18 Mar 2012 20:02:58 +0000 (UTC) Received: by wern13 with SMTP id n13so7022767wer.13 for ; Sun, 18 Mar 2012 13:02:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=2ip08WH2CCGpraDUMp5QkdXn4e5Ca79ARPXSFObY9OE=; b=rDMJALTzH7BOMZf21Qo53gOUN+JHbLPwDW4mSHpF4QtoZNmTP8/C5hMrCx7B821kCC Gxdns98cBQr5AkpGJzekyavOT+y7L0e2BYj0wzsZURgLnwvo9frJtm+/ps7Axjjeu3kV pHtN7ANsbHrT5B3I0KeNH+QZiqTRpwAHwAyZ0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=2ip08WH2CCGpraDUMp5QkdXn4e5Ca79ARPXSFObY9OE=; b=F4RWnWf30+kfb4l725AYd+N4v7VhLKXL4IPhgQd8q4wVAb2+xhlDS1p+whCZ37SmJW x2qczEY8X70grduGaBAMZ6m7bMYTJr8tC3CwohmCn/Mph+UMAvbyIqo7fQwa5MDAPz46 jjpdm7kJgJqfv3fF643tiSAFYpY3pQ0Qtnr1BRyi/ma+OdGD9P89QkfsDfQUJuGN4491 T8wRPtxQtD7zUqq4o3HhGSXDCAal7tb8oQBNp2++t8tm2K4o8E2t0tnnOGO/JPcdnTV5 hYa0RgZSr0AMQdn7KLepmdo1CEXixg4uYazlyHU14usF+vA+2po857ofu0vTH5PHWAjf DqMA== Received: by 10.180.100.196 with SMTP id fa4mr23743946wib.0.1332100977479; Sun, 18 Mar 2012 13:02:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.78.204 with HTTP; Sun, 18 Mar 2012 13:02:26 -0700 (PDT) In-Reply-To: <4F60C059.7060904@FreeBSD.org> References: <4F60C059.7060904@FreeBSD.org> From: Eitan Adler Date: Sun, 18 Mar 2012 16:02:26 -0400 Message-ID: To: Gabor Kovesdan Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmy+dcps/6SYlNl1vtVLfIQ7JtBdWeVXClVMhL/CeO/2FuCc3q0d5F5x9i1OePobzXqkJB7 Cc: freebsd-current@freebsd.org, Oleg Moskalenko , freebsd-ports@freebsd.org Subject: Re: CFT: new BSD-licensed sort available 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: Sun, 18 Mar 2012 20:02:59 -0000 On Wed, Mar 14, 2012 at 11:59 AM, Gabor Kovesdan wrote: > Hi Folks, > some time ago I started writing a BSDL sort variant from scratch since the > OpenBSD version did not support multibyte locales and was hard to modify. > The development was a bit stalled but recently, Oleg Moskalenko > showed interest in continuing this version and > he has made a very good job on this BSD sort variant. ... > If you are > interested in this sort utility, could you please try the port and report us > any issue that you experience? Is there a public repository? -- Eitan Adler