summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove directory on deinstallKris Kennaway2000-11-111-0/+1
| | | | Notes: svn path=/head/; revision=34995
* Update to version 5.2.0Kevin Lo2000-11-114-3/+33
| | | | | | | | PR: 22741 Submitted by: Ports Fury Notes: svn path=/head/; revision=34976
* Go ahead and install the `gvim' links, otherwise the `vim-lite' port doesDavid E. O'Brien2000-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> Notes: svn path=/head/; revision=34970
* Remove GTK suport. No one has stepped forward with patches to fix it,David E. O'Brien2000-11-082-8/+2
| | | | | | | 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-076-7/+6
| | | | | | | | | | | | | | | | | 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-068-42/+32
| | | | Notes: svn path=/head/; revision=34857
* Update to 2.6.0.Maxim Sobolev2000-11-063-39/+491
| | | | Notes: svn path=/head/; revision=34833
* Upgrade to 3.17.2.Matthew Hunt2000-11-043-3/+7
| | | | | | | | PR: 22593 Submitted by: brett@peloton.runet.edu Notes: svn path=/head/; revision=34798
* Chase-the-checksum-o-rama so we can get this one (and the xemacsSatoshi Asami2000-11-031-5/+5
| | | | | | | packages that depend on it) into the release. Notes: svn path=/head/; revision=34792
* Update Vim 5.7 to patchlevel 14.David E. O'Brien2000-11-032-2/+3
| | | | Notes: svn path=/head/; revision=34729
* Update to the "609" build incase anyone wants to work on getting this beastDavid E. O'Brien2000-11-0340-80/+120
| | | | | | | going. Notes: svn path=/head/; revision=34722
* Add dte - a simple text editor that uses many of MSDOS EDIT's command shortcutsMaxim Sobolev2000-11-028-0/+79
| | | | | | | | | | keybindings. Also makes a nice text editor for use with mailers like mutt. PR: 21811 Submitted by: Steve Horan <sjhports@tracking.amos.net> Notes: svn path=/head/; revision=34654
* Remove missing file (lib/xemacs-21.1.12/lisp/package-get.el.orig).Satoshi Asami2000-11-013-3/+0
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34571
* Whitespace-only:Maxim Sobolev2000-11-013-6/+6
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558
* Tweak needed.David E. O'Brien2000-10-312-2/+8
| | | | Notes: svn path=/head/; revision=34509
* Also add -lssl in addition to -lcrypto to fix builds on systems with cryptoMaxim Sobolev2000-10-311-1/+1
| | | | | | | | | installed. Submitted by: bento Notes: svn path=/head/; revision=34485
* Update some packages.Jun Kuriyama2000-10-313-14/+21
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=34484
* Update to Vim 6.0 beta KDavid E. O'Brien2000-10-304-6/+6
| | | | Notes: svn path=/head/; revision=34452
* Fix yet another typo.Will Andrews2000-10-304-4/+4
| | | | | | | Submitted by: Dave Uhring <duhring@charter.net> Notes: svn path=/head/; revision=34439
* Fix typo.. grr!Will Andrews2000-10-304-4/+4
| | | | | | | Submitted by: jedgar Notes: svn path=/head/; revision=34437
* Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow peopleWill Andrews2000-10-294-4/+4
| | | | | | | | | to compile on X4.0.1. Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl> Notes: svn path=/head/; revision=34381
* Implement fix for configure scripts in regards to finding X libs onWill Andrews2000-10-284-8/+8
| | | | | | | | | XFree86 4.0.1. Submitted by: PW (thanks) Notes: svn path=/head/; revision=34376
* Update Vim 5.7 to patchlevel 13.David E. O'Brien2000-10-282-2/+3
| | | | Notes: svn path=/head/; revision=34336
* Add forgotten @dirrmChris D. Faulhaber2000-10-271-0/+1
| | | | Notes: svn path=/head/; revision=34316
* Delete dependency for textproc/dtd-catalos.Shigeyuki Fukushima2000-10-272-12/+0
| | | | Notes: svn path=/head/; revision=34298
* Add HTML 4.01/DocBook V4.0/DocBook V4.1.Shigeyuki Fukushima2000-10-272-0/+18
| | | | Notes: svn path=/head/; revision=34296
* ${ENV} --> ${SETENV}Maxim Sobolev2000-10-271-1/+1
| | | | | | | | PR: 22337 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=34286
* Make it buildable if crypto bits are installed.Maxim Sobolev2000-10-261-2/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34251
* Add missing off_t casts to prevent bus errors when using the 'X' commandChris D. Faulhaber2000-10-261-0/+20
| | | | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=34239
* Update port to 1.3.0Chris D. Faulhaber2000-10-253-4/+8
| | | | Notes: svn path=/head/; revision=34223
* Fix the checksum of skk-1.16-pkg.tar.gz.Akinori MUSHA2000-10-251-1/+1
| | | | Notes: svn path=/head/; revision=34217
* Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...Will Andrews2000-10-2512-300/+1136
| | | | | | | All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff. Notes: svn path=/head/; revision=34208
* Use MASTER_SITE_XEMACS.Akinori MUSHA2000-10-2413-118/+39
| | | | | | | | | | | | Reorder variables to satisfy portlint. Approved by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw> (MAINTAINER of chinese/xemacs) KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> (MAINTAINER of xemacs-*-packages) Notes: svn path=/head/; revision=34180
* Update XEmacs packages.Akinori MUSHA2000-10-2420-157/+660
| | | | | | | | PR: ports/22049 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> (MAINTAINER) Notes: svn path=/head/; revision=34178
* Enable XIM support by default.Akinori MUSHA2000-10-2412-54/+188
| | | | | | | | | | | Reflect Wnn4 -> FreeWnn change. Fix build problems. PR: ports/21549 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=34176
* Remove my instant distribution patch after vim6's update to 6.0j.Akinori MUSHA2000-10-241-5/+0
| | | | | | | | Now Vim6 has officially included (optional) Ruby interface, we no longer need any patches. :) Notes: svn path=/head/; revision=34169
* Remove a duplicate `dirrm'.David E. O'Brien2000-10-242-2/+0
| | | | Notes: svn path=/head/; revision=34168
* Update version 5.7 to patchlevel 12.David E. O'Brien2000-10-242-2/+3
| | | | Notes: svn path=/head/; revision=34167
* Update to Vim version 6.0, beta "j".David E. O'Brien2000-10-246-10/+12
| | | | Notes: svn path=/head/; revision=34162
* Attempt to fix breakage when building on ssl-enabled systems (add -lcrypto ifMaxim Sobolev2000-10-231-1/+5
| | | | | | | | | | /usr/lib/libcrypto.a exists). Also add -lutil for glimmer which seems required to build it with Python2.0. Submitted by: bento Notes: svn path=/head/; revision=34125
* Update to zile 1.2.Jason Evans2000-10-223-3/+6
| | | | Notes: svn path=/head/; revision=34112
* Update to 1.1.4 and unbreakAde Lovett2000-10-226-8/+10
| | | | Notes: svn path=/head/; revision=34109
* Add openoffice.Satoshi Asami2000-10-211-0/+1
| | | | Notes: svn path=/head/; revision=34087
* Chase the vim6's update to 6.0i. Rejoice if_ruby has been fullyAkinori MUSHA2000-10-211-13/+3
| | | | | | | | | | | | | | | | merged into vim6. :) But unfortunately they seem to have missed including two files regarding if_ruby in the vim 6.0i tarball, so I prepared the diff to complete them. This problem has been reported to the vim development team, and it seems their CVS repository already holds those files. Hopefully the next release of vim6 will include them properly. Tested by: dcs Notes: svn path=/head/; revision=34083
* Complete plist. Add 40 files and 9 directories that were missing. ;)Akinori MUSHA2000-10-214-0/+100
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34078
* Mark this broken so people don't casually actually try to use this.David E. O'Brien2000-10-1920-0/+40
| | | | | | | | Those wanting to work on the port should just comment out the "BROKEN" of course. Notes: svn path=/head/; revision=34007
* Update to 0.9.3Ade Lovett2000-10-184-4/+4
| | | | Notes: svn path=/head/; revision=33978
* Update to 0.9.2Ade Lovett2000-10-176-8/+8
| | | | Notes: svn path=/head/; revision=33939
* Update to 0.6.2Yukihiro Nakai2000-10-172-3/+3
| | | | | | | | PR: ports/21793 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=33929
* Ctags isn't included anymore.David E. O'Brien2000-10-164-12/+4
| | | | Notes: svn path=/head/; revision=33904