Path to this page:
NOTICE: This package has been removed from pkgsrc./
editors/vim-gtk,
Vim editor (vi clone) with X11 GTK+ GUI
Branch: CURRENT,
Version: 7.3.712,
Package name: vim-gtk-7.3.712,
Maintainer: morrVim is an almost compatible version of the UNIX editor Vi. Many new features
have been added: multi level undo, syntax highlighting, command line history,
on-line help, filename completion, block operations, etc.
If you are building the package from source you may want to enable some
features such as a perl or python interpreter which are not enabled by
default.
This version also contains a X11 GTK+ GUI. If you don't have X11,
look at the `vim' package instead.
Required to run:[
editors/vim-share] [
x11/gtk] [
x11/libXpm]
Required to build:[
pkgtools/x11-links] [
x11/xproto]
Master sites: (Expand)
SHA1: a24b3a03a35aff71339b42ce14f26f3352768437
RMD160: bd4dbd747fdfe119e607f6a58c1e9aeea35cebfe
Filesize: 8787.154 KB
Version history: (Expand)
- (2014-01-24) Package deleted from pkgsrc
- (2012-11-12) Updated to version: vim-gtk-7.3.712
- (2012-10-03) Updated to version: vim-gtk-7.3.653
- (2012-08-27) Updated to version: vim-gtk-7.3.524
- (2011-04-22) Updated to version: vim-gtk-7.2.446nb1
- (2009-12-22) Updated to version: vim-gtk-7.2.320
CVS history: (Expand)
2012-10-03 13:43:48 by Aleksej Saushev | Files touched by this commit (150) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-08-27 16:45:38 by Daniel Horecki | Files touched by this commit (12) | |
Log message:
Long awaited update to vim 7.3.
The most notable additions since 7.2:
- Persistent undo and undo for reload
- Blowfish encryption, encryption of the swap file
- Conceal text
- Lua interface
- Python 3 interface
Once you have installed Vim 7.3 you can find all the details about the
changes since Vim 7.2 with:
:help version-7.3
|
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message:
recursive bump from gettext-lib shlib bump.
|
2008-03-11 11:55:03 by Martti Kuparinen | Files touched by this commit (8) |
Log message:
VIM 7.1.270
1751 7.1.253 ":sort" doesn't work in a one line file
1894 7.1.254 Tests 49 and 55 fail when the locale is French
1514 7.1.255 Vim doesn't support utf-32
50921 7.1.256 findfile() also returns directories
3326 7.1.257 configure can't always find the Tcl header files
3360 7.1.258 crash when doing "d/\n/e" and 'virtualedit' is \
"all"
1944 7.1.259 cursor in wrong place with 'rl', "utf-8" and illegal byte
1805 7.1.260 cursor position wrong after ^@ wrapping halfway if using utf-8
2255 7.1.261 for a 2 byte BOM UCS-2 is used, which doesn't work for UTF-16
3438 7.1.262 can't get the process ID of Vim
2442 7.1.263 filetype with dot doesn't work for indent plugins
6295 7.1.264 crash when C-indenting
1310 7.1.265 hang when completing file name and space in 'isfname'
2510 7.1.266 version string returned by terminal may be used as typed input
1957 7.1.267 when changing folds cursor may be positioned in a wrong place
1576 7.1.268 always shows "+" at end of screen line with 'cursurline'
6183 7.1.269 matchparen plugin has an arbitrary line number limit
2861 7.1.270 ":?foo?" matches in current line since patch 7.1.025
|
2008-03-02 17:01:32 by Johnny C. Lam | Files touched by this commit (8) |
Log message:
+ Remove the check for whether you can remove -liconv from the linker
command line or not -- we want to do what the user specifies via
the pkgsrc PREFER_* settings.
+ Drop dependency on ncurses -- vim only wants a termcap library.
This should fix PR pkg/38110.
+ Add missing dependency on gettext-lib as one of the "normal" feature
sets is to build with gettext and multi-language support.
Bump the PKGREVISION of vim editor packages to 1.
|
2008-01-09 14:47:43 by Martti Kuparinen | Files touched by this commit (8) |
Log message:
Some "pkglint -Wall" fixes.
|
2007-05-19 00:49:01 by Klaus Heinz | Files touched by this commit (1) |
Log message:
- Added support for installation to DESTDIR.
- Introduced PKGMANDIR.
- check-interpreter.mk complained about dangling symlinks to vim.1 when
installing to DESTDIR. Used CHECK_INTERPRETER_SKIP as a workaround.
|
2006-12-15 21:33:06 by Joerg Sonnenberger | Files touched by this commit (236) |
Log message:
Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.
graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
|