From owner-freebsd-current@FreeBSD.ORG Fri Jun 22 22:14:36 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2ED7B16A421 for ; Fri, 22 Jun 2007 22:14:36 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id E39AA13C44C for ; Fri, 22 Jun 2007 22:14:35 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 69ABD9F2CD6; Fri, 22 Jun 2007 23:57:33 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CH2hkbx+ckN4; Fri, 22 Jun 2007 23:57:29 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id CC8939F2B3E; Fri, 22 Jun 2007 23:57:29 +0200 (CEST) Message-ID: <467C45C7.6020401@FreeBSD.org> Date: Fri, 22 Jun 2007 23:57:27 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Steven Kreuzer References: <20070622210119.GA4186@clamps.exit2shell.com> In-Reply-To: <20070622210119.GA4186@clamps.exit2shell.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org Subject: Re: Port of OpenBSD's sdiff 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: Fri, 22 Jun 2007 22:14:36 -0000 Steven Kreuzer escribió: > Greetings- > > OpenBSD includes a version of sdiff released to the public domain. > In a quest to remove as much GPL code from FreeBSD as possible, I > ported it over. > > If you want to try it out, You can download the source at > http://www.exit2shell.com/~skreuzer/code/sdiff.tar.gz > > I had a few people who are part of the NYC BSD Users Group beta > test it for me and so far no one has encountered any problems so > I thought I would pass it along to see if it would be considered > as a replacement for the GNU version. > > The contents of the tarball is a shar archive which extracts the > code in usr/src/usr.bin/sdiff and a patch the adds adds "sdiff" > to SUBDIR in the Makefile in usr.bin and removes "sdiff" from the > Makefile in gnu/usr.bin > > Questions, comments and criticisms are all welcome. > > Hello Steven, these are very good news! You might also want to take a look at textproc/bsddiff, textproc/bsdgrep and textproc/bsdsort. These are the BSD-licensed text processing tools from OpenBSD, as well, but I haven't looked at sdiff, yet, thus I can only tell about the former 3 ones. If we change to those, we should make sure, that they are compatible with the GNU versions as much as they can be. Thus we might need a bit of feature completion there. For example, we should check if the long command line options are available there, too. For diff, grep and sort, there are some of those, but they are undocumented in the manual page, so we have to complete the manpages, too. Now I'm busy with SoC and other high priority tasks, but if I have some time, I'll take a look as I'm also interested in getting these completed. Cheers, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org