head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.54 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.52 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.50 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.48 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.46 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.44 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.42 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.40 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.38 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.36 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.34 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.32 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.30 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.28 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.26 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.24 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.22 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.20 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.18 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.16 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.14 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.12 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.10 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.8 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.6 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.4 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 buildlink2-base:1.6 comdex-fall-1999:1.3 netbsd-1-4-PATCH001:1.2 netbsd-1-4-RELEASE:1.2 netbsd-1-3-PATCH003:1.2 netbsd-1-3-PATCH002:1.1; locks; strict; comment @# @; 1.6 date 2000.01.17.17.40.05; author pooka; state dead; branches; next 1.5; 1.5 date 99.12.21.13.18.07; author pooka; state Exp; branches; next 1.4; 1.4 date 99.11.22.08.49.15; author tron; state Exp; branches; next 1.3; 1.3 date 99.08.08.07.23.46; author rh; state Exp; branches; next 1.2; 1.2 date 98.08.07.10.40.33; author agc; state Exp; branches; next 1.1; 1.1 date 98.02.19.21.47.54; author tron; state Exp; branches; next ; desc @@ 1.6 log @Kill files missed by previous commit. @ text @$NetBSD: patch-ab,v 1.5 1999/12/21 13:18:07 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.5 log @Make way for a new glorious vim package structure @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update "vim" 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.3 log @Update vim to 5.4 Notable changes are: - Recognizing file types and syntax highlighting has been separated. This allows you to add your own file type specific items. And syntax highlighting is more flexible. - Now includes syntax highlighting for over 150 file types. - Vim scripts have been improved: Line continuation with a backslash, more built-in functions, etc. - The hit-return prompt is avoided by truncating messages. A message history has been added to view previous (untruncated) messages. - Support for encryption of files. - Quickfix support extended to support more error formats, including multi-line error messages and change-directory messages. - Menus can be used in console mode. The wildmenu feature offers menu-like command line completion. - Several useful commands and options added. - Many improvements for existing commands. @ text @d1 1 a1 1 $NetBSD$ 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.2 log @Add NetBSD RCS Ids. @ text @d3 3 a5 3 --- ctags/Makefile.in.orig Sat Jan 17 07:39:03 1998 +++ ctags/Makefile.in Thu Feb 19 22:22:20 1998 @@@@ -72,14 +72,14 @@@@ d9 4 a12 4 -CMAN = $(CTAGS).$(manext) -EMAN = $(ETAGS).$(manext) +CMAN = vim-$(CTAGS).$(manext) +EMAN = vim-$(ETAGS).$(manext) d17 4 a20 4 -CTAGS_EXEC = $(CTAGS)$(SUFFIX) -ETAGS_EXEC = $(ETAGS)$(SUFFIX) +CTAGS_EXEC = vim-$(CTAGS) +ETAGS_EXEC = vim-$(ETAGS) @ 1.1 log @Initial commit of "vim-5.0" package. @ text @d1 2 @