summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-072-4/+4
| | | | Notes: svn path=/head/; revision=12335
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-055-10/+10
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* The former ftp.germany.eu.net (now ftp.de.uu.net) has thrown a lot ofJoerg Wunsch1998-08-022-4/+4
| | | | | | | stuff away. Move to other FTP servers. Notes: svn path=/head/; revision=12254
* Remove obsolete MASTER_SITEJustin M. Seger1998-07-311-3/+2
| | | | Notes: svn path=/head/; revision=12227
* Another batch of add homepage. In general I've avoided any linksTim Vanderhoek1998-07-283-2/+5
| | | | | | | | | | | | except to official homepages, but in this batch there were a few cases where a link was desireable anyways. For these, the form http://url/ (FAQ/whatever) was used. Notes: svn path=/head/; revision=12181
* Making x11 category more useful project part 1: take out "x11" ofSatoshi Asami1998-07-272-4/+4
| | | | | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=12173
* c++ -g -O2 -Wall -o le about.o block.o calc.o chset.o cmd.o color.o edit.o ↵Satoshi Asami1998-07-251-1/+3
| | | | | | | | | | | | | editcalc.o ehelp.o ext.o file.o format.o frames.o getch.o getstr.o help.o history.o kern.o keymap.o keymapdf.o keymapfn.o loadsave.o mainmenu.o menu.o menu1.o options.o pipe.o rus.o screen.o search.o signals.o tables.o textpoin.o user.o window.o highli.o clipbrd.o keynames.o mouse.o ../lib/liblib.a -lncurses -lm keymap.o: Undefined symbol `_tigetstr' referenced (use -lmytinfo ?) ld: Spurious undefined symbols: # undefined symbols 1, reported 0 *** Error code 1 Stop. Notes: svn path=/head/; revision=12110
* Make jove display 8-bit characters correctly.Steve Price1998-07-201-0/+10
| | | | | | | | PR: 7301 Submitted by: Arjan de Vet <Arjan.deVet@ady.iae.nl> Notes: svn path=/head/; revision=12029
* Add another MASTER_SITE so that this fetch's again.Steve Price1998-07-201-4/+3
| | | | | | | Noticed by: FreeBSD's newlywed - Satoshi Asami Notes: svn path=/head/; revision=12024
* HTTP server not responding.Satoshi Asami1998-07-201-1/+3
| | | | Notes: svn path=/head/; revision=12013
* Update to version 1.07.Steve Price1998-07-204-5/+34
| | | | | | | | PR: 7267 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=11989
* Fix a display corruption found when running jove from withinSteve Price1998-07-121-0/+19
| | | | | | | | | | an xterm and clicking the first mouse button. PR: 7071 Submitted by: Carl Mascott <cmascott@world.std.com> Notes: svn path=/head/; revision=11853
* 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