From owner-svn-ports-all@FreeBSD.ORG Fri Feb 28 01:30:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0ABCD686; Fri, 28 Feb 2014 01:30:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFB061C69; Fri, 28 Feb 2014 01:30:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1S1U31k097875; Fri, 28 Feb 2014 01:30:03 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1S1U3gL097867; Fri, 28 Feb 2014 01:30:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402280130.s1S1U3gL097867@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 28 Feb 2014 01:30:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346419 - in head/editors: vim vim-lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 01:30:04 -0000 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@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@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/