freebsd-ports/editors/2bsd-vi/pkg-descr
Kirill Ponomarev 7290aa7f4f Add 2bsd-vi 040605, this is the original BSD vi editor by Bill
Joy, unencumbered and updated to build and run on modern
systems.

PR:		ports/68956
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2004-07-12 21:07:29 +00:00

12 lines
635 B
Plaintext

This is the original BSD ex/vi, updated to build and run on modern
Unix systems. Compared to most of its many clones, the original vi is
a rather small program (~120 KB code on i386) just with its extremely
powerful editing interface, but lacking fancy features like multiple
undo, multiple screens or syntax highlighting. In other words, it is a
typical Unix program that does exactly what it should and nothing more.
I intend to preserve this style in maintaining my port, except for
changes to achieve POSIX.2 standards compliance, features in the SVR4
versions of vi, and, of course, bug fixes.
WWW: http://ex-vi.sourceforge.net/