summaryrefslogtreecommitdiff
path: root/editors/le (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.9.2.Norikatsu Shigemura2003-04-042-5/+5
| | | | | | | | PR: ports/50583 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=78201
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75952
* Update to version 1.9.1Kevin Lo2002-08-233-4/+5
| | | | | | | | PR: 41894 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=64867
* Update to 1.9.0Mark Pulford2001-07-172-4/+4
| | | | | | | | PR: 29013 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=45187
* upgrade to 1.8.0Ying-Chieh Liao2001-04-273-3/+4
| | | | | | | | PR: 26621 Submitted by: Ports Fury Notes: svn path=/head/; revision=41967
* Update to version 1.7.1Kevin Lo2001-03-272-3/+5
| | | | | | | | PR: 26116 Submitted by: Ports Fury Notes: svn path=/head/; revision=40447
* Upgrade to version 1.6.3Kevin Lo2001-02-143-9/+9
| | | | | | | | PR: 25076 Submitted by: Ports Fury Notes: svn path=/head/; revision=38335
* Upgrade to 1.6.1Kevin Lo2000-12-293-2/+3
| | | | | | | | PR: 23921 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=36439
* return to ports at freebsd dot orgDavid E. O'Brien2000-12-291-1/+1
| | | | Notes: svn path=/head/; revision=36431
* Add $FreeBSD$, which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35324
* Upgrade to version 1.5.8.David E. O'Brien2000-04-293-15/+14
| | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28067
* portname/portversion updateMichael Haro2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27501
* Pickup maintance of these until someone else comes along.David E. O'Brien2000-03-311-1/+1
| | | | Notes: svn path=/head/; revision=27160
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-291-1/+1
| | | | | | | | | have time to maintain them. Approved by: andy Notes: svn path=/head/; revision=27113
* Update port to 1.5.7Chris D. Faulhaber2000-03-022-3/+3
| | | | | | | | PR: 17089 Submitted by: Maintainer Notes: svn path=/head/; revision=26485
* Update port to 1.5.5Chris D. Faulhaber1999-12-243-3/+4
| | | | | | | | PR: 15621 Submitted by: Maintainer Notes: svn path=/head/; revision=23950
* 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