aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-02-28 09:30:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-02-28 09:30:02 +0800
commit154f7b55790282591c882d3d393ffec6d34b5d6b (patch)
treec06fea5f87d8878badd947f20889502676c70b03
parentba3eb1b028dda514c7e571067672770392228161 (diff)
downloadfreebsd-ports-gnome-154f7b55790282591c882d3d393ffec6d34b5d6b.tar.gz
freebsd-ports-gnome-154f7b55790282591c882d3d393ffec6d34b5d6b.tar.zst
freebsd-ports-gnome-154f7b55790282591c882d3d393ffec6d34b5d6b.zip
- Update COMMENT
- Update pkg-descr
-rw-r--r--editors/vim-lite/Makefile2
-rw-r--r--editors/vim/Makefile2
-rw-r--r--editors/vim/pkg-descr27
3 files changed, 10 insertions, 21 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile
index c396e300f904..b12efbf9145a 100644
--- a/editors/vim-lite/Makefile
+++ b/editors/vim-lite/Makefile
@@ -4,7 +4,7 @@
PORTREVISION= 0
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Vi "workalike", with many additional features (Lite package)
+COMMENT= Improved version of the vi editor (lite package)
LITE= yes
MASTERDIR= ${.CURDIR}/../vim
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index aaf1bdfc18cd..172a955b26d7 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -16,7 +16,7 @@ PATCH_SITES= ${MASTER_SITE_VIM:S|unix|patches/${PORTVERSION:R}|} \
LOCAL/sunpoet/${PORTNAME}
MAINTAINER?= sunpoet@FreeBSD.org
-COMMENT?= Vi "workalike", with many additional features
+COMMENT?= Improved version of the vi editor
OPTIONS_DEFINE= CSCOPE EXUBERANT_CTAGS LUA NLS PERL PYTHON RUBY TCL XTERM_SAVE
OPTIONS_SINGLE= UI
diff --git a/editors/vim/pkg-descr b/editors/vim/pkg-descr
index f2086eabef32..fafc75032b95 100644
--- a/editors/vim/pkg-descr
+++ b/editors/vim/pkg-descr
@@ -1,23 +1,12 @@
-Vim is a virtually compatible, extremely enhanced, version of the UNIX
-text editor vi.
+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.
-There are a lot of enhancements above Vi: multi level undo, multi-windows
-and buffers, syntax highlighting, command line editing, filename completion,
-on-line help, visual selection, etc..
+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.
-Many features above standard vi's have been added:
- multiple windows and buffers, multi level undo, command line history,
- filename completion, selection highlighting, block operations (including
- column/rectangular blocks), syntax highlighting, on-line help, etc.
- Embeded Perl, Tcl, and Python support.
- See ":help vi_diff" for a summary of the differences between Vim and Vi.
-
- An X-windows aware or a full X-windows GUI version can also be built
- that allows full use of the mouse and pull-down menus
-
-See http://www.vim.org/why.html for a full explanation of Vim's features.
-
-Portability to all UNIX platforms, AmigaOS, Archimedes, Atari MiNT, BeOS,
-M$-DOS, MacOS, OS/2, VMS, WinNT+Win95.
+Despite what the above comic suggests, Vim can be configured to work in a very
+simple (Notepad-like) way, called evim or Easy Vim.
WWW: http://www.vim.org/