Add soc idea: BSD-licensed Text-Processing Tools

This commit is contained in:
Diomidis Spinellis 2007-03-16 16:26:18 +00:00
parent bf645a9416
commit 3feb9c21d6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29804

View file

@ -15,7 +15,7 @@ Ideas//EN"
<ideas>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.8 2007/03/11 07:28:03 bushman Exp $
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.9 2007/03/12 16:50:33 joel Exp $
</cvs:keyword>
</cvs:keywords>
@ -1222,6 +1222,27 @@ New tests must be created; existing tests must be completed and updated.
</desc>
</idea>
<idea id="bsdtexttools" class="soc">
<title>BSD-licensed Text-Processing Tools</title>
<desc>
<p><strong>Technical contact</strong>: <a
href="mailto:dds@FreeBSD.org">Diomidis Spinellis</a></p>
<p>Create BSD-licensed versions of one or more of the text processing tools
that are currently missing from the FreeBSD distribution:
<strong>sort</strong>,
<strong>diff</strong>, and the
<strong>grep</strong> family.
Emphasis should be placed on performance, standards-compliance, and support
for handling wide character sets.
</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Knowledge of C.</li>
</ul>
</desc>
</idea>
<idea id="noswitches">
<title>Build options improvements</title>