summaryrefslogtreecommitdiff
path: root/editors/vim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to Vim 6.0 beta VDavid E. O'Brien2001-02-163-3/+5
| | | | Notes: svn path=/head/; revision=38402
* Tweak to try to help build a GTK version.David E. O'Brien2001-02-161-1/+2
| | | | Notes: svn path=/head/; revision=38398
* Add files I missed.David E. O'Brien2001-02-161-1/+38
| | | | | | | Submitted by: sf Notes: svn path=/head/; revision=38397
* Don't force pythoninterp if we build for GTK -- only do that if we buildDavid E. O'Brien2001-02-151-1/+0
| | | | | | | for offical packages. Notes: svn path=/head/; revision=38370
* Remove multiple `multibyte' specifications. Also sync the vim6 upDavid E. O'Brien2001-02-151-3/+4
| | | | | | | | | with how this is done in the vim5 port. Submitted by: clive Notes: svn path=/head/; revision=38369
* I shouldn't have been removing `gvim' from the non-GUI PLIST.David E. O'Brien2001-02-151-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. Notes: svn path=/head/; revision=38368
* What in the world is "SLAVEDIR" doing in here?? `vim-lite' is NOT a slaveDavid E. O'Brien2001-02-151-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 Notes: svn path=/head/; revision=38364
* Fix plist due to some 'U' changes I missed.David E. O'Brien2001-02-151-14/+11
| | | | Notes: svn path=/head/; revision=38360
* Update to Vim 6.0 beta UDavid E. O'Brien2001-02-062-3/+3
| | | | Notes: svn path=/head/; revision=38025
* Update to Vim 6.0 beta RDavid E. O'Brien2001-01-022-3/+3
| | | | Notes: svn path=/head/; revision=36609
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-1/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Update to Vim 6.0 beta QDavid E. O'Brien2000-12-192-3/+7
| | | | Notes: svn path=/head/; revision=36138
* Finish cleaning up after the switch to Open Motif.David E. O'Brien2000-12-051-3/+4
| | | | | | | Building with Motif is the default, unless WITH_ATHENA is defined. Notes: svn path=/head/; revision=35690
* Update to Vim 6.0 beta ODavid E. O'Brien2000-12-052-3/+3
| | | | Notes: svn path=/head/; revision=35689
* Update to Vim 6.0 Beta "N".David E. O'Brien2000-11-203-8/+3
| | | | Notes: svn path=/head/; revision=35289
* Update to Vim 6.0 Beta "M".David E. O'Brien2000-11-133-18/+12
| | | | Notes: svn path=/head/; revision=35069
* Remove GTK suport. No one has stepped forward with patches to fix it,David E. O'Brien2000-11-081-4/+1
| | | | | | | and I'm quite tired of getting email about it being broken. Notes: svn path=/head/; revision=34920
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-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. Notes: svn path=/head/; revision=34892
* Update to Vim 6.0 Beta "L".David E. O'Brien2000-11-064-21/+16
| | | | Notes: svn path=/head/; revision=34857
* Tweak needed.David E. O'Brien2000-10-311-1/+4
| | | | Notes: svn path=/head/; revision=34509
* Update to Vim 6.0 beta KDavid E. O'Brien2000-10-302-3/+3
| | | | Notes: svn path=/head/; revision=34452
* Remove a duplicate `dirrm'.David E. O'Brien2000-10-241-1/+0
| | | | Notes: svn path=/head/; revision=34168
* Update to Vim version 6.0, beta "j".David E. O'Brien2000-10-243-5/+6
| | | | Notes: svn path=/head/; revision=34162
* Complete plist. Add 40 files and 9 directories that were missing. ;)Akinori MUSHA2000-10-212-0/+50
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34078
* Ctags isn't included anymore.David E. O'Brien2000-10-162-6/+2
| | | | Notes: svn path=/head/; revision=33904
* Update to Vim version 6.0, beta "i".David E. O'Brien2000-10-162-3/+3
| | | | Notes: svn path=/head/; revision=33891
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-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. Notes: svn path=/head/; revision=33576
* Implment WANT_GTK.Jeremy Lea2000-10-052-7/+7
| | | | Notes: svn path=/head/; revision=33426
* Style updates:David E. O'Brien2000-09-261-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 :-)) Notes: svn path=/head/; revision=33143
* Update to Vim 6, Beta H.David E. O'Brien2000-09-022-3/+3
| | | | Notes: svn path=/head/; revision=32189
* Update to version 6.0 Beta G.David E. O'Brien2000-08-243-66/+76
| | | | Notes: svn path=/head/; revision=31935
* Update to Vim version 6.0, Beta rev 'E'.David E. O'Brien2000-08-072-3/+3
| | | | Notes: svn path=/head/; revision=31371
* Add this back -- it was a repository copy. ;)Satoshi Asami2000-07-317-0/+595
| | | | | | | Pointy hat to: asami Notes: svn path=/head/; revision=31179
* This needs a repository copy.Satoshi Asami2000-07-317-595/+0
| | | | Notes: svn path=/head/; revision=31177
* Vim version 6 (beta C).David E. O'Brien2000-07-317-0/+595
| | | | Notes: svn path=/head/; revision=31176
* Remove this port for now, since it's just a repo copy and I don't wantSatoshi Asami2000-07-187-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.) Notes: svn path=/head/; revision=30793
* The real package list for version 5.7.David E. O'Brien2000-07-101-2/+54
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=30462
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-072-14/+2
| | | | | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30342
* Update to Vim 5.7 release.David E. O'Brien2000-06-282-11/+11
| | | | Notes: svn path=/head/; revision=29954
* Update to Vim 5.7a.David E. O'Brien2000-06-202-81/+15
| | | | Notes: svn path=/head/; revision=29696
* Update 5.6 to patchlevel 70.David E. O'Brien2000-05-143-12/+61
| | | | Notes: svn path=/head/; revision=28462
* Treat the manpage links the same as we do the binary links.David E. O'Brien2000-05-071-7/+43
| | | | | | | Submitted by: reg Notes: svn path=/head/; revision=28342
* Add SLAVEDIRS and WWW:Michael Haro2000-04-202-0/+2
| | | | Notes: svn path=/head/; revision=27797
* portname/portversion updateMichael Haro2000-04-141-4/+3
| | | | Notes: svn path=/head/; revision=27501
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Enable multibyte character support. This helps Japanese users.David E. O'Brien2000-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> Notes: svn path=/head/; revision=26438
* * Update version 5.6 to patchlevel 12.David E. O'Brien2000-02-293-4/+33
| | | | | | | | | | * tweak PLIST PR: 16987 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (PLIST tweak needed) Notes: svn path=/head/; revision=26437
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-5/+5
| | | | Notes: svn path=/head/; revision=25734
* Upgrade to 5.6 release.David E. O'Brien2000-01-172-31/+13
| | | | Notes: svn path=/head/; revision=24785