head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 comdex-fall-1999:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2000.01.17.17.36.36; author pooka; state dead; branches; next 1.3; 1.3 date 99.12.21.13.18.16; author pooka; state Exp; branches; next 1.2; 1.2 date 99.11.22.18.57.43; author tron; state Exp; branches; next 1.1; 1.1 date 99.08.08.09.33.52; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.08.08.09.33.52; author rh; state Exp; branches; next ; desc @@ 1.4 log @Upgrade vim packages to vim 5.6. New since version 5.5 --------------------- Not much: - New "Edit with Vim" popup menu entry for MS-Windows. Avoids problems with the MS Office taskbar. - 18 new syntax files. - "z+" and "z^" commands. And many bug fixes! This version is aimed at stability. See ":help version-5.6" in Vim for the details. @ text @$NetBSD: patch-ab,v 1.3 1999/12/21 13:18:16 pooka Exp $ --- config.mk.in.orig Sat Jun 20 15:22:37 1998 +++ config.mk.in Sun Jan 10 23:22:48 1999 @@@@ -14,7 +14,7 @@@@ @@SET_MAKE@@ CC = @@CC@@ DEFS = @@DEFS@@ -CFLAGS = @@CFLAGS@@ +CFLAGS = @@CFLAGS@@ @@CPPFLAGS@@ srcdir = @@srcdir@@ VPATH = @@srcdir@@ LDFLAGS = @@LDFLAGS@@ @ 1.3 log @Make way for a new glorious vim package structure @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update "vim-gtk" package to version 5.5 using patches supplied by Antti Kantee in PR pkg/8832. Changes since version 5.4: - Support for a mouse scroll wheel in X11 (GTK, Athena and Motif). Should also work in an xterm when translations are installed. - Support for decompression of bzip2 files in the example vimrc file. - Handling of patch numbers, they show up in the ":version" output. - Uninstall program for MS-Windows, for those that have a problem with the "Edit with Vim" popup menu entry. And many bug fixes! This version is aimed at stability. @ text @d1 1 a1 1 $NetBSD: patch-ab$ d3 11 a13 21 --- ctags/Makefile.in.orig Thu Sep 16 08:02:20 1999 +++ ctags/Makefile.in Sat Nov 20 11:42:47 1999 @@@@ -79,14 +79,14 @@@@ # manext = 1 man1dir = $(mandir)/man1 -CMAN = $(CTAGS_PROG).$(manext) -EMAN = $(ETAGS_PROG).$(manext) +CMAN = vim-$(CTAGS_PROG).$(manext) +EMAN = vim-$(ETAGS_PROG).$(manext) # # destinations for installed files # -CTAGS_EXEC = $(CTAGS_PROG)$(SUFFIX) -ETAGS_EXEC = $(ETAGS_PROG)$(SUFFIX) +CTAGS_EXEC = vim-$(CTAGS_PROG) +ETAGS_EXEC = vim-$(ETAGS_PROG) DEST_CTAGS = $(bindir)/$(CTAGS_EXEC) DEST_ETAGS = $(bindir)/$(ETAGS_EXEC) DEST_CMAN = $(man1dir)/$(CMAN) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 1999/08/08 07:23:46 rh Exp $ d3 2 a4 2 --- ctags/Makefile.in.orig Wed Jun 23 02:47:15 1999 +++ ctags/Makefile.in Sun Aug 8 10:09:06 1999 @ 1.1.1.1 log @Initial import of vim-gtk, a VIM variant with the optional gui using GTK+ instead of Xaw. @ text @@