From owner-freebsd-arch@FreeBSD.ORG Thu Sep 23 14:17:30 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D2416A4CE for ; Thu, 23 Sep 2004 14:17:30 +0000 (GMT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 064C043D1F for ; Thu, 23 Sep 2004 14:17:30 +0000 (GMT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.34) id 1CAUi0-0005za-Tu; Thu, 23 Sep 2004 21:36:32 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i8NEHkoI044502; Thu, 23 Sep 2004 21:17:46 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i8NEHkYY044440; Thu, 23 Sep 2004 21:17:46 +0700 (NOVST) (envelope-from danfe) Date: Thu, 23 Sep 2004 21:17:46 +0700 From: Alexey Dokuchaev To: Ryan Sommers Message-ID: <20040923141745.GA42205@regency.nsu.ru> References: <61632.208.4.77.15.1095948841.squirrel@www2.neuroflux.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <61632.208.4.77.15.1095948841.squirrel@www2.neuroflux.com> User-Agent: Mutt/1.4.2.1i cc: arch@freebsd.org Subject: Re: Non-GNU Sort X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 14:17:30 -0000 On Thu, Sep 23, 2004 at 08:14:01AM -0600, Ryan Sommers wrote: > Is anyone, or does anyone know of anyone, working on a non-GNU licensed > version of sort? I'm going to try and devote some of my free time to > beginning this project and I'd rather not reinvent the wheel if anyone has > already gotten started. I think that NetBSD have BSD-licensed sort(1), but it seems we went on with GNU for some reason(s). I suspect multibyte character support is one of them, probably performance also. I believe ache@ and/or tjr@ are the right persons to contact WRT this. ./danfe