Up to [NetBSD + pkgsrc-wip] / pkgsrc / editors / vim-share
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Skip interpreter checks for auxiliary files so that this package builds again. I guess these files could be provided as a separate package that depended on perl and properly set their interpreter, but we can do this later.
Updated editors/vim-share to 7.1.175 4691 7.1.162 crash when using a modifier before "while" or "for" 2367 7.1.163 warning for the unknown option 'bufsecret' 1576 7.1.164 reading past end of regexp pattern 5538 7.1.165 crash related to getting X window ID 2134 7.1.166 memory leak when using "gp" in Visual mode 2528 7.1.167 xxd crashes when using "xxd -b -c 110" 2989 7.1.168 (extra) Win32 GUI: when no focus click doesn't position cursor 1926 7.1.169 using uninitialized memory when system() fails 1722 7.1.170 overlapping arguments to strcpy() 2324 7.1.171 reading one byte before allocated memory. 1536 7.1.172 if 'buftype' is "acwrite" Vim still does overwrite check 1928 7.1.173 accessing freed memory when using "\%^" pattern 2197 7.1.174 writing NUL past end of a buffer 4722 7.1.175 <BS> doesn't work with some combination of option settings
Package supports installation to DESTDIR.
Updated editors/vim-share to 7.0.168 4306 7.0.163 can't get the position of a sign over the netbeans interface 1518 7.0.164 ":redir @+" doesn't work 2284 7.0.165 using CTRL-L to add to a search pattern fails for some chars 1865 7.0.166 crash with cscope when a file descriptor is NULL 1942 7.0.167 can't redefine a function in a dictionary 2224 7.0.168 reading uninitialized memory and a memory leak in recovery
Enable "ipfilter" syntax highlighting for ipf6.conf as well. Bump PKGREVISION.
Pass CHECK_WRKREF check: do not let the path on the perl tool wrapper script
be embedded in the installed share/vim/vim70/tools/efm_perl.pl script;
make this script interpreter be '${SETENV} perl' hence avoiding a run-time
package dependency on perl.
Approved by MAINTAINER.
Make sure vim-share do not link with X Also avoid installing language manpages for xxd, to fix PLIST
Update vim to 7.0.0 Since Vim 6.4 many new features have been added. To mention a few: - Spell checking support for about 50 languages - Intelligent completion for C, HTML, Ruby, Python, PHP, etc. - Tab pages, each containing multiple windows - Undo branches: never accidentally lose text again - Vim script supports Lists and Dictionaries (similar to Python) - Vim script profiling - Improved Unicode support - Highlighting of cursor line, cursor column and matching braces - Translated manual pages support. - Internal grep; works on all platforms, searches compressed files - Browsing remote directories, zip and tar archives - Printing multi-byte text Once you have installed Vim 7.0 you can find details about the changes since Vim 6.4 with ":help version7".
INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
Fix pkglint -Wall warnings.
Make cscope support optional. PKGREVISION++
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Pullup ticket 627 - requested by Martti Kuparinen
security update for vim
Revisions pulled up:
- pkgsrc/editors/vim/Makefile 1.62
- pkgsrc/editors/vim-gtk/Makefile 1.50
- pkgsrc/editors/vim-gtk2/Makefile 1.17
- pkgsrc/editors/vim-motif/Makefile 1.16
- pkgsrc/editors/vim-share/Makefile 1.15-1.16
- pkgsrc/editors/vim-share/Makefile.common 1.47-1.49
- pkgsrc/editors/vim-share/distinfo 1.37-1.40
- pkgsrc/editors/vim-share/version.mk 1.2-1.3
- pkgsrc/editors/vim-share/patches/patch-ad 1.7
- pkgsrc/editors/vim-xaw/Makefile 1.39
Module Name: pkgsrc
Committed By: grant
Date: Tue Jul 19 10:18:59 UTC 2005
Modified Files:
pkgsrc/editors/leim20: Makefile
pkgsrc/editors/vim: Makefile
pkgsrc/editors/vim-gtk: Makefile
pkgsrc/editors/vim-gtk2: Makefile
pkgsrc/editors/vim-lang: Makefile
pkgsrc/editors/vim-motif: Makefile
pkgsrc/editors/vim-xaw: Makefile
Log Message:
depends should be ../../<category>/<pkg>
----
Module Name: pkgsrc
Committed By: kristerw
Date: Thu Jun 23 17:49:40 UTC 2005
Modified Files:
pkgsrc/editors/vim-share: Makefile distinfo
pkgsrc/editors/vim-share/patches: patch-ad
Log Message:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
----
Module Name: pkgsrc
Committed By: martti
Date: Thu Jul 7 08:21:36 UTC 2005
Modified Files:
pkgsrc/editors/vim-share: Makefile Makefile.common distinfo version.mk
Log Message:
Updated vim to 6.3.079
1745 6.3.075 syntax highlighting wrong after unloading another buffer
3546 6.3.076 crash when using Cscope interface with very long result
1853 6.3.079 crash after executing a command in the command-line window
----
Module Name: pkgsrc
Committed By: martti
Date: Thu Jul 7 07:59:11 UTC 2005
Modified Files:
pkgsrc/editors/vim-share: Makefile.common distinfo
Log Message:
Added vim-6.3-lang.tar.gz to the list of downloadable files (will only be
used by the new vim-lang package).
----
Module Name: pkgsrc
Committed By: martti
Date: Wed Jul 27 06:29:55 UTC 2005
Modified Files:
pkgsrc/editors/vim-share: Makefile.common distinfo version.mk
Log Message:
Updated vim to 6.3.085
1729 6.3.081 glob() may execute shell command unexpectedly
2102 6.3.082 (after 6.3.081) more generic solution to avoid shell
commands
5053 6.3.083 VMS: add function keys to vt320 termcap entry
3408 6.3.085 crash in syntax highlighting
Updated vim to 6.3.079 1745 6.3.075 syntax highlighting wrong after unloading another buffer 3546 6.3.076 crash when using Cscope interface with very long result 1853 6.3.079 crash after executing a command in the command-line window
Prevent paths to the build directories from being included in the package. Bump PKGREVISION.
Recognize the softdep, devmtime and nodevmtime options. Bump PKGREVISION to 1. Patch from Geert Hendrickx in tech-pkg@.
Updated editors/vim to 6.3.074 and fixed pkg/29979 2083 6.3.072 crash for substitute message when using UTF-8 and Chinese 2017 6.3.073 Win32 GUI: display errors when scrolling up/down 2365 6.3.074 with 'insertmode' CTRL-V after Select mode doesn't work
Apply patch to recognize NetBSD specific filesystems in fstab. Provided by Geert Hendrickx in tech-pkg@. Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions).
Make nvi and vim* use the alternatives system to install wrappers for bin/vi, bin/ex and bin/view. Bump their PKGREVISIONs. vim-kde is an exception because it currently installs programs with these names. So, as it's currently marked as vulnerable and as I don't have KDE installed ATM, I'm marking it as conflicting.
Pullup ticket 46 to the pkgsrc-2004Q2 branch, requested by Martti Kuparinen. Update vim to version 6.3, mainly for bug fixes. Module Name: pkgsrc Committed By: martti Date: Mon Jun 21 08:23:48 UTC 2004 Modified Files: pkgsrc/editors/vim: Makefile pkgsrc/editors/vim-gtk: Makefile pkgsrc/editors/vim-gtk2: Makefile pkgsrc/editors/vim-motif: Makefile pkgsrc/editors/vim-share: Makefile Makefile.common PLIST distinfo pkgsrc/editors/vim-share/patches: patch-ad pkgsrc/editors/vim-xaw: Makefile Added Files: pkgsrc/editors/vim-share/patches: patch-aa Log Message: Updated vim to 6.3 This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages.
Updated vim to 6.3 This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages.
Updated vim to 6.2.0 This is a bugfix release of Vim. Since Vim 6.1 hundreds of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages. The main new features are: - Support for GTK 2. (Daniel Elstner) - Support for editing Arabic text. (Nadim Shaikli & Isam Bayazidi) - ":try" command and exception handling. (Servatius Brandt) - Support for the neXtaw GUI toolkit (mostly like Athena). (Alexey Froloff) - Support for PostScript printing in various 8-bit encodings. (Mike Williams)
Updated vim to 6.1 * several bug fixes * new and updated syntax files * translated menus and messages * license has been made compatible with the GNU GPL
Here it is folks, VIM 6.0! Changes since version 5.8:
-----------------------------------------------------
The number of changes is huge. These are just the main new items:
Folding - momentarily hide part of the text
Vertically split windows - mixed with horizontal splits
Diff mode - show and remove differences between files
Easy Vim: click-and-type - for those who really don't like two modes
User manual - learn to use Vim, reads like a book
Flexible indenting - automatic indenting for any language
Extended search patterns - more regexp power than you will need
UTF-8 support - Unicode allows editing nearly all languages
Multi-language support - translated messages and menus
Plugin support - drop a script in a directory and you can use it
Filetype plugins - an easy way to setup for editing a type of file
File browser - browse directories, also on a terminal
Editing files over a network - read and write a remote file directly
command-line editing window - use any Vim command to edit an Ex command
Debugging mode - debug your Vim functions and scripts
Cursor in virtual position - edit tables and draw ASCII pictures
Debugger interface - use Vim with Sun Visual Workshop
Communication between Vims - let one Vim tell another Vim what to do
Printing - print with syntax colors
Quickfix extended - see error messages in a window and jump there
Writing files improved - rename or copy to make a backup file
Argument list - select groups of files to work on
Restore a View - save the looks of a window and restore it later
Color schemes - quickly switch between different color setups
Update vim to 5.8 Changes since 5.7: * 74 new syntax files. * bugfixes * couple of security-related fixes * ctags is no longer distributed with vim
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Need a ./ before ${CONFIGURE_SCRIPT}.
Adapt to new handling of "${CONFIGURE}".
quote ${CFLAGS}; should fix pkg/9490
data files for the vim editor
Initial revision