summaryrefslogtreecommitdiff
path: root/editors/vim-console
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2021-09-02 00:36:47 -0600
committerAdam Weinberger <adamw@FreeBSD.org>2021-09-02 00:36:47 -0600
commit620f205539a43fd8da97750d33eebdfc1e133330 (patch)
tree693b87e15c5fc434bc130b442f0bff20a6124c15 /editors/vim-console
parentdevel/binutils: Fix manpage generation after 2.37 (diff)
editors/vim: Flavorize and update to 8.2.3394
This commit completely rewires the vim ports. It includes the following: * `vim' is now a TUI-only package. It is what the `vim-console' port was. * `vim-gtk3' includes the TUI binary (vim) and a GTk3-backed GUI. It is what the `vim' port was. * Each GUI toolkit has a separate package. There is vim-gtk3, -gtk2, -motif, -athena, and -x11. * `vim-tiny' is still the same thing, except it includes a defaults.vim stub to silence a startup error message. * Only the python3 language binding is included by default. Perl, Ruby, TCL, Scheme, and Lua can still be enabled via options. But there are very, very few plugins that require anything other than python. * py27 support is removed entirely. * CScope support is unconditionally enabled, but vim no longer depends upon it. If cscope is installed, it'll be used. * The default ctags is now the version included in base. It's very rudimentary, but only a subset of users use ctags at all. Universal or exuberant ctags can still be enabled via option knobs.
Diffstat (limited to 'editors/vim-console')
-rw-r--r--editors/vim-console/Makefile12
-rw-r--r--editors/vim-console/pkg-descr14
2 files changed, 0 insertions, 26 deletions
diff --git a/editors/vim-console/Makefile b/editors/vim-console/Makefile
deleted file mode 100644
index 676344d22338..000000000000
--- a/editors/vim-console/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Created by: David O'Brien (obrien@NUXI.com)
-
-PKGNAMESUFFIX= -console
-
-COMMENT= Improved version of the vi editor (console only)
-
-CONFLICTS_INSTALL= vim vim-tiny
-
-CONSOLE= yes
-MASTERDIR= ${.CURDIR}/../vim
-
-.include "${MASTERDIR}/Makefile"
diff --git a/editors/vim-console/pkg-descr b/editors/vim-console/pkg-descr
deleted file mode 100644
index bef080aff377..000000000000
--- a/editors/vim-console/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Vim is a highly configurable text editor built to enable efficient text editing.
-It is an improved version of the vi editor distributed with most UNIX systems.
-
-Vim is often called a "programmer's editor," and so useful for programming that
-many consider it an entire IDE. It's not just for programmers, though. Vim is
-perfect for all kinds of text editing, from composing email to editing
-configuration files.
-
-This is the console-only version. It differs from the main vim package only in
-lack of Gtk2 GUI and no external language bindings. The editing experience is
-identical.
-
-WWW: http://www.vim.org/
-WWW: https://github.com/vim/vim