summaryrefslogtreecommitdiff
path: root/editors/le (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21098
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Update to 1.5.2Chris Piazza1999-07-102-4/+4
| | | | | | | | PR: 12559 Submitted by: maintainer Notes: svn path=/head/; revision=20142
* Update to version 1.5.1.Steve Price1999-05-013-16/+19
| | | | | | | | PR: 11329 Submitted by: maintainer Notes: svn path=/head/; revision=18279
* Add -lmytinfo to link step so this builds again.Steve Price1998-08-301-3/+1
| | | | Notes: svn path=/head/; revision=12935
* Remove manpages, but _NOT_ from the multi-lingualTim Vanderhoek1998-08-171-1/+0
| | | | | | | | emacsen (*mule-common, mule). That is left for someone more familiar with their twisty incestuous relationships. Notes: svn path=/head/; revision=12575
* 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
* 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