summaryrefslogtreecommitdiffstats
path: root/editors/vim
Commit message (Collapse)AuthorAgeFilesLines
* Back out the libiconv stuff -- it is wrong and doesn't work.obrien2002-07-041-4/+0
|
* Update to Vim 6.1 patchlevel 118.obrien2002-07-042-1/+6
|
* Add a dependancy on libiconv, BUT ONLY do it if libiconv is already installed.obrien2002-07-031-1/+5
| | | | | PR: 37023 Submitted by: ru
* Update to Vim 6.1 patchlevel 114obrien2002-06-302-5/+21
|
* Not sure why all of a sudden the lang/README.txt became such a problem.obrien2002-06-111-6/+11
| | | | A whack with the hammer and it can be forgotten.
* Update to Vim 6.1 patchlevel 94obrien2002-06-102-3/+43
|
* Needs perl to build.obrien2002-05-161-0/+2
|
* Update to Vim 6.1 patchlevel 48obrien2002-05-052-3/+17
|
* Use complete path for jot(1). The Orville write port also has a jot,obrien2002-04-271-1/+1
| | | | | | and it has has caused one user a problem. Submitted by: Rex A. Roof <rex@gunjin.wccnet.org>
* Update to Vim 6.1 patchlevel 32obrien2002-04-273-30/+19
|
* Fix rev 1.128 to what it should have been.obrien2002-04-131-6/+6
| | | | This fixes a `make reinstall' problem.
* Update to Vim 6.1 patchlevel 14obrien2002-04-103-1/+32
| | | | and fix to build on 5-CURRENT.
* Update to Vim 6.1 patchlevel 9.obrien2002-04-092-21/+24
|
* Update to Vim 6.1 Beta 'B'obrien2002-03-102-28/+9
|
* Update to Vim 6.1 Beta 'A' patchlevel 23obrien2002-03-042-1/+14
|
* Update to Vim 6.1 Beta 'A' patchlevel 10obrien2002-02-282-5/+5
|
* Update to Vim 6.1 Beta `A' patchlevel 6.obrien2002-02-272-246/+23
| | | | | | | | Note that due to limitations with our package versioning, I have decided to call this version `6.0.270.PL'. This allows me to move back to 6.0.PL if using the beta causes problems. I may later change the package version number to 6.0.10PL if people do not object to the beta being used here.
* With jot(1) we can start at 001 and not have to remove the bogus 000 patch.obrien2002-02-251-2/+2
| | | | Submitted by: Esa Karkkainen <ejk@iki.fi>
* jot(1) is cool!obrien2002-02-251-5/+2
| | | | Submitted by: alfred
* Make USE_GTK work properly on 5-CURRENT.obrien2002-02-251-0/+9
|
* Update to Vim 6.0 patchlevel 270obrien2002-02-242-1/+2
|
* Update to Vim 6.0 patchlevel 269obrien2002-02-242-2/+25
|
* Update to Vim 6.0 patchlevel 238obrien2002-02-202-3/+17
|
* Use Tcl 8.3 instead of 8.0.obrien2002-02-201-3/+4
| | | | | Submitted by: Alan Eldridge <ports@geeksrus.net> PR: 35134
* Update to Vim 6.0 patchlevel 223obrien2002-02-162-2/+19
|
* Update to Vim 6.0 patchlevel 204obrien2002-02-092-2/+20
|
* Add the ability to select any of the interpreters and the GNOME GUI.obrien2002-02-051-12/+34
| | | | | | | | This adds the knobs WITH_PYTHON, WITH_PERL, WITH_TCL, WITH_RUBY, and WITH_GNOME :-( Submitted by: Matthew Hawkins <matthew@topic.com.au> (reworked by me)
* Update to Vim 6.0 patchlevel 185obrien2002-02-052-2/+17
|
* Update to Vim 6.0 patchlevel 169obrien2002-02-042-2/+7
|
* Update to Vim 6.0 patchlevel 160obrien2002-02-022-1/+3
|
* Update to Vim 6.0 patchlevel 158obrien2002-01-312-1/+9
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-13/+13
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Use printf(1) to reduce the logic speggetti here.obrien2002-01-241-19/+7
| | | | Submitted by: alfred (the basic idea)
* Update to Vim 6.0 patchlevel 150obrien2002-01-242-13/+26
|
* update, version 6.0.101 -> 6.0.143.alfred2002-01-222-4/+44
|
* Update to Vim 6.0 patchlevel 101obrien2001-12-162-2/+9
|
* Update to Vim 6.0 patchlevel 97obrien2001-12-142-2/+3
|
* Update to Vim 6.0 patchlevel 96obrien2001-12-132-4/+5
|
* Fix a minor quoting bug triggered by:obrien2001-12-061-1/+1
| | | | | | (cd /usr/ports/editors/vim ; make -DNO_GUI ) Submitted by: yjchou@linux.cis.nctu.edu.tw
* Add a Vietnamese VIQR input mapping.obrien2001-12-032-0/+288
|
* Deal with a bad patch.obrien2001-11-091-1/+1
|
* Add Cscope support. Define WITH_CSCOPE to compile it in.obrien2001-11-091-1/+6
| | | | Submitted by: nectar
* Update to Vim 6.0 patchlevel 93obrien2001-11-092-2/+11
|
* Better support for the vim-lite slave port. These bits are from theobrien2001-11-071-0/+3
| | | | vim5 port -- I thought the two were in sync lite-wise, but I guess not.
* Update to Vim 6.0 patchlevel 84obrien2001-11-062-2/+10
|
* Update to Vim 6.0 patchlevel 76obrien2001-11-052-3/+22
|
* Need to make sure the new gvimdiff exists in all build configurations.obrien2001-11-011-0/+2
| | | | Submitted by: dinoex
* Enable --enable-multibyte in the "lite" case. This is need for theobrien2001-11-011-1/+1
| | | | i18n community.
* Update to Vim 6.0 patchlevel 52obrien2001-11-012-2/+9
|
* Update to Vim 6.0 patchlevel 45obrien2001-10-312-3/+9
|
OpenPOWER on IntegriCloud