diff options
author | tron <tron@pkgsrc.org> | 1999-11-22 08:49:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-22 08:49:12 +0000 |
commit | a4f86da30cec12d2f40c4a273c6f50949e8a15b7 (patch) | |
tree | 1c78e4c5b1210844493693a6d0d67834aceed051 /editors/vim/Makefile | |
parent | 1694e904cc88e2d1acf1364a59d9c046b84c8160 (diff) | |
download | pkgsrc-a4f86da30cec12d2f40c4a273c6f50949e8a15b7.tar.gz |
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.
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 5c8a6ba0179..267bc0ae3a1 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.21 1999/11/12 16:55:11 agc Exp $ +# $NetBSD: Makefile,v 1.22 1999/11/22 08:49:12 tron Exp $ -DISTNAME= vim-5.4 +DISTNAME= vim-5.5 WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= editors -MASTER_SITES= ftp://ftp.oce.nl/pub/vim/unix/ \ - ftp://ftp.vim.org/pub/misc/editors/vim/unix/ \ - ftp://uiarchive.uiuc.edu/pub/packages/vim/ \ +MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ + ftp://ftp.nuxi.com/pub/vim/unix/ \ + ftp://ftp.fu-berlin.de/misc/editors/vim/unix/ \ + ftp://ftp.medasys-digital-systems.fr/pub/vim/unix/ \ ftp://ftp.progsoc.uts.edu.au/pub/vim/unix/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} \ ${DISTNAME}-rt${EXTRACT_SUFX} -MAINTAINER= packages@netbsd.org +MAINTAINER= pooka@iki.fi HOMEPAGE= http://www.vim.org/ CONFLICTS= vim-gtk-* |