diff options
author | martti <martti> | 2001-10-04 10:18:11 +0000 |
---|---|---|
committer | martti <martti> | 2001-10-04 10:18:11 +0000 |
commit | 42dc141b0718e7d5f95b6368f05ee845454987d4 (patch) | |
tree | c3ef732f78807f516eb0b8eb940e08d91b00c474 /editors/vim-gtk | |
parent | c4af22b55e1faae83c703e01273c170f661e879c (diff) | |
download | pkgsrc-42dc141b0718e7d5f95b6368f05ee845454987d4.tar.gz |
Here it is folks, VIM 6.0! Changes since version 5.8:
-----------------------------------------------------
The number of changes is huge. These are just the main new items:
Folding - momentarily hide part of the text
Vertically split windows - mixed with horizontal splits
Diff mode - show and remove differences between files
Easy Vim: click-and-type - for those who really don't like two modes
User manual - learn to use Vim, reads like a book
Flexible indenting - automatic indenting for any language
Extended search patterns - more regexp power than you will need
UTF-8 support - Unicode allows editing nearly all languages
Multi-language support - translated messages and menus
Plugin support - drop a script in a directory and you can use it
Filetype plugins - an easy way to setup for editing a type of file
File browser - browse directories, also on a terminal
Editing files over a network - read and write a remote file directly
command-line editing window - use any Vim command to edit an Ex command
Debugging mode - debug your Vim functions and scripts
Cursor in virtual position - edit tables and draw ASCII pictures
Debugger interface - use Vim with Sun Visual Workshop
Communication between Vims - let one Vim tell another Vim what to do
Printing - print with syntax colors
Quickfix extended - see error messages in a window and jump there
Writing files improved - rename or copy to make a backup file
Argument list - select groups of files to work on
Restore a View - save the looks of a window and restore it later
Color schemes - quickly switch between different color setups
Diffstat (limited to 'editors/vim-gtk')
-rw-r--r-- | editors/vim-gtk/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-gtk/distinfo | 12 | ||||
-rw-r--r-- | editors/vim-gtk/patches/patch-aa | 14 | ||||
-rw-r--r-- | editors/vim-gtk/patches/patch-zb | 12 |
4 files changed, 19 insertions, 23 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile index a650bd041c2..a6f289d3192 100644 --- a/editors/vim-gtk/Makefile +++ b/editors/vim-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/09/27 23:18:01 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2001/10/04 10:18:11 martti Exp $ .include "../vim-share/Makefile.common" @@ -9,8 +9,6 @@ COMMENT= Vim editor (vi clone) with X11 GTK+ GUI DEPENDS+= vim-share-${VIM_VERSION}:../vim-share CONFLICTS+= vim-[0-9]* vim-xaw-[0-9]* -DISTFILES+= ${DISTNAME}-rt${EXTRACT_SUFX} - USE_BUILDLINK_ONLY= yes CONFIGURE_ARGS+= --enable-gui=gtk diff --git a/editors/vim-gtk/distinfo b/editors/vim-gtk/distinfo index 70761c3a880..cfb481e2968 100644 --- a/editors/vim-gtk/distinfo +++ b/editors/vim-gtk/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.4 2001/06/06 06:07:29 pooka Exp $ +$NetBSD: distinfo,v 1.5 2001/10/04 10:18:11 martti Exp $ -SHA1 (vim-5.8-src.tar.gz) = 36d83481cc2faaae57e0a890c1db4701de32c047 -Size (vim-5.8-src.tar.gz) = 1112952 bytes -SHA1 (vim-5.8-rt.tar.gz) = 8dd261f5fecdd1e43a6dd919cc9d8e972870ee52 -Size (vim-5.8-rt.tar.gz) = 1266852 bytes -SHA1 (patch-aa) = 64a3214cbede9da0e3fc7a7ae20f66d1f05b889c -SHA1 (patch-zb) = 2069c60f506fcbcafdc013f0e2648b371185f20b +SHA1 (vim-6.0.tar.bz2) = 65f3a54e2d04c20b7ffb0ae59741f97021dac49a +Size (vim-6.0.tar.bz2) = 2776551 bytes +SHA1 (patch-aa) = 1cae1dd34074204c2d673a5013a2e3b0a11c663b +SHA1 (patch-zb) = 466456c472aa62785e81724aae4646650330da9c diff --git a/editors/vim-gtk/patches/patch-aa b/editors/vim-gtk/patches/patch-aa index 5ccb1155c3b..efde2b368c4 100644 --- a/editors/vim-gtk/patches/patch-aa +++ b/editors/vim-gtk/patches/patch-aa @@ -1,20 +1,20 @@ -$NetBSD: patch-aa,v 1.5 2001/06/06 06:07:29 pooka Exp $ +$NetBSD: patch-aa,v 1.6 2001/10/04 10:18:12 martti Exp $ ---- configure.orig Thu May 10 21:59:18 2001 -+++ configure Wed Jun 6 08:36:44 2001 -@@ -1818,6 +1818,7 @@ +--- auto/configure.orig Thu Oct 4 10:02:00 2001 ++++ auto/configure Thu Oct 4 10:02:49 2001 +@@ -2212,6 +2212,7 @@ # Look for the header file in a standard set of common directories. # Check X11 before X11Rn because it is often a symlink to the current release. for ac_dir in \ -+ ${X11BASE}/include \ ++ ${BUILDLINK_X11_DIR}/include \ /usr/X11/include \ /usr/X11R6/include \ /usr/X11R5/include \ -@@ -1893,6 +1894,7 @@ +@@ -2287,6 +2288,7 @@ # First see if replacing the include by lib works. # Check X11 before X11Rn because it is often a symlink to the current release. for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ -+ ${X11BASE}/lib \ ++ ${BUILDLINK_X11_DIR}/lib \ /usr/X11/lib \ /usr/X11R6/lib \ /usr/X11R5/lib \ diff --git a/editors/vim-gtk/patches/patch-zb b/editors/vim-gtk/patches/patch-zb index 6bb725e8c0e..2a189d6cd8a 100644 --- a/editors/vim-gtk/patches/patch-zb +++ b/editors/vim-gtk/patches/patch-zb @@ -1,13 +1,13 @@ -$NetBSD: patch-zb,v 1.2 2001/06/06 06:07:29 pooka Exp $ +$NetBSD: patch-zb,v 1.3 2001/10/04 10:18:12 martti Exp $ ---- feature.h.orig Wed Mar 29 17:10:34 2000 -+++ feature.h Wed Jun 6 08:10:02 2001 -@@ -349,7 +349,7 @@ +--- feature.h.orig Tue Sep 25 20:51:26 2001 ++++ feature.h Thu Oct 4 09:44:15 2001 +@@ -489,7 +489,7 @@ * (used only with NO_BUILTIN_TCAPS not defined). */ #ifdef HAVE_TGETENT -/* #define NO_BUILTIN_TCAPS */ -+# define NO_BUILTIN_TCAPS ++#define NO_BUILTIN_TCAPS #endif - #ifndef NO_BUILTIN_TCAPS + #if !defined(NO_BUILTIN_TCAPS) && !defined(FEAT_GUI_W16) |