pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/vim-share Recognize the softdep, devmtime and ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/339b90dc2e49
branches: trunk
changeset: 495224:339b90dc2e49
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Jun 05 09:33:33 2005 +0000
description:
Recognize the softdep, devmtime and nodevmtime options. Bump PKGREVISION to 1.
Patch from Geert Hendrickx in tech-pkg@.
diffstat:
editors/vim-share/Makefile | 4 ++--
editors/vim-share/distinfo | 4 ++--
editors/vim-share/patches/patch-ab | 21 ++++++++++++++++++++-
3 files changed, 24 insertions(+), 5 deletions(-)
diffs (62 lines):
diff -r 995be6ee3398 -r 339b90dc2e49 editors/vim-share/Makefile
--- a/editors/vim-share/Makefile Sun Jun 05 09:25:37 2005 +0000
+++ b/editors/vim-share/Makefile Sun Jun 05 09:33:33 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2005/05/30 14:18:14 martti Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/05 09:33:33 jmmv Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
-#PKGREVISION= 1
+PKGREVISION= 1
COMMENT= Data files for the vim editor (vi clone)
diff -r 995be6ee3398 -r 339b90dc2e49 editors/vim-share/distinfo
--- a/editors/vim-share/distinfo Sun Jun 05 09:25:37 2005 +0000
+++ b/editors/vim-share/distinfo Sun Jun 05 09:33:33 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.35 2005/05/30 14:18:14 martti Exp $
+$NetBSD: distinfo,v 1.36 2005/06/05 09:33:33 jmmv Exp $
SHA1 (vim/vim-6.3.tar.bz2) = 76f663277140d314ecfafecb0307e832bdbbaf06
RMD160 (vim/vim-6.3.tar.bz2) = 321c59d62f6fce99396be33875ec5a7d84944525
@@ -193,6 +193,6 @@
RMD160 (vim/6.3.074) = 8f12301e801f94346c3e73b00546ae35f3e8b526
Size (vim/6.3.074) = 2365 bytes
SHA1 (patch-aa) = 226983cd130c91de83f46baa38d18b243bd029c8
-SHA1 (patch-ab) = 2f748490348d0bc39a005bd7cbb784fd4709da75
+SHA1 (patch-ab) = cb8930aaeefd1ddbfa204290662078994dd985c0
SHA1 (patch-ad) = 305b3f9cd2837482362c0176b8e2025ffb0eb254
SHA1 (patch-zb) = 3966ea9713cbf5d26072592443080c1884f48e75
diff -r 995be6ee3398 -r 339b90dc2e49 editors/vim-share/patches/patch-ab
--- a/editors/vim-share/patches/patch-ab Sun Jun 05 09:25:37 2005 +0000
+++ b/editors/vim-share/patches/patch-ab Sun Jun 05 09:33:33 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.3 2005/05/26 20:09:35 jmmv Exp $
+$NetBSD: patch-ab,v 1.4 2005/06/05 09:33:33 jmmv Exp $
--- runtime/syntax/fstab.vim.orig 2005-05-21 16:05:10.000000000 +0200
+++ runtime/syntax/fstab.vim 2005-05-21 16:10:27.000000000 +0200
@@ -11,3 +11,22 @@
" Options
" -------
+@@ -44,7 +44,7 @@
+ syn keyword fsOptionsYesNo yes no
+ syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck
+ syn keyword fsOptionsSize 512 1024 2048
+-syn keyword fsOptionsGeneral async atime auto current defaults dev exec force fstab noatime noauto noclusterr noclusterw nodev noexec nosuid nosymfollow nouser owner ro rdonly rw rq sw xx suid
suiddir sync kudzu union update user supermount
++syn keyword fsOptionsGeneral async atime auto current defaults dev devmtime exec force fstab noatime noauto noclusterr noclusterw nodev nodevmtime noexec nosuid nosymfollow nouser owner ro rdonly
rw rq sw xx suid suiddir sync kudzu union update user supermount
+ syn match fsOptionsGeneral /_netdev/
+
+ " Options: adfs
+@@ -91,6 +91,9 @@
+ syn keyword fsOptionsFatType contained 12 16 32
+ syn keyword fsOptionsKeywords contained quiet sys_immutable showexec dots nodots
+
++" Options: ffs
++syn keyword fsOptionsKeyWords contained softdep
++
+ " Options: hpfs
+ syn match fsOptionsKeywords contained /case=/ nextgroup=fsOptionsHpfsCase
+ syn keyword fsOptionsHpfsCase contained lower asis
Home |
Main Index |
Thread Index |
Old Index