aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim5
Commit message (Collapse)AuthorAgeFilesLines
* Fix building fails when compiled w/ perl interpreter option.obrien2002-06-031-4/+15
| | | | | PR: 36124 Submitted by: Anton Berezin <tobez@tobez.org>
* Allow package suffix to be overridden.obrien2002-05-221-1/+1
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-10/+10
| | | | | | | | 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.
* Change LATEST_LINK so version 6 "comes out ahead".obrien2001-11-071-2/+1
|
* ftp.freesoftware.com -- R.I.P.obrien2001-09-141-1/+0
|
* Update Vim 5.8 to patchlevel 8.obrien2001-07-242-2/+4
|
* Update Vim 5.8 to patchlevel 6.obrien2001-06-292-2/+4
|
* Update Vim 5.8 to patchlevel 4.obrien2001-06-172-2/+3
|
* Update Vim 5.8 to patchlevel 3.obrien2001-06-102-2/+4
|
* Update Vim 5.8 to patchlevel 2.obrien2001-06-071-1/+1
|
* Go back to using the proper distname regex now that we are out of beta.obrien2001-06-061-1/+1
| | | | Submitted by: dougb
* Update Vim 5.8 to patchlevel 1.obrien2001-06-062-4/+5
|
* Update Vim 5.8 (release) to patchlevel 0.obrien2001-06-012-6/+4
|
* Update to Vim 5.8 beta Aobrien2001-05-253-40/+11
|
* I am tired of chasing the Vim support files (help, syntax, etc..).obrien2001-05-242-340/+18
| | | | Dynamically produce the share portion of pkg-plist at install time.
* Change the Vim-specific "NO_GUI" to the correct "WITHOUT_X11".obrien2001-05-011-3/+7
|
* Make sure all the possible "vim" links that can exist, do.obrien2001-04-261-0/+4
| | | | | | For example, the Vim Makefile will not create the "rgvim" link in the non-GUI case, but since we share the PLIST among all the various vim ports, we have to be consistent.
* Update Vim 5.7 to patchlevel 30.obrien2001-04-262-2/+4
| | | | | Fixed problem: A ":make" or ":grep" command with a very long argument could cause a crash.
* The r* commands are back -- so add them here.obrien2001-04-181-3/+3
|
* Update Vim 5.7 to patchlevel 28.obrien2001-04-042-2/+3
|
* Update Vim 5.7 to patchlevel 27.obrien2001-04-012-2/+3
|
* Update Vim 5.7 to patchlevel 25.obrien2001-03-122-2/+3
| | | | (patch 26 is for m$ platforms only)
* Allow maintainer to be set in slave ports.obrien2001-03-111-1/+1
|
* Tweak how we set PKGNAMESUFFIX.obrien2001-02-161-1/+2
| | | | Submitted by: sf
* Add a "NO_GUI" knob for those that want full features w/o dependence on X.obrien2001-02-151-0/+4
| | | | | | | | | Submitted by: Peter Pentchev <roam@orbitel.bg> I'm torn between having so many knobs and having the 'vim-lite' be the Right Thing for sysadmins on Xless router boxes. I'm open to opinions on if 'vim-lite' should only mean no X, or it should also mean no interpreters
* Only link with libxpg4 if we really need to.obrien2001-02-151-2/+8
| | | | | | Also build multibyte in the 'lite' case for our Asian sysadmins. Submitted by: clive
* Remove multiple `multibyte' specifications. Also sync the vim6 upobrien2001-02-151-1/+1
| | | | | | with how this is done in the vim5 port. Submitted by: clive
* I shouldn't have been removing `gvim' from the non-GUI PLIST.obrien2001-02-151-3/+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.
* Update Vim 5.7 to patchlevel 24.obrien2001-02-152-2/+4
|
* Update Vim 5.7 to patchlevel 22.obrien2001-01-112-2/+4
|
* Update Vim 5.7 to patchlevel 20.obrien2001-01-042-2/+3
|
* Remove Y2k. Satoshi said it wasn't needed any more.obrien2000-12-221-1/+0
|
* Finish cleaning up after the switch to Open Motif. Building withobrien2000-12-061-3/+2
| | | | Motif is the default unless WITH_ATHENA or WITH_GTK is defined.
* Update Vim 5.7 to patchlevel 19.obrien2000-11-302-6/+10
|
* Update Vim 5.7 to patchlevel 18.obrien2000-11-211-0/+3
|
* Update Vim 5.7 to patchlevel 18.obrien2000-11-191-2/+2
|
* Update Vim 5.7 to patchlevel 15.obrien2000-11-142-2/+3
|
* Go ahead and install the `gvim' links, otherwise the `vim-lite' port doesobrien2000-11-111-4/+1
| | | | | | | | not deinstall properly. A `vim-lite' port user will be told that graphical support was not compiled in if they try to run `gvim', so no harm done. PR: 19539 Submitted by: Ying-Chieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-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 Vim 5.7 to patchlevel 14.obrien2000-11-032-2/+3
|
* Update Vim 5.7 to patchlevel 13.obrien2000-10-282-2/+3
|
* Update version 5.7 to patchlevel 12.obrien2000-10-242-2/+3
|
* Update Vim 5.7 to patchlevel 10.obrien2000-10-101-0/+9
|
* Cleanup.obrien2000-10-101-66/+40
|
* * Remove Motif lib searching hack. Isn't needed any more.obrien2000-10-101-12/+3
| | | | * Use magic "GTK_CONFIG" rather than spelling out the path explicitly.
* Update Vim 5.7 to patchlevel 10.obrien2000-10-101-6/+7
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-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.reg2000-10-052-7/+7
|
* Style updates:obrien2000-09-261-10/+10
| | | | | | | | | | * 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 :-))
* Prevent attempting to build with Python support if Python just happens toobrien2000-07-201-1/+1
| | | | | | be present. Since our Python port is built with threads support, Vim will also need to be built with -pthreads but there is a build problem with -pthreads set.
* Fix a mastersite and remove our explicit linking with libxpg4 as Vim 5.7obrien2000-07-201-2/+2
| | | | correctly determines if it is needed (and isn't in FreeBSD 4.1 and later)
* Re-apply rev 1.38 (remove building with Python (I have NO idea how Iobrien2000-07-201-3/+1
| | | | accidetnly readded Python) until I can make Vim link properly with -ptheads)
* Revert parts of the previous commit, spell CONFIGURE_ENV correctly, andsteve2000-07-172-1/+15
| | | | | | get this port to build correctly again with HAVE_GTK=t. PR: 19893
* The real package list for version 5.7.obrien2000-07-111-2/+54
| | | | Submitted by: steve
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-082-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.obrien2000-06-292-11/+11
|
* Update to Vim 5.7a.obrien2000-06-202-81/+15
|
* Update 5.6 to patchlevel 70.obrien2000-05-153-12/+61
|
* Treat the manpage links the same as we do the binary links.obrien2000-05-081-7/+43
| | | | Submitted by: reg
* Add SLAVEDIRS and WWW:mharo2000-04-212-0/+2
|
* portname/portversion updatemharo2000-04-141-4/+3
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Enable multibyte character support. This helps Japanese users.obrien2000-02-291-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.obrien2000-02-293-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.obrien2000-02-131-5/+5
|
* Upgrade to 5.6 release.obrien2000-01-172-31/+13
|
* Update to version 5.6a patchlevel 21.obrien2000-01-122-4/+10
|
* Update to version 5.6a patchlevel 12obrien1999-12-292-73/+29
|
* General comment cleanups.hoek1999-12-291-1/+1
|
* Update vim 5.5 to patchlevel 67obrien1999-12-112-2/+3
|
* Update 5.5 to patchlevel 66.obrien1999-12-092-2/+11
|
* Update 5.5 to patchlevel 55.obrien1999-12-062-3/+6
|
* Update version 5.5 to patchlevel 51.obrien1999-12-062-2/+15
|
* Adjust so that satellite ports get the right version number for packaging.obrien1999-11-301-1/+2
|
* Update 5.5 to patchlevel 38.obrien1999-11-172-2/+3
|
* Update to patchlevel 37obrien1999-11-032-8/+6
|
* Don't be quite so minimalistic in the LITE case.obrien1999-11-031-1/+0
|
* Update version 5.5 to Patchlevel 33.obrien1999-10-262-2/+37
|
* Add GTK support. Set "HAVE_GTK" to invoke it.obrien1999-10-252-5/+22
| | | | Submitted by: Yuan-Chen Cheng <ycheng@ycheng.wsl.sinica.edu.tw>
* Upgrade to version 5.5obrien1999-09-233-59/+15
|
* Allow the PKGNAME to be overridden by the vim-lite port so we don'tsteve1999-09-041-1/+1
| | | | | | get duplicate named packages in INDEX. Noticed by: pib
* bump to patchlevel 49obrien1999-09-021-0/+16
|
* tweak a littleobrien1999-09-021-0/+1
|
* portlintobrien1999-09-021-1/+1
|
* bump up to patchlevel 49obrien1999-09-021-2/+4
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Update to patchlevel 33.obrien1999-08-192-3/+10
|
* Upgrade to patchlevel 27.obrien1999-08-152-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.obrien1999-08-122-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 nowobrien1999-08-012-3/+2
| | | | incompatable with us.
* Foo. I only got the Makefile committed.obrien1999-08-011-0/+1
|
* Update to patchlevel 10.obrien1999-08-011-2/+2
|
* Add offical patches 1-8 (this updates us to version 5.4-pl8)obrien1999-07-312-1/+12
|
* Upgrade to version 5.4.obrien1999-07-317-273/+311
|
* Don't install links to GUI versions, nor their man pages.obrien1999-07-151-3/+8
| | | | Suggested by: Nick Hibma <nick.hibma@jrc.it>
* Support a "lite" satelite port.obrien1999-07-151-5/+13
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-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.obrien1999-04-291-5/+3
|
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...scrappy1999-04-222-2/+3
|
* Proper URLs that reference directories end in '/'billf1999-04-091-2/+2
|
* Use "MLINK"s rather than let Vim's Makefile do the manpage linking.obrien1999-03-153-6/+43
| | | | This fixes the problem that many of Vim's manpages pointed to nowhere.
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-121-1/+4
|
* excape the chars properlyobrien1998-12-021-2/+2
|
* Fix configure bug that caused use to be linked improperly on 3.0/ELF.obrien1998-12-021-2/+2
|
* Force linking against termlib instead of ncurses. Obviously this is only aobrien1998-12-021-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 GUIjseger1998-10-141-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.asami1998-09-251-2/+2
|
* pages aren't compressed at move timeobrien1998-09-061-2/+2
|
* install ctags manpage as ``ectags''.obrien1998-09-051-3/+4
| | | | E for Exuberant Ctags
* ln -> {LN}obrien1998-09-051-4/+4
|
* upgrade to version 5.3obrien1998-09-035-57/+82
|
* Remove manpages, but _NOT_ from the multi-lingualhoek1998-08-171-3/+0
| | | | | emacsen (*mule-common, mule). That is left for someone more familiar with their twisty incestuous relationships.
* Update info.obrien1998-08-111-7/+15
| | | | Submitted by: Sven Guckes <guckes@math.fu-berlin.de>
* Upgrade to version 5.1obrien1998-04-083-4/+43
|
* Fix handling of man page links.obrien1998-03-232-7/+42
|
* Dist tarball updated to include ctags bug fixes.obrien1998-03-021-1/+1
| | | | Vim src didn't change.
* Vim 5.0 has been RELEASED! :)obrien1998-02-203-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.obrien1998-02-201-2/+2
|
* Upgrade to beta version 5.0x.obrien1998-02-163-3/+4
|
* Upgrade to beta version 5.0w.obrien1998-02-094-15/+28
|
* Add libXm.so.0.1 to search list of possible Motif libraries [for Lesstif?]obrien1998-01-271-0/+11
| | | | Requested by: Andreas Klemm <andreas@klemm.gtn.com>
* Upgrade to beta version 5.0vobrien1998-01-272-6/+3
|
* Author put out a patch.obrien1998-01-203-2/+8
|
* Upgrade to beta version 5.0uobrien1998-01-143-13/+8
|
* Upgrade to beta version 5.0t.obrien1997-12-283-4/+6
|
* Upgrade to version 5.0s.obrien1997-12-093-4/+7
|
* Upgrade to version 5.0r.obrien1997-11-253-4/+10
|
* make it packageobrien1997-11-162-5/+1
|
* Mark this port brooken, doesn't package.asami1997-11-151-1/+3
|
* Upgrade to version 5.0qobrien1997-11-114-57/+18
|
* Upgrade to vim-5.0p.obrien1997-10-225-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.obrien1997-10-151-3/+12
|
* Upgrade to vim-5.0o betaobrien1997-10-012-3/+3
|
* vim didn't find lesstif's libXm library, since lesstifandreas1997-08-231-0/+11
| | | | doesn't build and install a static library libXm.a.
* Upgrade to the 5.0m betaobrien1997-08-233-37/+15
|
* Upgrade to vim-5.0l (beta)obrien1997-07-292-3/+3
|
* Upgrade to 5.0k betaobrien1997-06-134-92/+21
|
* Upgrade to vim-5.0j betaobrien1997-06-033-61/+3
| | | | (configure works properly on FreeBSD-CURRENT now)
* Link with force!obrien1997-05-293-6/+92
| | | | Don't install ``ex'' and ``view''.
* Upgrade to 5.0i.obrien1997-05-283-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.obrien1997-05-256-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.