svn commit: r346419 - in head/editors: vim vim-lite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 28 01:30:04 UTC 2014


Author: sunpoet
Date: Fri Feb 28 01:30:02 2014
New Revision: 346419
URL: http://svnweb.freebsd.org/changeset/ports/346419
QAT: https://qat.redports.org/buildarchive/r346419/

Log:
  - Update COMMENT
  - Update pkg-descr

Modified:
  head/editors/vim-lite/Makefile
  head/editors/vim/Makefile
  head/editors/vim/pkg-descr

Modified: head/editors/vim-lite/Makefile
==============================================================================
--- head/editors/vim-lite/Makefile	Fri Feb 28 00:39:03 2014	(r346418)
+++ head/editors/vim-lite/Makefile	Fri Feb 28 01:30:02 2014	(r346419)
@@ -4,7 +4,7 @@
 PORTREVISION=	0
 
 MAINTAINER=	sunpoet at 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

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Fri Feb 28 00:39:03 2014	(r346418)
+++ head/editors/vim/Makefile	Fri Feb 28 01:30:02 2014	(r346419)
@@ -16,7 +16,7 @@ PATCH_SITES=	${MASTER_SITE_VIM:S|unix|pa
 		LOCAL/sunpoet/${PORTNAME}
 
 MAINTAINER?=	sunpoet at 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

Modified: head/editors/vim/pkg-descr
==============================================================================
--- head/editors/vim/pkg-descr	Fri Feb 28 00:39:03 2014	(r346418)
+++ head/editors/vim/pkg-descr	Fri Feb 28 01:30:02 2014	(r346419)
@@ -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/


More information about the svn-ports-all mailing list