diff options
author | gabor <gabor@FreeBSD.org> | 2007-06-20 05:21:32 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-06-20 05:21:32 +0800 |
commit | 10443e5cc8c7d5778bc381904d5610a9c8b45de1 (patch) | |
tree | 671f9ece8d121392e1e2ceebb14b6863cd2a49da /textproc/Makefile | |
parent | 152025f405f3b9112d57fe012b9848a8a8643f53 (diff) | |
download | freebsd-ports-gnome-10443e5cc8c7d5778bc381904d5610a9c8b45de1.tar.gz freebsd-ports-gnome-10443e5cc8c7d5778bc381904d5610a9c8b45de1.tar.zst freebsd-ports-gnome-10443e5cc8c7d5778bc381904d5610a9c8b45de1.zip |
This is the BSD-licensed version of the well-known sort utility, obtained from
OpenBSD. It lacks some features of GNU sort. It is a proposed project idea
to replace the GNU sort with this one, but it needs to be completed first.
Patches are highly appreciated.
WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
Obtained from: OpenBSD
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index da028fc69631..0009b0fd4f77 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -37,6 +37,7 @@ SUBDIR += british-ispell SUBDIR += bsddiff SUBDIR += bsdgrep + SUBDIR += bsdsort SUBDIR += btparse SUBDIR += c2html SUBDIR += ca-aspell |