summaryrefslogtreecommitdiff
path: root/editors/led (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76033
* When saving file do fflush/fsync, so that its content isn't lost if machineMaxim Sobolev2003-02-201-0/+14
| | | | | | | is forcefully powered down shortly after that. Notes: svn path=/head/; revision=75988
* Ports didn't build without USE_PERL5=yesEdwin Groothuis2002-11-041-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69425
* upgrade to 2.0Ying-Chieh Liao2002-07-155-59/+19
| | | | | | | | PR: 40581 Submitted by: maintainer Notes: svn path=/head/; revision=62979
* Issue fflush()->fsync() after saving file to the disk, so that the user willMaxim Sobolev2002-04-292-0/+13
| | | | | | | | | not get zero-sized file after reboot if the system crashed shortly after the save, as it usually the case when you are hacking some potential panic(9) implementation (e.g. kernel module). Bump PORTREVISION. Notes: svn path=/head/; revision=58342
* Update to 0.9.2.Maxim Sobolev2001-07-115-11/+18
| | | | | | | | PR: 28876 Submitted by: maintainer Notes: svn path=/head/; revision=45029
* Update to 0.9.1.Daniel Harris2001-06-093-19/+3
| | | | | | | | PR: 27948 Submitted by: maintainer Notes: svn path=/head/; revision=43716
* Forgot to add this file in my previous commit.Maxim Sobolev2001-06-071-0/+7
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=43594
* - Pass over maintainership to Jordan DeLong <fracture@allusion.net> - he isMaxim Sobolev2001-06-075-2/+36
| | | | | | | | | | | | | | author of the led, so would be a best MAINTAINER for it; - update distinfo - distfile has been re-rolled w/o version bump (some important bugs were fixed). Update PORTREVISION as a result; - strip binary and shared modules on install; - install sample configuration file and mention it via PKGMESSAGE. PR: 27914 Submitted by: Jordan DeLong <fracture@allusion.net> Notes: svn path=/head/; revision=43588
* Add led 0.9, a tiny console text editor, with a number of the usefulMaxim Sobolev2001-06-066-0/+49
programming features. Notes: svn path=/head/; revision=43566