pkgsrc/editors/vim-share/Makefile.common

66 lines
2.4 KiB
Text
Raw Normal View History

Updated editors/vim-share to 7.0.76 1534 7.0.043 "%!" at start of 'statusline' didn't work 5277 7.0.044 Perl: changing a line in a non-current buffer may not work 2318 7.0.046 the matchparen plugin didn't handle parens in single quotes 2219 7.0.047 the exit status of the configure script can be wrong 2173 7.0.048 the gzip plugin can't handle file names that have a paren 2221 7.0.049 some Tcl scripts are not recognized 1437 7.0.050 can't properly close a buffer through the NetBeans interface 6097 7.0.051 (after 7.0.44) compile and/or run problem with Perl interface 2237 7.0.052 the Vim server may expose more functionality than expected 1379 7.0.053 shortening multi-byte directory name may fail 2464 7.0.054 using an empty menu name may cause a crash 2204 7.0.055 ":startins" in CmdwinEnter autocmd doesn't work immediately 1484 7.0.056 can't use "#!" in Vim scripts to make them executable 1423 7.0.058 gbk and gb18030 encodings are not recognized 2110 7.0.059 Perl interface doesn't compile with ActiveState Perl 5.8.8 18082 7.0.060 code for switching buffers is repeated in several places 2249 7.0.061 crash in Vim command completion when nothing to complete 4075 7.0.062 Mac: crash when using popup menu with spell error 1295 7.0.063 tiny chance for a memory leak 1818 7.0.064 compiler warnings for unused variables 1407 7.0.066 tab pages line not redrawn after removing the popup menu 3038 7.0.067 undo problems when using input method 6123 7.0.068 'ignorecase' is not used properly for Insert mode completion 1457 7.0.069 crash when setting 'guitablabel' to "%!expand(\%)" 71560 7.0.070 compiler warnings for shadowed and uninitialized variables 1550 7.0.071 using empty search pattern may cause a crash 2791 7.0.072 can't specify anything to do when starting the GUI fails 1597 7.0.073 CR in Insert mode completion may select original text 1495 7.0.075 winsaveview() could store wrong desired cursor column 2635 7.0.076 (after 7.0.010) could not get spell files from non-ftp server
2006-08-31 20:44:36 +02:00
# $NetBSD: Makefile.common,v 1.63 2006/08/31 18:44:36 martti Exp $
.include "../../editors/vim-share/version.mk"
DISTNAME= vim-${VIM_VERSION}
2006-03-02 12:32:34 +01:00
DISTFILES= vim-${VIM_VERSION:Q}${EXTRACT_SUFX:Q}
DISTFILES+= vim-${VIM_VERSION:Q}-lang.tar.gz
1999-12-21 14:20:32 +01:00
CATEGORIES= editors
MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \
ftp://ftp.fu-berlin.de/misc/editors/vim/unix/ \
2000-06-25 14:10:12 +02:00
ftp://ftp.twics.co.jp/pub/vim/unix/
SITES.vim-${VIM_VERSION}-lang.tar.gz= ftp://ftp.vim.org/pub/vim/extra/
DIST_SUBDIR= vim
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
2001-10-04 12:18:11 +02:00
EXTRACT_SUFX= .tar.bz2
1999-12-21 14:20:32 +01:00
PATCH_SITES= ftp://ftp.vim.org/pub/editors/vim/patches/${VIM_VERSION:Q}/
Updated editors/vim-share to 7.0.76 1534 7.0.043 "%!" at start of 'statusline' didn't work 5277 7.0.044 Perl: changing a line in a non-current buffer may not work 2318 7.0.046 the matchparen plugin didn't handle parens in single quotes 2219 7.0.047 the exit status of the configure script can be wrong 2173 7.0.048 the gzip plugin can't handle file names that have a paren 2221 7.0.049 some Tcl scripts are not recognized 1437 7.0.050 can't properly close a buffer through the NetBeans interface 6097 7.0.051 (after 7.0.44) compile and/or run problem with Perl interface 2237 7.0.052 the Vim server may expose more functionality than expected 1379 7.0.053 shortening multi-byte directory name may fail 2464 7.0.054 using an empty menu name may cause a crash 2204 7.0.055 ":startins" in CmdwinEnter autocmd doesn't work immediately 1484 7.0.056 can't use "#!" in Vim scripts to make them executable 1423 7.0.058 gbk and gb18030 encodings are not recognized 2110 7.0.059 Perl interface doesn't compile with ActiveState Perl 5.8.8 18082 7.0.060 code for switching buffers is repeated in several places 2249 7.0.061 crash in Vim command completion when nothing to complete 4075 7.0.062 Mac: crash when using popup menu with spell error 1295 7.0.063 tiny chance for a memory leak 1818 7.0.064 compiler warnings for unused variables 1407 7.0.066 tab pages line not redrawn after removing the popup menu 3038 7.0.067 undo problems when using input method 6123 7.0.068 'ignorecase' is not used properly for Insert mode completion 1457 7.0.069 crash when setting 'guitablabel' to "%!expand(\%)" 71560 7.0.070 compiler warnings for shadowed and uninitialized variables 1550 7.0.071 using empty search pattern may cause a crash 2791 7.0.072 can't specify anything to do when starting the GUI fails 1597 7.0.073 CR in Insert mode completion may select original text 1495 7.0.075 winsaveview() could store wrong desired cursor column 2635 7.0.076 (after 7.0.010) could not get spell files from non-ftp server
2006-08-31 20:44:36 +02:00
PATCH_SITES+= ftp://ftp.fu-berlin.de/misc/editors/vim/patches/${VIM_VERSION:Q}/
PATCHFILES+= 7.0.001 7.0.002 7.0.003 7.0.004 7.0.007 7.0.008 7.0.009
PATCHFILES+= 7.0.010 7.0.011 7.0.012 7.0.013 7.0.014 7.0.015 7.0.016
PATCHFILES+= 7.0.017 7.0.018 7.0.019 7.0.020 7.0.021 7.0.022 7.0.023
PATCHFILES+= 7.0.024 7.0.025 7.0.026 7.0.029 7.0.030 7.0.031 7.0.033
PATCHFILES+= 7.0.034 7.0.035 7.0.036 7.0.037 7.0.038 7.0.039 7.0.040
Updated editors/vim-share to 7.0.76 1534 7.0.043 "%!" at start of 'statusline' didn't work 5277 7.0.044 Perl: changing a line in a non-current buffer may not work 2318 7.0.046 the matchparen plugin didn't handle parens in single quotes 2219 7.0.047 the exit status of the configure script can be wrong 2173 7.0.048 the gzip plugin can't handle file names that have a paren 2221 7.0.049 some Tcl scripts are not recognized 1437 7.0.050 can't properly close a buffer through the NetBeans interface 6097 7.0.051 (after 7.0.44) compile and/or run problem with Perl interface 2237 7.0.052 the Vim server may expose more functionality than expected 1379 7.0.053 shortening multi-byte directory name may fail 2464 7.0.054 using an empty menu name may cause a crash 2204 7.0.055 ":startins" in CmdwinEnter autocmd doesn't work immediately 1484 7.0.056 can't use "#!" in Vim scripts to make them executable 1423 7.0.058 gbk and gb18030 encodings are not recognized 2110 7.0.059 Perl interface doesn't compile with ActiveState Perl 5.8.8 18082 7.0.060 code for switching buffers is repeated in several places 2249 7.0.061 crash in Vim command completion when nothing to complete 4075 7.0.062 Mac: crash when using popup menu with spell error 1295 7.0.063 tiny chance for a memory leak 1818 7.0.064 compiler warnings for unused variables 1407 7.0.066 tab pages line not redrawn after removing the popup menu 3038 7.0.067 undo problems when using input method 6123 7.0.068 'ignorecase' is not used properly for Insert mode completion 1457 7.0.069 crash when setting 'guitablabel' to "%!expand(\%)" 71560 7.0.070 compiler warnings for shadowed and uninitialized variables 1550 7.0.071 using empty search pattern may cause a crash 2791 7.0.072 can't specify anything to do when starting the GUI fails 1597 7.0.073 CR in Insert mode completion may select original text 1495 7.0.075 winsaveview() could store wrong desired cursor column 2635 7.0.076 (after 7.0.010) could not get spell files from non-ftp server
2006-08-31 20:44:36 +02:00
PATCHFILES+= 7.0.041 7.0.042 7.0.043 7.0.044 7.0.046 7.0.047 7.0.048
PATCHFILES+= 7.0.049 7.0.050 7.0.051 7.0.052 7.0.053 7.0.054 7.0.055
PATCHFILES+= 7.0.056 7.0.058 7.0.059 7.0.060 7.0.061 7.0.062 7.0.063
PATCHFILES+= 7.0.064 7.0.066 7.0.067 7.0.068 7.0.069 7.0.070 7.0.071
PATCHFILES+= 7.0.072 7.0.073 7.0.075 7.0.076
2003-07-17 23:31:04 +02:00
MAINTAINER= martti@NetBSD.org
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
2001-10-04 12:18:11 +02:00
HOMEPAGE= http://www.vim.org/
2001-08-06 19:44:44 +02:00
2002-10-08 02:20:12 +02:00
CONFLICTS+= vim-kde-[0-9]*
WRKSRC= ${WRKDIR}/${VIM_SUBDIR}/src
1999-12-21 14:20:32 +01:00
GNU_CONFIGURE= yes
2006-03-02 11:41:41 +01:00
.include "../../mk/bsd.prefs.mk"
# See "configure --help" extra options. These might affect the installed
# files (and PLIST might not include all files) so use at your own risk!
CONFIGURE_ARGS+= ${VIM_EXTRA_OPTS}
CONFIGURE_ARGS+= --enable-multibyte
2006-03-02 11:41:41 +01:00
PATCH_ARGS= -d ${WRKDIR:Q}/${VIM_SUBDIR:Q} --forward --quiet \
-E ${PATCH_STRIP:Q}
2006-03-02 11:41:41 +01:00
PATCH_DIST_ARGS= -d ${WRKDIR:Q}/${VIM_SUBDIR:Q} --forward --quiet \
-E ${PATCH_DIST_STRIP:Q}
PATCHDIR= ${.CURDIR}/../../editors/vim-share/patches
DISTINFO_FILE?= ${.CURDIR}/../../editors/vim-share/distinfo
.if empty(PKGNAME:Mvim-share*)
2006-03-02 12:32:34 +01:00
ALTERNATIVES_SRC= ${.CURDIR:Q}/../../editors/vim-share/ALTERNATIVES
.else
ALTERNATIVES_SRC=
.endif
PKG_SUPPORTED_OPTIONS+= cscope
PKG_OPTIONS_VAR= PKG_OPTIONS.vim
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mcscope)
DEPENDS+= cscope-[0-9]*:../../devel/cscope
CONFIGURE_ARGS+= --enable-cscope
.endif