diff options
author | tron <tron@pkgsrc.org> | 1999-11-22 18:57:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-22 18:57:43 +0000 |
commit | 141f613c97aff165a8408067878ddd1e393ef3f7 (patch) | |
tree | 3154873f00f48841da0e00463593416682097538 /editors/vim-gtk/Makefile | |
parent | 03a0fee9a741a2a6a5ea1c6b15c4dd92bf2f2b92 (diff) | |
download | pkgsrc-141f613c97aff165a8408067878ddd1e393ef3f7.tar.gz |
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.
Diffstat (limited to 'editors/vim-gtk/Makefile')
-rw-r--r-- | editors/vim-gtk/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile index f9511409014..bdc08ae13be 100644 --- a/editors/vim-gtk/Makefile +++ b/editors/vim-gtk/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.4 1999/11/12 16:57:57 agc Exp $ +# $NetBSD: Makefile,v 1.5 1999/11/22 18:57:43 tron Exp $ -DISTNAME= vim-5.4 -PKGNAME= vim-gtk-5.4 +DISTNAME= vim-5.5 +PKGNAME= vim-gtk-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/ .include "../../mk/bsd.prefs.mk" |