aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-05-05 13:15:55 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-05-05 13:15:55 +0000
commit27be8e9cc1fdf2ab7a9bd1de0c38a550309c4443 (patch)
treee664814c8926effb6cfaf78a18aebbd78ceec490 /editors/Makefile
parent7254b10f48eed79036d602150fb27847c94e63d7 (diff)
downloadports-27be8e9cc1fdf2ab7a9bd1de0c38a550309c4443.tar.gz
ports-27be8e9cc1fdf2ab7a9bd1de0c38a550309c4443.zip
New port: editors/xi-term
Formely known as xi-tui, xi-term is a terminal frontend for the xi editor. The xi editor project is an attempt to build a high quality text editor, using modern software engineering techniques. Goals include: - Incredibly high performance. All editing operations should commit and paint in under 16ms. The editor should never make you wait for anything. - Reliability. Crashing, hanging, or losing work should never happen. - Developer friendliness. It should be easy to customize xi editor, whether by adding plug-ins or hacking on the core. WWW: https://github.com/xi-frontend/xi-term PR: 237533 Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D20159
Notes
Notes: svn path=/head/; revision=500856
Diffstat (limited to 'editors/Makefile')
-rw-r--r--editors/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index cf82b0c729c5..f6cd27917eca 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -254,6 +254,7 @@
SUBDIR += xcoral
SUBDIR += xed
SUBDIR += xi-core
+ SUBDIR += xi-term
SUBDIR += xmlcopyeditor
SUBDIR += xvile
SUBDIR += yudit