summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.06.Steve Price1998-07-112-5/+5
| | | | | | | | PR: 7127 Submitted by: maintainer Notes: svn path=/head/; revision=11815
* Update maintainer address.Joseph Koshy1998-07-071-2/+2
| | | | Notes: svn path=/head/; revision=11774
* Update to version 1.0.5.Steve Price1998-07-042-5/+5
| | | | | | | | PR: 7152 Submitted by: maintainer Notes: svn path=/head/; revision=11728
* Allow the display of '%'. Also combine the two patches forSteve Price1998-07-041-10/+35
| | | | | | | | | | bpatch.c while I'm here. PR: 6867 Submitted by: Luoqi Chen <luoqi@chen.ml.org> Notes: svn path=/head/; revision=11707
* Handle /usr/lib/aout which, like the visiting mother-in-law, hasJohn Polstra1998-07-041-0/+9
| | | | | | | overstayed its welcome. Notes: svn path=/head/; revision=11700
* Turn on sted.Steve Price1998-07-031-1/+2
| | | | Notes: svn path=/head/; revision=11699
* sted - A small text editor.Steve Price1998-07-037-0/+68
| | | | | | | | PR: 7037 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=11698
* No need to use += for variable defined only once.Satoshi Asami1998-07-021-2/+2
| | | | Notes: svn path=/head/; revision=11648
* Activate gxedit.Thomas Gellekum1998-07-011-1/+2
| | | | Notes: svn path=/head/; revision=11639
* New port gxedit, a small editor written with GTk.Thomas Gellekum1998-07-015-0/+29
| | | | | | | | PR: 7134 Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk> Notes: svn path=/head/; revision=11638
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-272-4/+2
| | | | Notes: svn path=/head/; revision=11552
* Canna includes should be searched for in ${prefix}, not /usr/localDavid E. O'Brien1998-06-261-0/+15
| | | | Notes: svn path=/head/; revision=11541
* Add vim5beta.Satoshi Asami1998-06-071-1/+2
| | | | Notes: svn path=/head/; revision=11310
* Update xvile to version 8. This adds support for PERL scripts but requiresGary Jennejohn1998-06-044-12/+62
| | | | | | | | | | | | perl5. Install the documentation and macros in reasonable places. NOTE: If you are running -current then you may have to re-install perl5 to reflect the new /usr/lib/aout, otherwise the make of xvile with the optional PERL support could fail. I was forced to do this in the course of testing. Notes: svn path=/head/; revision=11259
* Update vile to version 8. This adds support for PERL scripts but requiresGary Jennejohn1998-06-044-8/+62
| | | | | | | | | | | | perl5. Install the documentation and macros in reasonable places. NOTE: If you are running -current then you may have to re-install perl5 to reflect the new /usr/lib/aout, otherwise the make of vile with the optional PERL support could fail. I was forced to do this in the course of testing. Notes: svn path=/head/; revision=11253
* Fix the last commit so that it really works. There was a ';' in theGary Jennejohn1998-06-044-8/+8
| | | | | | | | wrong place. Lesson learned: do not use old patches when committing ! Notes: svn path=/head/; revision=11252
* Install xemacs.sh into ${PREFIX}/etc/rc.d to create /var/run/xemacsGary Jennejohn1998-06-039-4/+21
| | | | | | | | dynamically. This is needed now that /etc/rc removes everything in /var/run. Notes: svn path=/head/; revision=11230
* Change to more common expressionJun Kuriyama1998-05-291-1/+1
| | | | Notes: svn path=/head/; revision=11187
* Activate xemacs-mule and xemacs-mule-common.Jun Kuriyama1998-05-261-1/+3
| | | | Notes: svn path=/head/; revision=11161
* For XEmacs, lisp files, info pages, etc (except executables)Jun Kuriyama1998-05-264-0/+3737
| | | | | | | | | | Submitted by: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> Reviewed by: Japanese Ports Team <ports-jp@jp.freebsd.org> PR: ports/6548 PR: ports/6580 Notes: svn path=/head/; revision=11154
* XEmacs the next generation of Emacs (Only the executables)Jun Kuriyama1998-05-263-0/+128
| | | | | | | | | | Submitted by: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> Reviewed by: Japanese Ports Team <ports-jp@jp.freebsd.org> PR: ports/6548 PR: ports/6580 Notes: svn path=/head/; revision=11153
* MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash.Bill Fenner1998-05-251-2/+2
| | | | Notes: svn path=/head/; revision=11143
* Upgrade to 0.98-7, for compatibility with version 1.2.2 of slang,Matthew Hunt1998-05-174-12/+21
| | | | | | | which was just committed. Notes: svn path=/head/; revision=11033
* Upgrade to 3.6.2.Matthew Hunt1998-05-152-3/+3
| | | | | | | | PR; 6635 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=10993
* Activate offix-editor.Thomas Gellekum1998-05-061-1/+2
| | | | Notes: svn path=/head/; revision=10880
* New port: Editor from the OffiX package.Thomas Gellekum1998-05-065-0/+39
| | | | | | | | PR: part of 3991 Submitted by: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua> Notes: svn path=/head/; revision=10874
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-044-8/+8
| | | | | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami Notes: svn path=/head/; revision=10846
* Make this port use libtool v1.2 instead of the included 1.0. This fixesJustin M. Seger1998-05-031-1/+5
| | | | | | | | building on current. I have sent a message to the developer of cooledit, so hopefully this won't be needed for long. Notes: svn path=/head/; revision=10817
* Bugfix:Masafumi Max NAKANE1998-05-023-4/+18
| | | | | | | | | | | | | | (1) /usr/local/lib/mule/site-lisp/site-start.el is fixed (2) /usr/X11R6/info is added to Info-default-directory-list in site-start.el (3) mule can work on FreeBSD-current (this problem is about new ld.so). PR: 6030 Submitted by: maintainer Notes: svn path=/head/; revision=10806
* Update Xeamcs to version 20.4. MASTERSITES cleaned up; a lot of themGary Jennejohn1998-04-2013-17803/+16638
| | | | | | | | | either didn't have xemacs-20.4 or it was located in a different place. Tested packaging and re-installing. Submitted by: maintainer Notes: svn path=/head/; revision=10606
* Activate cooledit.Matthew Hunt1998-04-191-1/+2
| | | | Notes: svn path=/head/; revision=10574
* Import of cooledit, a graphical application suite including anMatthew Hunt1998-04-195-0/+87
| | | | | | | | | | editor. PR: 5111 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=10573
* Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger1998-04-154-8/+8
| | | | Notes: svn path=/head/; revision=10525
* Upgrade to version 5.1David E. O'Brien1998-04-079-12/+129
| | | | Notes: svn path=/head/; revision=10440
* Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tSatoshi Asami1998-04-044-4/+8
| | | | | | | | depend on ordering in the parent Makefiles for the links to be created correctly. Notes: svn path=/head/; revision=10410
* Don't die if a rmdir fails.Satoshi Asami1998-04-011-2/+2
| | | | Notes: svn path=/head/; revision=10386
* upgrade png majorAndrey A. Chernov1998-03-284-8/+8
| | | | Notes: svn path=/head/; revision=10365
* Upgrade to version 5.0.2.Steve Price1998-03-282-7/+7
| | | | | | | | PR: 6069 Submitted by: maintainer Notes: svn path=/head/; revision=10350
* Upgrade to 4.0. Split patches into one patch for each patched file.Thomas Gellekum1998-03-259-1849/+1364
| | | | Notes: svn path=/head/; revision=10314
* Fix handling of man page links.David E. O'Brien1998-03-226-21/+126
| | | | Notes: svn path=/head/; revision=10292
* vim --> vim4David E. O'Brien1998-03-181-4/+3
| | | | | | | | vim5beta --> vim5 gvim --> Attic (switch to vim5 for X11 support) Notes: svn path=/head/; revision=10221
* Oops, forgot the category.Thomas Gellekum1998-03-171-2/+2
| | | | Notes: svn path=/head/; revision=10211
* Revert to using Tcl8.0, 8.1 doesn't work.Thomas Gellekum1998-03-171-2/+2
| | | | | | | Noted by: Glenn Johnson <gljohns@bellsouth.net> Notes: svn path=/head/; revision=10209
* Activate le.Thomas Gellekum1998-03-161-1/+2
| | | | Notes: svn path=/head/; revision=10192
* Import le port. le is a text editor with many block operations withThomas Gellekum1998-03-165-0/+50
| | | | | | | | | | | | | | stream and rectangular blocks, can edit both unix and dos style files (LF/CRLF), is binary clean, has hex mode, can edit large files and mmap'pable devices in MAP_SHARED mode, has tunable syntax highlighting, tunable color scheme (can use default colors), tunable key map. PR: 4777 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=10191
* Dist tarball updated to include ctags bug fixes.David E. O'Brien1998-03-023-3/+3
| | | | | | | Vim src didn't change. Notes: svn path=/head/; revision=9993
* Xemac's send-pr is causing me too many problems and it's broken anyway,David E. O'Brien1998-03-029-17/+16
| | | | | | | | so totally remove it. Portlint this baby. Notes: svn path=/head/; revision=9987
* Upgrade to use tcl8.1 and tk8.1.Justin M. Seger1998-02-241-3/+3
| | | | Notes: svn path=/head/; revision=9912
* More tcl/tk virtual category fixups.Bill Fenner1998-02-221-2/+2
| | | | Notes: svn path=/head/; revision=9880
* Vim 5.0 has been RELEASED! :)David E. O'Brien1998-02-199-27/+33
| | | | | | | | (I will move this port to something in a few days, so don't worry, it's not beta anymore) Notes: svn path=/head/; revision=9836