summaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+3
2001-01-08Move special flags for ncurses in the NEED_NCURSES==YES case.wiz1-5/+4
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.pooka1-5/+19
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 andpooka1-3/+1
man/man1/view.1. The functionality is still there, the links are just no longer created.
2000-01-17Upgrade vim packages to vim 5.6.pooka1-6/+6
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
1999-12-21Use soft links also here to be consistent.pooka1-5/+5
1999-12-21Make way for a new glorious vim package structurepooka1-28/+19
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.tron1-3/+11
1999-11-22Update "vim" package to version 5.5 using patches supplied by Antti Kanteetron1-6/+7
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-08Update vim to 5.4rh1-3/+2
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.
1999-07-06 * Update ncurses dependency.jlam1-13/+17
* Find termcap.h from ncurses.
1999-04-27This packages requires X11.tron1-3/+4
1999-02-12Because "vim" still doesn't work with NetBSD's termcap library in X11tron1-3/+4
window mode we use "ncurses" again.
1999-02-12Disable builtin termcap entries so that "vim" works with NetBSD's termcaptron1-3/+1
library. Patch supplied by Ingolf Koch.
1999-01-10Use "ncurses" because "vim" doesn't work with our "termlib".tron1-4/+7
1998-09-16Always use Athena widget set because we would need a dependence on thetron1-1/+2
"lesstif" package otherwise.
1998-09-14Tweak this a little to get it to build on ELF with X11.garbled1-1/+2
1998-09-01Upgrade to version 5.3 of the vi editor clone, to include minor bugfixesagc1-5/+5
since 5.2. Re-arrange the Makefile so that it hits the faster ftp sites first. Add some additional syntax checking files.
1998-08-24Upgrade vim to version 5.2.agc1-4/+5
> - A file browser has been added for the Win32, Motif and Athena GUI versions. > - Dialogs have been added. They can be used to ask for confirmation on Ex > commands that can fail. > - Options and commands have been added to offer a mode that works like > MS-Windows cut/copy/paste. This makes the Win32 GUI version fit in better > with other MS-Windows applications. > - Session files can be used to store and restore an editing session. > - Functions and Ex commands can be defined by the user. This is much nicer > and more powerful than using mappings. > - Lines longer than the screen size can be edited, also when lines wrap. > - Support for Cscope and an interaface for TCL have been added. > - Port to the RISC OS and GUI port for the Amiga. > - Support for Multi-byte files (DBCS and Unicode).
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-06-22Update package Makefiles for automatic manual page handling.agc1-4/+1
1998-04-21Update package to "vim-5.1".tron1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-8/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-01Fix manual page compressiontron1-3/+3
1998-02-28Fix error in MAN1tron1-2/+2
1998-02-22Correct "MAN1".tron1-3/+3
1998-02-19Initial commit of "vim-5.0" package.tron1-0/+24