summaryrefslogtreecommitdiff
path: root/editors/vim
AgeCommit message (Collapse)AuthorFilesLines
2004-06-21Updated vim to 6.3martti1-2/+2
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.
2004-04-25Convert to buildlink3.snj1-3/+3
2003-12-14Bump PKGREVISION for previous.wiz1-2/+2
2003-12-14Add enable-multibyte option so that vim properly displays Asian languages.cjs1-1/+3
(This is now worthwhile because xterm now supports UTF-8.)
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-08-10s/gui/GUI/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Added vim-gtk2martti1-2/+3
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-02-15This CONFLICTs with vim-motifmartti1-2/+2
2002-09-14buildlink1 -> buildlink2. This should fix pkg/15160 by Brad Forschingerjlam1-4/+2
<bnjf@optushome.com.au>.
2002-03-24Updated vim to 6.1martti1-3/+3
* several bug fixes * new and updated syntax files * translated menus and messages * license has been made compatible with the GNU GPL
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-10-04Unify all the vim patches together in a single patches directory, locatedagc2-18/+0
in vim-share.
2001-10-04Here it is folks, VIM 6.0! Changes since version 5.8:martti2-10/+10
----------------------------------------------------- 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-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-06add conflicts for vim6 (vim-devel)pooka1-2/+2
2001-06-20Convert to use buildlink.mk file for ncurses dependency and simplifyjlam1-13/+5
curses handling during configure process. Mark as USE_BUILDLINK_ONLY.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-06Update vim to 5.8pooka2-3/+17
Changes since 5.7: * 74 new syntax files. * bugfixes * couple of security-related fixes * ctags is no longer distributed with vim
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-3/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-3/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+3
2001-01-08Move special flags for ncurses in the NEED_NCURSES==YES case.wiz1-5/+4
2000-12-07Another patch-sum sync to undo.rh1-5/+2
2000-12-07Sync w/ realityrh1-2/+5
2000-11-02NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymorewiz1-2/+4
(only after bsd.prefs.mk inclusion)
2000-07-28Add USE_CURSES for packages that need curses functionality that onlywiz1-25/+10
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared.
2000-06-25Upgrade vim packages to version 5.7. Use internal curses if possible.pooka2-8/+21
New since version 5.6 --------------------- Not much: - 19 new syntax files. - "explorer.vim" script, works like a file browser. And many bug fixes! This version is aimed at stability.
2000-02-18Do the same here that was done for vim-gtk, ie. fix solaris curses handlingpooka1-4/+10
and modify post-install into a tidy loop.
2000-01-25Remove all files that might conflict with a `normal vi', eg. bin/ex andpooka2-6/+2
man/man1/view.1. The functionality is still there, the links are just no longer created.
2000-01-17Kill files missed by previous commit.pooka2-26/+0
2000-01-17Upgrade vim packages to vim 5.6.pooka2-9/+9
New since version 5.5 --------------------- Not much: - New "Edit with Vim" popup menu entry for MS-Windows. Avoids problems with the MS Office taskbar. - 18 new syntax files. - "z+" and "z^" commands. And many bug fixes! This version is aimed at stability. See ":help version-5.6" in Vim for the details.
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-04Explain things a bit more fully.agc1-1/+1
1999-12-21Use soft links also here to be consistent.pooka1-5/+5
1999-12-21argh, of course this got screwed up. Repair the packagepooka5-159/+0
1999-12-21Make way for a new glorious vim package structurepooka7-392/+52
1999-11-28Move check for "${XAW_TYPE}" behind the inclusion of "bsd.pkg.mk" astron1-3/+3
suggested by Antti Kantee in private e-mail. This fixes PR pkg/8908 by "Wiz".
1999-11-28Backout last commit: "bsd.pkg.mk" provides a default for "${XAW_TYPE}".tron1-2/+1
It is the "readme" target which is broken.
1999-11-28Provide a default for "${XAW_TYPE}".tron1-1/+2
1999-11-25Add support for using "Xaw3d" or "Xaw-Xpm" inspired by Antti Kantee.tron3-9/+51
1999-11-22Update "vim" package to version 5.5 using patches supplied by Antti Kanteetron9-269/+283
in PR pkg/8832. Changes since version 5.4: - Support for a mouse scroll wheel in X11 (GTK, Athena and Motif). Should also work in an xterm when translations are installed. - Support for decompression of bzip2 files in the example vimrc file. - Handling of patch numbers, they show up in the ":version" output. - Uninstall program for MS-Windows, for those that have a problem with the "Edit with Vim" popup menu entry. And many bug fixes! This version is aimed at stability.
1999-11-12Make this package compile on Solaris.agc1-3/+7
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-08-08Add conflict with vim-gtk.rh1-1/+3
1999-08-08Move documentation to ${PREFIX}/share/doc/vim.rh3-64/+87
1999-08-08Update vim to 5.4rh7-267/+327
Notable changes are: - Recognizing file types and syntax highlighting has been separated. This allows you to add your own file type specific items. And syntax highlighting is more flexible. - Now includes syntax highlighting for over 150 file types. - Vim scripts have been improved: Line continuation with a backslash, more built-in functions, etc. - The hit-return prompt is avoided by truncating messages. A message history has been added to view previous (untruncated) messages. - Support for encryption of files. - Quickfix support extended to support more error formats, including multi-line error messages and change-directory messages. - Menus can be used in console mode. The wildmenu feature offers menu-like command line completion. - Several useful commands and options added. - Many improvements for existing commands.