summaryrefslogtreecommitdiff
path: root/editors/vim-share
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-01-04 12:05:12 +0000
committermartti <martti@pkgsrc.org>2002-01-04 12:05:12 +0000
commit717e6e113198eb18e9ffb2bc583a8778b7df7ec7 (patch)
treef0cf079b84a23a82d7a04e80d257b8f0d9dc6fee /editors/vim-share
parentd965a27a0db3fc4ec063f4efe53f54402d685a93 (diff)
downloadpkgsrc-717e6e113198eb18e9ffb2bc583a8778b7df7ec7.tar.gz
Updated to 6.0.118
6.0.102 changing folds may leave the cursor halfway a closed fold 6.0.103 a large value for 'scrolloff' stops 'scrollbind' 6.0.104 redraw problem when typing a double-wide char over another 6.0.105 crash when using window of one column with multi-byte chars 6.0.106 (extra) Win32: didn't give error for wrong 'printfont' 6.0.107 (extra) VisVim: would automatically write a modified file 6.0.108 could get error message when first line of a file is folded 6.0.109 XIM: input method was reset when repeating an insert 6.0.110 error when undoing a change done by executing a register 6.0.111 virtcol() didn't use the offset for 'virtualedit' 6.0.112 the explorer plugin didn't sort names with spaces correctly 6.0.113 trouble when $HOME includes a space 6.0.114 fnamemodify() didn't expand home directory for ":p" 6.0.115 (extra) Win32: dialog textfield didn't scroll 6.0.116 (extra) Win32: check for writable file didn't check ACLs 6.0.117 (extra) Win32: 'lines' is limited too much when not using menu 6.0.118 when $TMPDIR is a relative path temp directory is not deleted
Diffstat (limited to 'editors/vim-share')
-rw-r--r--editors/vim-share/Makefile.common9
-rw-r--r--editors/vim-share/distinfo26
2 files changed, 30 insertions, 5 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index d646d0c17cc..f7a1e312408 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.18 2001/12/19 07:16:06 martti Exp $
+# $NetBSD: Makefile.common,v 1.19 2002/01/04 12:05:12 martti Exp $
-VIM_VERSION= 6.0.101
+VIM_VERSION= 6.0.118
DISTNAME= vim-${VIM_VERSION:C/\.[0-9]*$//}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.bz2
#
# Following patches were ignored:
-# 12, 27, 48, 53, 64, 70, 73, 87, 93
+# 12, 27, 48, 53, 64, 70, 73, 87, 93, 106, 107, 115, 116, 117
#
PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
.for p in 001 002 003 004 005 006 007 008 009 010 \
@@ -24,7 +24,8 @@ PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
071 072 074 075 076 077 078 079 080 \
081 082 083 084 085 086 088 089 090 \
091 092 094 095 096 097 098 099 100 \
- 101
+ 101 102 103 104 105 108 109 110 \
+ 111 112 113 114 118
PATCHFILES+= ${VIM_VERSION:C/\.[0-9]*$//}.${p}
.endfor
diff --git a/editors/vim-share/distinfo b/editors/vim-share/distinfo
index 43104fe3009..9e233918ff2 100644
--- a/editors/vim-share/distinfo
+++ b/editors/vim-share/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2001/12/19 07:16:06 martti Exp $
+$NetBSD: distinfo,v 1.16 2002/01/04 12:05:12 martti Exp $
SHA1 (vim/vim-6.0.tar.bz2) = 65f3a54e2d04c20b7ffb0ae59741f97021dac49a
Size (vim/vim-6.0.tar.bz2) = 2776551 bytes
@@ -186,6 +186,30 @@ SHA1 (vim/6.0.100) = dedb825cd8533d5445f690ddd86842e40a82bd71
Size (vim/6.0.100) = 2632 bytes
SHA1 (vim/6.0.101) = e3c9a2dd069ade20e5d34961fcfcec05254c7fa2
Size (vim/6.0.101) = 1298 bytes
+SHA1 (vim/6.0.102) = 5517ebe3ceb1b166448b6594646602d704a6339a
+Size (vim/6.0.102) = 1493 bytes
+SHA1 (vim/6.0.103) = 1942612d6e0d6f068649d232366d60a2789d2a76
+Size (vim/6.0.103) = 1708 bytes
+SHA1 (vim/6.0.104) = 2f51db0559f19d8bdf8dd521706d399c8f74cff8
+Size (vim/6.0.104) = 4281 bytes
+SHA1 (vim/6.0.105) = 68d3b482daa38379b2bf78139ab193feeb213212
+Size (vim/6.0.105) = 2255 bytes
+SHA1 (vim/6.0.108) = 64ee708459b6a1d17f9bdb317ea7fb06802d2433
+Size (vim/6.0.108) = 1484 bytes
+SHA1 (vim/6.0.109) = 7fbd6b8a08dbf160cb15d2d38238cf73dcb4fb66
+Size (vim/6.0.109) = 2078 bytes
+SHA1 (vim/6.0.110) = 1f1164ec8bd838fc5776bc5dec96204169a13f8e
+Size (vim/6.0.110) = 2826 bytes
+SHA1 (vim/6.0.111) = 07f17f9b0eb7ed57b274bc984d9758a74c4b19b4
+Size (vim/6.0.111) = 1397 bytes
+SHA1 (vim/6.0.112) = 1b21af1127b478347010829bcc4f1cc9f71a68da
+Size (vim/6.0.112) = 2287 bytes
+SHA1 (vim/6.0.113) = bbf8adcca7fc839c6a8ce0804ad9f255502de333
+Size (vim/6.0.113) = 4613 bytes
+SHA1 (vim/6.0.114) = c5f869872788d300284e2864c322e493a854cd17
+Size (vim/6.0.114) = 2154 bytes
+SHA1 (vim/6.0.118) = b8e1560fc3137306032b7de23ba2cda9b5cb58ff
+Size (vim/6.0.118) = 2237 bytes
SHA1 (patch-aa) = 8176260aff9176f350c4534f52bce0080fedd28b
SHA1 (patch-ad) = 34e1420b7cbf25fb0394a36c32faf2e03c54b386
SHA1 (patch-zb) = 41f58d90a14f47b0bf242bb90178f0c872e4b022