summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add -DUSE_XMIM so input methods work.John Fieber1998-01-311-2/+2
| | | | Notes: svn path=/head/; revision=9546
* Add libXm.so.0.1 to search list of possible Motif libraries [for Lesstif?]David E. O'Brien1998-01-273-0/+33
| | | | | | | Requested by: Andreas Klemm <andreas@klemm.gtn.com> Notes: svn path=/head/; revision=9479
* Upgrade to beta version 5.0vDavid E. O'Brien1998-01-266-18/+9
| | | | Notes: svn path=/head/; revision=9471
* Use bold (if available) when underlining is not available.Bill Fenner1998-01-223-0/+48
| | | | | | | | PR: ports/4521 Submitted by: Dan Nelson <dnelson@emsphone.com> Notes: svn path=/head/; revision=9406
* Author put out a patch.David E. O'Brien1998-01-209-6/+24
| | | | Notes: svn path=/head/; revision=9380
* Upgrade to 5.0.1John Fieber1998-01-164-45/+8
| | | | | | | | | PR: 5511 Reviewed by: jfieber Submitted by: deischen@iworks.InterWorks.org Notes: svn path=/head/; revision=9351
* Upgrade to beta version 5.0uDavid E. O'Brien1998-01-149-39/+24
| | | | Notes: svn path=/head/; revision=9336
* Mini portlint.Satoshi Asami1998-01-061-3/+2
| | | | Notes: svn path=/head/; revision=9278
* The XView windowing text editor, based around command panel buttonsJames Raynard1998-01-046-0/+44
| | | | | | | | and text areas and menus. It supports both mouse and keyboard operations. Notes: svn path=/head/; revision=9265
* PR: ports/5357Gary Jennejohn1998-01-015-4/+3848
| | | | | | | | | | | | | | | | Obtained from: Maintainer (partly) modify the Makefile to use PLIST.mule if USE_MULE is defined. This will allow the version with mule to be successfullt packaged and pkg_delete'd. Add a warning, obtained from the Maintainer, in the case where HAVE_MOTIF is defined but MOTIF is really lesstif. It seems that some users have seen problems with that constellation. Add pkg/PLIST.mule to be used for the mule version. Satoshi forgot to close the PR when he made his commit for the reported problem with generating a version with mule. Notes: svn path=/head/; revision=9242
* Upgrade to beta version 5.0t.David E. O'Brien1997-12-289-12/+18
| | | | Notes: svn path=/head/; revision=9213
* Add vilearn.Satoshi Asami1997-12-271-1/+2
| | | | Notes: svn path=/head/; revision=9198
* Make the USE_MULE variable work (the mule distfile was separated).Satoshi Asami1997-12-278-12/+20
| | | | | | | | | | I know some people are working on splitting this port up, so this is just a stop-gap solution until then. Also remove the extra "\" at the end of the last master site. Notes: svn path=/head/; revision=9196
* Port import of vilearn - a vi tutorial.Tim Vanderhoek1997-12-266-0/+66
| | | | | | | | | | | The documentation-minded may wish to mention this in the handbook somewhere. PR: ports/5279 Submitted by: Ian Vaudrey [3]Ian Vaudrey <i.vaudrey@bigfoot.com> Notes: svn path=/head/; revision=9193
* Be more selective about which ports to maintain. I no longer have timeSatoshi Asami1997-12-251-2/+2
| | | | | | | to maintain all these ports I once committed (sometimes as a proxy). Notes: svn path=/head/; revision=9184
* Rename a patch file that didn't adhere to the usual namingJohn Polstra1997-12-234-0/+44
| | | | | | | conventions. Notes: svn path=/head/; revision=9154
* Add patches to use the unexec function from xemacs. This eliminatesJohn Polstra1997-12-238-8/+2824
| | | | | | | | the need for a hack in ld.so to make emacs work. I have submitted these changes to a GNU emacs maintainer. Notes: svn path=/head/; revision=9153
* Remove a few lines that shouldn't be there.Justin M. Seger1997-12-172-4/+1
| | | | | | | Pointed out by: asami Notes: svn path=/head/; revision=9115
* update to xemacs-20.3. Packaging tested (under -current).Gary Jennejohn1997-12-1516-14080/+14096
| | | | | | | Obtained from: maintainer (me@freebsd.org) Notes: svn path=/head/; revision=9087
* Upgrade repository copy of emacs to emacs 20.2.Justin M. Seger1997-12-146-1088/+1317
| | | | Notes: svn path=/head/; revision=9073
* emacs20 -> ports/editors/emacs20Justin M. Seger1997-12-141-1/+2
| | | | Notes: svn path=/head/; revision=9072
* Add a bunch of info files that were missing from various lists. MySatoshi Asami1997-12-1412-8/+96
| | | | | | | | | goodness, I don't even know how long they were missing! PR: 5286 (pointed out the ccmode omission) Notes: svn path=/head/; revision=9071
* Eliminate a harmless warning caused by recent changes to the dynamicJohn Polstra1997-12-121-0/+21
| | | | | | | linker. Notes: svn path=/head/; revision=9060
* Update to vile-7.3. Also add NO_PATCH since there is no patch.Gary Jennejohn1997-12-102-5/+6
| | | | | | | packaging tested (also applies to the vile commit I just did). Notes: svn path=/head/; revision=9053
* Update to vile-7.3.Gary Jennejohn1997-12-102-4/+4
| | | | Notes: svn path=/head/; revision=9052
* Upgrade to version 5.0s.David E. O'Brien1997-12-089-12/+21
| | | | Notes: svn path=/head/; revision=9030
* Remove bad MASTER_SITE.Justin M. Seger1997-11-271-4/+2
| | | | Notes: svn path=/head/; revision=8861
* Upgrade to version 5.0r.David E. O'Brien1997-11-249-12/+30
| | | | Notes: svn path=/head/; revision=8800
* replace /usr/local with ${PREFIX} in CONFIGURE_ARGSGary Jennejohn1997-11-184-12/+12
| | | | | | | Obtained from: maintainer Notes: svn path=/head/; revision=8698
* Import wily port. wily is a clone of the plan9 editor acme.Thomas Gellekum1997-11-175-0/+64
| | | | | | | | PR: 4624 Submitted by: A Joseph Koshy <koshy@india.hp.com> Notes: svn path=/head/; revision=8683
* make it packageDavid E. O'Brien1997-11-166-15/+3
| | | | Notes: svn path=/head/; revision=8650
* Mark this port brooken, doesn't package.Satoshi Asami1997-11-153-3/+9
| | | | Notes: svn path=/head/; revision=8631
* By popular demand remove the ``@unexec rm -rf'' and replace it withGary Jennejohn1997-11-124-12/+12
| | | | | | | | @dirrm instead. Do not delete share/emacs since it may also be used by emacs. Notes: svn path=/head/; revision=8596
* Change shared/xemacs/site-lisp to shared/emacs/site-lisp. AccordingGary Jennejohn1997-11-124-12/+12
| | | | | | | | to the maintainer this directory is supposed to be shared between emacs and xemacs. Notes: svn path=/head/; revision=8595
* Upgrade to version 5.0qDavid E. O'Brien1997-11-1112-171/+54
| | | | Notes: svn path=/head/; revision=8583
* Upgrade to 5.0Dima Ruban1997-11-103-53/+48
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=8572
* Put the lock file in /var/run/xemacs/lock rather thanGary Jennejohn1997-11-084-36/+16
| | | | | | | | | | | | | | | ${PREFIX}/lib/xemacs/lock. Also simplfy removal of some directories with pkg_delete. Previously, the contents of ${PREFIX}/{lib,share}/xemacs/site-lisp was deleted and then the directories themselves using @dirrm. This didn't work in my tests, so I changed it to just ``@exec rm -rf'' the directories. PR: ports/4976 Submitted by: Sheldon Hearn Notes: svn path=/head/; revision=8526
* Put the lock file in /var/run/xemacs/lock rather thanGary Jennejohn1997-11-084-4/+24
| | | | | | | | | | | | | | ${PREFIX}/lib/xemacs/lock. Also modify post-install to set the permissions on /var/run/xemacs/lock, ${PREFIX}/lib/xemacs/site-lisp and ${PREFIX}/share/xemacs/site-lisp, as done in PLIST, since ``make install'' doesn't do it. PR: ports/4976 Submitted by: Sheldon Hearn Notes: svn path=/head/; revision=8525
* Fix etc/doc* installation related problems.Masafumi Max NAKANE1997-10-313-25/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=8419
* Change jp-mule-* -> ja-mule-*Masafumi Max NAKANE1997-10-311-3/+3
| | | | | | | | | | | Submitted by: maintainer While at it, I also changed kr-mule-2.3 -> ko-mule-2.3 cn-mule-2.3 -> zh-mule-2.3 Notes: svn path=/head/; revision=8418
* Update MAINTAINER addressBill Fenner1997-10-262-5/+5
| | | | | | | Submitted by: Andreas Kohout <shanee@augusta.de> Notes: svn path=/head/; revision=8356
* Update the references to other mule ports.Masafumi Max NAKANE1997-10-231-3/+3
| | | | | | | | (Now, PKGNAME of these ports are ja-mule-*, zh-*, ko-* instead of jp, cn or kr.) Notes: svn path=/head/; revision=8337
* Upgrade to vim-5.0p.David E. O'Brien1997-10-2215-51/+309
| | | | | | | | Apply patch to work with Perl5 support (needed especically if perl5 was installed as a package). Notes: svn path=/head/; revision=8326
* autoconf's handling of perl5 interpreter support is broken on 2.2.5-BETA.David E. O'Brien1997-10-153-9/+36
| | | | Notes: svn path=/head/; revision=8276
* Upgrade to vim-5.0o betaDavid E. O'Brien1997-10-016-9/+9
| | | | Notes: svn path=/head/; revision=8074
* Support compiling on {Open,Net}BSD.Thomas Gellekum1997-09-291-1/+1
| | | | | | | Submitted by: Berndt Josef Wulf <wulf@ping.net.au> via Warner Losh Notes: svn path=/head/; revision=8052
* Make this port compile with tcl80.Satoshi Asami1997-09-181-1/+3
| | | | Notes: svn path=/head/; revision=7948
* Fix thot's Makefile, MASTER_SITES were wrong. I added a whole lot of them.Chuck Robey1997-09-171-2/+8
| | | | | | | Thanks for the tipoff, Satoshi. Notes: svn path=/head/; revision=7933
* The Id line is spelled "$Id$", not "$Id:". Move EXTRACT_ONLY down.Satoshi Asami1997-09-171-2/+2
| | | | Notes: svn path=/head/; revision=7932
* Activate thoteditor.Chuck Robey1997-09-131-1/+2
| | | | | | | Submitted by: Pedro Giffuni S, <pgiffuni@fps.biblos.unal.edu.co> Notes: svn path=/head/; revision=7895