Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to Vim 6.1 Beta 'B' | obrien | 2002-03-11 | 2 | -28/+9 |
| | |||||
* | Update to Vim 6.1 Beta 'A' patchlevel 23 | obrien | 2002-03-05 | 2 | -1/+14 |
| | |||||
* | Update to Vim 6.1 Beta 'A' patchlevel 10 | obrien | 2002-03-01 | 2 | -5/+5 |
| | |||||
* | Update to Vim 6.1 Beta `A' patchlevel 6. | obrien | 2002-02-27 | 2 | -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. | obrien | 2002-02-26 | 1 | -2/+2 |
| | | | | Submitted by: Esa Karkkainen <ejk@iki.fi> | ||||
* | jot(1) is cool! | obrien | 2002-02-25 | 1 | -5/+2 |
| | | | | Submitted by: alfred | ||||
* | Make USE_GTK work properly on 5-CURRENT. | obrien | 2002-02-25 | 1 | -0/+9 |
| | |||||
* | Update to Vim 6.0 patchlevel 270 | obrien | 2002-02-25 | 2 | -1/+2 |
| | |||||
* | Update to Vim 6.0 patchlevel 269 | obrien | 2002-02-24 | 2 | -2/+25 |
| | |||||
* | Update to Vim 6.0 patchlevel 238 | obrien | 2002-02-20 | 2 | -3/+17 |
| | |||||
* | Use Tcl 8.3 instead of 8.0. | obrien | 2002-02-20 | 1 | -3/+4 |
| | | | | | Submitted by: Alan Eldridge <ports@geeksrus.net> PR: 35134 | ||||
* | Update to Vim 6.0 patchlevel 223 | obrien | 2002-02-17 | 2 | -2/+19 |
| | |||||
* | Update to Vim 6.0 patchlevel 204 | obrien | 2002-02-10 | 2 | -2/+20 |
| | |||||
* | Add the ability to select any of the interpreters and the GNOME GUI. | obrien | 2002-02-06 | 1 | -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 185 | obrien | 2002-02-05 | 2 | -2/+17 |
| | |||||
* | Update to Vim 6.0 patchlevel 169 | obrien | 2002-02-05 | 2 | -2/+7 |
| | |||||
* | Update to Vim 6.0 patchlevel 160 | obrien | 2002-02-03 | 2 | -1/+3 |
| | |||||
* | Update to Vim 6.0 patchlevel 158 | obrien | 2002-01-31 | 2 | -1/+9 |
| | |||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -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. | obrien | 2002-01-24 | 1 | -19/+7 |
| | | | | Submitted by: alfred (the basic idea) | ||||
* | Update to Vim 6.0 patchlevel 150 | obrien | 2002-01-24 | 2 | -13/+26 |
| | |||||
* | update, version 6.0.101 -> 6.0.143. | alfred | 2002-01-22 | 2 | -4/+44 |
| | |||||
* | Update to Vim 6.0 patchlevel 101 | obrien | 2001-12-16 | 2 | -2/+9 |
| | |||||
* | Update to Vim 6.0 patchlevel 97 | obrien | 2001-12-15 | 2 | -2/+3 |
| | |||||
* | Update to Vim 6.0 patchlevel 96 | obrien | 2001-12-14 | 2 | -4/+5 |
| | |||||
* | Fix a minor quoting bug triggered by: | obrien | 2001-12-06 | 1 | -1/+1 |
| | | | | | | (cd /usr/ports/editors/vim ; make -DNO_GUI ) Submitted by: yjchou@linux.cis.nctu.edu.tw | ||||
* | Add a Vietnamese VIQR input mapping. | obrien | 2001-12-03 | 2 | -0/+288 |
| | |||||
* | Deal with a bad patch. | obrien | 2001-11-10 | 1 | -1/+1 |
| | |||||
* | Add Cscope support. Define WITH_CSCOPE to compile it in. | obrien | 2001-11-10 | 1 | -1/+6 |
| | | | | Submitted by: nectar | ||||
* | Update to Vim 6.0 patchlevel 93 | obrien | 2001-11-10 | 2 | -2/+11 |
| | |||||
* | Better support for the vim-lite slave port. These bits are from the | obrien | 2001-11-07 | 1 | -0/+3 |
| | | | | vim5 port -- I thought the two were in sync lite-wise, but I guess not. | ||||
* | Update to Vim 6.0 patchlevel 84 | obrien | 2001-11-07 | 2 | -2/+10 |
| | |||||
* | Update to Vim 6.0 patchlevel 76 | obrien | 2001-11-06 | 2 | -3/+22 |
| | |||||
* | Need to make sure the new gvimdiff exists in all build configurations. | obrien | 2001-11-02 | 1 | -0/+2 |
| | | | | Submitted by: dinoex | ||||
* | Enable --enable-multibyte in the "lite" case. This is need for the | obrien | 2001-11-02 | 1 | -1/+1 |
| | | | | i18n community. | ||||
* | Update to Vim 6.0 patchlevel 52 | obrien | 2001-11-01 | 2 | -2/+9 |
| | |||||
* | Update to Vim 6.0 patchlevel 45 | obrien | 2001-11-01 | 2 | -3/+9 |
| | |||||
* | Update to Vim 6.0 patchlevel 38 | obrien | 2001-10-31 | 2 | -3/+10 |
| | |||||
* | Update to Vim 6.0 patchlevel 32 | obrien | 2001-10-30 | 2 | -2/+8 |
| | |||||
* | Update to Vim 6.0 patchlevel 26 | obrien | 2001-10-25 | 2 | -2/+5 |
| | |||||
* | PERL_CFLAGS contains quotes, which breaks compilation of auto/pathdefs.c | obrien | 2001-10-25 | 1 | -0/+6 |
| | | | | | | | (which is generated during vim build). This only happens when vim is built with perl support, as in package building, for example. Submitted by: tobez | ||||
* | Update to Vim 6.0 patchlevel 23 | obrien | 2001-10-25 | 2 | -3/+5 |
| | |||||
* | Update to Vim 6.0 patchlevel 21 | obrien | 2001-10-24 | 2 | -2/+5 |
| | |||||
* | Update to Vim 6.0 patchlevel 18 | obrien | 2001-10-22 | 2 | -3/+6 |
| | |||||
* | Update to Vim 6.0 patchlevel 14 | obrien | 2001-10-20 | 2 | -2/+5 |
| | |||||
* | Update to Vim 6.0 patchlevel 11 | obrien | 2001-10-03 | 2 | -2/+5 |
| | |||||
* | Update to Vim 6.0 patchlevel 8 | obrien | 2001-10-01 | 2 | -2/+9 |
| | |||||
* | Update to Vim 6.0 patchlevel 1 | obrien | 2001-09-30 | 2 | -7/+8 |
| | |||||
* | Update to Vim 6.0 RELEASE !! | obrien | 2001-09-28 | 2 | -33/+13 |
| | |||||
* | Update to Vim 6.0 beta AX patchlevel 20 | obrien | 2001-09-26 | 2 | -3/+10 |
| | |||||
* | Update to Vim 6.0 beta AX patchlevel 13 | obrien | 2001-09-25 | 2 | -2/+4 |
| | |||||
* | Update to Vim 6.0 beta AX patchlevel 11 | obrien | 2001-09-23 | 2 | -5/+16 |
| | |||||
* | Update to Vim 6.0 beta AX | obrien | 2001-09-21 | 2 | -13/+7 |
| | |||||
* | Update to Vim 6.0 beta AW patchlevel 6 | obrien | 2001-09-18 | 2 | -5/+11 |
| | |||||
* | Update to Vim 6.0 beta AW | obrien | 2001-09-18 | 2 | -2/+2 |
| | |||||
* | ftp.freesoftware.com -- R.I.P. | obrien | 2001-09-14 | 1 | -1/+0 |
| | |||||
* | Update to Vim 6.0 beta AV | obrien | 2001-09-12 | 2 | -2/+2 |
| | |||||
* | Update to Vim 6.0 beta Au | obrien | 2001-09-04 | 2 | -2/+2 |
| | |||||
* | Update to Vim 6.0 beta AT | obrien | 2001-08-29 | 2 | -2/+2 |
| | |||||
* | Support "lite" configurations. | obrien | 2001-08-22 | 2 | -3/+10 |
| | | | | Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> | ||||
* | Update to Vim 6.0 beta AS | obrien | 2001-08-20 | 2 | -2/+2 |
| | |||||
* | Update to Vim 6.0 beta AR | obrien | 2001-08-14 | 2 | -2/+2 |
| | |||||
* | Update to Vim 6.0 beta AQ | obrien | 2001-08-08 | 3 | -87/+73 |
| | |||||
* | Add ftp.mirror.ac.uk. | ben | 2001-06-28 | 1 | -0/+1 |
| | | | | Approved by: obrien (maintainer) | ||||
* | Add back on dirrm that is easist to do here than in the auto-produce code. | obrien | 2001-05-24 | 1 | -0/+1 |
| | |||||
* | I am tired of chasing the Vim support files (help, syntax, etc..). | obrien | 2001-05-24 | 2 | -490/+18 |
| | | | | Dynamically produce the share portion of pkg-plist at install time. | ||||
* | Fix typo. | obrien | 2001-05-24 | 1 | -1/+1 |
| | |||||
* | Add some missing manpages and tweak PLIST. | obrien | 2001-05-23 | 2 | -2/+16 |
| | | | | | PR: 27346 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> | ||||
* | Update to Vim 6.0 beta AE | obrien | 2001-05-10 | 2 | -3/+4 |
| | |||||
* | Make newly added bits reinstall friendly. | obrien | 2001-05-03 | 1 | -8/+44 |
| | |||||
* | Change the Vim-specific "NO_GUI" to the correct "WITHOUT_X11". | obrien | 2001-05-01 | 1 | -3/+7 |
| | |||||
* | Update to Vim 6.0 beta AD | obrien | 2001-05-01 | 3 | -16/+3 |
| | |||||
* | Apply a hotfix against ruby-interp. This fixes the coredump when $_ | knu | 2001-04-29 | 1 | -0/+13 |
| | | | | | | is set to non-string in a :rubydo command. (e.g. :rubydo $_ = 0) It will be submitted to the vim6 author soon. | ||||
* | Allow slave ports to override PORTREVISION. | knu | 2001-04-29 | 1 | -1/+1 |
| | | | | Approved by: obrien (MAINTAINER) | ||||
* | Add the NO_GUI knob for those who want a hugely-featured Vim, but don't | obrien | 2001-04-26 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | | want the X depandancy. Bow to numerous wishes(yelling) to make GTK the default GUI lib vs. Motif. Bram (Vim author) prefering GTK over Open Motif weighed kinda heavy. With my dislike of the GPV and their political agenda, I have been resisting this demand. [I fully agree with the reasons why the `ddd' debugger didn't use GTK until the GNU people got a hold of it] GNU's NIH and "brace and extend" is often as bad as Microsoft's. And often the only reason people put up with it is because of they like to force GNU Public Virused software forces down our throat. Some argue that GTK is "smaller" than OpenMotif. Maybe GTK 1.2 is (but don't forget to look at the GTK depends, where OpenMotif has none). But GTK 1.3 definitely is not smaller than OpenMotif (just look at its dependancy list). I will review my decision to use GTK as default GUI when the GTK+ 1.{3,4} behemoth is released. | ||||
* | Make reinstall friendly. | obrien | 2001-04-15 | 1 | -1/+1 |
| | |||||
* | Update to Vim 6.0 beta AA | obrien | 2001-04-12 | 3 | -3/+6 |
| | |||||
* | Update to Vim 6.0 beta Z | obrien | 2001-03-26 | 3 | -3/+6 |
| | |||||
* | Update to Vim 6.0 beta Y | obrien | 2001-03-21 | 3 | -3/+6 |
| | |||||
* | Update to Vim 6.0 beta X | obrien | 2001-03-15 | 3 | -3/+7 |
| | |||||
* | Allow maintainer to be set in slave ports. | obrien | 2001-03-11 | 1 | -1/+1 |
| | |||||
* | Update to Vim 6.0 beta W | obrien | 2001-03-09 | 2 | -3/+3 |
| | |||||
* | Update to Vim 6.0 beta V | obrien | 2001-02-16 | 3 | -3/+5 |
| | |||||
* | Tweak to try to help build a GTK version. | obrien | 2001-02-16 | 1 | -1/+2 |
| | |||||
* | Add files I missed. | obrien | 2001-02-16 | 1 | -1/+38 |
| | | | | Submitted by: sf | ||||
* | Don't force pythoninterp if we build for GTK -- only do that if we build | obrien | 2001-02-15 | 1 | -1/+0 |
| | | | | for offical packages. | ||||
* | Remove multiple `multibyte' specifications. Also sync the vim6 up | obrien | 2001-02-15 | 1 | -3/+4 |
| | | | | | | with how this is done in the vim5 port. Submitted by: clive | ||||
* | I shouldn't have been removing `gvim' from the non-GUI PLIST. | obrien | 2001-02-15 | 1 | -5/+1 |
| | | | | | | | Also make the gvim link relative rather than absolute, in case someone specifies a different prefix when installing the package. Note there are some burned in paths in the vim binary, but there is no reason to totally make this not work, when it could somewhat. | ||||
* | What in the world is "SLAVEDIR" doing in here?? `vim-lite' is NOT a slave | obrien | 2001-02-15 | 1 | -2/+0 |
| | | | | | | | for this port, it is for the `vim5' port. YET another reason why changes like this should go thru the maintainer if he is active. Craziness by: mharo | ||||
* | Fix plist due to some 'U' changes I missed. | obrien | 2001-02-15 | 1 | -14/+11 |
| | |||||
* | Update to Vim 6.0 beta U | obrien | 2001-02-06 | 2 | -3/+3 |
| | |||||
* | Update to Vim 6.0 beta R | obrien | 2001-01-03 | 2 | -3/+3 |
| | |||||
* | Goodbye, YEAR2000. Hello, 2001. | will | 2001-01-01 | 1 | -1/+0 |
| | | | | Approved by: asami | ||||
* | Update to Vim 6.0 beta Q | obrien | 2000-12-20 | 2 | -3/+7 |
| | |||||
* | Finish cleaning up after the switch to Open Motif. | obrien | 2000-12-06 | 1 | -3/+4 |
| | | | | Building with Motif is the default, unless WITH_ATHENA is defined. | ||||
* | Update to Vim 6.0 beta O | obrien | 2000-12-06 | 2 | -3/+3 |
| | |||||
* | Update to Vim 6.0 Beta "N". | obrien | 2000-11-21 | 3 | -8/+3 |
| | |||||
* | Update to Vim 6.0 Beta "M". | obrien | 2000-11-13 | 3 | -18/+12 |
| | |||||
* | Remove GTK suport. No one has stepped forward with patches to fix it, | obrien | 2000-11-09 | 1 | -4/+1 |
| | | | | and I'm quite tired of getting email about it being broken. | ||||
* | Change motif to a normal dependency. REQUIRES_MOTIF is now called | asami | 2000-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. | ||||
* | Update to Vim 6.0 Beta "L". | obrien | 2000-11-07 | 4 | -21/+16 |
| | |||||
* | Tweak needed. | obrien | 2000-11-01 | 1 | -1/+4 |
| | |||||
* | Update to Vim 6.0 beta K | obrien | 2000-10-30 | 2 | -3/+3 |
| | |||||
* | Remove a duplicate `dirrm'. | obrien | 2000-10-24 | 1 | -1/+0 |
| | |||||
* | Update to Vim version 6.0, beta "j". | obrien | 2000-10-24 | 3 | -5/+6 |
| | |||||
* | Complete plist. Add 40 files and 9 directories that were missing. ;) | knu | 2000-10-22 | 2 | -0/+50 |
| | | | | Submitted by: bento | ||||
* | Ctags isn't included anymore. | obrien | 2000-10-17 | 2 | -6/+2 |
| | |||||
* | Update to Vim version 6.0, beta "i". | obrien | 2000-10-16 | 2 | -3/+3 |
| | |||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | asami | 2000-10-08 | 1 | -1/+1 |
| | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | ||||
* | Implment WANT_GTK. | reg | 2000-10-05 | 2 | -7/+7 |
| | |||||
* | Style updates: | obrien | 2000-09-26 | 1 | -14/+13 |
| | | | | | | | | | | * The use of MAKE_FLAGS is obsolete. It should use MAKE_ARGS instead. * s/CONFIGURE/CONFIGURE_ENV/ * Use USE_PYTHON instead of manually specifying python as BUILD_DEPENDS and RUN_DEPENDS. * CATEGORIES should be overridable for its slave ports. Submitted by: knu (aka Mr. Ruby :-)) | ||||
* | Update to Vim 6, Beta H. | obrien | 2000-09-02 | 2 | -3/+3 |
| | |||||
* | Update to version 6.0 Beta G. | obrien | 2000-08-25 | 3 | -66/+76 |
| | |||||
* | Update to Vim version 6.0, Beta rev 'E'. | obrien | 2000-08-07 | 2 | -3/+3 |
| | |||||
* | Add this back -- it was a repository copy. ;) | asami | 2000-08-01 | 7 | -0/+595 |
| | | | | Pointy hat to: asami | ||||
* | This needs a repository copy. | asami | 2000-08-01 | 7 | -595/+0 |
| | |||||
* | Vim version 6 (beta C). | obrien | 2000-08-01 | 7 | -0/+595 |
| | |||||
* | Remove this port for now, since it's just a repo copy and I don't want | asami | 2000-07-19 | 7 | -590/+0 |
| | | | | | the release to ship with it if DavidO can't get to it. (DavidO will cvs add the files back when he solves the problem that's holding him back.) | ||||
* | The real package list for version 5.7. | obrien | 2000-07-11 | 1 | -2/+54 |
| | | | | Submitted by: steve | ||||
* | - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config | steve | 2000-07-08 | 2 | -14/+2 |
| | | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Update to Vim 5.7 release. | obrien | 2000-06-29 | 2 | -11/+11 |
| | |||||
* | Update to Vim 5.7a. | obrien | 2000-06-20 | 2 | -81/+15 |
| | |||||
* | Update 5.6 to patchlevel 70. | obrien | 2000-05-15 | 3 | -12/+61 |
| | |||||
* | Treat the manpage links the same as we do the binary links. | obrien | 2000-05-08 | 1 | -7/+43 |
| | | | | Submitted by: reg | ||||
* | Add SLAVEDIRS and WWW: | mharo | 2000-04-21 | 2 | -0/+2 |
| | |||||
* | portname/portversion update | mharo | 2000-04-14 | 1 | -4/+3 |
| | |||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | Enable multibyte character support. This helps Japanese users. | obrien | 2000-02-29 | 1 | -3/+3 |
| | | | | | | | I am unsure if there are any down sides to this commit for non-multibyte character users. Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp> | ||||
* | * Update version 5.6 to patchlevel 12. | obrien | 2000-02-29 | 3 | -4/+33 |
| | | | | | | | * tweak PLIST PR: 16987 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (PLIST tweak needed) | ||||
* | Style nits in the ports I maintain. | obrien | 2000-02-13 | 1 | -5/+5 |
| | |||||
* | Upgrade to 5.6 release. | obrien | 2000-01-17 | 2 | -31/+13 |
| | |||||
* | Update to version 5.6a patchlevel 21. | obrien | 2000-01-12 | 2 | -4/+10 |
| | |||||
* | Update to version 5.6a patchlevel 12 | obrien | 1999-12-29 | 2 | -73/+29 |
| | |||||
* | General comment cleanups. | hoek | 1999-12-29 | 1 | -1/+1 |
| | |||||
* | Update vim 5.5 to patchlevel 67 | obrien | 1999-12-11 | 2 | -2/+3 |
| | |||||
* | Update 5.5 to patchlevel 66. | obrien | 1999-12-09 | 2 | -2/+11 |
| | |||||
* | Update 5.5 to patchlevel 55. | obrien | 1999-12-06 | 2 | -3/+6 |
| | |||||
* | Update version 5.5 to patchlevel 51. | obrien | 1999-12-06 | 2 | -2/+15 |
| | |||||
* | Adjust so that satellite ports get the right version number for packaging. | obrien | 1999-11-30 | 1 | -1/+2 |
| | |||||
* | Update 5.5 to patchlevel 38. | obrien | 1999-11-17 | 2 | -2/+3 |
| | |||||
* | Update to patchlevel 37 | obrien | 1999-11-03 | 2 | -8/+6 |
| | |||||
* | Don't be quite so minimalistic in the LITE case. | obrien | 1999-11-03 | 1 | -1/+0 |
| | |||||
* | Update version 5.5 to Patchlevel 33. | obrien | 1999-10-26 | 2 | -2/+37 |
| | |||||
* | Add GTK support. Set "HAVE_GTK" to invoke it. | obrien | 1999-10-25 | 2 | -5/+22 |
| | | | | Submitted by: Yuan-Chen Cheng <ycheng@ycheng.wsl.sinica.edu.tw> | ||||
* | Upgrade to version 5.5 | obrien | 1999-09-23 | 3 | -59/+15 |
| | |||||
* | Allow the PKGNAME to be overridden by the vim-lite port so we don't | steve | 1999-09-04 | 1 | -1/+1 |
| | | | | | | get duplicate named packages in INDEX. Noticed by: pib | ||||
* | bump to patchlevel 49 | obrien | 1999-09-02 | 1 | -0/+16 |
| | |||||
* | tweak a little | obrien | 1999-09-02 | 1 | -0/+1 |
| | |||||
* | portlint | obrien | 1999-09-02 | 1 | -1/+1 |
| | |||||
* | bump up to patchlevel 49 | obrien | 1999-09-02 | 1 | -2/+4 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Update to patchlevel 33. | obrien | 1999-08-19 | 2 | -3/+10 |
| | |||||
* | Upgrade to patchlevel 27. | obrien | 1999-08-15 | 2 | -28/+33 |
| | | | | | Use DIST_SUBDIR due to the multitude of dist patch files. Requested by: P.W.Asami-san | ||||
* | Update 5.4 to patchlevel 23. | obrien | 1999-08-12 | 2 | -2/+20 |
| | | | | | | [ with a big thanks to Bram Moolenaar <Bram@moolenaar.net> (Vim author and FreeBSD user), for tweaking the patchlevel patches to be more Ports Collection `distribution patch' friendly ] | ||||
* | Go back to patchlevel 8 as the author re-cut patch 10 and it is now | obrien | 1999-08-01 | 2 | -3/+2 |
| | | | | incompatable with us. | ||||
* | Foo. I only got the Makefile committed. | obrien | 1999-08-01 | 1 | -0/+1 |
| | |||||
* | Update to patchlevel 10. | obrien | 1999-08-01 | 1 | -2/+2 |
| | |||||
* | Add offical patches 1-8 (this updates us to version 5.4-pl8) | obrien | 1999-07-31 | 2 | -1/+12 |
| | |||||
* | Upgrade to version 5.4. | obrien | 1999-07-31 | 7 | -273/+311 |
| | |||||
* | Don't install links to GUI versions, nor their man pages. | obrien | 1999-07-15 | 1 | -3/+8 |
| | | | | Suggested by: Nick Hibma <nick.hibma@jrc.it> | ||||
* | Support a "lite" satelite port. | obrien | 1999-07-15 | 1 | -5/+13 |
| | |||||
* | As threatened, enforce the "Capital, no period" rule. Ellipses are | hoek | 1999-06-27 | 1 | -1/+1 |
| | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. | ||||
* | Don't build with Python support until I can make it work with Python 1.5.2. | obrien | 1999-04-29 | 1 | -5/+3 |
| | |||||
* | this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... | scrappy | 1999-04-22 | 2 | -2/+3 |
| | |||||
* | Proper URLs that reference directories end in '/' | billf | 1999-04-09 | 1 | -2/+2 |
| | |||||
* | Use "MLINK"s rather than let Vim's Makefile do the manpage linking. | obrien | 1999-03-15 | 3 | -6/+43 |
| | | | | This fixes the problem that many of Vim's manpages pointed to nowhere. | ||||
* | Commit all Y2K/WWW_SITE changes from today... | scrappy | 1999-03-12 | 1 | -1/+4 |
| | |||||
* | excape the chars properly | obrien | 1998-12-02 | 1 | -2/+2 |
| | |||||
* | Fix configure bug that caused use to be linked improperly on 3.0/ELF. | obrien | 1998-12-02 | 1 | -2/+2 |
| | |||||
* | Force linking against termlib instead of ncurses. Obviously this is only a | obrien | 1998-12-02 | 1 | -4/+4 |
| | | | | | | | | | | workaround for a problem in the ncurses library. The vim5.3's "configure" script checks for tgetent() in ncurses. It's found in the 3.0 libncurses (so vim is linked with it), but this check fails under FreeBSD 2.2.x, so it's linked with libtermlib. Submitted by: "José Mª Alcaide" <jose@we.lc.ehu.es> | ||||
* | If you try to build Vim using Lesstif for Motif, the resulting GUI | jseger | 1998-10-14 | 1 | -2/+2 |
| | | | | | | | | version is unstable. Due to a minor bug in my Makefile, Vim will build for Motif even if you don't have HAVE_MOTIF defined, but do have Lesstif already installed. Submitted by: obrien | ||||
* | tcl80 has been ELFized. | asami | 1998-09-25 | 1 | -2/+2 |
| | |||||
* | pages aren't compressed at move time | obrien | 1998-09-06 | 1 | -2/+2 |
| | |||||
* | install ctags manpage as ``ectags''. | obrien | 1998-09-05 | 1 | -3/+4 |
| | | | | E for Exuberant Ctags | ||||
* | ln -> {LN} | obrien | 1998-09-05 | 1 | -4/+4 |
| | |||||
* | upgrade to version 5.3 | obrien | 1998-09-03 | 5 | -57/+82 |
| | |||||
* | Remove manpages, but _NOT_ from the multi-lingual | hoek | 1998-08-17 | 1 | -3/+0 |
| | | | | | emacsen (*mule-common, mule). That is left for someone more familiar with their twisty incestuous relationships. | ||||
* | Update info. | obrien | 1998-08-11 | 1 | -7/+15 |
| | | | | Submitted by: Sven Guckes <guckes@math.fu-berlin.de> | ||||
* | Upgrade to version 5.1 | obrien | 1998-04-08 | 3 | -4/+43 |
| | |||||
* | Fix handling of man page links. | obrien | 1998-03-23 | 2 | -7/+42 |
| | |||||
* | Dist tarball updated to include ctags bug fixes. | obrien | 1998-03-02 | 1 | -1/+1 |
| | | | | Vim src didn't change. | ||||
* | Vim 5.0 has been RELEASED! :) | obrien | 1998-02-20 | 3 | -9/+11 |
| | | | | | (I will move this port to something in a few days, so don't worry, it's not beta anymore) | ||||
* | Remove last reference to gmake, it isn't required anymore. | obrien | 1998-02-20 | 1 | -2/+2 |
| | |||||
* | Upgrade to beta version 5.0x. | obrien | 1998-02-16 | 3 | -3/+4 |
| | |||||
* | Upgrade to beta version 5.0w. | obrien | 1998-02-09 | 4 | -15/+28 |
| | |||||
* | Add libXm.so.0.1 to search list of possible Motif libraries [for Lesstif?] | obrien | 1998-01-27 | 1 | -0/+11 |
| | | | | Requested by: Andreas Klemm <andreas@klemm.gtn.com> | ||||
* | Upgrade to beta version 5.0v | obrien | 1998-01-27 | 2 | -6/+3 |
| | |||||
* | Author put out a patch. | obrien | 1998-01-20 | 3 | -2/+8 |
| | |||||
* | Upgrade to beta version 5.0u | obrien | 1998-01-14 | 3 | -13/+8 |
| | |||||
* | Upgrade to beta version 5.0t. | obrien | 1997-12-28 | 3 | -4/+6 |
| | |||||
* | Upgrade to version 5.0s. | obrien | 1997-12-09 | 3 | -4/+7 |
| | |||||
* | Upgrade to version 5.0r. | obrien | 1997-11-25 | 3 | -4/+10 |
| | |||||
* | make it package | obrien | 1997-11-16 | 2 | -5/+1 |
| | |||||
* | Mark this port brooken, doesn't package. | asami | 1997-11-15 | 1 | -1/+3 |
| | |||||
* | Upgrade to version 5.0q | obrien | 1997-11-11 | 4 | -57/+18 |
| | |||||
* | Upgrade to vim-5.0p. | obrien | 1997-10-22 | 5 | -17/+103 |
| | | | | | Apply patch to work with Perl5 support (needed especically if perl5 was installed as a package). | ||||
* | autoconf's handling of perl5 interpreter support is broken on 2.2.5-BETA. | obrien | 1997-10-15 | 1 | -3/+12 |
| | |||||
* | Upgrade to vim-5.0o beta | obrien | 1997-10-01 | 2 | -3/+3 |
| | |||||
* | vim didn't find lesstif's libXm library, since lesstif | andreas | 1997-08-23 | 1 | -0/+11 |
| | | | | doesn't build and install a static library libXm.a. | ||||
* | Upgrade to the 5.0m beta | obrien | 1997-08-23 | 3 | -37/+15 |
| | |||||
* | Upgrade to vim-5.0l (beta) | obrien | 1997-07-29 | 2 | -3/+3 |
| | |||||
* | Upgrade to 5.0k beta | obrien | 1997-06-13 | 4 | -92/+21 |
| | |||||
* | Upgrade to vim-5.0j beta | obrien | 1997-06-03 | 3 | -61/+3 |
| | | | | (configure works properly on FreeBSD-CURRENT now) | ||||
* | Link with force! | obrien | 1997-05-29 | 3 | -6/+92 |
| | | | | Don't install ``ex'' and ``view''. | ||||
* | Upgrade to 5.0i. | obrien | 1997-05-28 | 3 | -3/+61 |
| | | | | | | Castrate configure's checks for elf.h. Now that FreeBSD has an elf.h, Vim thought we were SysV! (yea, right, only when they pry this keyboard from my cold stiff dead hands!) | ||||
* | Beta version of Vim 5.0. | obrien | 1997-05-25 | 6 | -0/+175 |
Vim 5.0 beta is still under development (hasn't really reached a final beta stage). Until that point, I don't want to change the stable vim-4.6 port. Note that Vim5.0 has syntax coloring and Perl 5.004 support. |