From 7348c78d1e823461e9022d1572055222485adf4d Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 24 Aug 1998 10:12:22 +0000 Subject: Upgrade vim to version 5.2. > - A file browser has been added for the Win32, Motif and Athena GUI versions. > - Dialogs have been added. They can be used to ask for confirmation on Ex > commands that can fail. > - Options and commands have been added to offer a mode that works like > MS-Windows cut/copy/paste. This makes the Win32 GUI version fit in better > with other MS-Windows applications. > - Session files can be used to store and restore an editing session. > - Functions and Ex commands can be defined by the user. This is much nicer > and more powerful than using mappings. > - Lines longer than the screen size can be edited, also when lines wrap. > - Support for Cscope and an interaface for TCL have been added. > - Port to the RISC OS and GUI port for the Amiga. > - Support for Multi-byte files (DBCS and Unicode). --- editors/vim/Makefile | 9 +++++---- editors/vim/files/md5 | 5 +++-- editors/vim/pkg/PLIST | 37 +++++++++++++++++++++++++++++++++++-- 3 files changed, 43 insertions(+), 8 deletions(-) (limited to 'editors/vim') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index be617c9da18..dabf7d9eb32 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:16:51 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1998/08/24 10:12:22 agc Exp $ -DISTNAME= vim-5.1 +DISTNAME= vim-5.2 CATEGORIES= editors -MASTER_SITES= ftp://ftp.oce.nl/pub/vim/unix/ \ +MASTER_SITES= ftp://ftp.vim.org/pub/misc/editors/vim/unix/ \ + ftp://ftp.oce.nl/pub/vim/unix/ \ ftp://uiarchive.uiuc.edu/pub/packages/vim/ \ - ftp://ftp.fu-berlin.de/pub/misc/editors/vim/unix/ \ ftp://ftp.progsoc.uts.edu.au/pub/vim/unix/ +DISTFILES= vim-5.2-src.tar.gz vim-5.2-rt.tar.gz MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.vim.org/ diff --git a/editors/vim/files/md5 b/editors/vim/files/md5 index 110cb3fa9e8..48a56a818d2 100644 --- a/editors/vim/files/md5 +++ b/editors/vim/files/md5 @@ -1,3 +1,4 @@ -$NetBSD: md5,v 1.4 1998/08/07 13:21:28 agc Exp $ +$NetBSD: md5,v 1.5 1998/08/24 10:12:22 agc Exp $ -MD5 (vim-5.1.tar.gz) = 62b9c9023dcc49c37859d133d6647edd +MD5 (vim-5.2-src.tar.gz) = 590a295e4fdef20c886a49a787e27686 +MD5 (vim-5.2-rt.tar.gz) = d55a60481a8ba05c8c23ef60853f96fe diff --git a/editors/vim/pkg/PLIST b/editors/vim/pkg/PLIST index d917794c945..0e318faa3cf 100644 --- a/editors/vim/pkg/PLIST +++ b/editors/vim/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1998/04/21 22:08:14 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/08/24 10:12:22 agc Exp $ bin/vim-ctags bin/vim-etags bin/ex @@ -48,7 +48,6 @@ share/vim/doc/message.txt share/vim/doc/motion.txt share/vim/doc/options.txt share/vim/doc/os_amiga.txt -share/vim/doc/os_archi.txt share/vim/doc/os_beos.txt share/vim/doc/os_dos.txt share/vim/doc/os_mac.txt @@ -77,6 +76,12 @@ share/vim/doc/vi_diff.txt share/vim/doc/visual.txt share/vim/doc/windows.txt share/vim/doc/tags +share/vim/doc/if_cscope.txt +share/vim/doc/if_tcl.txt +share/vim/doc/os_riscos.txt +share/vim/doc/os_vms.txt +share/vim/doc/quotes.txt +share/vim/doc/todo.txt share/vim/syntax/2html.vim share/vim/syntax/ada.vim share/vim/syntax/amiga.vim @@ -167,12 +172,40 @@ share/vim/syntax/skill.vim share/vim/syntax/slrnrc.vim share/vim/syntax/slrnsc.vim share/vim/syntax/tags.vim +share/vim/syntax/asmselect.vim +share/vim/syntax/clipper.vim +share/vim/syntax/dcl.vim +share/vim/syntax/fvwm.vim +share/vim/syntax/jgraph.vim +share/vim/syntax/lilo.vim +share/vim/syntax/lite.vim +share/vim/syntax/lotos.vim +share/vim/syntax/man.vim +share/vim/syntax/mf.vim +share/vim/syntax/mp.vim +share/vim/syntax/msql.vim +share/vim/syntax/nasm.vim +share/vim/syntax/nroff.vim +share/vim/syntax/php3.vim +share/vim/syntax/phtml.vim +share/vim/syntax/po.vim +share/vim/syntax/purifylog.vim +share/vim/syntax/scheme.vim +share/vim/syntax/sgml.vim +share/vim/syntax/sicad.vim +share/vim/syntax/spec.vim +share/vim/syntax/tf.vim +share/vim/syntax/whitespace.vim +share/vim/syntax/xdefaults.vim +share/vim/syntax/xml.vim +share/vim/syntax/xpm.vim share/vim/macros/README.txt share/vim/macros/dvorak share/vim/macros/hanoi/poster share/vim/macros/hanoi/click.me share/vim/macros/hanoi/hanoi.mac share/vim/macros/html +share/vim/macros/justify.vim share/vim/macros/life/click.me share/vim/macros/life/life.mac share/vim/macros/maze/README.txt -- cgit v1.2.3