summaryrefslogtreecommitdiff
path: root/editors/ex/DESCR
diff options
context:
space:
mode:
authoritojun <itojun>2002-12-16 14:59:00 +0000
committeritojun <itojun>2002-12-16 14:59:00 +0000
commita8d47a624ab52fdfb20cb751dc318a152ccabca5 (patch)
tree32bd18f0c52fbb0dfa6db17b5dff8bc5d0583c3c /editors/ex/DESCR
parent23dd6dcff3a239819dcef41a91457736b1fc61b8 (diff)
downloadpkgsrc-a8d47a624ab52fdfb20cb751dc318a152ccabca5.tar.gz
Berkeley ex/vi 3.7
Diffstat (limited to 'editors/ex/DESCR')
-rw-r--r--editors/ex/DESCR20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/ex/DESCR b/editors/ex/DESCR
new file mode 100644
index 00000000000..4cb7bbbece5
--- /dev/null
+++ b/editors/ex/DESCR
@@ -0,0 +1,20 @@
+The Traditional Vi
+Source Code for Modern Unix Systems
+
+The vi editor is one of the most common text editors on Unix. It
+was developed starting around 1976 by Bill Joy at UCB, who was
+tired of the ed editor. But since he used ed as a code base, access
+to the original sources has required a Unix Source Code License
+for more than twenty years. In January 2002, Caldera was so kind
+to remove usage restrictions to the Ancient Unix Code by a BSD-style
+license (see the announcement at Slashdot) and thus vi is now
+finally free.
+
+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.